/***********************************************/
/* css_glbl_left_content_right_features.css    */
/* Use with Index.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px auto;
	padding: 0px;
	background: #cccccc url("../images/bg_grad2.jpg") fixed;
	position: relative;
	height: auto;
	width: 100%;
	text-align: center;
	top: -5px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #000080;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
	color: #710000;
/*	width: 100%;
*/
}
.nolinkcolor {
	border-top-width: 0px;
	border-top-style: none;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/************** header tag styles **************/

h1{
 font: bold 120% Geneva, Arial, Helvetica, sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
	font: bold 90% Geneva, Arial, Helvetica, sans-serif;
	color: #710000;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}

h3{
	color: #710000;
	margin: 0px;
	padding: 0px;
	font-size: 150%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	margin-top: 10px;
}

h4{
	font: 100% Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h5{
   font: 100% Geneva, Arial, Helvetica, sans-serif;
   color: #334d55;
   margin: 0px;
   padding: 0px;
   font-size: 10pt;
   font-weight: normal;
   font-style: normal;

}


/*************** list tag styles ***************/

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

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

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

/********* form and related tag styles *********/

form {
}

label{
	font: bold 1em Geneva, Arial, Helvetica, sans-serif;
	color: #710000;
	text-align: right;
}
				
input{
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:relative;
	top: -2px;
	right: 0%;
	width:733px;
	background-color: #ffffff;
	z-index: 2;
	height: auto;
	text-align: left;
	
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: relative;
	top: 0px;
	width:733px;
	z-index: 3;
	height: auto;
	
}

.ie6 #masthead{
	height: 75px;
	
}
.ie5 #masthead{
        height: 75px;
}
#pageNav{
	float: left;
	width:120px;
	font-size: x-small;
	border-left-style: none;
	color: #000000;
	padding-bottom: 0px;
	margin-top: 0px;
	position: relative;
	left: 0px;
	top: 0px;
	visibility: visible;
	padding-left: -1px;
}

#content{
	padding: 0px 10px 0px 10px;
	margin:0px 0px 0px 0px;
	border-left-style: none;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 0px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	top: 19px;
	right: 0px;
	color: #919999;
	left: 646px;
	width: 104px;
	height: 121px;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

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

#pageName{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	text-decoration: none;
}

#pageName h2{
	font: bold 125% Geneva, Arial, Helvetica, sans-serif;
	margin:0px;
	padding: 0px;
	color: #FFFFFF;
	background-color: #710000;
	text-decoration: none;
	text-align: left;
	float: left;
	padding-left: 15px;
	width: 133px;
	position: relative;
	left: 0px;
	top: 0px;
	font-size: 200%;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

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

#globalNav{
	height: auto;
	padding: 0px;
	margin: 0px;
	background-image:   url("../images/bg_nav2.jpg");
	border-bottom-style: solid;
	border-bottom-color: #710000;
	border-bottom-width: medium;
	top: -25px;
	margin-top: -3px;
	width: 733px;
	z-index: 2;
	text-align: left;
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 0px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	left: 0px;
	z-index: 100;
	width: 501px;
	text-decoration: none;
}


a.glink, a.glink:visited{
	font-size: small;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
	text-decoration: none;
}

a.glink:hover{
  	background-image:   url("../images/glblnav_selected.gif");
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 163px;
	left: 61px;
	height: 200px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	background-color: #CCCCCC;
	font-weight: lighter;
	width: 100px;
	font-size: small;
	border-top-color: #710000;
	border-top-style: solid;
	border-top-width: thin;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #000000;
}

.subglobalNav a:hover{
	color: #BF8A0D;
}

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

#search{
	position: relative;
	top: 0px;
	right: 10px;
	z-index: 101;
	left: 565px;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


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

#breadCrumb{
	padding: 0px 0px 3px 10px;
	color: #BF8A0D;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

#breadCrumb a{
	color: #BF8A0D;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}



/************** feature styles INDEX PAGES *****************/
/************** for Content Only Pages use section below *****************/

.feature{
	padding: 0px 0px 10px 15px;
	font-size: 80%;
	height: 200px;
	width: 450px;
	padding-top: 20px;
}
html>body .feature {
	height: auto;
	padding-left: 10px;
}

.feature h3{
	padding: 0px 0px 5px 0px;
	margin-top: 10px;
}
.feature h4 {
	color: #710000;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.feature h5 { /* pink for Easter */
	color: #FF5FAA;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 10px;
}
.feature_Img_L{
	float: left;
	margin-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
	padding-top: 10px;
}
.feature_Img_R{
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 10px;
}
.feature_section{
	width: 430px;
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 20px;
}

