/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #FFF;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #110E0F;
	font-size: 12px;
}

a{
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
}

a:link{
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
	background-color: #000;
}

a:visited{
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
	background-color: #000;
}

a:hover{
	color: #FFF;
	font-size: 10px;
	background-color: #000;
}

h1{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	padding-bottom: 0px;
	padding-top: 4px;
	padding-right: 20px;
	padding-left: 10px;
	margin: 0px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}

h2{
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	color: #0CF;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

h4{
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

h5{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font-family: Arial,sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #334d55;
	background-color: #FFFFFF;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container
{
	width: 990px;
	color: #FFF;
	line-height: 130%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #110E0F;
}


#masthead{
	width: 100%;
	background-image: url(Images/Untitled-1.jpg);
	height: 100px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: repeat-x;
}

#navBar{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	background-color: #110E0F;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
}

#headlines{
	float:right;
	width: 20%;
	background-color: #110E0F;
	border-bottom-style: none;
	border-bottom-color: #cccccc;
	border-left-color: #110E0F;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
}

#content{
	float: left;
	width: 55%;
	font-size: 12px;
	color: #FFF;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	color: #FFFFFF;
	font-size: 24px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	margin: 0;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 0px 0px 5px 10px;
	color: #FFFFFF;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
	color: #FFFFFF;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-stretch: extra-expanded;
	font-family: "Arial Black", Gadget, sans-serif;
}

/************* #breadCrumb styles *************/



/************** .feature styles ***************/

.feature{
	font-size: 14px;
	font-style: normal;
	font-family: "Arial Black", Gadget, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	font-weight: normal;
	color: #FFF;
	padding-left: 10px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
	color: #FFF;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/
.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 0.9em;
	color: #FFF;
}

.story p{
	padding: 0px 0px 10px 0px;
	font-size: 12px;
	color: #FFF;
}



/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 10px;
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	color: #FFFFFF;
	background-color: 110E0F;
}



/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	font-size: 90%;
	border-right-width: 10px;
	border-bottom-width: 1px;
	border-right-color: #5A8A73;
	border-bottom-color: #cccccc;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	font-size: 10px;
	font-family: "Arial Black", Gadget, sans-serif;
}
#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom-width: 1px;
	border-bottom-color: #EEE;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	background-color: #110E0F;
	
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/



/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 1em;
}

#headlines p{
	padding: 5px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.style7 {
	font-size: 12px;
	font-weight: bold;
	font-family: "Arial Black", Gadget, sans-serif;
}
.style8 {
	font-weight: bold;
	color: #0F0;
	font-size: 14px;
}
.style9 {
	font-weight: normal;
}
.style10 {
	color: #0F0;
	font-style: italic;
}
.style11 {
	color: #FFF
}
.style12 {
	font-weight: bold;
	color: #0F0;
}
.style17 {
	font-weight: bold;
	color: #0F0;
	font-size: 24px;
}
.style20 {
	font-size: 12px;
	color: #0F0;
	font-weight: bold;
}
