/* CSS Document */
body {
	padding: 0;
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

#banner {
	width: 1000px;
	height: 200px;
}

#pageContent {
	float:left;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	border: 1px solid #cccccc;
	border-top: 0;
	border-bottom: 0;
	padding: 0;
}


#footer {
	display:block;
	float:left;
	height:39px;
	background-color:#dd0101;
	margin:-136px 0 0 0;
	width:1000px;
}

#footer ul {
	padding:0 20px;
	height:39px;
	list-style:none;
	
}

#footer ul li {
	line-height:39px;
	float:left;
}

#footer ul li a {
	font-size:11px;
	color:#ffffff;
	line-height:39px;
	text-decoration:none;
	font-weight:bold;
	padding:0 16px;
}




/***** Classes *****/
.clear {
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
}

.graphical-links a {
	display:block;
	padding:0 0 15px 0;
	border:none;
}

.graphical-links a img, .graphical-links div.flash {
	border:1px solid #dd0101;
	border-left:none;
}

.graphical-links div.flash {
	margin:0 0 15px 0;
}

.formError {
	color:#FF0000;
	font-weight:bold;
}

#notifyError {
	font-size:11px;
}

.posts {
	padding:0 8px;
}

.postedby {
	font-size:10px;
	color:#333333;
	font-weight:normal;
	padding:0 0 8px 0;
	display:block;
}

.postedby a, .answer a {
	font-weight:normal;
	color:#333333;
	font-size: 10px !important;
}

.posts a {
	font-size:11px;
}

p.dotted {
	height: 1px;
	line-height:1px;
	font-size:1px;
	border-bottom: 1px dotted #e1e1e1;
	margin: 15px 0;
}

span.answer {
	font-size:10px !important;
	color:#000000 !important;
	font-weight:normal !important;
}

div.answer {
	padding:0 20px;
	font-style:italic;
}

h4.answer {
	padding:0 0 8px 10px;
}

.recent a {
	font-size:10px;
	padding:0 10px;
	text-decoration: none;
}

.recent h3 {
	padding:18px 0 8px 0;
}

.success {
	padding:0 10px 20px 10px;
	font-size:12px;
	display:block;
	color:#DD0101;
}

.bold {
	font-weight:bold;
}

/* ----------------------------------------------------- 
/------------------ Messageboard Styles -----------------/
----------------------------------------------------- */

.posts {
	font-family:"Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
}
.posts h1 {
	font-size: 20px;
	color: #666666 !important;
	font-weight: bold;
	line-height: 28px;
	margin: 0;
	padding: 0 0 12px 0;
}
.extra-padding {
	padding: 0 0 20px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #DD0101;
}
.post-name {
	font-size: 13px;

}
.post-time, .post-links, .small {
	font-size: 9px;
}
.post-links {
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #999999;
}
.post-title {
	font-size: 15px;
	color: #CC6633 !important;
	
	padding-bottom: 4px;
}
.post-text {
	font-size: 12px;
	line-height: 18px;
}

/*.messageboard-input, .messageboard-select {
	font-family:"Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	width: 250px;
}

.messageboard-button, .messageboard-button-wide {
	font-family:"Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	width: 100px;
}
.messageboard-button-wide {
	width: 200px;
}*/

ul#accordion, ul#accordion li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.expander {
	font-size: 10px !important;
	color: #DD0101 !important;
}

.float-clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}