/************** feature styles CONTENT ONLY PAGES (Not Index) *****************/
/* featurecont added to allow for content only html pages using - 2008_Content.dwt templates */
.featurecont {
	padding: 0px 10px 10px 10px;
	font-size: 80%;
	height: auto;
	min-width: 200px;
	text-decoration: none;
	right: 2px;
	text-align: left;
}
/* featurecont  added to allow for content only html pages */

.featurecont #featureImgCenter {
	margin-top: 10px;
	margin-right: 100px;
	margin-bottom: 10px;
	margin-left: 100px;
	width: 500px;
}

.featurecont_ImgL{
	float: right;
	padding: 0px 0px 10px 10px;
}

html>body .featurecont {
	height: auto;
}
.featurecont h3{
	padding: 0px 0px 5px 0px;
	margin-top: 10px;
	font-size: 14px;
}
.featurecont p{
	margin: 0px 20px 10px 20px;
	text-align: justify;
}

/*************** story styles (only on index page with right column on side )******************/

.story {
	padding: 0px 0px 0px 10px;
	font-size: 75%;
	width: 210px;
	position: absolute;
	left: 487px;
	top: 20px;
	margin-left: 5px;
	border-left-style: none;
}
.story img{
	margin-top: 8px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-bottom: 0px;
	text-align: center;
}
.story h3{
	font: bold 125% Arial, sans-serif;
	color: #710000;
}
.story h4 {
	color: #710000;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 12px;
}
.story p {
	padding-top: 0px;
	margin-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: justify;
}

.story a.capsule{
	font: bold 1em Geneva, Arial, Helvetica, sans-serif;
	color: #710000;
	display:inline-table;
	font-size: large;
	text-align: center;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.story a.FormTableLabels:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 4px;
/*	border-top-color: #FFFFFF;    */
	border-top-style: solid;
	border-top-width: thin;
	text-align: left;
	padding-left: 4px;
}
.storyvideoImgbutton {
	padding: 0px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	width: 150px;
}

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

#siteInfo{
	clear: none;
	font-size: small;
	width: 733px;
	position: relative;
	height: auto;
	z-index: 3;
	background-color: #e2d699;
	text-align: center;
	top: -2px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #e2d699;
}

#siteInfoLinks{
	text-decoration: none;
	border-bottom-style: none;
	text-align: center;
	padding-top: 0px;

}

#siteInfo img{
	padding: 4px 4px 4px 0px;
}

#siteInfoLinks a:link, #siteInfoLinks a:visited {
	display: block;
	padding: 5px 0px 0px 0px;
	font-size: 9px;
}

#siteInfoLinks a:hover{
	font-weight: normal;
	text-decoration: none;
	
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	border-left-color: #710000;
	border-left-style: solid;
	margin-top: 0px;
	padding-top: 0px;
	border-left-width: thick;
	text-decoration: none;
	padding-left: -1px;
	width: 120px;
	position: relative;
	top: 0px;
	left: 0px;
	border-bottom-color: #710000;
	border-bottom-style: solid;
	border-bottom-width: thin;

}

#sectionLinks h3{
	padding: 10px 0px 10px 10px;
	text-decoration: none;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:   url("../images/bg_nav2.jpg");
	font-weight: bold;
	padding: 5px 0px 5px 10px;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-image:  url("../images/glblnav_selected.gif");
	font-weight: bold;
	text-decoration: none;
	
}


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

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block;
}


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

#advert{
	padding: 0px;
	font-style: italic;
	font-weight: bold;
	font-size: 150%;
	color: #710000;
	position: relative;
	top: auto;
	border-left-style: none;
	text-align: center;
	width: 120px;
	left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#advert img{
	display: block;
	width: 120px;
}

/********************* end **********************/
.poll {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	line-height: normal;
	left: 4px;
}
/**** feb 2008 **********************************/
/************ container  **************/


#container_inner {
	background-image:  url(../images/bg_innerContainer.gif);
	width:733px;
	align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px 30px 0px 30px;
	height: 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;
	float: none;
	vertical-align: top;
	background-repeat: repeat-y;
}
#container_outer {
	width:793px;
	align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 0px;
	padding-top: 0px;
	height: 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;
	float: none;
	vertical-align: top;
}
/**************** video podcast on Content only pages *****************/
.videomargin {
	margin-top: 0px;
	margin-right: 167px;
	margin-bottom: 0px;
	margin-left: 167px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.videocontent {
	padding-top: 50px;
	padding-right: 200px;
	padding-bottom: 10px;
	padding-left: 200px;
	text-align: center;
	margin: 0px;
}
