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

body {
	overflow:hidden;/*Needed to eliminate scrollbars*/
	background:#000;
}

	
p {
	font-size:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:lighter;
	color:#CCC;
	line-height:20px;
	letter-spacing:2px;
}

ul{
font-size:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:lighter;
	color:#CCC;
	line-height:20px;
	letter-spacing:2px;	
	}
	li{
		margin-left:15px;
		
		}
	
	
h1, h2, h3, h4, h5 {
	color:#b7ccea;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	font-weight:normal;
	line-height:50px;
	font-size:1.8em;
}
h2 {
	font-size:1em;
	line-height:1.7em;
}

h3 {font-size:.9em;
	line-height:1.5em;
	color:#ccc;
	letter-spacing:2px;
	}

 a.blue:link, a.blue:visited, a.blue:active {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	letter-spacing:1px;
	color:#007dc3;
	text-decoration:none;
}
a.blue:hover {
	text-decoration:underline;
}
#pageName{
	margin:0px auto;
	margin-top:10px;
	width:880px;
	text-align:left;
	padding-left:20px;
	color:#b7ccea;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	font-weight:normal;
	font-size:40px;
	
	
	}



#header{
	height:90px;
	width:880px;
	background-image:url(../images/);
	background-repeat:repeat;
	padding-top:10px;
	padding-left:20px;
	
	}
#mainImage {
	width:900px;
	height:260px;
}
#mainNav{
	width:800px;
	height:110px;
		
}

#container{
	width:900px;
	height:auto;
	background-image:url(../images/transparent.png);
	}
	
	#contentTextContainer{
		width:900px;
		height:365px;
		
		
		}
	
	#contentTextLeft {
	width:200px;
	height:auto;
	padding:0px 50px 0px 50px;
	border-right:1px solid #666;
	margin-bottom:60px;
	float:left;
}
#contentTextRight {
	width:450px;
	height:auto;
	padding:0px 50px 0px 50px;
	margin-bottom:60px;
	float:left;
}



/*------------services------------*/

.service{
	width:800px;
	height:auto;
	margin:0px auto;
	border-top:none;
	margin-top:20px;
	clear:both;

	
	}

.serviceLeft{
	width:150px;
	padding:20px;
	margin-top:20px;
	margin-bottom:20px;
	float:left;}

.serviceRight{
	width:500px;
	height:auto;
	border-left:1px #333 solid;
	padding:20px;
	margin-top:20px;
	margin-bottom:20px;
	text-align:left;
	float:left;}




#bottomContent {
	width:800px;
	height:20px;
	margin:0 auto;
	padding:5px;
	background-image:url(../images/transparent.png);
	border:1px solid #333;
	text-align:center;
	clear:both;
}

.siteDesign{
	width:800px;
	height:10px;
	margin:0 auto;
	padding:5px;
	text-align:center;
	}
	
	a.siteDesign:link, a.siteDesign:hover, a.siteDesign:active, a.siteDesign:visited{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	font-style:normal;
	letter-spacing:1px;
	color:#007dc3;
	text-decoration:none;
	}


