/* CSS Document */

* {
	margin:0;
	padding:0;
}
body, td, th {
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #fff;
	font-size: 12px;
	line-height: 22px;
	text-align:center;
}
h1, h2, h3, h4, p, ul, td, th, #nav {
	text-align:left;
}
td, th {
	padding-left:5px;
}
h1 {
	color: #143d8d;
	font-size: 18px;
	font-weight:bold;
	background: #fff url(images/h2_bg.gif) bottom left no-repeat;
	padding: 3px 0 3px 5px;
	margin-bottom: 5px;
}
h2 {
	color: #143d8d;
	font-size: 14px;
	font-weight:bold;
	padding: 5px;
	background: #fff url(images/h2_bg.gif) bottom left no-repeat;
	margin: 0 0 5px 0;
}
h3 {
	color: #143d8d;
	font-size: 14px;
	font-weight:bold;
	padding: 2px 5px 3px 20px;
	background: #fff url(images/h3_bg.gif) left no-repeat;
	margin:0 0 0 5px;
}
h4 {
	color: #069;
	font-size: 14px;
	font-weight: normal;
}
ul {
	padding-left: 0;
	margin: 0 0 5px 25px;
	font-size: 11px;
	line-height: 18px;
}
hr {
	color:#a4bbd2;
	height: 1px;
	margin: 3px 0;
}
.sidebar {
	font-size: 10px;
}
/*begin content*/

/*Header Content + Navigation*/

#header_wrapper {
	width:auto;
	background-image:url(images/BBS_header_bg.gif);
}
#header {
	height: 150px;
	width: 847px;
	margin: auto;
}
#nav_wrapper {
	width:auto;
	background-color:#369;
}
#nav {
	margin: auto;
	padding-left: 0px;
	height: 24px;
	width: 843px;
	background-color:#369;
	border-left: solid 1px #5d8cb3;
	border-right: solid 1px #5d8cb3;
}
/*Main Content Area*/

#subheader {
	height: 20px;
	margin: 0 auto;
	width: auto;
	background: url(images/top_maincontentbg.gif) repeat-x #fff;
	text-indent: -5000px;
}
#maincontent {
	width: 845px;
	padding-right: 0px;
	background-color: #fff;
	margin: auto;
}
#leftcolumn {
	min-height: 400px;
	float: left;
	margin: 0 0 15px 0;
	width: 605px;
	padding: 0 10px 0 0;
	border-right: 1px solid #ccc;
}
#leftcolumn_wide {
	min-height: 400px;
	float: left;
	margin: 0 0 15px 0;
	width: 845px;
}
#leftcolumn p, #leftcolumn_wide p {
	padding-left:5px;
	margin-bottom: 10px;
}
#rightcolumn {
	float: right;
	width: 225px;
	margin: 0px 0px 10px 0px;
	line-height: 18px;
}
#rightcolumn p {
	padding: 0 5px 0px 5px;
	border-bottom: 10px solid #fff;
}
#bulletbox {
	float: right;
	width: 225px;
	margin: 5px;
	line-height: 18px;
	background-color: #f3f3f3;
	border: 1px dotted #e1e1e1;
}

/*Footer*/

#footer {
	height:40px;
	margin-bottom:10px;
	background:url(images/footer_bg.gif) repeat-x;
	clear: both;
	padding: 20px 0px 0px 0px;
}
#footer_container {
	width: 845px;
	margin: auto;
}
.footerText {
	font-size: 10px;
	color: #666;
}
/*Links*/

