/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/**********************************************
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles!
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup 
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
*/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font: normal 13px/18px Georgia, "Times New Roman", Times, serif;
	color: #333333;	
	margin: 0px;
	padding: 0px;
	background: url(../images/index7new_06.jpg) repeat-y #F0C8D5;
}

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

a:hover {
	color: #FF508F;
}
/* 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: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

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

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

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

#container {
	width: 1024px;
	margin: 0;
	padding: 0;
	float: left;
	background: url(../images/index7new_04.jpg) repeat-y #F0C8D5;
	}
	
#masthead {
	margin: 0;
	padding: 0;
	width: 100%;
	}


#navBar {
	float: left;
	width: 140px;
	height: 450px;
	padding: 20px 0 0 40px;
	background: url(../images/index7new_02.jpg) no-repeat #E5E9F6;
	}

#content {
	position: relative;
  	float: left;
	width: 844px;
	min-height: 470px;
	background: url(../images/index7new_03.jpg) no-repeat;
	margin: 0;
	padding: 0;
}



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

.feature{
	padding: 0px 0px 10px 20px;
	margin: 5px 0 0 0;
	width: 408px;
}

.feature h3{
	padding: 0px 0px 5px 0px;
	color: #364A6F;
	text-align: left;
	font: bold 14px/16px Tahoma, Arial, Helvetica, sans-serif;
}

.feature img.leftImg{
	position: relative;
	float: left;
	padding: 0;
	margin: 0 5px 5px 0;
	border: 1px solid #364A6F;
}
.feature img.rightImg{
	position: relative;
	float: right;
	padding: 0;
	margin: 0 0 5px 5px;
	border: 1px solid #364A6F;
}

/* 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 0px 10px 0px;
}


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

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #cccccc;
	padding: 0;
	margin: 0;
	background: url(../images/index7new_05.jpg) no-repeat;
	height: 188px;
}


#siteInfo span {
	font: normal 10px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #3A4358;
	position: relative;
	top: 120px;
	left: 492px; 
	text-align: center;
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
	}
	
#siteInfo span a:link, #siteInfo span a:visited  {
	color: #3A4358;
	text-decoration: underline;
	}
	
#siteInfo span a:hover {
	color: #FF508F;
	text-decoration: none;
	}

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


#container #navBar a {
	display: block;
	width: 135px;
	margin: 0;
	font: bold 16px/30px Verdana, Arial, Helvetica, sans-serif;
	outline: none;
}

#container #navBar a:hover {
	color: #FF508F; 
	border-right: 5px double #FF508F; 
	}
   
#container #navBar a.selected {
	color: #EB9BB8;
	}
   
#container #navBar a span {
	display: none;
	}
	
#container #navBar a:hover span {
	position: absolute;
	display: block;
	top: 392px;
	left: 0;
	width: 110px;
	padding: 0;
	margin: 0 0 0 40px;
	color: #FFFFFF;
	font: normal 10px/12px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	z-index: 1000;
	}


