/***********************************************/
/* Standard Formatting                         */
/***********************************************/

p, li, ul, ol {
font-size:12px;

line-height:150%;
list-style-position:inside;
}

ol li {
margin-left:2em;
list-style-position:outside;
}


ul {
margin:20px 0;
}

.italic {
font-style:italic;
}

a:link, a:visited{
color: #0071B9;
text-decoration: none;
}

a:hover {
color: #EB3E20;
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: Verdana,Arial,sans-serif;
font-size: 120%;
color: #0071B9;
}

h2{
font-size: 114%;
color: #0071B9;
}

h3{
font-size: 100%;
color: #0071B9;
}

h4{
font-size: 100%;
font-weight: normal;
color: #333333;
}

h5{
font-size: 100%;
color: #334d55;
}

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: #334d55;
}

.feature{
padding: 0px 0px 10px 10px;
font-size: 80%;
}

.feature h3{
padding: 35px 0px 5px 0px;
}

.feature img{
float: left;
padding: 20px 20px 20px 20px;
margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

.story{
clear: both;
padding: 10px 0px 0px 10px;
font-size: 80%;
}

.story p{
padding: 0px 0px 10px 0px;
}

#homemid {
clear:both;
width:675px;
padding-top:1px;
padding-bottom:1px;
}

#homeleft {
float:left;
width:49.9%;
height:40px;
background: #EB3E20;
font-family: Verdana;
font-size: 28px;
color: #ffffff;
}

#homeright {
width:49.9%;
float:right;
background: #EB3E20;
height:40px;
margin:0px;
font-family: Verdana;
font-size: 28px;
color: #ffffff;
}

#homecontent {
clear:both;
width:675px;
padding-top:1px;
padding-bottom:1px;
text-align:center;
}

#homecontentleft {
float:left;
width:295px;
padding:20px;
text-align:justify;

}

#homecontentright {
width:295px;
padding:20px;
float:left;
text-align:justify;
margin-left:5px;

}