/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

a:link, a:visited, a:hover, a:active {
	color: #006699;
	text-decoration: none;
}
#content a {
	color: #0094d2;
	text-decoration: none;
	font-weight: normal;
	text-indent: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline;
}
#content a:hover {
	color: #3b2e1e;
	font-weight: normal;
	text-indent: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: underline;
}
#content a:visited {
	color: #0094d2;
	font-weight: normal;
	text-indent: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content a:active {
	color: #0094d2;
	font-weight: normal;
	text-indent: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contentWide a {
	color: #0094d2;
	text-decoration: none;
	font-weight: normal;
	text-indent: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline;
}
#contentWide a:hover {
	color: #3b2e1e;
	font-weight: normal;
	text-indent: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: underline;
}
#contentWide a:visited {
	color: #0094d2;
	font-weight: normal;
	text-indent: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contentWide a:active {
	color: #0094d2;
	font-weight: normal;
	text-indent: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#TopLinks a {
	color: #0193cf;
	text-decoration: none;
	font-weight: normal;
	text-indent: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline;
}
#TopLinks a:hover {
	color: #0193cf;
	font-weight: normal;
	text-indent: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: underline;
}
#TopLinks a:visited {
	color: #0193cf;
	font-weight: normal;
	text-indent: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#TopLinks a:active {
	color: #0193cf;
	font-weight: normal;
	text-indent: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

.rightBlue {
	color: #FFFFFF;
	background-color: #0193cf;
	padding: 10px;
	width: 180px;
	border: 1px solid #000000;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 130%;
 color: #3b2e1e;
}

h2{
 font-size: 120%;
 color: #3B2E1E;
 }
 
h3{
 font-size: 110%;
 color: #3b2e1e;
}

h4{
 font-size: 110%;
 font-weight: normal;
 color: #0193cf;
}

h5{
 font-size: 100%;
 color: #3b2e1e;
}
 

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#main{
	width: 760px;
	background-color:#ffffff;
	padding: 0px;
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;

}
#masthead{
	margin: 0;
	width: 760px;
	background-image: url(../images/newSiteImages/topBan.gif);
	height: 78px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#navBar{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	width: 220px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	float: right;
}
#TopRight{
	background-color: #26a4d7;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	width: 580px;
	height: 180px;
	padding: 0px;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	float: left;
	clear: right;

}
.TopBottom{
	background-color: #3b2e1e;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	width: 760px;
	height: 10px;
	padding: 0px;
	left: 0px;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	float: left;
}
.TopLinkContainer{
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	width: 760px;
	padding: 0px;
	left: 0px;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	float: left;
}

#navTopLeft{
	background-color: #eeeeee;
	width: 180px;
	height: 180px;
	background-image: url(../images/newSiteImages/topLeftBG.gif);
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	left: 0px;
	padding: 0px;
	float: left;
	margin: 0;
	font-size: 90%;
}
/*********** #navTopLeft link styles ***********/

#navTopLeft ul a:link, a:visited, a:active{
	display: block;
	color: #FFFFFF;
	text-indent: 10px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;

	height: 22px;
}
#navTopLeft ul a:hover{
	background-color: #dddddd;
	display: block;
	color: #0094D2;
	text-indent: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	filter:alpha(opacity=70);
	opacity: 0.7;
	text-decoration: none;

	height: 22px;
}
#navTopLeft ul{
	list-style: none;
	margin: 0;
	padding:0;

}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navTopLeft li {
	text-indent: 20px;
	color: #3B2E1E;
	border-bottom-color: #EEE;
	height: 22px;
	border-bottom-style: none;
	padding: 0px;
}

#content{
	float:left;
	width: 500px;
	margin: 0;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 80%;
}
#contentWide{
	float:left;
	width: 740px;
	margin: 0;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 80%;
}

#TopLinks{
	float:left;
	width: 760px;
	margin: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: 75%;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 13px;
}

.story p{
  padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/


#siteInfo{
	clear: both;
	font-size: 70%;
	color: #999999;
	padding: 10px;
	margin-top: 0px;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
		border-bottom-style: solid;
}


#siteInfo a {
	color: #0193CF;
		text-decoration: none;
		padding: 2px 2px 2px 2px;
		display: inline;
}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #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-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{
	margin: 0px;
	font-size: 90%;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link, #sectionLinks a:visited, #sectionLinks a:active{
	voice-family: "\"}\"";
	voice-family:inherit;
	padding-right: 0px;
	padding-left: 10px;
	height: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: inset;
	border-bottom-style: inset;
	border-top-color: #cccccc;
	border-bottom-color: #CCCCCC;
}



#sectionLinks a:hover{
	background-color: #dddddd;
	filter:alpha(opacity=50);
	opacity: 0.5;
	text-decoration: none;
	color: #0094D2;
	padding-right: 0px;
	padding-left: 10px;
	height: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: outset;
	border-bottom-style: outset;
	border-top-color: #cccccc;
	border-bottom-color: #CCCCCC;
}



/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}


