@charset "utf-8";
body  {
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center;
}


#backtile {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 150px;
	background-image: url(/custom/themes/default/images/toptile.gif);
	z-index: -1;
}

#backtile2 {
	position: fixed;
	top: 150px;
	left: 0px;
	width: 100%;
	height: 800px;
	background-image: url(/custom/themes/default/images/back.jpg);
	z-index: -1;
	
}

#container { 
	background: #FFFFFF;
	filter:alpha(opacity=93); /*for IE*/
	-moz-opacity:0.7; /*old school versions of the Mozilla*/
	-khtml-opacity: 0.5; /*old versions of Safari (1.x) */
	opacity: 0.9; /*Firefox, Safari, and Opera*/
	width: 900px;
	margin: 0 auto; 
	text-align: left;
	border: 1px solid #000000;
} 

#contentwrap {
	text-align: left;
	padding: 5px 0 0 0;
}


#header { 
	position: relative;
	width: 900px;
	background: #FFFFFF;
	height: 130px;
	background-image:url(/custom/themes/default/images/top.gif);
	background-repeat:no-repeat;
	z-index: 5;
} 

#header #logo {
	position: absolute;
	top: 15px;
	left: 10px;
	width: 138px;
	height: 63px;
}

#header h1 {
	position: absolute;
	top: 25px;
	left: 155px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	text-transform:uppercase;
}






#sidebar1 {
	float: left; 
	width: 210px; /* since this element is floated, a width must be given */
}

#sidebar1 #navwrap {
	width:206px;
	background: #FFFFFF;
}

#navwrap #top {
	width: 206px;
	height: 60px;
	background-image:url(/custom/themes/default/images/sidebar-ourservices.gif);
}
#navwrap #middle{
	width: 196px;
	background-image:url(/custom/themes/default/images/sidebar-navtile.gif);
	background-repeat:repeat-y;
	padding: 0 8px 0 10px;
	font-size: 12px;
}
#navwrap #foot{
	width: 206px;
	height: 34px;
	background-image:url(/custom/themes/default/images/sidebar-ourservicesft.gif);
	
}
#sidebar1 #testwrap {
	width: 205px;
	margin: 0 0 0 5px;
}

#sidebar1 #testwrap #top {
	width: 205px;
	height: 31px;
	background-image:url(/custom/themes/default/images/test-top.gif);
}

#sidebar1 #testwrap #middle {
	color: #ffffff;
	width: 185px;
	padding: 10px;
	background-image:url(/custom/themes/default/images/test-middle.gif);
}
	
#sidebar1 #testwrap #foot {
	width: 205px;
	height: 24px;
	background-image:url(/custom/themes/default/images/test-foot.gif);
}

#mainContent {
	margin: 5px 0 0 220px;
	width: 640px;
} 

#pageTitles {
	margin-left: -1px;
}


#homebox {
	position: relative;
	float: left;
	width: 650px;
	height: 350px;
	/*background-image:url(/custom/themes/default/images/pict-home.jpg);
	background-repeat:no-repeat;*/
	z-index: 0;
}



#homebox2 {
	float: left;
	width: 641px;
	z-index: 0;
	background-color: #333333;
	border: 1px solid #000000;
	padding: 5px;
	margin: 5px 0 5px 0;
	color: #ffffff;
	background-image: url(/custom/themes/default/images/homeboxtile.jpg);
	background-repeat: repeat;
}

#homebox2 a {
	color: #FFFF00;
}


#homebox2 h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	margin: 0 0 5px 0;
	color: #ffffff;
}

#servicesbox {
	float: left;
	width: 640px;
	padding: 5px;
	/*background-image: url(/custom/themes/default/images/servicesbox.gif);*/
}

#servicesbox h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin: 0px;
	color: #9a2a1a;
}



#hmbottomwrap {
	width: 660px;
}

.bullet1 ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
}

.bullet1 li{
	background:url(/custom/themes/default/images/bullet.gif) no-repeat left center;
	padding-left: 20px;
	margin-left: 10px;
	}
	
	

#hmbottomwrap h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin: 0 0 5px 0;
	color: #9a2a1a;
}


#segments {
	float: left;
	width: 325px;
	height: 165px;
	margin: 0 15px 0 0;
	text-align:left;
}

#commit {
	float: left;
	width: 300px;
	height: 185px;
	text-align: left;
}
	

#topnavwrap {
	position:absolute;
	left:0px;
	top:78px;
	width:900px;
	height:46px;
	background-image: url(/custom/themes/default/images/topnav.gif);
	z-index: 10;
}

#topnavwrap #topnav {
	position:absolute;
	left:35px;
	top:12px;
	z-index: 10;
}


#footer { 
	width: 900px;
	background:#9b2a1a;
	margin: 0 auto; 
	text-align: left; 
	border: 1px solid #000000;
} 
#footer h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px;
	font-weight: normal;
	padding: 5px 5px 5px 10px;
}

/* Miscellaneous classes for reuse */
#fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 3px;
}
#fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 3px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
