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

body {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #333333;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_02.jpg);
	background-repeat: repeat-x;
	background-color: #1F78BC;
}

#wrapper {
	width: 100%;
	margin: 0px auto;
	}
	
#container {
	width: 1011px;
	margin: 0px auto;
	}
	
#clear {
	clear: both;
	}
	
#under-container {
	width: 100%;
	margin: 0px auto;
	background-color: #E6F4FF;
	}
	
#under-bg {
	width: 901px;
	height: 702px;
	background-image: url(images/under_construction_02.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	}
	

/***************** HEADER & NAV **********************/
#header {
	width: 1011px;
	margin: 0px auto;
	height: 280px;
	background-image: url(images/header_04.jpg);
	background-repeat: no-repeat;
	}
	
#nav {
	width: 1011px;
	height: 70px;
	margin: 0px auto;
	}

/***************** BODY **********************/
#top {
	width: 1011px;
	height: 12px;
	background-image: url(images/top_14.jpg);
	background-repeat: no-repeat;
	}
	
#bottom {
	width: 1011px;
	height: 17px;
	background-image: url(images/bottom_29.png);
	background-repeat: no-repeat;
	}
	
#bottom2 {
	width: 1011px;
	height: 17px;
	background-image: url(images/bottom2_29.png);
	background-repeat: no-repeat;
	}
	
#content-top {
	width: 1011px;
	height: 9px;
	background-image: url(images/content-top_15.png);
	background-repeat: no-repeat;
	}
	
#content-bg {
	width: 1011px;
	background-image: url(images/content-bg_16.png);
	background-repeat: repeat-y;
	}
	
#aboutus-home-bg {
	width: 1011px;
	background-image: url(images/aboutus-home-bg_16.png);
	background-repeat: repeat-y;
	}
	
#content-body {
	width: 980px;
	margin: 0px auto;
	}
	
#left-column {
	width: 660px;
	padding: 10px;
	float: left;
	}
	
#left-sub-left {
	width: 212px;
	float: left;
	}
	
#left-sub-right {
	width: 445px;
	float: right;
	}
	
#right-column {
	width: 260px;
	padding: 10px;
	margin: 0px auto;
	float: right;
	}

#services-left {
	width: 49%;
	float: left;
	}
	
#services-right {
	width: 49%;
	float: right;
	}
	
#form {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	}
	

/***************** FOOTER **********************/
#footer {
	width: 1011px;
	height: 60px;
	background-color: #565656;
	}
	
#footer-container {
	padding: 15px;
	font-size: 10px;
	color: #a1a1a1;
	text-align: center;
	width: 941px;
	margin: 0px auto;
	}
	
a {
	font-size: 10px;
	color: #a1a1a1;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #a1a1a1;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


/***************** TEXT STYLES **********************/
.title {
	font-size: 26px;
	color: #646464;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.right-titles {
	font-size: 21px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.contact {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}

.list {
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.services {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.clients {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #646464;
	}
