/* Basic */

body {
	background-color: #303838;
}

#bodycontainer {
	width: 860px;
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#topedge{
	background-image: url(images/topedge.png);
	background-repeat: no-repeat;
	height: 25px;
	float: left;
	padding: 0px;
	width: 860px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: inline;
}

#btmedge{
	background-image: url(images/btmedge.png);
	background-repeat: no-repeat;
	height: 25px;
	float: left;
	width: 860px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	display: inline;
}

/* Header */

#headercontainer{
	float: left;
	width: 860px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	display: inline;
	background-image: url(images/bodybg.png);
	background-repeat: repeat-y;
}

#header{
	float: left;
	width: 820px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
	height: 32px;
	background-color: #303838;
	display: inline;
}

#logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	height: 32px;
	width: 220px;
	float: right;
	margin: 0px;
	text-indent: -9999px;
}

/* - Ad Links */
#adlinks {
	padding: 0px;
	height: 20px;
	width: 820px;
	background-color: #FFCC00;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	display: inline;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #303838;
}

div.adbox{
	overflow:auto;
	width: 338px;
	float: left;
	margin-bottom: 0px;
	border: 1px solid #CCC;
	display: inline;
	margin-top: 0px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}

div.skyscraper{
	width: 198px;
	text-align: left;
	float: left;
	margin-top: 5px;
	background-color: #FFF;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #777;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

div.adlinkbox{
	width: 198px;
	text-align: left;
	float: left;
	margin-top: 5px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #777;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}

div.tabs{
	width:450px;
	float:left;
	overflow:hidden;
	padding:0;
	display: inline;
	background-color: #303838;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

div.tabs a{
	width:84px;
	text-transform:uppercase;
	display:block;
	float:left;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	vertical-align:middle;
	font-weight:600;
	margin:0;
	color: #FFF;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}
div.tabs a:hover, div.tabs a:active{
	text-decoration: none;
	background-color: #FFCC00;
	color: #000;
	font-size: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

/* Mid Section*/

div#contentcontainer{
	background-image: url(images/bodybg.png);
	background-repeat: repeat-y;
	float: left;
	width: 860px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	display: inline;
}


div.leftsidebar{
	float: left;
	width: 200px;
	margin-left: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: inline;
}

div.mainsection {
	width: 400px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	display: inline;
	height: 100%;
}

div.rightsidebar{
	float: right;
	width: 200px;
	margin-right: 25px;
	display: inline;
}

/* Footer */

div#footercontainer{
	background-image: url(images/bodybg.png);
	background-repeat: repeat-y;
	float: left;
	width: 860px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	display: inline;
}

div#footer {
	color: #FFF;
	background-color: #303838;
	float: left;
	width: 820px;
	margin-right: 20px;
	margin-left: 20px;
	font-family: Verdana, Geneva, Arial;
	font-size: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	display: inline;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFCC00;
}

div#footer a {
	text-decoration: none;
	color: #FFF;
}

div#footer a:hover{
	text-decoration: underline;
	color: #FFF;
}

div.category{
	width: 198px;
	text-align: left;
	float: left;
	margin-top: 0px;
	background-color: #F3F3F3;
	background-image: url(images/contentbg.png);
	background-repeat: repeat-x;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #777;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding: 0px;
	display: inline;
	list-style-type: none;
}

div.category ul{
	padding:0px;
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	display: inline;
	float: left;
	list-style-type: none;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #222;
}

div.category ul li{
	list-style-type:none;
	line-height:1.2em;
	font-weight: bold;
	padding: 0px;
	float: left;
	text-indent: 0;
	width: 168px;
	display: inline;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}

div.category a:link, div.category a:active, div.category a:visited  {
	color:#222;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
	display: inline;
	float: none;
}

div.category a:hover {
	text-decoration:underline;
	color: #004664;
}



h1 {
	font-weight: bold;
	color: #333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5;
	padding-right: 0;
	padding-bottom: 5;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

h2 {
	font-weight: bold;
	color: #303838;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5;
	padding-right: 0;
	padding-bottom: 5;
	padding-left: 0;
}

h3 {
	font-weight: bold;
	color: #303838;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5;
	padding-right: 0;
	padding-bottom: 5;
	padding-left: 0;
}

h6{
	background-image: url(images/button.png);
	background-position: 0px 0px;
	float: left;
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 190px;
	height: 17px;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 12px;
}

h5 {
	float: left;
	height: 19px;
	width: 388px;
	margin-top: 5px;
	background-color: #303838;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #FFCC00;
	border-left-color: #999;
}


div.content{
	font-family:Verdana, Geneva, Arial;
	font-weight:400;
	font-size:12px;
	color:#333;
	overflow:auto;
	width: 358px;
	float: left;
	margin-bottom: 5px;
	border: 1px solid #CCC;
	display: inline;
	background-color: #F5F5F5;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(images/contentbg.png);
	background-repeat: repeat-x;
	margin-top: 5px;
}

div.content p{
	line-height:1.5em;
	word-spacing:normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

div.content ul,div.content ol{
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}
div.content ul li{
	list-style-type:none;
	line-height:1.4em;
	padding-top:0px;
	background-image: url(images/icon_avbox_mini.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	background-position: 0px -75px;
	font-weight: bold;
}
div.content ol li{
	list-style-type:decimal;
	line-height:1.4em;
	list-style-position:inside;
	padding: 0px;
	margin-top: 6;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
	font-weight: normal;
}
div.content a:link,div.content a:active, div.content a:visited  {
	color:#004664;
	font-weight: bold;
	text-decoration:none;
}

div.content a:hover {
	color:#000;
	text-decoration:underline;
}

div.content img{border:1px solid #CCC;margin:5px 10px 5px 0;padding:3px;}
