﻿/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	min-height:100%;
	background-image: url("images/bg.jpg");
	background-repeat: repeat-y;
	background-position:center top;
	background-color: #1a1a1a;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0px;
	
}

table{
	margin: 0px 20px 0px 20px auto;
	color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.25em;

}


li {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.25em;
	padding: 0px 10px 0px 10px;
	color: white;
	font-weight:normal;
}

ul {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1.25em;
	padding: 0px 10px 0px 10px;
	color: white;
	font-weight:normal;
	margin: 0px 0px 0px 20px;
}


p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.25em;
	padding: 0px 10px 0px 10px;
	color: white;
	font-weight:normal;
}


h1 {
	font-size: 16px;
	font-weight: normal;
	padding: 8px 10px;
	color: #EEEEEE;
	text-transform: uppercase;
	background: url(images/bg_title.gif) repeat-x;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	padding: 8px 10px 0px 10px;
	text-transform: uppercase;
	color: #97B9CF;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0 0px 0;
	text-transform: uppercase;
	color: #97B9CF;
}


a:visited{
	color: #fff000;
	line-height: 1.10em;
	padding:  0px;
	text-decoration: none;
}

a:link{
	color: #eea602;
	line-height: 1.50em;
	padding:  0px;
	text-decoration: none;
}

a:hover{
	color: #ffffff;
	text-decoration: none;
}

table.dot {
	padding: 5px 0px 5px 0px;
	border: solid;
	border-collapse: collapse;
	border-color: white;
	margin-left: 10px;
	width: 98%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1.25em;
	color: white;
	font-weight:normal;
}

table.dot td {
	padding: 10px 5px 10px 5px;
	
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#body{
	margin: 0px auto;
	width:770px;
	min-height:100%;
	border-right: 1px solid #313131;
	background-color:#111111;
	overflow: auto;

	}


/***********************************************/
/* Header Divs                                 */
/***********************************************/

#logo{
	clear: both;
	margin: 0px auto;
	height:90px;	
}

#links{
	clear: both;
	margin: 0px auto;
	height:42px;
}

#linksspacer{
	clear: both;
	margin: 0px auto;
	height:10px;
	background-color: #2e2e2e;
}

#linkssubs{
	clear: both;
	margin: 0px auto;
	height:28px;
}


#linksspacerdark{
	clear: both;
	margin: 0px auto;
	height:1px;
	background-color: #181818;
}

/***********************************************/
/* Body Divs                                 */
/***********************************************/


#fwcontainer{
	clear: both;
    width:770px;
	margin: 0px auto;
}

#widec{
	width:528px;
	float:left;
	padding:10px;

}

#shortc{
	width:202px;
	float:right;
	padding:10px;

}

#mediumc-cont{
	width:770px;
	float:left;
}


#mediumc{
	width:365px;
	float:left;
	padding:10px;
}


#fullwidthc{
	clear: both;
	width:750px;
	float:left;
	padding:10px;
}


.imgborder {
	float: left;
	background:  #1A1A1A;
	margin: 0px 5px 0px 0px;
	padding: 4px;
	border: 1px solid #313131;
} 

.imgborderT {
	float: none;
	background:  #1A1A1A;
	margin: 0px 5px 5px 0px;
	padding: 4px;
	border: 1px solid #313131;
} 

.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
#category {
	height:100%;
}

#titles{
	background-image: url("images/bg_title.gif");

}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 770px;
	height: 105px;
	font-size: 10px;
	text-align: left;
	background: #212121 url(images/footer.gif) no-repeat;
}
#footer ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 25px 0 0 10px;
	display: block;
}
#footer li {
	list-style: none;
	margin: 0;
	padding: 0;
	font: 9px "Trebuchet MS", Helvetica, Arial, sans-serif;
	background: url(images/footer_hash.gif) right no-repeat;
	float: left;
	font-size: 10px;
	line-height: 10px;
	text-decoration: none;
	padding: 10px 20px 10px 19px;
	color: #FFFFFF;
}
#footer li.copyright {
	color: #666666;
	background: none;
}
#footer li.first {
	padding-left: 10px; 
}
#footer li.last {
	background: none;
}
#footer p {
	clear: both;
	float: left;
	display: block;
	padding: 15px 0 0 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #6F6F6F;
	width: 730px;
}
#footer span {
	color: #3F3F3F;
