@charset "utf-8";
/* CSS Document */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #292929;
}
body a:link, body a:visited {
	color: #2E4B7C;
	text-decoration: none;
}
body a:hover, body a:active {
	color: #666;
	text-decoration: none;
}
#top_wrap {
	width: 100%;
	background-color: #222;
}
#abovenav_wrap {
	width: 774px;
	height: 60px;
}
#top_logo {
	text-align: left;
	float: left;
}
#pagehead {
	text-align: left;
	float: left;
}
#top_navbar {
	width: 100%;
	background-color: #BBB;
	border-bottom: 1px solid #222;
}
#top_nav {
  padding: 0px;
	height: 22px;
	width: 770px;
	font-size: 95%;
	background-color: #CCC;
	border-left: 2px solid #C4C4C4;
	border-right: 2px solid #C4C4C4;
}
#top_nav ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#top_nav a {
  display: block;
  margin: 0px;
  height: 1em;
  padding: 2px 8px 5px 8px;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
	text-shadow: 1px 1px #777;
}
#top_nav a:link, #top_nav a:visited {
  background-color: #CCCCCC;
	color: #000000;
}
#top_nav a:hover, #top_nav a:active {
	background-color: #444;
  color: #FFFFFF;
}
/* float each list element inline (side by side) */
#top_nav li {
  float: left;
  display: inline;
}
#thispage a:hover, #thispage a:active, #thispage a:link, #thispage a:visited {
	background-color: #444;
	color: #FFFFFF;
}	




#top_nav li ul {
	display: none;
}

#top_nav ul li ul li a {
	padding: 7px;
	font-weight: 100;
	text-shadow: 1px 1px #999;
}
#top_nav li:hover ul {
	display: block;
	position: absolute;
	border: 1px solid #444;
	z-index: 1;
	text-align: left;

}
#top_nav li:hover li {
	float: none;
	font-size: 80%;
}
#top_nav li:hover a { 
	background: #444;
	color: #FFFFFF;
}
#top_nav li:hover li a { 
	background: #CCCCCC;
	color: #000000;
}
#top_nav li:hover li a:hover {
	background: #444;
	color: #FFFFFF;
}




#topnav_right {
	float: right;
	width: 200px;
}
$topnav_left {
	float: left;
	width: 760px;
}

/* ------------------------------------------------------------------------------ */

#middle_wrap {
	width: 100%;
	background-color: #FFFFFF;
}
#body {
	width: 770px;
	min-height: 400px;
	text-align: left;
	padding: 10px 0px;
	font-size: 90%;
	overflow: hidden;
	background-color: #FFFFFF;
	/*border-left: 2px solid #FCFCFC;
	border-right: 2px solid #FCFCFC;*/
}

/* -------------------------------------- */

#leader {
	width: 755px;
	min-height: 90px;
	text-align: center;
}
#pageheader {
	font-weight: bold;
	font-size: 100%;
}
hr {
  border: 1px solid;
  width: 100%;
	padding: 0px;
	margin: 0px;
}
#header {
	width: 734px;
	padding: 0px 20px;
}
.content {
	width: 734px;
	padding: 0px 20px 20px 20px;
}
.list_thumb {
	width: 174px;
	height: 130px;
	float: left;
	text-align: center;
	padding: 10px 9px 12px 9px;
	margin-bottom: 5px;
}
.list_thumb:hover {
	background-color: #E5E5E5;
}
.title_thumb {
	width: 160px;
	padding: 1px 7px;
	text-align: left;
	font-size: 100%;
	color: #FFF;
	background-color: #2B2B2B;
}
.thumbnail {
	width: 170px;
	border-top: 0px;
	border-right: 2px solid #2B2B2B;
	border-bottom: 2px solid #2B2B2B;
	border-left: 2px solid #2B2B2B;
}
.thumb_break {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 15px;
}
.comthumb_nav {
	border: 2px solid #000000;
}

.question {
	
}
.answer {
	font-style: italic;
	color: #333333;
}
.warning {
	font-size: 75%;
	color: #C00;
}
.enclosed_full {
	width: 100%;
	overflow: hidden;
}

/* ------------------------------------------------------------------------------ */

#bottom_wrap {
	width: 100%;
	min-height: 100%;
	font-size: 70%;
	background-color: #292929;
}
#btmlinks_wrap {
	width: 100%;
	background-color: #BBB;
	border-top: 1px solid #292929;
}
#btm_links {
	width: 760px;
	padding: 2px 5px;
	text-align: right;
	text-shadow: 1px 1px #AAA;
	background-color: #CCC;
	border-left: 2px solid #C4C4C4;
	border-right: 2px solid #C4C4C4;
}
#btm_links a {
	color: #000000;
	text-decoration: none;
}
#btm_text {
	width: 755px;
	padding: 10px;
	text-align: left;
	color: #FFF;
}