﻿/* Basic cleanup */
body {
	font-family: Arial, Helvetica, sans-serif;
}
body, div, h1, h2, h3, h4, h5, h6, p, ul, img {
	margin: 0px;
	padding: 0px;
}
img {  
	border-style: none;
}
/* End of Basic cleanup */
/* site layout */
body {
	background: url(../images/site_layout/body_bg.png) repeat-x;
}
#main {
	width: 960px;
	margin: 0 auto;
}
/*--- header ----*/
#logo {
	background: url(../images/site_layout/logo.png) no-repeat;
	height: 135px;
	width: 320px;
	float: left;
}
#logo h1 {
	text-indent: -9999px;
}
#header {
	padding-top: 0px;
	height: 153px;
	clear: both;
}
#tagline {
	text-indent: -9999px;
	background: url(../images/site_layout/tagline.png) no-repeat;
	float: left;
	height: 110px;
	width: 413px;
	margin: 17px auto auto 30px;
}
#content{
	background: url(../images/site_layout/content_bg.png) repeat-x;
	padding:40px;
}
#content h2 {
	font-size: 36px;
	color: #12355C;
	padding-top: 25px;
}
#content h3 {
	font-size: 24px;
	color: #888888;
	padding-top: 10px;
}
#content p {
padding: 10px 0 0;
	font-size: 14px;
	color: #595858;
}
#content small {
	font-size: 12px;
	color: #373737;
}
#content a {
	color: #0f6c8d;
	font-weight: bold;
	text-decoration: none;
}
#sidebar {
	float: left;
	background: url(../images/site_layout/content_bg.png) repeat-x;
	width:295px;
	padding:20px 40px 0 48px;
}
#sidebar h3 {
    font-size: 24px;
    color: #044055;
    font-weight: normal;
    padding-bottom: 20px;
    padding-left: 15px;
}

#sidebar ul {
    list-style: none;
    padding-bottom: 25px;
}

#sidebar ul li a {
    font-size: 14px;
    color: #393838; 
}

ul#subscribe li {
    padding-bottom: 5px; 
}

ul#subscribe li a {
    font-size: 18px; 
}
#cards{
	padding:40px 0 0;
}
#footer_devide {
	clear:both;
    background: url(../images/site_layout/devider_foot.png) no-repeat top center;
    margin:0 auto;
    width:980px;
    height:50px;
}
#footer {
    background: url(../images/site_layout/footer_bg.png) repeat-y #779500 scroll center center;
    padding-top: 0px;
    padding-bottom:60px;
    margin:0 auto;
    width:980px;
    color: #fff; 
    text-align:center;
}