body {
	margin: 0px;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

h1 {font-size: 14px; color: #0066CC; margin-bottom: 0px;text-align: center;}
h2 {font-size: 13px; color: #0066CC; margin-bottom: 0px;text-align: center;}
h3 {font-size: 12px; color: #0066CC; margin-bottom: 0px;text-align: center;}
h4 {font-size: 10px; color: #0066CC; margin-bottom: 0px;text-align: center;}

#banner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 925px;
	height: 247px;
	background: url(../graphics/banner.jpg) no-repeat;
	z-index: 1;
}

#container {
	position: absolute;
	left: 40px;
	top: 222px;
	width: 824px;
	z-index: 1000;
}

#mission {
	position:absolute;
	left: 186px;
	top: 152px;
	z-index: 999;
}

#nav {
	width: 824px;
	height: 35px;
}

#content {
	width: 824px;
	position: relative;
}

#contentLeft {
	width: 610px;
	float: left;
}

#contentRight {
	width: 200px;
	float: left;
	margin: 0px 0px 0px 10px;
}

#dropmenudiv{
	position: absolute;
	background-color: #fbffbf;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	z-index: 1001;
	visibility: hidden;
	margin-top: 0px;
}

#dropmenudiv a{
	text-decoration: none;
	color: #336699;
	display: block;
	width: 100%;
	text-indent: 6px;
	border-bottom: 1px solid #000000;
	padding: 4px 0px 4px 0px;
	background: url(../graphics/dropdown_bg.gif) repeat-y #fdffdb;
}

#dropmenudiv a:hover{
	background: none #fbffbf;
	text-decoration: none;
	color: #993333;
	padding: 4px 0px 4px 0px;
	border-bottom: 1px solid #000000;
}

#caseStudies {
	float: right;
	width: 250px;
	padding: 15px;
	background-color: #FFFFCC;
}

.clearfloats {
	clear: both;
}

#bottomcontact {
	width: 824px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	font-size: 12px;
}

#bottomcontactHome {
	width: 610px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	font-size: 12px;
}

#bottomnav {
	width: 824px;
	padding: 0px 0px 10px 0px;
	text-align: center;
	font-size: 11px;
}

#bottomnavHome {
	width: 610px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	font-size: 11px;
}

a { color: #0000FF; text-decoration: underline;}
a:visited { color: #003399; text-decoration: underline;}
a:active { color: #0000CC; text-decoration: none;}
a:hover { color: #993333; text-decoration: none;}

a.bottomnav {
	color: #0000FF;
	text-decoration: underline;
	margin: 0px 8px 0px 5px;
}

a.bottomnav:visited {
	color: #003399;
	text-decoration: underline;
	margin: 0px 8px 0px 5px;
}

a.bottomnav:active {
	color: #0000CC;
	text-decoration: none;
	margin: 0px 8px 0px 5px;
}

a.bottomnav:hover {
	color: #993333;
	text-decoration: none;
	margin: 0px 8px 0px 5px;
}

.bold {
	font-weight: bold;
}

.textboldcolor{
        font-weight: bold;
	color: #0066CC;
        font-size: 14px;
        
}

.textcolor { 
	color: #0066CC;
}

td.prodDesc {
	vertical-align: top;
	padding: 10px;

}	

td.productBullet {
	background: #FFFFCC;
	padding: 0px 0px 0px 15px;
	color: #993333;
	font-weight: bold;
	font-size: 11px;
	width: 220px;
	vertical-align: middle;
	line-height: 22px;
}

td.productBulletmod {
	background: #FFFFCC;
	padding: 0px 0px 0px 15px;
	color: #993333;
	font-weight: bold;
	font-size: 11px;
	width: 220px;
	vertical-align: top;
	line-height: 22px;
}

td.prodPics {
	padding: 15px 0px 10px 0px;
	text-align: center;
}

td.prodAll {
	padding: 10px;
	text-align: center;
	font-size: 9px;
}

img.right {
	float: right;
}

img.left {
	float: left;
}

ul.bullet {
	margin: 15px;
	padding: 0px;
}

#photosContainer {
	margin: 15px auto 0px auto;
	width: auto;
}
	#pictureContainer {
		 float: left;
		 margin-right: 10px;
		 width: 238px;
		 background-color: #ececec;
		 padding: 6px;
	}
	
		#picturePicture {
			 float: left;
			 width: 100px;
			 margin-right: 10px;
		}
		
		#pictureText {
			 float: left;
			 width: 128px;
			 text-align: center;
		}
		
#form, #textarea {
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}

#textarea {height: 66px;}


