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

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

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 5px;
	background-color: #7FA6EB;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}
#wrapper #banner {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 135px;
	width: 100%;
}


a{
	color: #060;
	text-decoration: none;
	font-family: Verdana;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
}

a:link{
	color: #1A49A2;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana;
	font-size: 100%;
}

a:visited{
	color: #A31009;
	text-decoration: none;
	font-family: Verdana;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}
.top {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 70%;
	color: #060;
}


a:hover{
	color: #0F2609;
	text-decoration: none;
	font-family: Verdana;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}

h1{
	font-family: Verdana;
	font-size: 90%;
	color: #000;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#wrapper #content h6 {
	font-family: Verdana;
	font-size: 12px;
	color: #A8100D;
	font-weight: normal;
	line-height: 22px;
}

p {
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	line-height: 22px;
}


h2{
	font-family: Verdana;
	font-size: 80%;
	color: #384032;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #427BC4;
	margin: 0px;
	padding: 0px;
}

h4{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

h5{
	font-family: Verdana;
	font-size: 85%;
	color: #000;
	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;
}


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

#masthead{
	width: 100%;
	background-image: url(images/banner.gif);
	height: 108px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #ABC19C;
}
#wrapper {
	background-color: #FFFFFF;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	position: relative;
	border: thin solid #FFF;
}
.floatright {
	float: right;
	padding-left: 5px;
}



#navBar{
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 22px;
	text-align: center;
	background-image: url(images/navbkgrnd.gif);
	background-repeat: repeat;
}

#navBar2{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFF00;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#headlines{
	float:right;
	width: 20%;
	padding-right: 10px;
}

#content{
	width: 97%;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 12px;
}
#wrapper #content #hometable {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	color: #333;
}


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

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


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

#globalNav{
	border-bottom: 1px solid #CCC;
	color: #cccccc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 119px;
}

#globalNav img{
 display: block;
}

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

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

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
	color: #090;
}


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

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	font-size: 80%;
	background-color: #FFFFFF;
	border: medium double #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.story p{
	padding: 0px 0px 10px 0px;
}


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

#siteInfo{
	clear: both;
	font-size: 80%;
	color: #FEFEFE;
	background-repeat: repeat;
	font-family: Verdana;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	font-weight: bold;
	background-color: #7CA2E3;
}
floatright {
	float: right;
	padding-left: 8px;
}

#siteInfo a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #FFF;
	padding-left: 10px;
	font-style: normal;
}


#siteInfo img{
	vertical-align: middle;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-image: url(images/footer.jpg);
}


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

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

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

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #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: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	background-color: #7FA6EB;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: inline;
	font-family: Verdana;
	font-size: 75%;
	color: #FFF;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	font-style: normal;
}

#sectionLinks a:hover{
	font-family: Verdana;
	font-size: 75%;
	font-weight: bold;
	color: #A1100B;
	text-decoration: none;
	background-color: #FFF;
}


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

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
}

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

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


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

#headlines{
	margin: 0px;
	font-size: 80%;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 20px;
	padding-left: 5px;
	color: #000000;
}
#headlines a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #003366;
	font-weight: normal;
}
#headlines a:hover {
	background-color: #C5EECC;
	text-decoration: none;
}


#headlines p{
	padding: 5px 0px 5px 0px;
}
.floatleft {
	float: left;
	padding-right: 5px;
}
#wrapper #content table {
	font-family: Verdana;
	font-size: 12px;
}
