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

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

body{
	font-family: Arial, sans-serif;
	color: #690000;
	line-height: 1.166;
	margin: 150px;
	background-color: #CCCCCC;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	height: 100%;
	width: 800px;
	top: auto;
	vertical-align: top;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	bottom: auto;
	position: relative;
	z-index: 25;
	text-transform: none;
}
wrapper{
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}

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

a.goldlink{
	color: #D1A235;
	text-decoration: none;
	font-size: x-small;
	font-weight: lighter;
}

a.menulink{
	color:  #690000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #333;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px 10px;
}

h1{
 font-family: Arial,sans-serif;
 font-size: 120%;
 color: #690000;
}

h2{
 font-size: 110%;
 color: #D1A235;
}

h3{
	font-size: 100%;
	color: #690000;
}

h4{
 font-size: 80%;
 font-weight: bold;
 color: #D1A235;
}

/* h5 is used for unbulleted lists, eg poetry*/

h5{
	font-size: small;
	color: #000000;
	line-height: normal;
	font-weight: normal;
}

h6{
	font-size: x-large;
	color: #690000;
	line-height: normal;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
}

ul{
	list-style-type: square;
	font-size: small;
}

ol{
	font-size: small;
}

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

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

label{
	color: #d1a235;
	font-family: Arial, sans-serif;
	font-size: x-small;
	font-weight: lighter;
}
				

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

#masthead{
	margin: 0;
	width: 800px;
	background-color: #690000;
	background-image:    url(../images/masthead.jpg);
	color: #d1a235;
	height: 53px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	top: 0px;
	border: 0px none #D1A235;
	padding-top: -5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#navBar{
	background-color: #D1A235;
	border-right: 3px solid #d1a235;
	border-bottom: 1px solid #d1a235;
	height: auto;
	color: #690000;
	position: relative;
	float: none;
	margin-top: 0;
	margin-right: 0%;
	margin-bottom: 0;
	margin-left: 0;
	width: 165px;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	top: 0px;
	bottom: auto;
	page-break-after: always;
}

#content{
	float:left;
	width: 622px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	position: relative;
	vertical-align: top;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0;
	visibility: visible;
	z-index: auto;
	border-top-width: 0px;
	height: auto;
}

#contentholder{
	float:left;
	width: 620px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	position: static;
	vertical-align: top;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0;
	visibility: visible;
	z-index: auto;
	height: 100%;
	border-top-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#homecontent{
	float:none;
	width: 780px;
	margin: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
}

#articleMenu{
	float:right;
	width: 75%;
	margin: 0;
	padding: 10px 3% 0 0;
 	font-size: small;
}
.panorama {
	height: 150px;
	width: 630px;
}
panorama {
	height: 150px;
	width: 600px;
}




/***********************************************/
/*Component Divs                               */
/***********************************************/

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


/*************** #featureTitle styles **************/

/*#featureTitle{
	padding: 0px 0px 10px 10px;
}
*/

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

#globalNav{
	color: #d1a235;
	background-color: #D1A235;
	height: 25px;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-position: 0px top;
	word-spacing: normal;
	position: static;
	float: none;
	letter-spacing: normal;
	display: block;
	margin: 0px;
	clear: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	background-image: url(../images/globalnavbackground.jpg);
	padding: 0px;
	text-transform: lowercase;
	line-height: 25px;
	font-weight: lighter;
	white-space: normal;
}
/* '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;
	background-color: #000000;
}

#globalNav a {
	font-size: 12px;
	padding: 0px;
	text-align: center;
	width: 800px;
	margin-left: 0px;
}


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

/*#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}
*/

/************** .content styles ***************/


#content p{
	padding: 0px 0px 0px 10px;
	font-size: 80%;
}

#content td.articleImage {
	margin:0px 5px 0px 0px;
	padding-bottom: 5px;	
}
.articleCaption {
	font-size: 80%;
	color: #790000;
	text-align: center;
	}
/*
.content h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}
*/

#content img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

#content ul{
	font-size: 80%;
}
/* 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: 80%;
}

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


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

#siteInfo{
	clear: none;
	border: 0px none #d1a235;
	font-size: x-small;
	color: #d1a235;
	margin-top: auto;
	background-color: #690000;
	height: 20px;
	line-height: 100%;
	background-position: center bottom;
	word-spacing: 0px;
	text-align: center;
	vertical-align: middle;
	font-weight: lighter;
	width: 800px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	clip: rect(auto,auto,auto,auto);
	position: relative;
	bottom: auto;
}
/* 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: 0px;
	vertical-align: middle;
	line-height: normal;
	word-spacing: 5em;
	bottom: auto;
}


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

#search{
	font-size: medium;
	background-color: #D1A235;
	color: #FFFFFF;
	height: 50px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #d1a235;
	font-family: Arial, Helvetica, sans-serif;
}
#search a:link,a:hover {
	color: #D1A235;
	text-decoration: none;
}

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

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


#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}

#search button{
	outline-color: red
}

#search h1 {
 font-size: 110%;
 color: #D1A235;
}
/*********** #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 #f3e4bf;
	padding-left: 0px;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {
	border-bottom: none;
	width: auto;
}

/*********** masthead styles ****************/

.activeSection {
	color:#FFFFFF;
	font-weight: normal;
	background-position: center;
	white-space: normal;
	width: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	}

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

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #d1a235;
	font-size: 90%;
}

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

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #d1a235;
	width: 100%;
 	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #d1a235;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #d1a235;
	padding: 2px 0px 2px 10px;
}

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

.relatedLinks{
	border-top: 1px solid #d1a235;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 12px;
	margin-top: -1px;
}

.relatedLinks h3{
	font-size: 100%;
	padding: 10px 0px 2px 0px;
}


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

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #d1a235;
}

#advert img{
	display: block;
}

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

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

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


*/
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: lighter;
	text-align: left;
	text-indent: 0px;
	padding: 0;
	color: #690000;
}
#masthead .style10 {
	font-size: x-small;
	font-weight: lighter;
	color: #690000;
	vertical-align: super;
	padding-top: 17px;
}
#masthead .style11 {
	font-size: x-small;
	font-weight: lighter;
	color: #690000;
	vertical-align: super;
}
#masthead .style12 {
	font-size: x-small;
	font-weight: lighter;
	text-transform: lowercase;
	color: #d1a235;
	margin: 0px;
	padding-top: 10px;
}
#masthead .style13 {
	font-size: small; 
	font-weight: lighter; 
	color: #d1a235; 
}
#masthead .style14 {
	font-size: 9px;
	font-weight: lighter;
	color: #690000;
	vertical-align: top;
	padding-top: 3px;
}
.vatop {
	position: relative;
	top: 0px;
}

