/*
	http://www.code-sucks.com  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #f2f2f2;
	background-image: url(../images/base/bg_tile.gif);
	background-repeat: repeat-y;
	background-position: center;
}

/* General styling ///////////////////////*/

p {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 130%;
}
h2 {
	font-size: 24px;
	padding-bottom: 10px;
}
h3 {
	font-size: 16px;
	color: #3399CC;
	padding-bottom: 3px;
	padding-top: 5px;
}
a {
	color: #9B943D;
	text-decoration: underline;
}
.boldness {
	font-weight: bold;
}
a:hover,active {
	color: #3399CC;
}
a:visited {
	color: #454500;
}
img {
	border: 0;
}

/* Targeted styling ///////////////////////*/

#logo img a {
	text-decoration: none;
	border: 0;
}
#wrapper { 
 margin: 0 auto;
 width: 955px;
}
#header {
	color: #333;
	width: 955px;
	float: left;
	padding: 0px;
 	/*height: 100%;*/
 	margin: 0px;
	background-color: #FFFFFF;
}
#main_nav {
	text-align: center;
	background-color: #f2f2f2;
	width: 949px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 3px;
	margin-left: 3px;
}
#main_nav li {
	display: inline;
	padding-right: 10px;
	border-right: 2px solid #CCCCCC;
	padding-left: 10px;
	font-weight: bold;
}
#main_nav li a {
	color: #9b943d;
	text-decoration: none;
}
#main_nav a:hover {
	color: #3399CC;
}
#leftcolumn {
	color: #333;
	width: 194px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 13px;
	border-top: 1px solid #CCCCCC;
	padding-top: 5px;
}
#content {
	float: left;
	color: #333;
	width: 500px;
	display: inline;
	margin-left: 20px;
	padding-top: 10px;
	margin-bottom: 5px;
}
#rightcolumn {
	color: #333;
	width: 194px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
	border-top: 1px solid #CCCCCC;
	padding-top: 5px;
}

#rightcolumn h3 {
	color: #993300;
}
#footer {
	width: 949px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 3px;
	margin-left: 3px;
	border-top: 1px solid #CCCCCC;
	clear: both;
	text-align: center;
}
#footer .quote {
	font-weight: bold;
	color: #990000;
	font-size: 14px;
}


/* Sub Pages styling ///////////////////////*/

#content_b {
	float: left;
	color: #333;
	width: 600px;
	display: inline;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
	border-right: 1px solid #3399CC;
}
#content_b p {
	padding-left: 5px;
}
#content_b h2 {
	color: #3399CC;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 4px;
	margin-bottom: 6px;
}
#content_b h3 {
	color: #333;
}
#content_b img.display {
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #f2f2f2;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content_b .news {
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 20px;
}
#content_b .news .left {
	float: left;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.news .dets {
	border-top: 1px dotted #CCCCCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.news h3 {
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: 1px solid #3399CC;
	padding-top: 5px;
}
.red {
	color: #993300;
}
.blue {
	color: #3399CC;
}


#rightcolumn_b {
	color: #333;
	width: 305px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 10px;
}
#rightcolumn_b h2 {
	color: #3399CC;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 6px;
	padding-bottom: 4px;
}
#rightcolumn_b h3 {
	color: #333;
}
#rightcolumn_b .sup_col {
	width: 150px;
	float: left;
	text-align: center;
}
#rightcolumn_b .links {
	list-style-type: none;
	padding-bottom: 5px;
	padding-top: 5px;
}
#rightcolumn_b .links li {
	padding-bottom: 4px;
}
.sup_logo {
	float: left;
	padding-bottom: 10px;
	align: center;
}
.clear {
	clear: both;
}
#twitter_div #twitter_update_list {
	list-style-type: none;
}
#twitter_div #twitter_update_list li {
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999999;
}