/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

body {
	background: #aad59d url(http://dev.kickapps.com/spstoday/community/images/bg-grad.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #274a8c;
}

p {
	font-size: 13px;
	line-height: 15px;
}

a:link, a:visited {
	color:#142646;
}

/*----- Headings ----- */
h1, h2, h3, h4 {
color:#142646;
margin-top: 5px;
margin-bottom:0;
padding-bottom:0;
}

/*----Structure----*/

#container {
	width: 864px;
	margin: 0 auto;
}

/*------Navigation------*/

ul#mainnav {
margin: 0;
background-color: #34588c;
padding-left: 0;
font-size: 1.1em;
font-weight: bold;
font-family: Times New Roman, Times, serif;
}

/* dropdown stuff */

.menu5 {
text-align:center; 
margin:0; padding:0; list-style-type:none;
}
.menu5 ul {
padding:0; margin:0; list-style-type:none; /* for Firefox */
}
.menu5 li {
float:left; position:relative;
width: 106px;
}
.menu5 li a, .menu5 li a:visited {
display:block; text-decoration:none;  
color:#FBED95; float:left; height:35px; 
line-height:35px; 
width: 106px;
}

.menu5 li ul {
visibility:hidden; position:absolute; top:35px; left:0; height:0; overflow:hidden;
}
.menu5 table {
margin:-1px; border-collapse:collapse; font-size:1em; /* font size for IE5.5 */
}

/* first line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.menu5 li:hover a,
.menu5 li a:hover {
border:0;
background-color: #1e3a6a;
}
.menu5 li:hover ul,
.menu5 li a:hover ul {
visibility:visible; height:auto; width:106px; background:#34588c;left:0; top:35px; overflow:visible;
}
.menu5 li:hover ul li a,
.menu5 li a:hover ul li a {
display:block; font-weight:normal; background:transparent; text-decoration:none; height:auto; line-height:1em; padding-top:0.3em; padding-bottom: 0.3em; width:106px;
}
* html .menu5 li a:hover ul li a {
width:9em; w\idth:8em; /* hack for IE5.5 */
}
.menu5 li:hover ul li a.drop,
.menu5 li a:hover ul li a.drop {
font-weight:bold;
}
.menu5 li:hover ul li ul,
.menu5 li a:hover ul li a ul {
visibility:hidden; position:absolute; top:0; left:106px; height:0; overflow:hidden;
}
.menu5 li:hover ul li a:hover,
.menu5 li a:hover ul li a:hover {
background-color: #1e3a6a;
}
#home .home {
	background-color: #142646;
}

#content-wrapper {
	clear: both;
	width: 865px;
	float: left;
	padding-top: 20px;	
	background-color:#FFFFFF;
}

.section {
	background-color: #FAF7E3;
	padding: 8px;
}

.leftcol {
	width: 500px;
	float: left;
	margin-bottom: 12px;
}

.rightcol {
	width: 320px;
	float:right;
	margin-bottom: 12px;
}

#sotw {	
}

#bragaboutit {
	clear:both;
	margin-bottom: 12px;
}

#latest_discussion {
	padding: 0 15px 0 15px;
}

#other {
	clear:both;
}

.moreLink {
	float:right;
}

.dateLine {
	font-size: 12px;
	margin: 5px;
}

div.topic_body {
	margin-left: 5px;
	font-size: 13px;
	line-height: 15px;
}

#fyi ul li {
	font-size: 13px;
	line-height: 15px;
	list-style-type: disc;
	margin-left: 25px;
	padding-bottom: 10px;
}

.blog_body {
	font-size: 13px;
}

/*----- Links page -----*/
#links_container {
	width: 675px;
}

#links h2 {
	margin-left: 25px;
	font-size: 22px;
	margin-bottom: 20px;
}

#links #container {
	background-color:#FAF7E3;
}

#links_container ul li {
	list-style-type: disc;
	margin-left: 30px;
	padding-bottom: 8px;
}

#links #ad_container {
	padding-right: 10px;
}

#links #content-wrapper {
	width: 660px;
}

/*----- Ads -----*/

#ldr_board {
	width: 728px;
	margin: 3px auto;
}

#directories {font-size:12px; font-family:tahoma; color:black; width:180px; background-color:#FFFFFF; padding:0 0 10px 0;margin-top: 10px;}
#directories a:active, #directories a:visited, #directories a:link {color:black; text-decoration:none;}
#directories a:hover {text-decoration:underline;}
#directories .link_container {width:160px; padding:0 10px;}

#ad_container {
	float:right;
	background-color: #faf7e3;
	padding-top: 20px;
	margin-right:6px;
}

.clearfix:after {content:".";display: block;height:0;clear:both;visibility:hidden}
.clearfix {display:inline-block}
/* Hides from IE-mac \*/
* html .clearfix {height:1%}
.clearfix {display:block}
/* End hide from IE-mac */
