@charset "utf-8";
/* CSS Document */



<style type="text/css">
<!--
body {
	background-color: #FFFFFF;
margin:0;
}

#container
{
width:100%;
height:auto;
}

/* TOP SECTION */
.top
{
position:relative;
height:100px;
width:100%;
background-image:url(images/nav_bg.gif);
background-repeat:repeat-x;
}

/*NAVIGATION*/
.nav
{
position:relative;
	width:940px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
}

.logo
{
	position:relative;
	width:180px;
	height:100px;
	background-image:url(images/C2P_LOGO.png);
	float:left;
	left: -5px;
}

.navright
{
	position:relative;
	width:760px;
	height:100px;
	margin-left:180px;
}

.navlinks
{
	position:relative;
	width:400px;
	height:30px;
	float:right;
	margin-top:55px;
}

#nav
{
	color:#000066;
	font-family: "trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:right;
	float: right;
}

#nav a
{
color:#000066;
font-family: "trebuchet MS" Arial, Helvetica, sans-serif;
font-size:14px;
text-align:right;
text-decoration:none;
}

#nav a:hover
{
	color:#FBA027;
	font-family: "trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:right;
	text-decoration:underline;
}


#nav li
{
	margin:0;
	padding-left:20px;
	padding-bottom:20px;
	float:left;
	text-decoration: none;
	text-align:right;
list-style-type:none;
}

.navlinks p
{
color:#000066;
font-family: "trebuchet MS" Arial, Helvetica, sans-serif;
font-size:14px;
text-align:right;
}

/*HEADER IMAGES*/
.header
{
position:relative;
width:1020px;
height:320px;
margin-left:auto;
margin-right:auto;
}

/*BODY CONTENT*/
.body
{
	width:940px;
	min-height:300px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 30px;
	height: auto;
}

.body p
{
	font-family: "trebuchet MS" Arial, Helvetica, sans-serif;
	color: #999999;
	font-size:14px;
	line-height: 18px;
}


/*FOOTER*/
.footer
{
clear:both;
width:100%;
height:203px;
background-image:url(images/footer_bg.gif);
background-repeat:repeat-x;
}

.footcontainer
{
position:relative;
width:940px;
height:180px;
top:23px;
margin-left:auto;
margin-right:auto;
}

/*MISSION STATEMENT*/
.missionstatement
{
	float:left;
	width:500px;
	height:150px;
}

.missionstatement p
{
	font-family: "trebuchet MS" Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:12px;
	padding-right: 30px;
}

.missionstatement img
{
	margin-left:-7px;
}

/*CONTACT*/
.contact a
{
text-decoration:none;
font-family: "trebuchet MS" Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:12px;
}

.contact
{
float:left;
width:210px;
height:150px;
}

.contact p
{
	font-family: "trebuchet MS" Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:12px;
	padding-left: 7px;
}


/*BOTTOM INFORMATION*/
.info
{
height:30px;
clear:both;
width:auto;
left:0;
}

.info p
{
font-family: "trebuchet MS" Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:10px;
padding-bottom:10px;
}

.info a
{
text-decoration:none;
font-family: "trebuchet MS" Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:10px;
}

.sign
{
	width:108px;
	height:202px;
	float:left;
	margin-top:-60px;
	background-image:url(images/sign.png);
	margin-left: 50px;
}



/*SERVICES PAGE*/

.servicesone
{
	height:200px;
	width:250px;
	float:left;
}


.servicestwo
{
	height:200px;
	width:250px;
	float:left;
	padding-left:20px;
}

.servicesthree
{
	height:200px;
	width:350px;
	float:left;
	padding-left:20px;
}

.servicesone p
{
font-family: "trebuchet MS" Arial, Helvetica, sans-serif;
	color: #999999;
	font-size:14px;
	line-height: 18px;
}

.servicestwo p
{
font-family: "trebuchet MS" Arial, Helvetica, sans-serif;
	color: #999999;
	font-size:14px;
	line-height: 18px;
}


.servicesthree p
{
font-family: "trebuchet MS" Arial, Helvetica, sans-serif;
	color: #999999;
	font-size:14px;
	line-height: 18px;
}

.servicesone li
{
font-family: "trebuchet MS" Arial, Helvetica, sans-serif;
	color: #999999;
	font-size:14px;
	line-height: 18px;
padding-left:10px;
list-style-type:none;
}

.servicestwo li
{
font-family: "trebuchet MS" Arial, Helvetica, sans-serif;
	color: #999999;
	font-size:14px;
	line-height: 18px;
list-style-type:none;
}


.servicesthree li
{
font-family: "trebuchet MS" Arial, Helvetica, sans-serif;
	color: #999999;
	font-size:14px;
	line-height: 18px;
list-style-type:none;
}


/*WHY US PAGE*/
.whyone, .whytwo , .whythree, .whyfour, .whyfive
{
position:relative;
width:300px;
height:auto;
float:left;
}

.whytwo , .whythree, .whyfive
{
padding-left:20px;
}

.whyfour
{
clear:both;
}

.whyfour, .whyfive
{
height:250px;
}
.style1
{
color: #FBA027;
font-family: "trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 18px;
font-weight:bold;
}

</style>