/* CSS Document */

body{
	font-family: Verdana, Arial, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-image: url(images/HomeBackgroundPlain.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}
h1, h2, h3, h4, h6 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.6em;
	color: #334d55;
	margin-top: 0.5em;
	float: none;
}

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

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

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

h5{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 100%;
    color: #334d55;
}


ul{
	list-style-type: disc;
	line-height: 1.5em;
}

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

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

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

#wrapper {
	padding-left: 0.01em;
	width: 95%;
}
/* Hides from IE Mac \*/ 
    * html .floatcontainer {height: 1%;}
    .floatcontainer{display:block;} 
/* End Hack */ 

#homecontent{
	margin-bottom: 1em;
	padding: 1em;
}
#content{
	padding-bottom: 0;
	padding-left: 0;
	margin-bottom: 1em;
	padding-top: 4em;
}
/************** .feature styles ***************/

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

.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{
	margin-right: 250px;
	font-size: 0.85em;
	margin-left: 2%;
	clear: none;
	padding-right: 0.1em;
	padding-bottom: 0px;
	padding-left: 0px;
}

.story p{
	padding: 0px 0px 0.15em;
	margin-top: 0.15em;
}
.story caption{
	margin-bottom: 0.15em;
	text-align:left;
}

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

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 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;
}

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}
.logographic {
	margin-top: 1em;
	margin-left: 2em;
	background-image: none;
	text-align: right;
}
.smalllogographic {
	float: right;
	padding-top: 4px;
}
.bottomtext {
	clear:both;
	font-size: 0.8em;
	text-align: center;
	position: relative;
	margin-top: 1em;
	padding-top: 1em;
}
.emphasis {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 100%;
    color: #334d55;
	font-weight: bolder;
}

.copyright {
	clear:both;
	font-size: 0.65em;
	text-align: center;
	position: relative;
}
.richbottomtext {
	font-size: 0.75em;
	text-align: center;
	position: absolute;
	width: 100%;
	top: 88%;
	left: 2px;
}
.richcopyright {
	font-size: 0.65em;
	text-align: center;
	position: absolute;
	width: 100%;
	top: 95%;
	left: 2px;
}
.richtext {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1.3em;
}
.richleftcolumn {
	float:left;
	padding-right: 1em;
}
.richrightcolumn {
	padding-right: 3%;
	margin-left: 115px;
}
.rightmenuhome {
	margin-top: 1.5em;
	top: 8em;
	float: right;
	clear: right;
	padding-left: 1em;
}
.rightmenu {
	margin-top: 1.5em;
	top: 5em;
	float: right;
	clear: right;
	padding-left: 1em;
}
