/* CSS Document */
/* COLOR LIST:
		BF0000 -- burgandy
		FF7F00 -- orange
		00A0C6 -- blue
		7DFF00 -- green
		B2B2B2 -- lighter gray
		666666 -- mid gray
		3F3F3F -- darker gray
*/
body{
	margin:0px;
	padding:0px;
	background-color:#000000;
	color:#FFFFFF;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:11pt;
	text-align:center;
	background-image:url(../images/bg.gif);
}
address,abbr{
	font-style:normal;
	display:inline;
	border-bottom: none;
}
a, a:link, a:visited{
	color:#FFFFFF; /* maybe default link color will be one of the colors from the color bars - burgandy???? */
	text-decoration:underline;
}
a:hover{
	color:#BF0000;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	color:#FFFFFF;
	font-size:14pt;
	font-weight:lighter;
	border-bottom:1px solid #B2B2B2;
}
.container{
	width:700px;
	margin:auto;
	text-align:left;
	background-color:#000000;
	background-image:url(../images/content_bg.gif);
	background-position:438px;
	background-repeat:repeat-y;
}
.header{
	width:700px;
	height:136px;
	position:relative;
	background-color:#000000;
}
.logo{
	border-top:none;
	border-bottom:1px solid #B2B2B2;
	border-left:1px solid #B2B2B2;
	border-right:1px solid #B2B2B2;
	position:absolute;
	left:40px;
}
/********************        Primary Navigation Styles      ****************/
.nav{
	width:430px;
	height:30px;
	border:none;
	border-bottom:1px solid #B2B2B2;
	border-left:1px solid #B2B2B2;
	position:absolute;
	right:0px;
	bottom:30px;
	text-align:center;
}
.nav li, .nav a, .nav a:link, .nav a:visited{
	height:30px;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	padding:0px;
	margin:0px;
	list-style:none;
	display:inline;
}
.nav a span{
	position:relative;
	/*left:-15px;*/
	top:10px;
}
.nav a:hover span{
	top:-5px;
}
#home a, #home a:link, #home a:visited{
	color:#FFFFFF;
	background-image:url(../images/home.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:61px;
}
#web a, #web a:link, #web a:visited{
	color:#FFFFFF;
	background-image:url(../images/web.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:95px;
}
#photo a, #photo a:link, #photo a:visited{
	color:#FFFFFF;
	background-image:url(../images/photo.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:107px;
}
#print a, #print a:link, #print a:visited{
	color:#FFFFFF;
	background-image:url(../images/print.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:103px;
}
#blog a, #blog a:link, #blog a:visited{
	color:#FFFFFF;
	background-image:url(../images/blog.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:58px;
}
#home a:hover, #web a:hover, #photo a:hover, #print a:hover, #blog a:hover{
	color:#FFFFFF;
	background-position:0px 15px;
	text-decoration:none;
}
.nav_bar { float:right; min-width:65px; text-align:center; height:20px; margin-right:6px; font-size:8pt; }
.nav_bar a, .nav_bar a:link, .nav_bar a:visited { font-size:8pt; text-decoration:none; }
/********************        End Primary Navigation Styles      ****************/
/********************       Begin Global Content Styles         ****************/
.clear{ clear:both; }
.right{ float:right; }
.left{ float:left; }
.column_left{
	width:425px;
	border:none;
	/*width:400px; border-right:1px solid #B2B2B2;*/
	margin:auto;
	margin-right:1px;
	padding:0px;
	padding-right:10px;
	float:left;
	height:auto;
}
.column_left h1,.column_left h2,.column_left h3,.column_left h4,.column_left h5,.column_left h6{
	border-right:1px solid #B2B2B2;
	display:inline;
	margin:auto;	
}
.about{
	background-color:#3F3F3F;
	padding:15px;
	margin-top:10px;
}
.capabilities{
	background-color:#666666;
	padding:15px;
	margin-top:10px;
	clear:both;
	height:auto;
}
.box{
	width:185px;
	font-size:9pt;
	float:left;
	height:auto;
	margin:auto;
	padding:0px;
}
.column_right{
	width:250px;
	border:none;
	/*border-left:1px solid #B2B2B2;*/
	margin:auto;
	margin-left:1px;
	padding:0px;
	padding-left:10px;
	float:right;
	height:auto;
}
.column_right h1,.column_right h2,.column_right h3,.column_right h4,.column_right h5,.column_right h6{
	border-left:1px solid #B2B2B2;
	padding-left:8px;
}
#blogfeed{
	padding: 10px;
}

/*******************************    Gallery *********************************************/
.gallery img{
	border:none;
}
.gallery a, .gallery a:link, .gallery a:visited, .gallery a:active{
	border:3px solid #666666;
	float:left;
	margin:4px;
	text-decoration:none;
}
.gallery a:hover{
	border:3px solid #B2B2B2;;
}
.display{
	text-align:center;
	margin:auto;
	margin-left:8px;
	margin-bottom:6px;
	margin-top:6px;
}
.display img{
	border:4px solid #666666;
	margin:auto;
	margin-bottom:6px;
}
.details{
	background-color:#666666;
	padding:15px;
	height:auto;
	text-align:left;
}
.details h1{
	border:none;
	margin-bottom:10px;
	text-transform:uppercase;
}
.details h2{
	border:none;
	font-size:10pt;
	margin-top:10px;
	margin-bottom:10px;
}
.details p{
	font-size:8pt;
}
.indent{ margin-left:8px; }
.nodecoration{
	padding-right:10px;
}
.imagebg{
	width:417px;
	background-color:#666666;
	border-bottom:#000000 solid 6px;
}
.spotlight{
	width:240px;
	font-size:9pt;
	margin:4px;
	text-align:left;
}
.spotlight img{
	border:none;
}
.spotlight a, .spotlight a:link, .spotlight a:visited{
	border:3px solid #666666;
	float:left;
	text-decoration:none;
}
.spotlight a:hover{
	border:3px solid #B2B2B2;;
}
.spotlight h1{
	font-size:12pt;
	margin-bottom:10px;
	border:none;
}
.links, .links a, .links a:visited, .links a:link, .links a:active{
	background-color:#000000;
	font-size:10pt;
	list-style:none;
	width:700px;
	text-decoration:none;
}
.links a:hover{
	color:#BF0000;
	text-decoration:underline;
}
.links div{
	float:left;
	width:220px;
}
.links h5{
	border-right:1px solid #B2B2B2;
	display:inline;
	margin:auto;
}
.links p{
	font-size:11pt;
	margin:12px;
	}
/*********************************    Form    ***********************************************/
.error{
	font-size:13pt;
	color:#7DFF00;
	margin-left:12px;
	background-color:#000000;
}
.contact_right{
	float:left;
	margin-left:35px;
	text-align:right;
	width:275px;
	position:relative;
}
.contact_left{
	width:240px;
	float:left;
	text-align:right;
}
.contact_container{
	width:570px;
	position:relative;
	margin:auto;
}
#validator { vertical-align: middle; margin: 4px 1px 4px 1px; }

ul li ul { margin-top: 16px; margin-bottom: 16px; }

/*********************************    Footer    ***********************************************/
.footer{
	width:700px; 
	text-align:center;
	background-color:#000000;
}
.footer h6{ float:left; }
.footer ul li{
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	padding:0px;
	margin:0px;
	list-style:none;
	display:inline;
}
.fineprint{ font-size:8pt; }