/* CSS Document */
body, html {
	margin:0;
	padding:0;
	color:#000;
	background: #E8E8E8;
	font-size:small;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	min-width:760px;
}

/* HTML */

h1, h2 {
	color:#369;
}

input {
	font-size:small;
}

table {
	margin-left:10px;
}

form {
	margin:0;
	padding:0;
}
a:link, a:visited{
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

/* WRAPPER */
#wrap {
	margin:0 auto;
	width:760px;
	border: 1px solid #000;
	background: #FFF;
}

/* HEADER */
#header {
	background:#f9f9f9 url(../images/header_sliver3.gif) repeat-y;
	color:#fff;
}
#subheader {
	padding-top:0px;
	font-size: 10px;
	color: #FFFFFF;
	/*margin-right:5px;*/
	float:right;
	text-align: right;	
	}
#subheader a {color:#fff;text-decoration:none;}

#subheader a:hover {text-decoration:underline;}

#subheader .btnsearch {
	background: url(../images/img_searchback.gif) repeat-x;
	font-size: x-small;	
}

#subheader .headerpix {
margin:0;
padding:0;
}

/*#subheader img {
	padding-top:15px;
	padding-left:2px;
}*/

#subheader img a:hover {
	color:#CCCCCC;
}

#header h1 {
	padding:5px;
	margin:0;
}
/*#header img {
	border-bottom:#CCC 1px solid;
	border-right:#ccc 1px solid;
	}*/
	
	
.solidbar {
	background: #369;
	height:10px;
}	


/* MAIN NAV */
#nav {
	background-color:#E1C7A2;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#nav form {
	margin:0;
	padding:0;
}

#nav ul {
	font-weight: bold;
	color:#009;
	text-align: right;
	margin: 0;
	padding-bottom: 3px;
	padding-top: 0px;
}

#nav ul li {
	display: inline;
	margin-left: -4px;
}

#nav ul li a {
	padding: 0px 10px 3px 10px;
	color:#369;
	text-decoration: none;
	border-right: 1px solid #369;
}

#nav ul li a:hover {
	background-color:#369;
	color: white;
}
#nav .active a {
	/*border-left: 1px solid #fff; */
	color:#fff;
	background-color:#369;
}

#nav #sel a { border-left: 1px solid #369; }

/*#nav ul li #search {
	background:#369;
}*/

/*#nav ul li .navsearch {
	padding:0px 10px 3px 10px;
}
*/
#nav .btnsearch {
	background:url(../images/img_searchback.gif) repeat-x;
}

/*#nav input {
	margin:0;
	padding:0px;;
}*/

/* HOME CENTER */
#main #homecenter h2{
	padding:0px;
}

#main #homecenter h3 {
	margin:0px;
	padding:0px;
}

/*#main #homecenter p {
	margin: 5px;
	padding: 0px;
}*/

/*#homecenter {
	background:url(../images/img_center_pix.jpg) no-repeat scroll right top;
}*/
#main #homecenter img {padding:5px;}



/* MAIN SECTION */

#main {
	padding-right: 5px;
}
#main h2, #main h3, #main h4{
	padding:0 10px;
}

#breadcrumb {
	font-size:12px;
	padding: 10px;
}
#breadcrumb a:link, #breadcrumb a:visited {
	color:#600;
	padding-bottom: 0px;
}
/*#breadcrumb a:hover {
	text-decoration:none;
	color: #600;
}
#breadcrumb form {
	margin:0;
	padding:0;
}*/
#search {
	padding: 3px;
	/*color: #001884;*/
	color:#009;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	text-align: center;
	background-color:#FC0;
}
#search p {
	font-weight:bold;
}
#search form {
	margin: 0;
	padding: 0;
}

#search .btnsearch {
	background: url(../images/img_searchback.gif) repeat-x;
	font-size: x-small;
}

.formerrors { 
	color:#F00;
	font-weight:bold;
}

#mostOuter {
	background: #fff;
	margin: 5px 0;
	border: #ccc 1px solid;
}
/*
#outerBox {
	position: relative;
	border: #CCC solid 1px;
}

#boxContainer {
	width: 100%;
}
*/
#boxContainer div {
	float: left;
	width: 165px;
	padding: 3px 0 10px 15px;
	margin: 0 10px 0 0;
	border:#000 1px solid;
}
.brclear {
	clear:both;
}

