/*
Theme Name: Wellpoint Theme
Theme URI: 
Description: Theme created for Wellpoint
Version: 1.0

*/

html,body {
	height:100%;
	background-color: #ccc;
	padding: 0px;
	margin: 0px;
	text-align:center;
}
/* ---- Font CSS ---- */
p{	
	font-family: Arial, Century Gothic, Myriad, sans-serif;
	color: #666;
	font-size: 12px;
	}
h1{
	margin-top:5px;
    margin-bottom:10px;
    color:#366599;
    font-size: 24px;
    }
h2{
	margin-top:5px;
    margin-bottom:10px;
    font-size: 32px;
    color:#366599;
    font-weight: 100;
	}
h2 a{
	text-decoration: none;
	}
h3{
	margin-top:5px;
    margin-bottom:10px;
    color:#a0a0a0;
    font-size: 16px;
	}
h4{
	margin-top:5px;
    margin-bottom:10px;
    color:#366599;
    font-size: 14px;
	}
h5{
	margin-top:5px;
    margin-bottom:10px;
    color:#366599;
    font-size: 12px;
    }
h6{
	margin-top:5px;
    margin-bottom:10px;
    color:#366599;
    font-size: 10px;
	}
h1, h2, h3, h4, h5{
	font-family: Arial Bold , Century Gothic, Myriad, sans-serif;
	font-weight: 600;
	}
img{
	border: none;
	}
small{
	font-size: 10px;
	color: #a0a0a0;
	}
strong{
	font-family: Arial Bold , Century Gothic, Myriad, sans-serif;
	font-weight: 600;
	color: #366599;
	text-transform: uppercase;
	}

/* ---- List CSS ---- */
ul{
	list-style-type: none;
	padding: 0px;
	margin: 0;
	list-style-position: outside;
	}

ol{
	list-style-type: upper-roman;
	list-style-position: inside;
	padding: 0px;
	margin: 0px;
	}
li{
	font-family: Arial, Century Gothic, Myriad, sans-serif;
	color: #666;
	font-size: 12px;
	padding-bottom: 5px;
	}
#main_content li{
	list-style-image: url(images/bullet.jpg);
	}
#navbar li{
	display: inline;
	color: #fff;
	font-size: 14px;
	padding-right: 35px;
	}
#main_content li{
	margin-left: 18px;
	}
/* ---- Link Styles ---- */
a{
	color:#366599;
	}
a:hover{
	color: #bf1e2e;
	}
#navbar a{
	color: #fff;
	text-decoration:none;
	font-size: 13px;
	font-family: Arial, Verdana, sans-serif;
	}
#navbar a:hover{
	color: #bf3243;
	text-decoration:none;
	}
/* ---- Div Elements ---- */
#container{
	
	margin-bottom: -50px;
	position: relative;
	margin: 0 auto;
	width: 1034px;
	background-color: #fff;
	}
#navbar{
	padding-top: 3px;
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	height: 25px;
	}
#main_image{
	margin-top: 65px;
	width: 1034px;
	height: 236px;
	}
#main{
	width: 1034px;
	margin-top: 65px;
	background-color: #fff;
	float: left;
	}
#main_left{
	width: 273px;
	float: left;
	border-right: 1px dashed #ccc;
	background-color: #fff;
	}
#main_content{
	width: 730px;
	float: left;
	text-align: left;
	padding-left: 20px;
	padding-right: 5px;
	}
/* ---- sidebar navigation styles ---- */
#sidebar_container{
	margin: 0 auto;
	width: 161px;
	}
#img_sidebar img{
	padding: 0;
	margin: 0;
	float: left;
	margin-top: 10px;
	}
#title_sidebar{
	font-family: Arial, Century Gothic, Myriad, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	width: 161px;
	background-color: #366599;
	color: #fff;
	margin-bottom: 5px;
	padding-top: 3px;
	float: left;
	}
#title_sidebar a{
	color: #fff;
	text-decoration: none;
	}
#title_sidebar a:hover{
	color: #bf1e2e;
	}

/* ---- Class Elements ---- */
.right{
	text-align: right;
	}
.left{
	text-align: left;
	}
.center{
	text-align: center;
	}
.moretext {
	font-size: 16px;
	}
.sidebar_bottom{
	border-top: 1px solid #366599;
	width: 161px;
	font-size: 10px;
	margin: 0 auto;
	text-align: justify;
	}
.side_health_logo{
	padding-top: 10px;
	}
.image{
	float: left;
	padding-right: 5px;
	}
.spacer{
	width: 730px;
	height: 10px;
	}
/* ---- Footer CSS ---- */

.clearfooter {
	height: 50px;
	clear: both;
	}
#footer{
	height: 50px;
	position: relative;
	width: 1034px;
	margin: 0 auto;
	}
#footer p{
	font-family: Garamond, Georgia, Times, ‘Times New Roman’, serif;
	font-size: 12px;
	color: #000;
	}


