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

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	padding: 0px;
	background-color: #750C09;
	background-image: url(images/gradBG.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}


a:link, a:visited, a:hover {
	color: #79140C;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #DE2717;
}
a.hiddenLink{
	color:#000;
	cursor:default;
}
/* overrides decoration from previous rule for hovered links */

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

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

h2{
	font-size: 20px;
	color: #A30F0D;
}

h3{
	font-size: 20px;
	color: #A30F0D;
}

h4{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}

h5{
 font-size: 14px;
 color: #000000;
}

h6{
	font-size: 14px;
	font-weight: normal;
}

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: #000000;
}
				

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

#pagebg{
	background-color:#FFFFFF;
	background-repeat: repeat-y;
	width: 930px;
	margin: 0 auto;
	height: 100%;
}
.smalltitle {
	color: #000000;
	font-size: 16px;
}


#masthead{
	margin: 0;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(images/bannerBG.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 10px;
}

#navBar{
	margin: 45px 731px 0 0;
	padding: 0px;
	background-color: #FFFFFF;
	position: relative;
	display: block;
}

#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}


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

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


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

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


/************* #contactInfo styles **************/

#contactInfo{
	color: #79140C;
	padding: 4px 5px 4px 5px;
	white-space: nowrap;
	text-align: center;
	background-color: #CCCCCC;
}
/* '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 */

#contactInfo img{
	margin: 0px 5px -4px 5px;
}

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


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

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

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

.feature img{
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
	float: left;
}
/* 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: 14px;
}

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

.justifyText{
	text-align:justify;
	font-weight: bold;
}

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

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 1px 10px;
	margin-top: 0px;
	background-color: #FFFFFF;
	text-align: center;
	margin-bottom: 0px;
}
/* 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;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	border-bottom-color: #333333;
	border-bottom-width: thin;
	border-bottom-style: solid;
}
#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
}
.expmenu img {
	bottom: 0px;
	right: 0px;
}


/* 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{
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	width: 100%;
}

#sectionLinks h3{
	padding: 2px 0px 2px 10px;
	color: #79140C;
	background-color:#FF9933;
}

#sectionLinks a:link{
	padding: 15px 0px 2px 10px;
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	height: 100%;
}

#sectionLinks a:visited{
	padding: 15px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #79140C;
	padding: 15px 0px 2px 10px;
	color: #FFFFFF;
}


/*********** .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;
}
.hidemenu {
	display: none;
}
.showmenu {
	display: block;
}
.expmenu {
	background-color: #CCCCCC;
	background-image: url(images/expand.gif);
	background-repeat: no-repeat;
	background-position: 182px 20px;
	display: block;
}
.expmenu a:hover {
	background-image: url(images/expandW.gif);
	background-repeat: no-repeat;
	background-position: 182px 20px;
}
.minmenu {
	background-color: #CCCCCC;
	background-image: url(images/min.gif);
	background-repeat: no-repeat;
	background-position: 182px 20px;
}
.minmenu a:hover {
	background-image: url(images/minW.gif);
	background-repeat: no-repeat;
	background-position: 182px 20px;
}
.menuitem {
	background-color: #FFFFFF;
	display: block;
}
.menuitemG {
	background-color: #CCCCCC;
	display: block;
}
#siteInfo a:hover img {
	color:#FFFFFF;
}
#siteInfo a img {
	color:#FFFFFF;
}