/* SIDE WRAPPER SECTION */
.sidewrapper {
	margin: 5px 0px;
	padding: 0px;
	border:#ccc 1px solid;
}
.sideheader {
	padding: 5px 8px;
	color:#369;
	font-weight: bold;
	border-bottom: #ccc 1px solid;
	text-transform: none;
	background-color:#e1c7a2;
}
.sidebody {
	margin:5px 3px 0px;
	padding:0px 0px 5px;
}

.sidebody p {
	margin:5px 3px 0px;
	padding:0px 0px 5px;
}

.sidebody a:link, .sidebody a:visited {
	color:#600;
	padding-bottom: 0px;
}
/*.sidebody a:hover {
	text-decoration:underline;
}*/
.sidewrapper ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.sidewrapper li {
	background-image: url(../images/600_smarrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 14px;
}

/* PAGE TOOLS */
#pagewrapper {
	margin: 0px 0px;
	padding: 0px;
	border:#ccc 1px solid;
}
#pageheader {
	padding: 5px 8px;
	color:#369;
	font-weight: bold;
	border-bottom: #ccc 1px solid;
	text-transform: none;
	background-color:#e1c7a2;
	background-image: url(../images/yellow_sliver.gif);
	background-repeat: repeat-x;
}
#pagebody, #pagebody p {
	margin:5px 3px;
}

#pagebody a:link, #pagebody a:visited {
	color:#600;
	padding-bottom: 0px;
}

/*#pagebody a:hover {
	text-decoration:none;
}*/

#pagebody ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#pagebody li {
	background-image: url(../images/600_smarrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 14px;
}


/* NEWS SECTION */
#news {
	margin: 5px 0px;
	padding: 0px;
}

#newsheader {
	padding: 5px;
	color:#009;
	font-weight: bold;
	border-bottom: #ccc 1px solid;
	text-transform: none;
	background-color:#FC0;
}
#newsbody, #newsbody p {
	margin:0px 5px 0px;
	padding:0px 0px 5px;
}
#newsbody a:link, #newsbody a:visited {
	color:#f03;
	padding-bottom: 0px;
	text-decoration:none;
}
#newsbody a:hover {
	text-decoration:underline;
}

/* FRONT RIGHT SIDE SECTION */
#side {
	padding: 0px;
}


/* ARTICLE SECTION */
#article {
	margin: 5px 0px;
	padding: 0px;
	border:#ccc 1px solid;
}
.article {
	margin: 5px 0px;
	padding: 0px;
	border:#ccc 1px solid;
}

#articleheader {
	padding: 5px 5px 5px 12px;
	color:#369;
	font-weight:900;
	border-bottom: #ccc 1px solid;
	text-transform: none;
	background-color:#e1c7a2;
}

.articleheader {
	padding: 5px 5px 5px 12px;
	color:#369;
	font-weight:900;
	border-bottom: #ccc 1px solid;
	text-transform: none;
	background-color:#e1c7a2;
}

.articlesubheader {
	padding: 3px;
	background: #e8e8e8;
	display: block;
	color:#c03;
	font-weight:bold;
	font-size:small;
	text-align:right;
	border-bottom:1px #ccc solid;
}

.articlesubheader form {
	margin: 0;
	padding: 0;
	display:inline;
	
}

.articlesubheader a:link, .articlesubheader a:visited {
	color:#600;
}
/*.articlesubheader a:hover {
	color:#600;
}*/

#articlebody, #articlebody p {
	margin:0px 5px 0px;
	padding:5px 0px 5px;
}

.articlebody, .articlebody p {
	margin:0px 5px 0px;
	padding:5px 0px 5px;
}

#articlebody h2, #articlebody h3, #articlebody h4 {
	padding:0 5px;
}

.articlebody h2, .articlebody h3, .articlebody h4 {
	padding:0 5px;
}

#articlebody a:link, #articlebody a:visited {
	color:#600;
	padding-bottom: 0px;
}

.articlebody a:link, .articlebody a:visited {
	color:#600;
	padding-bottom: 0px;
}

/*#articlebody a:hover {
	text-decoration:underline;
}*/
#article h2 {
	font-size:20px;
}

.article h2 {
	font-size:20px;
}

/*#article h3 {

}
#article h3 {
	margin:0;
	padding:5px;
	font-size:100%;
}*/