a:link {
	color:#00579e;
	text-decoration:none;
}
a:visited {
	color:#00579e;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {}

.blue a:link {color:#fff;}
.blue a:visited {color:#fff}
.blue a:hover {}
.blue a:active {}

/*Images*/

.floatright {
	float: right;
	padding: 4px;
	margin: 0 5px 10px 10px;
	border: 1px solid #ccc;
	background-color: #fff;
}
.floatleft {
	float: left;
	padding: 4px;
	margin: 0 10px 0px 0;
	border: 1px solid #ccc;
}

.imageborder {
	border: 1px solid #777;
}
blockquote {
	text-align: left;
	border-left: 3px solid #ccc;
	padding: 3px;
	background-color: #f5f5f5;
	margin: 10px;
}

/*SearchBox*/

/*Form*/

.gobutton {
	border: solid 1px #ccc;
	padding: 0px;
	color: #666666;
	height: 20px;
}

#form_container {
	border: 1px solid #a4bbd2;
	background-color: #FCFCFC;
	clear: both;
	margin-bottom: 10px;
}
#bbsquote {
	padding: 0px;
	margin: 5px;
}
#bbsquote p {
	margin-bottom: 5px;
	padding-bottom: 5px;
	clear:both;
}
#bbsquote label {
	float:left;
	width:220px;
	clear: both;
}

input, textarea, select {
	border:1px solid #aaaaaa;
	padding:2px;
	background:#fff url(images/inputBg.gif) top left no-repeat;
	margin-top:2px;
}
input.checkbox {
  width:15px;
  background:none;
  border:0;
}

input.radio_button {
  width:15px;
  background:none;
  border:0;
}

input.small, select.small {
  width:50px;
}

input.large, select.large {
  width:200px;
}

input.extra_large, select.extra_large {
  width:300px;
}

input:hover, textarea:hover, select:hover {
  border:1px solid #888888;
}

input:active, textarea:active, select:active {
  border:1px solid #888888;
}

input.submit {
  background:#ffffff url(images/submitBg.png) -20px 0 no-repeat;
  color:#ffffff;
}

input.submit:hover {
  cursor: pointer;
}

textarea {
	width:250px;
	height: 80px;
}

textarea.deep {
  height:350px;
}

textarea.shallow {
  height:50px;
}

fieldset {
	background:#fff;
	padding:0;
	border:1px solid #069;
	margin:0;
}

legend {
  font-weight:bold;
  font-size: 120%; 
  letter-spacing: -1px;
  color:#666666;
}

/*Navigation*/

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 800px; /*For KHTML*/
	list-style: none;
	height: 24px;
}
ul#navmenu-h li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 24px;
}
ul#navmenu-h ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 90px;
	list-style: none;
	display: none;
	position: absolute;
	top: 24px;
	left: 0;
}
ul#navmenu-h ul:after /*From IE 7 lack of compliance*/ {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
ul#navmenu-h ul li {
	width: 150px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
}
/* Root Menu */
ul#navmenu-h a {
	padding: 1px 15px 1px 15px;
	border-right: 1px solid #5885b3;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	background: #369;
	color: #fff;
	font: 12px/22px Arial;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
}
/* Root Menu Hover Persistence */
ul#navmenu-h a:hover, 
ul#navmenu-h li:hover a, 
ul#navmenu-h li.iehover a {
	background: #2a5a8a;
	color: #fff;
}
/* 2nd Menu */
ul#navmenu-h li:hover li a, 
ul#navmenu-h li.iehover li a {
	border: 1px solid #5885b3;
	float: none;
	background: #369;
	color: #fff;
}
/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover, 
ul#navmenu-h li:hover li:hover a, 
ul#navmenu-h li.iehover li a:hover, 
ul#navmenu-h li.iehover li.iehover a {
	background: #2a5a8a;
	color: #fff;
}
/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul, 
ul#navmenu-h li:hover ul ul ul, 
ul#navmenu-h li.iehover ul ul, 
ul#navmenu-h li.iehover ul ul ul {
	display: none;
}
ul#navmenu-h li:hover ul, 
ul#navmenu-h ul li:hover ul, 
ul#navmenu-h ul ul li:hover ul, 
ul#navmenu-h li.iehover ul, 
ul#navmenu-h ul li.iehover ul, 
ul#navmenu-h ul ul li.iehover ul {
	display: block;
}
