/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: "Gill Sans MT", Arial, sans-serif;
	margin: 0;
	color: #333333;
	padding: 0;
	background-color: #FFFFFF;
	text-align: center;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	background-color: #FEFEFC;
	border: 4px solid #176145;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead {
	background-color: #176145;
	height: 100px;
	margin-top: 0px;
}
body, #masthead {
	min-width: 770px;
}
#logodiv {
	width: 200px;
	float: left;
	padding-top: 4px;
	padding-left: 12px;
	height: 100px;
	color: #FFFFFF;
}
#layoutwrapper {
	padding: 12px 24px 24px 24px;
	background-color: #FFFFFF;
}
#masthead #logodiv .eldred {
	font-size: 48px;
	line-height: 34px;
	color: #ffffff;
}
#masthead #logodiv .group {
	font-size: 36px;
	font-weight: normal;
	line-height: 42px;
	color: #ffffff;
}
#masthead #logodiv hr {
	height: 4px;
	color: #E61A3B;
	background-color: #E61A3B;
	width: 124px;
	text-align: left;
	margin-bottom: -14px;
	margin-top: -2px;
}
#masthead h1 {
	color: #FFFFFF;
	margin-top: 0px;
	font-size: 180%;
	font-weight: normal;
	padding-top: 12px;
}
#masthead .time {
	text-align: right;
	margin-right: 26px;
	font-size: 50%;
	color: #FFFFFF;
	float: right;
	margin-top: 40px;
}



#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	color: #000066;
	text-align: left;
	background-color: #FFFFFF;
}

#content{
	margin: 1em;
	padding: 1em 0.5em 0 0.5em;
	background-color: #FFFFFF;
	width: 75%;
	float: right;
	font-size: 0.75em;
	line-height: 1.6em;
	text-align: left;
}
#contenthone{
	float: right;
	width: 440px;
	margin: 1em;
	padding: 1em 1em 0 .5em;
	border: 1px solid #336699;
	color: #000000;
}

.divider{
 border-bottom: 1px solid #D2D9E6;
}
#header {
}
a:link, a:visited, a:hover {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

h1{
	color: #430A00; 
}
h2{
	margin: 0;
	letter-spacing: 0.2em;
	font-size: 110%;
}

h3{
	line-height: normal;
	padding-left: 4px;
	font-size: 110%;
}

h4{
	font-size: 110%;
	color: #333333;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

h5{
 font-size: 100%;
 color: #333333;
}

ul{
	list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
				


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
}


/************* #globalNav styles **************/


/* '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{
	color: #FFFFFF;
	padding: 0px 4px 2px 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 4px;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 70%;
	padding: 4px 4px 2px 6px;
	background-color: #E3F9F1;
	border: 1px solid #333333;
	margin: 1px 2px 0;
	text-decoration:none;
	color: #666666;
}


#globalNav a:hover {
	font-size: 70%;
	padding: 4px 4px 2px 6px;
	background-color: #176145;
	border: 1px solid #333333;
	margin: 1px 2px 0;
	text-decoration:none;
	color: #FFFFFF;
}
/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	clear: both;
	text-align: right;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 6px;
	float: left;
}

.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;
}

.story p{
	padding: 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	font-size: 80%;
	color: #333333;
	padding: 10px;
	margin-top: -1px;
	clear: both;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
/* 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;
}
#siteInfo ul {
	list-style:none;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: normal;
}
#siteInfo li  {
	display:inline;
}
#siteInfo li a:link, #siteInfo li a:visited {
	color: #0000FF;
}
#siteInfo li a:hover {
	color: #0000FF;
	text-decoration: underline;
}
#siteInfo p  {
	margin-bottom: 2px;
	padding-bottom: 2px;
}

/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #FF0000;
}

#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; background-color: #E3F9F1; color: #333333; padding: 2px 0 2px 4px; margin: 0 10px 3px 0; border: 1px solid #FFFFFF; text-decoration:none;}
#navBar ul a:hover {display: block; background-color: #176145; padding: 2px 0 2px 4px; margin-right: 10px; border: 1px solid #FFFFFF; text-decoration:none; color: #FFFFFF;}

#navBar ul ul a:link, #navBar ul ul a:visited {
	display: block;
	color: #333333;
	padding: 2px 0 2px 4px;
	margin: 0 10px 3px 0;
	text-decoration:none;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 1px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	background-color: #F2FDF9;
	border-left-color: #ffffff;
}

#navBar ul ul a:hover {
	display: block;
	padding: 2px 0 2px 4px;
	margin: 0 10px 3px 0;
	border-top-width: 0px;
	border-bottom-width: 0px;
	background-color: #ABEBD3;
}

#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 #D0DDC6;}


/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #D2D9E6;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #D2D9E6;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #D2D9E6;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #000066;
	/*background-color: #dddddd;*/
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/************** #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;
}

/******Design Images ************/
.tableheader {
	background-color: #176145;
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 4px;
	FONT-WEIGHT: bold;
	PADDING-TOP: 2px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding-bottom: 2px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.border0 {
	border: 0px;
}
.floatright {
	float: right;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 6px;
	margin-right: 2px;
}
.floatleft {
	float: left;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 4px;
}
.red {
	color: #FF0000;
	font-weight: bold;
}
.white {
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	float: right;
	margin-top: 30px;
	margin-right: 8em;
}
.bolder {
	font-weight: bold;
}


.borderleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-left: 2px;
	display: block;
	margin-left: 0px;
	float: right;
}
.results {
	border: 1px solid #D2D9E6;
	width: 99%;
}
#sitelinks  {
	margin: 0 0 79%;
	float: right;
	padding: 0px;
	padding-top: 10px;
	border-right: #000066;
	border-bottom: 1px solid #000066;
	color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #000066;
	border-left-color: #000066;
	width: 120px;
}
#sitelinks ul {
	list-style:none;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: normal;
}
#sitelinks li  {
	margin-left: -24px;
	padding-right: 2px;
	padding-top: 6px;
}
#sitelinks li a:link, #siteInfo li a:visited {
	color: #0000FF;
}
#sitelinks li a:hover {
	text-decoration: underline;
}
.handwriting {
	font-family: "Monotype Corsiva", "Lucida Handwriting", "Lucida Calligraphy", sans-serif;
	color: #000066;
	font-weight: bold;
}
.alignright {
	text-align: right;
}
.valigntop {
	vertical-align: top;
}
.bigger {
	font-size: 120%;
	font-weight: bold;
}
.border1 {
	border: 1px solid #33669F;
}
#navBar ul ul li {
	list-style-position: outside;
}

.shop {
	color: #FF6600;
	font-weight: bold;
}

#footer {
	line-height: 1.5em;
	color: #333333;
	margin-top: 24px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-top: 24px;
	clear: both;
}
.copyright {
	color: #333333;
	letter-spacing: 0.5em;
	font-weight: normal;
} 
#footer #footerindent {
	padding: 0;
	line-height: normal;
	color: #333333;
	margin: 0 auto;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
}
#footer #footerindent a {
	color: #176145;
}
#footer #footerindent a:hover {
	color: #333333;
}
.normalWeight {
	font-weight: normal;
}
#navBar #leftbox {
	font-size: 0.75em;
	line-height: 1.5em;
	width: 160px;
	background-image: url(../images/goldGradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFE;
}

