/* CSS Document */

body { 
	background-color:#ffffff; 
	font-family:Arial, "Trebuchet MS", Tahoma, "Lucida Sans"; 
	font-size:14px; 
	color:#202020; 
	line-height:18px; 
	margin:0 0 30px 0;
	}

#header { 
	width:100%; 
	height:90px;
	background-color:#b0a9a6; 
	}
	
.blueline { width:100%; background-color:#002f5f; height:3px; }

.headerholder {
	width:940px;
	text-align:left;
	margin-top:15px;
	}
	
.logo {
	float:left;
	text-align:left;
	}
	
.sbtn {
	float:right;
	text-align:left;
	width:154px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
	margin-top:45px;
	}

#navholder {
	width:100%;
	height:40px;
	margin-top:1px;
	background-color:#b0a9a6;
	}
	
.nav {
	width:940px;
	height:40px;
	text-align:left;
	}
	
.nav ul {
	list-style-type:none;
	position:relative;
	margin:0;
	padding:0;
	}
	
.nav ul li {
	float:left;
	margin:0 15px 0 0;
	padding:0
	}

#middle {
	width:940px;
	margin-top:15px;
	text-align:left;
	}
	
.left {
	width:450px;
	margin-right:15px;
	float:left;
	}
	
.orange { 
	width:450px;
	background-image:url(images/orange.jpg);
	background-repeat:repeat-x;
	height:7px;
	clear:both;
	margin:10px 0 10px 0;
	}
	
.orange_gap { 
	width:450px;
	height:3px;
	clear:both;
	margin:10px 0 10px 0;
	}
	
.left h1 {
	font-size:22px;
	line-height:26px;
	font-weight:normal;
	margin:0;
	padding:0;
	}
	
.right {
	float:left;
	width:290px;
	text-align:left;
	margin-right:15px;
	}

	
.right p { margin-top:0; padding-top:0; }
.rightservice p { margin-top:0; padding-top:0; }
	
.line { width:1px; height:630px; background-color:#b0a9a6; float:left; }
.lservice { width:1px; height:920px; background-color:#b0a9a6; float:left; }
	
#social {
	float:left;
	width:154px;
	margin-left:15px;
	font-size:12px;
	line-height:16px;
	overflow:hidden;
	}
	
#footerhold {
	width:940px;
	height:94px;
	margin-bottom:15px;
	clear:both;
	}
	
.fcase {
	width:290px;
	margin-left:465px;
	margin-right:15px;
	float:left;
	height:94px;
	text-align:left;
	}
	
.fline {
	float:left;
	width:1px;
	background-color:#b0a9a6;
	height:94px;
	}
	
.flogo {
	float:left;
	margin-left:15px;
	width:154px;
	height:35px;
	padding-top:50px;
	}
	
#footerline {
	width:100%;
	height:1px;
	background-color:#b0a9a6;
	clear:both;
	}

#footer {
	width:940px;
	clear:both;
	font-size:11px;
	text-align:left;
	margin-top:15px;
	}
	
/* WHO WE ARE */

.gridl {
	width:140px;
	float:left;
	margin-bottom:15px;
	}
	
.gridr {
	width:140px;
	margin-left:15px;
	float:left;
	margin-bottom:15px;
	margin-right:140px;
	}


/* TWITTER FEED */
	
#social a:link, a:visited, a:active { 
	color:#4bb7ef; 
	text-decoration:none; 
	font-size:12px 
	}
	
#social a:hover { 
	color:#4bb7ef; 
	text-decoration:underline; 
	font-size:12px }

#social ul {
	list-style-type:none;
	padding:0;
	margin:15px 0 15px 0;
	}
	
#social ul li {
	margin-bottom:10px;
	}






a:link, a:visited, a:active { color:#202020; text-decoration:underline; font-size:14px }
a:hover { color:#202020; text-decoration:underline; font-size:14px }

a.cv:link, a.cv:visited, a.cv:active { color:#4bb7ef; text-decoration:none; font-size:12px }
a.cv:hover { color:#4bb7ef; text-decoration:underline; font-size:12px }

a.footer:link, a.footer:visited, a.footer:active { color:#4bb7ef; text-decoration:none; font-size:11px }
a.footer:hover { color:#4bb7efd; text-decoration:underline; font-size:11px }