/* COMMENT SECTION */
#comment {
	margin: 5px 0px;
	padding: 0px;
	border:#ccc 1px solid;
	width:auto;
}
#commentheader {
	padding: 5px;
	color:#369;
	font-weight:900;
	border-bottom: #ccc thin solid;
	text-transform: none;
	background-color:#e1c7a2;
}
#commentheader a {
	font-size:10px;
}
.commentsubheader {
	padding: 3px;
	background: #e8e8e8;
	display: block;
	color:#c03;
	font-weight:bold;
   	font-size:small;
	text-align:right;
	border-bottom:1px #ccc solid;
}
.commentsubheader form {
	margin: 0;
	padding: 0;
	display:inline;
	
}

.commentsubheader a:link, .commentsubheader a:visited {
	color:#600;
}
#commentbody, #commentbody p {
	margin:0px 5px 0px;
	padding:0px 0px 5px;
}
#commentbody hr {
	color:#999;
	/*size:1px;*/
}
#commentbody a:link, #commentbody a:visited {
	color:#600;
	font-weight:bold;
	padding-bottom: 5px;
}
#commentbody a:hover {
}
#commentbody p {
	margin:0;
	padding:0;
	border-bottom:1px #ccc solid;
}

/* QUESTION SECTION */
#question {
	margin: 5px 0px;
	padding: 0;
	border:#ccc 1px solid;
	width:auto;
}
#questionheader {
	padding: 5px;
	color:#369;
	display:block;
	font-weight:900;
	border-bottom: #ccc thin solid;
	text-transform: none;
	background-color:#e1c7a2;
}

.questionsubheader {
	padding: 3px;
	background: #e8e8e8;
	display: block;
	color:#c03;
	font-weight:bold;
	font-size:small;
	text-align:right;
	border-bottom:1px #ccc solid;
}


#questionheader a {
	font-size:10px;
}

/*#questionsubheader {
	padding: 3px;
	background: #e8e8e8;
	display: block;
	color:#c03;
	font-weight:bold;
	text-align:right;
	font-size:11px;
	border-bottom:1px #ccc solid;
}*/
#questionsubheader {
	padding: 3px;
	background: #e8e8e8;
	display: block;
	color:#c03;
	font-weight:bold;
	text-align:right;
	font-size:11px;
	border-bottom:1px #ccc solid;
}
#questionsubheader a {
	color:#c03;
	text-decoration:none;
}
#questionsubheader a:hover {
	color:#c03;
	text-decoration:underline;
}
#questionbody, #questionbody p {
	margin:0px 5px 0px;
	padding:0px 0px 5px;
}
#questionbody a:link, #questionbody a:visited {
	color:#600;
	font-weight:bold;
}
/*#questionbody a:hover {
	text-decoration:underline;
}*/
#questionbody hr {
	color:#999;
	/*size:1px;*/
}



/* FOOTER */
#footer {
	clear:both;
	border-top: 1px solid #CCC;
}
#footer p {
	padding:5px;
	margin:0;
	font-size:10px;
	color:#666;
}
#footer a:link, #footer a:visited {
	color:#600;
}
/*#footer a:hover {
	text-decoration:none;
}*/
#navlist {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding-bottom: 19px;
	padding-left: 10px;

}

#navlist ul, #navlist li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navlist a:link, #navlist a:visited {
	background: #FEB810;
	border: 1px solid #ccc;
	color: #000;
	float: left;
	font-size:9px;
	font-weight: normal;
	line-height: 14px;
	margin-right: 8px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
}

#navlist a:link#current, #navlist a:visited#current {
	background:#F03;
	border-bottom: 1px solid #fff;
	color: #fff;
}

#navlist a:hover {text-decoration:underline; }


/* CLASSES */
.medboldcenter {
	text-align:center;
	font-weight:bold;
}
.by {
	font-size:10px;
}
.alignright {
	text-align:right
}

#content {
	width:750px;
	padding:0;
	margin:0;
	text-align:center;
	
}

#content_in {
	width:100%;
	margin:0 auto 0 auto;
	padding:0;
	text-align:left;
	display:table;
	
}

#viewresultscontent {
	width:750px;
	padding:0;
	margin:0;
	text-align:center;
}

#viewresultscontent_in {
	width:100%;
	margin:0 auto 0 auto;
	padding:0;
	text-align:left;
	display:table;
}
#viewresultsMC {
	float:left;
	width:74%;
}
#viewresultsMC h3 {
	color: #369;
}

