/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	text-align: center;
	font-size: 100%;
}
#wrapper     {
	width: 776px;
	padding: 0;
	text-align: left;
	border: 1px solid #000000;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
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 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color: #430A00;
	margin: 4px;
	padding-top: 4px; 
}

h2{
	font: 120% Georgia, "Times New Roman", Times, serif;
	color: #000066;
	background-color: transparent;
	border-bottom: solid #333333;
	display: block;
	width: 80%;
	margin-left: 1em;
}

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;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px;
	height: 120px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	color: #000066;
	text-align: left;
	background-color: #FFFFFF;
}

#content{
	float: right;
	width: 550px;
	margin: 1em;
	padding: 1em 0.5em 0 0.5em;
	border: 1px solid #FFFFFF;
	color: #000000;
	background-color: #FFFFFF;
}
#contenthone{
	float: right;
	width: 440px;
	margin: 1em;
	padding: 1em 1em 0 .5em;
	border: 1px solid #336699;
	color: #000000;
}

.divider{
 border-bottom: 1px solid #D2D9E6;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 2px 0px 2px 2px;
	width: 90%;
}


/************* #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;
font-size: 75%;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 4px 4px 2px 6px;
	background-color: #EDEEE8;
	border: 1px solid #333333;
	margin: 1px 2px 0;
	text-decoration:none;
	color: #666666;
}


#globalNav a:hover {
	font-size: 90%;
	padding: 4px 4px 2px 6px;
	background-color: #C0C6AE;
	border: 1px solid #333333;
	margin: 1px 2px 0;
	text-decoration:none;
	color: #EDEEE8;
}
/************* #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;
	font-size: 70%;
	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;
	font-size: 80%;
}

.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: #FF9900;
}
/* 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;
	font-size: 90%;
}

#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: #EDEEE8; color: #333333; padding: 2px 0 2px 2px; margin: 0 10px 3px 0; border: 1px solid #FFFFFF; text-decoration:none;}
#navBar ul a:hover {display: block; background-color: #C0C6AE; padding: 2px 0 2px 2px; 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 2px;
	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: #FFFFFF;
}

#navBar ul ul a:hover {
	display: block;
	padding: 2px 0 2px 2px;
	margin: 0 10px 3px 0;
	border-top-width: 0px;
	border-bottom-width: 0px;
	text-decoration:underline;
	background-color: #FFFFFF;
}

#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 #FFFFFF;
}


/* 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;
	font-size: 90%;
}

#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: 70%;
}

.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 ************/
#masthead .logo{
position:absolute;
top: 0px;
right: 0px;
float: right
}

#masthead .leftimage{
	position: absolute;
	top: 8px;
	left: 16px;
	float: left;
}
#masthead .strapline{
	font-size: 100%;
	font-weight: bold;
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
#masthead>span{
	float: right;
	font-size: 100%;
	font-weight: bold;
	color: #FF6633;
	font-family: "Lucida Calligraphy", "Lucida Handwriting", "Monotype Corsiva";
	margin-top: 26px;
	margin-right: 10px;
}
#masthead .header{
	padding-top: 0px;
	font-size: 200%;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin-top: 30px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.tableheader {
	background-color: #000060;
	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: 4px;
	margin-bottom: 4px;
	margin-left: 10px;
	margin-right: 4px;
}
.floatleft {
	float: left;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 4px;
}
.red {
	color: #FF0000;
	font-size: 110%;
	font-weight: bold;
}
.white {
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: bold;
	float: right;
	margin-top: 30px;
	margin-right: 8em;
}
.bolder {
	font-weight: bold;
}

#header {
	color: #000060;
	width: 776px;
	background-color: #FFFFFF;
}
.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;
	font-size: 80%;
}
#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;
	font-size: 200%;
	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;
}
#header #masthead p {
	font-family: "Comic Sans MS", sans-serif;
	font-size: 118%;
	padding-top: 0px;
	margin-top: 0px;
	text-align: center;
	color: #333333;
}
.shop {
	color: #FF6600;
	font-weight: bold;
}
#header #masthead #siteName {
	padding-top: 40px;
}
hr {
	color: #333333;
	background-color: #333333;
	height: 1px;
}
