@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background:#003643;
	height:100%;
}

h1, h2, h4 {
	color:#fff;
	font-family:Helvetica Neue UltraLight, Arial, Helvetica, sans-serif;
	font-weight:normal;
}



.menu ul {
	padding:8px 0 8px 0
}

.menu li {
	display:inline;
	font-size:23px;
	list-style:none;
	padding-right:25px;
}

.menu li a {
	color:#fff;
	text-decoration:none;
}

.menu li a:hover {
	text-decoration:underline;
}

.dark {
	color:#025364;
}

.small {
	font-size:36px;
}

.hnu {
	font-family:Helvetica Neue UltraLight, Helvetica, Arial, sans-serif;
}


/*----man divs-----*/
.wrap {
	font-family:Helvetica Neue UltraLight, Helvetica, Arial, sans-serif;
	margin:40px auto;
	position:relative;
	width:1000px
}

img.fancyBG {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
}

.wrap a {
	color:#fff;
}

.contentWrap {
	width:960px;
	background:#fff;
	
	/* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	
	
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding:20px;
}

/*--header--*/
.header {
	
	height:100px;
	padding-bottom:2px;
	position:relative;
}

.header h1 {
	bottom:28px;
	font-size:50px;
	left:110px;
	position:absolute;
}

.header h2 {
	bottom:6px;
	font-size:23px;
	left:114px;
	position:absolute;
}

.logo {
	bottom:6px;
	position:absolute;
}



/*--featured client--*/
.featured {
	float:none;
	height:270px;
	padding:20px 0 0 0;
	margin:0px 0 30px 0;
	position:relative;
	width:960px;
}

.featured h1 {
	font-family:Helvetiker, Helvetica, Arial, sans-serif;
	font-size:28px;
	padding:0 0 5px 0;
	width:360px;
}

.featured p {
	color:#fff;
	float:left;
	font-family:Helvetiker, Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:30px;
	margin:1px 0 0 0;
	width:500px;
}

.featured .featuredImage {
	position:absolute;
	padding-bottom:20px;
	right:241px;
	top:50px;
	
}

.featured h3 {
	color:#fff;
	font-size:23px;
	font-weight:normal;
	position:absolute;
	left:390px;
	top:229px;
	text-decoration:none;
}

.featured h3 a {
	color:#fff;
	text-decoration:none;
}




.left {
	float:left;
	margin:5px 0 0 0;
}

.right {
	margin:5px 0 0 440px;
}

	


/*--content--*/
.content {
	
	margin:0 0 40px 0;
	min-height:200px;
	width:700px;
}

.content h1 {
	font-family:Helvetica Neue UltraLight, Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:50px;
	padding:10px 0 10px 0;

}

.content h2 {
	font-family:Helvetica Neue UltraLight, Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:30px;
	padding:10px 0 10px 0;

}

.content span.dropCap {
	font-family:Helvetica Neue UltraLight, Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:35px;
	padding:20px 18px 0px 0;

}

.content p{
	
	color:#fff;
	
	font-family:Helvetiker, Helvetica, Arial, sans-serif;
	font-size:16px;
	line-height:36px;
	width:680px;
}


/*--Twitter--*/
.twitter {
	border-left:solid #fff 1px;
	right:20px;
	height:220px;
	padding:0 0 0 5px;
	position:absolute;
	text-align:center;
	top:195px;
	width:240px;
}

.twitter h1 {
	font-size:28px;
	margin-bottom:12px;
}

#tweet {
	color:#fff;
	font-family:Helvetiker, Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:14px;
	line-height:30px;
}

#tweet a {
	color:#fff;
}
/*--services--*/
.services {
	margin:0 0 80px 0;
}

.services ul li{
	color:#fff;
	font-family:Helvetiker, Helvetica, Arial, sans-serif;
	font-size:16px;
	line-height:23px;
}

/*--portfolio--*/
.portfolio {
	min-height:150px;
}

/*--clients--*/
.clients {
	position:relative;
}

.clients h2 {
	font-family:Helvetica Neue UltraLight, Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:30px;
	padding:10px 0 10px 0;

}

.clients ul {
	margin:0 0 0 0px;
	width:600px;
}

.clients li{
	display:inline;
	margin:0 15px 30px 0;
	width:280px;
}

.clients li img {
	margin:0 0 15px 0;
}

/*--contact--*/
.contact {
	min-height:250px;
	margin:0 0 75px 0;
}


/*---questions---*/

.questions dl {
	color:#fff;
	font-family:Helvetiker, Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:30px;
	margin:10px 0 75px 0;
}

.questions dt {
	border-bottom:1px solid #fff;
	font-style:italic;
	margin:0 0 0 10px;
}

.questions dd {
	margin:0 0 0 25px;
}
/*--footer--*/
.footer {
	padding:10px 0 0 0;
	float:none;
	width:960px;

}

.footer a {
	color:#fff;
}

.footer h4 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:15px;
	text-align:right;
}
	


