/*  
Description: Website Design for Global Performance.
Version: 1.0
Author: Sarah Kettell
Author URI: http://www.sarahkettell.com/
*/

body{
	margin:0;
	padding:0;
	text-align:center;
	background:#b1daee url('images/pagebg.jpg') repeat-x scroll;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container{
	width:960px;
	text-align:left;
	margin: auto;
	padding: 0;
}

.clearfix{
	clear:both;
}

a{
	color:#0099cc;
	text-decoration:none;
	outline: none;
}

a:hover{
	color:#66ccff;
}

hr{
	display: block;
	position: relative;
	padding: 0;
	margin: 30px 0px 35px 0px;
	width: 100%;
	clear: both;
	border: none;
	border-top: 1px solid #68A1B9;
	border-bottom: 1px solid #68A1B9;
	font-size: 1px;
	line-height: 0;
	overflow: visible;}

/*Controls the Header*/

#header{
	margin:20px 5px 0px 5px;
}

#logo{
	float:left;
}

#logo a img{
	border:none;
}


#topnav{
	float:right;
}

#topnav ul{
	list-style-type:none;
}

#topnav li{
	float:left;
	margin:35px 0px 30px 25px;
}

#topnav li a{
	text-decoration:none;
	color:#0099e2;
	font-size:18px;
}

#topnav li a:hover{
	color:#66ccff;
	border-bottom:2px #22a6e6 solid;
	padding-bottom:3px;
}

/*Controls the Banner*/

#banner{
	background:transparent url('images/bannerbg.png') no-repeat scroll center;
	margin:0px 0px 30px 0px;
	height:263px;
}

#bannertext{
	font-size:14px;
	color:#004b6f;
	padding:50px 30px 30px 30px;
	width:470px;
}

#bannertext p{
	font-size:16px;
	margin:30px 0px 40px 0px;
}

#bannertext h2{
	color:#ffffff;
	margin:-10px 0px -5px 0px;
	font-family:'Droid Serif', Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:normal;
	font-size:30px;
}

#bannertext ul{
	list-style-type:none;
	margin:-30px 0px 0px 0px;
	padding:0px;
}

#bannertext li{
	float:left;
	margin:35px 0px 30px 25px;
	text-align:right;
}

#bannertext .freequote{
	background:transparent url('images/FreeQuoteBG.png') no-repeat;
	height:45px;
	width:194px; 
	text-align:center;
	margin:-5px 0px 0px -5px;
	padding:11px 0px 0px 0px;
	font-size:18px;
}

#bannertext .freequote:hover{
	background:transparent url('images/FreeQuoteBG-hover.png') no-repeat;
}

#bannertext .freequote a{
	color:#ffffff;
}

#bannertext .or{
	color:#6ea9c5; 
	font-style:italic; 
	font-size:20px; 
	font-family:'Droid Serif', Arial, Helvetica, sans-serif;
	padding-top:5px;
}


/*Controls the Boxes*/

#boxes{
	margin:0px 0px 30px 0px;
	clear:both;
}

#box1{
	background:transparent url('images/mainboxbg-large.png') no-repeat;
	width:300px;
	height:280px;
	float:left;
	margin:0px 30px 0px 0px;
}

#box2{
	background:transparent url('images/mainboxbg-large.png') no-repeat;
	width:300px;
	height:280px;
	float:left;
	margin:0px 30px 0px 0px;
}

#box3{
	background:transparent url('images/mainboxbg-large.png') no-repeat;
	width:300px;
	height:280px;
	float:left;
}

#boxes h2{
	font-size:18px;
	color:#ffffff;
	font-weight:normal;
	margin:13px 0px 0px 0px;
	text-align:center;
}

#boxes .contents{
	margin:25px;
}

#boxes .text{
	margin:-10px 0px 0px 0px;
	font-size:12px;
	color:#004b6f;
	width:150px;
	float:left;
	height:200px;
}

#boxes .pic{
	border:1px #999999 solid;
	width:88px;
	height:185px;
	float:left;
	margin:0px 10px 0px 0px;
}

#boxes .morelink{
	text-transform:uppercase;
	text-align:right;
	font-size:12px;
	color:#004b6f;
	width:150px;
	float:right;
}

#boxes ul{
	margin:0px 0px 10px 15px;
	padding:0px;
}

#boxes li{
	padding:0px 0px 5px 0px;
}

/*Controls the other pages*/

#main{
	background:transparent url('images/maincontentbg.jpg') repeat-y scroll center;
	font-size:12px;
	color:#000000;
	margin:0px;
	padding:10px 30px 10px 30px;
}

#mainbottom{
	background:transparent url('images/maincontentbottom.jpg') no-repeat scroll center bottom;
	height:10px;
	margin:0px;
}

#maintop{
	background:transparent url('images/maincontenttop.png') no-repeat scroll center top;
	height:56px;
	margin:0px;
}

#maintop h1{
	font-size:18px;
	color:#ffffff;
	font-weight:normal;
	margin:0px;
	padding:14px 0px 0px 0px;
	text-align:center;
}

#main p{
	margin:0px;
	padding:0px 0px 10px 0px;
	line-height:18px;
}

#main h2{
	font-size: 16px;
	color: #006699;
}

#main h3{
	font-size:14px;
	color:#004b6f;
}

.contactdetails{
	clear:left;
	height:60px;
	margin:30px 0px 0px 20px;
}

.contactdetails .text{
	padding:20px 0px 0px 20px;
	font-size:16px;
	font-weight:bold;
	color:#0099cc;
	float:left;
}

.infobox{
	float:left;
	width:410px;
	padding:20px;
}

.aboutinfopic{
	float:left; 
	margin:15px 20px 20px 0px;
}

.aboutinfotext{
	float:left;
	width:320px;
}

.pageimage{
	float:right; 
	border:1px gray solid; 
	margin:15px 10px 10px 20px;
}

/*Controls the Footer*/

#footer{
	text-align:center;
	font-size:10px;
	margin-bottom:20px;
	color:#0273aa;
}