#content_MC {
	 float:left;
	 width:100%; 
}

/*content_MC p {
	font-size:12px;
}*/

#subresultscontent {
	width:750px;
	padding:0;
	margin:0;
	text-align:center;
}

#subresultscontent_in {
	width:100%;
	margin:0 auto 0 auto;
	padding:0;
	text-align:left;
	display:table;
}
#subresultsMC {
	float:left;
	width:74%;
}

#subresultsMC h3 {
	color: #009;
}

.border {
	border:solid 1px #BBB;
}

#left_content {
	padding:0;
	margin:0;
	text-align:left;
	width:22%;
	float:left;
}


#right_content {
	padding:0;
	margin:0;
	float:right;
	text-align:left;
	width:76%;
}

#viewright_content {
	padding:0;
	margin:0;
	float:right;
	text-align:left;
	width:100%;
}

#subright_content {
	padding:0;
	margin:0;
	float:right;
	text-align:left;
	width:100%;
}

.clear {
	clear:both
}

/* Story section */
#story {
	margin: 5px 0px;
	padding: 0px;
	border:#ccc 1px solid;
}
#storybody, #storybody p {
	margin:0px 5px 0px;
	padding:5px 0px 5px;
}

#story h3 {
	color:#369;
	border-bottom: #ccc 1px solid;
}

/* SUBTOPIC SECTION */
#subtopics {
	margin: 5px 0px;
	padding: 0px;
	border:#ccc 1px solid;
}

#subtopicheader {
	padding: 5px;
	color:#369;
	font-weight:900;
	border-bottom: #ccc 1px solid;
	text-transform: none;
	background-color:#FC0;
	background-image: url(../images/yellow_sliver.gif);
	background-repeat: repeat-x;
}

#subtopicbody, #subtopicbody p {
	margin:0px 5px 0px;
	padding:5px 0px 5px;
}
/*#subtopicbody a:link, #subtopicbody a:visited {
	color:#c03;
	font-weight:bold;
	padding-bottom: 0px;
	text-decoration:none;
}
#subtopicbody a:hover {
	text-decoration:underline;
}*/

#subtopics ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#subtopics li {
	background-image: url(../images/600_smarrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 14px;
	margin:5px 0;
}

#subtopics h2 {
	font-size:20px;
}

/* TOPIC SECTION */
#topics {
	margin: 5px 0px;
	padding: 0px;
	width:162px;
}

/*#topicheader img {
	margin:0;
	padding:0;
}*/
#topicheader {
	padding: 5px;
	color:#369;
	font-weight:900;
	border-bottom: #ccc 1px solid;
	text-transform: none;
	background-color:#E1C7A2;
}

#topicbody, #topicbody p {
	margin:0px;
	padding:2px 0px 2px 2px;
	background: #000000;
}
#topicbody a:link, #topicbody a:visited {
	color:#baa68d;
	font-weight:bold;
	padding-bottom: 0px;
	text-decoration:none;
}
#topicbody a:hover {
	text-decoration:underline;
}

#topicbody img {
	margin:0px;
	padding:15px 0px 0px 0px;
}

#margin {
	padding:0 10px;
}
.topicheader {
	font-size:14px;
	font-weight:bold;
}



/*#articlebody p {
	padding:0 0 0 5px;
}*/

.email_img {
	background-image:url(../images/email_16.gif);
	background-repeat: no-repeat;
	padding-left:20px;
	background-position: left;
}

.print_img {
	background-image:url(../images/print_16.gif);
	background-repeat: no-repeat;
	padding-left:20px;

}
.largefont_img {
	background-image:url(../images/enlarge_font_icon.gif);
	background-repeat: no-repeat;
	padding-left:20px;
	background-position: left center;
}
.smallfont_img {
	background-image:url(../images/reduce_font_icon.gif);
	background-repeat: no-repeat;
	padding-left:20px;
	background-position: left center;
}
.comment_img {
	background-image:url(../images/Comment_Post_icon.jpg);
	background-repeat:no-repeat;
	padding-right: 15px;
	background-position: right center;
}
.question_img {
	background-image:url(../images/icon_ask_question.jpg);
	background-repeat:no-repeat;
	padding-right: 10px;
	background-position: right center;
}
.questionstatus_img {
	background-image:url(../images/icon_question_status.jpg);
	background-repeat:no-repeat;
	padding-right: 15px;
	background-position: right center;
}
