body
{
    background: url(/templates/images/bg.png) #4EA9CD repeat-x;
    font-family: "Trebuchet MS", Verdana;
    font-size: 13px;
    color: #474747;
}

h1,h2
{
    font-family: Arial;
    color: #534BA8;
    font-size: 20px;
    font-weight: normal;
    padding: 0px 0px 20px 0px;
    
}

h3
{

	font-style: italic;
    font-size: 14px;
    padding:0px 0px 20px 0px;
}

ul#main_menu
{
    width:860px;
    background: #FFFFFF;
    display: block;
    margin: 15px auto;
    padding:15px 20px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;

}

ul#main_menu li
{
    display: inline;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    padding-right: 25px;
}

ul#main_menu li a
{
    text-decoration: none;
    color: #505050;
}

#logo
{
    width:860px;
    background: #FFFFFF;
    margin: 15px auto;
    padding:15px 20px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;

}

#main_content
{
    position: relative;
    width:900px;
    margin: 0px auto;
}

#main_content p
{
    line-height: 20px;
    padding: 0px 0px 20px 0px;
}

#main_content p a
{
    color: #1B5475;
}

#main_content_inner_single
{
   background: #FFFFFF;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

#main_content_inner_left
{
    background: #FFFFFF;
    width: 585px;
    position: absolute;
    top:0;
    left:0;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}



.longest_div
{
}
.shortest_div
{
    height: 100%;
}
#main_content_inner_right
{
    background: #FFFFFF;
    width: 300px;
    top:0;
    margin-left: 600px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

.padding
{
    padding:20px;
}


#features_left
{
    width:400px;
    float: left;
}

#features_right
{
    width:400px;
    float: right;
}

.feature_img
{
	float:left;
	padding:0 20px 0 0;
}

.feature_item
{

	height:200px;}

.feature_item h3
{
font-style: normal;
}

#footer
{
/*     background: #505050 url("/templates/images/footer.gif") top right no-repeat; */
    background: #1A5474;
    width:900px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    margin:15px auto;
    color: #ffffff;
}

#footer h4
{
    font-size: 20px;
    font-weight: normal;
    font-family: Arial;
    padding: 0px 0px 30px 0px;
}

#footer p
{
    line-height: 30px;
}

#footer a
{
    color: #FFFFFF;
    text-decoration: underline;
}

#footer #footer_inner_left
{
    width:272.5px;
    float: left;
    padding-top:60px;
}

#footer #footer_inner_middle
{
    width:272.5px;
    float: left;
    margin: 0px 40px 0px 15px;
}

#footer #footer_inner_right
{
    width:250px;
    float: left;
}

input.newsletter
{
margin: 0px 10px 0px 0px;
}

#copyright
{
margin-top: 20px;
padding-top: 10px;
border-top: 1px dotted #4EA9CD;
color: #4EA9CD;
font-size: 10px;
}

.feature_item
{
width:400px;
float:left;
}


#flow_sites li {
	width:260px;
	margin:0 25px 10px 0;
	background:#505050;
	float:left;
	padding:5px;
	    -moz-border-radius:5px;
    -webkit-border-radius:5px;

}

#flow_sites li.last {
	margin-right:0;
}

#flow_sites li a {
	color:#fff;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}
