/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Tahoma;
	margin: 2px 20px 0px 0px;
	font-size: 9px;
	top: 35px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: baseline;
	background-color: #FFFFFF;
}

a:link, a:visited, a:hover {
	color: #94B05B;
	font-weight: normal;
}


img {vertical-align:top;}
a img { border:0;}

a:hover {
	color: #FFFFFF;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #000000;
}

h2{
	font-size: large;
	color: #000000;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: 25;
}

h3{
 font-size: 100%;
 color: #CE0808;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #333333;
}

ul{

}

ul ul{
 list-style-type: disc;
}

ul ul ul{
	list-style-type: square;
}

label{
 font: bold 100% Arial, sans-serif;
 color: #FFFFFF;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 5 5 15;
	width: auto;
	border-bottom-style: none;
	height: 65px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 15px;
	padding-top: 0px;
	background-color: #314E7E;
}

#navBar{
	font-family: Arial, Helvetica, sans-serif;
	width: 225px;
	height: 233px;
	font-size: 10px;
	max-width: 225px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	top: 122px;
	visibility: inherit;
	color: #FFFFFF;
	border-top-width: thin;
	border-top-style: none;
	background-color: #314E7E;
	overflow: inherit;
}

#content{
	width: 789px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-left-width: 0px;
	border-left-style: solid;
	left: 225px;
	float: inherit;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 5px;
	height: auto;
	clear: none;
	overflow: visible;
	position: relative;
	z-index: auto;
	right: auto;
	top: 1px;
	bottom: auto;
}
#content a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000099;
}
#content a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
}
#content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3366FF;
}





/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
	line-height: normal;
}


/************* #globalNav styles **************/

#globalNav{
	white-space: normal;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 10px;
	text-transform: lowercase;
	top: 5px;
	margin-bottom: 15px;
}
#masthead #globalNav a:hover {
	background-image: url(/Images/pattern.png);
	background-repeat: repeat-x;
	width: 100%;
}


#globalNav a {
	padding: 0px4px 0px 0px;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: x-large;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	font-weight: bold;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	top: 2px;
	vertical-align: middle;
}


/************** .feature styles ***************/

.feature{
	font-size: 10px;
	border-bottom-style: solid;
	font-family: Tahoma;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.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: 12px;
	color: #FFFFFF;
	border-top-color: #241200;
	border-right-color: #ECE9D8;
	border-bottom-color: #999999;
	border-left-color: #ECE9D8;
	background-color: #FFFFFF;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 12px;
	color: #B1C3D9;
	padding: 1px;
	margin-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
	background-color: #314E7E;
}
#siteInfo a:link {
	color: #FFFFFF;
}
#siteInfo a:visited {
	color: #FFFFCC;
}
#siteInfo a:hover {
	color: #FF6600;
	text-decoration: blink;
}
#navBar #sectionLinks fed a {
	background-color: #B1C3D9;
}



/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	position: absolute;
}

#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;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	color: #FFFFFF;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #314E7E;
	visibility: inherit;
	height: auto;
	width: 225px;
}

#sectionLinks h3{
	background-color: #FFFFFF;
	color: #2175BC;
}

#sectionLinks a:link{
	width: 90%;
	width: auto;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-top-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navBar table {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Zurich BT", "Zurich Cn BT", "Zurich Ex BT";
	background-color: #314E7E;
	top: auto;
}
#navBar #sectionLinks li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #FFFFFF;
}
#navBar #sectionLinks ul {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #FFFFFF;
	list-style-type: none;
	background-color: #314E7E;
	background-position: left;
	white-space: normal;
	margin: 1px;
	padding: 1px;
}

#navBar table a:link {
	color: #FFFFFF;
}



#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

#sectionLinks a:hover{
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-top-color: #cccccc;
	background-color: #9B110E;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 2px 0px 0px 2px;
	font-size: 90%;
	border-top: 1px solid #cccccc;
	background-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	width: auto;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	font-size: large;
	position: relative;
	width: auto;
	word-spacing: normal;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.side-table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border: 1px dotted #FFFFFF;
}


#headlines p{
	padding: 5px 0px 5px 0px;
}

