/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 2;
	text-align: center;
	background-color: #000000;
	background-repeat: no-repeat;
	position: absolute;
	vertical-align: top;
	height: auto;
	width: 100%;
	color: #CCC;
}

a{
	color: #ED2024;
	text-decoration: none;
}

a:link{
}

a:visited{
	color: #ED2024;
	text-decoration: none;
}

a:hover{
}

h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: medium;
	color: #CCC;
	margin: 0px;
	padding: 0px;
	background-position: center top;
}

h2{
	font-size: medium;
	color: #ED2024;
	margin: 0px;
	padding: 0px;
}

h3{
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

h4{
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #CCC;
	margin: 0px;
	padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: square;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #000000;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px 0px 0px 0px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: none;
	background-repeat: no-repeat;
	background-image: url(/images/logos/LogoInnershadow.png);
	background-position: center top;
	text-align: left;
}

#navBar{
	float: left;
	width: 15%;
	margin: 0px;
	padding: 0px;
}

#headlines{
	float:right;
	padding-right: 10px;
	background-attachment: fixed;
	padding-left: 10px;
	width: 15%;
}

#content{
	width: 65%;
	text-align: center;
	float: right;
}

/***********************************************/
/* Components                                  */
/***********************************************/



/************* #globalNav styles **************/

#globalNav{
	font-weight: bold;
	line-height: normal;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-align: center;
	background-image: url(/images/SitewideImages/NavBar_gradient.png);
	width: 100%;	
}

#globalNav img{
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}



/************** .feature styles ***************/

.feature{
	height: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
	color: #CCC;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
	background-position: center center;
}




/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-left-width: 1px;
	vertical-align: middle;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 4px;
	vertical-align: middle;
	text-align: center;
}


/************* #search styles ***************/

#search{
	padding: 0px 0px 0px 10px;
	font-size: 90%;
	max-height: 10px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
}

#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: inline;}
#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {}

/* 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: small;
	border-bottom-width: 0px;
	text-align: left;
}

#sectionLinks h3{
	padding-top: 30px;
	padding-bottom: 1px;
	padding-left: 10px;
	text-align: left;
}

#sectionLinks a {
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#sectionLinks a:hover{
	font-style: normal;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
}



/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px;
	color: #ED2024;
	padding-right: 10px;
	text-align: left;
}

#advert img{
	display: block;
	text-align: left;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
	text-align: left;
	padding-right: 10px;
}

#headlines p{
	padding: 5px 0px 5px 0px;
	color: #ED2024;
}
