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

body {
	margin:0px;
	padding:0px;
	background-color: #464746;
	background-image: url(images/bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin-bottom: 60px;
	background-repeat: repeat-x;
}

#wrapper {
	width: 976px;
	margin: 0px auto;
	position: relative;
	padding:0px;
	left: 0px;
}

#header {
	width: 976px;
	margin:0px auto;
	height: 242px;
	background-repeat: no-repeat;
	background-image: url(images/header.gif);
	background-position: 0% 100%;
	padding: 0px;
	
}

#header img {
	padding: 0;margin:0;
}

#content {
	background-repeat: repeat-y;
	background-image: url(images/content_bg.gif);
	padding: 20px 25px 20px 50px;
	background-position: right;
	float: left;
	width: 901px;
	min-height: 320px;
	/* css hack! */
	height:auto !important;
  height:320px;

}

#footer {
	background-image: url(images/content_bottom.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	height: 20px;
	padding-top: 6px;
	font-size: 100%;
	color: #fcfcfc;
	text-align:right;
	clear:both;
}

#footer a {
	color: #b3daf9;
}

#footer a:hover {
	color: #ffeb7a;
}

#nav {
	width: 100%;
	background-image: url(images/nav_bg.gif);
}

#nav img {
	margin:0px; padding: 0;
}

.nav_padding {
	min-height: 49px;
	/* css hack! */
	height:auto !important;
  height:49px;
  
}

#nav ul {
	margin:0px;
	padding:0px;
	padding-top: 7px;
	position: relative;
	list-style:none;
	text-align:center;
	margin-left: 30px;
}

#nav ul li {
	display:inline;
	padding: 3px 8px 0 8px;
	margin: 0px;
	font-size: 106%;
}

#nav a {
	color: #4f545a;
	font-weight: bold;
	text-decoration:none;
	border-bottom: none;
}

#nav a:hover {
	color: #DD6308;
}

#nav .active a {
	color: #DD6308;
	font-weight: bold;
	text-decoration:none;
	border-bottom: 1px solid #375cf8;
}

h1 {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 280%;
	line-height: 47px;
	color: #333333;
	font-weight: 100;
	margin:0px; padding:0px;
	clear: both;
	background-image: url(images/title_gradient.jpg);
	background-repeat: no-repeat;
	padding-right: 4px;
	margin-bottom: 25px;
}

h3 {
	font-size: 140%;
	line-height: 10px;
	color: #333333;
	font-weight: 100;
}

p {
	font-size: 90%;
	line-height: 150%;
	color: #5a4f4f;

}

.small {
	font-size: 70%;
	color: #666666;

}

.sub_title {
	font-size: 70%; 
	color:#999999;
	margin-top: 11px;

}

.left_column_500px {
	width:500px;
}

.left_column_500px p {
	padding-bottom: 10px;
}

#footer .footer_navigation a {
	color: #666666;
}

#footer .footer_navigation a:hover {
	color: #0033FF;
}


img.right {
	float: right;
	padding: 1px;
	margin: 10px;
	margin-right: 0px;
	border: 1px solid #333333;
	clear: right;
}

img.border {
	margin: 15px;
	border: 1px solid #333333;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}
	
.right_box {
	width: 350px;
	float: right;
	clear: both;
	text-align: right;
}

.clear {
	clear: both;
	width: 100%;
	height: 1px;
}

.caption {
	font-size: 70%;
	color: #333333;
	display: block;
	text-align: center;
	clear:both;
	margin-top: 0px;
	padding-top: 0px;
}

a img {
	border: none;
}

#content_bot_img {
	display:none;
}

ul.hp {

}

ul.hp li {
	font-size: 12px;
	text-indent:0;
	margin:0 0 8px 0;
	padding: 0;
}
