@charset "UTF-8";
/* CSS Document */

body{
background-image:url(images/background.gif);
background-color:#87a2b0;
background-position:bottom;
background-position:right;
background-repeat:no-repeat;
font-size:12px;
line-height:17px;
font-family: Arial, Helvetica, sans-serif;
}

/*DIVS*/
#container{
margin: 60px auto 0 auto;
width: 955px;
height: 590px;
background-color: #FFF;
padding-left:25px;
padding-bottom:15px;
padding-top:15px;
}

#header{
height:130px;
width:922px;
}

#image{
height:57px;
width:922px;
background-image:url(images/text.gif);
border-bottom: solid #5c8184 2px;
float:left;
}

#content_home{
	height:309px;
	width:922px;
	float:left;
	margin-bottom:5px;
	border-bottom: solid #5c8184 2px;
	float:left;
	margin-top:5px;
}

#content_about{
	height:309px;
	width:922px;
	float:left;
	margin-bottom:5px;
	background-image:url(images/about_content_bg.png);
	border-bottom: solid #5c8184 2px;
	float:left;
}

#content_services{
	height:309px;
	width:922px;
	float:left;
	margin-bottom:5px;
	background-image:url(images/services_content_bg.png);
	border-bottom: solid #5c8184 2px;
	float:left;
}

#content_contact{
	height:309px;
	width:922px;
	float:left;
	margin-bottom:5px;
	background-image:url(images/contact_content_bg.png);
	border-bottom: solid #5c8184 2px;
	float:left;
}

#content_img{
height:302px;
width:400px;
float:right;
margin-right:10px;
}

#text{
	width:300px;
	height:300px;
	float:left;
	margin-left:20px;
}


#footer{
	height:53px;
	width:922px;
	float:left;
}
p span{
	font-size:18px;
}
/*Nav_sets*/

#navigation{
	border-bottom: solid #5c8184 2px;
	width:922px;
	height:28px;
	background-image:url(images/navigation_shim_03.gif);
	background-repeat: repeat-x;
	float:left;
}

#navigation_left{
	width:670px;
	float:left;
}

#navigation_left ul{
list-style:none;
padding:0;
margin:0px 0px 0 0;
}

#navigation_left li{
	display: inline;
	font-size: 13px;
	float:left;
}

#navigation_left li a {
	display:block;
	font:Arial, Helvetica, sans-serif;
	color:#FFF;
	background-image:url(images/nav_shim.gif);
	padding:3px 15px 3px 15px;
	border-right: 1px solid #FFF;
	text-transform:uppercase;
	display:block;
}

#navigation_left li a:hover {
	background-image:url(images/nav_shim_over.gif);	
	background-repeat:repeat-x;
	color:#8edafa;
}

#navigation_right{
	width:232px;
	float:right;
	text-align:right;
	padding: 3px 20px 0 0;
}

#navigation_right a:link, #navigation_right a:visited, #navigation_right a:active{
	color:#FFF;
}

#navigation_right a:hover, a {
	color:#8edafa;
	text-decoration:underline;
}

li#home{
	width:79px;
}

#home{
background-repeat:no-repeat;
}

#home:hover{
background-image:url(images/home_over.gif);
background-repeat:no-repeat;
}

#about{
background-repeat:no-repeat;
}

#about:hover{
background-image:url(images/about_over.gif);
}

#services{
background-repeat:no-repeat;
}

#services:hover{
background-image:url(images/services_over.gif);
}

#contact {
background-repeat:no-repeat;
}

#contact:hover{
background-image:url(images/contact_over.gif);
}

#leading_edge{
	margin-right:0px;
	margin-top: 10px;
}
#leading_edge a{
	text-decoration:none;
	color:#FFF;
	font-size: 10px;
}
#leading_edge a:hover{
	color:#64818f;
}

#leading_edge_home{
	margin-right:0px;
	margin-top: 25px;
}

#leading_edge_home a{
	text-decoration:none;
	color:#FFF;
	font-size: 10px;
}
#leading_edge_home a:hover{
	color:#64818f;
}

/*Classes*/
img.boxes{
	margin-right:25px;
	margin-top:15px;
	float:left;
}

/*links*/
a{
	text-decoration:none;
	color:#000;
}
a:hover{
	color:#2764bd;
}
