/* Start of CMSMS style sheet 'main' */
@charset "utf-8";
html, body 
{ 
	height: 100%; 
	min-height: 100%; 
} 
/* 
Light Green #a9b596
dark green #8b9f76
grey 949d8a
dark grey  #464748
Orange #ed6e20
Tan #deddc7
Blue #b7c8e0
Dark Orange bf501b
*/

.testimonial {
padding: 5px; 
margin-right: 20px; 
border-bottom: 1px solid #a9b596;
}


ul.smbulletlist, ul.smbulletlist li {
	font-weight: normal;
	background-color: transparent;
	color: #464748;
                list-style-type: square;
               font-size: 12px;
}

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background-color : #a9b596;
	margin: 10px 0px 0px 0px; 
	padding: 0;
	color: #000000;
}

#wrapper {
	background-image: url(images/mvh_bg.gif);
        background-repeat: repeat-y; 
	background-position: center; 
}

.highlightbox {
float: right; 
background-color: #b7c8e0; 
padding: 7px; 
margin: 5px;
border: 1px solid #a9b596;
}



.rightpic {
     float: right;
     background-color: #b7c8e0;
     padding: 7px;
     border: 1px solid #a9b596;

}

.leftpic {
     float: left;
     background-color: #b7c8e0;
     padding: 7px;
     border: 1px solid #a9b596;

}


H1 {
	color: #464748;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
}

H2 {
	color: #bf501b;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
}


a:link, a:visited, a:active, a{
	color	: #bf501b;
}

a:hover{
	color	: #8b9f76;
}


.hiddenPic {display:none;}

p {
	color: #464748;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin: 10px 0px 0px 0px;
}

#container { 
	width: 878px;  
	background:  #a9b596;
	margin: 0 auto;
	text-align: left;
	padding: 0px 1px 0px 0px;
} 

#header-shadow{ 
	font-size: 10px;
	text-align: right;
	color: #6c6e6d;
	width: 100%;
	background-color : #a9b596;
	background-image: url(images/layout/top_border.gif);
        background-repeat: repeat-x; 
	margin: 0 auto;
height: 10px;
} 

#header { 
	background-color: #FFFFFF; 
	background-image:url(/images/layout/header.gif);
	background-position: 10px center;
	background-repeat:no-repeat;
	padding: 0px 11px 0 20px;
         height: 72px;
	position: relative;  
        border-right: 1px solid #deddc7;
} 
#header form {
	width: 150px;
}
#adconcept { 
	width: 726px;
	height: 200px;
	background-color: #deddc7;	
} 

#subcontent { 
	padding: 8px 8px 8px 8px;
	margin-bottom: 5px;
	background-color: #deddc7;
} 
.list, .blank {
	color: #464748;
	background-color: transparent;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
dl.list dd {
	background-color: transparent;
}
dl.list dt {
	background-color: transparent;
	font-style: italic;
}
ul.list, ul.list li {
	font-weight: normal;
	list-style-type: disc;
	background-color: transparent;
	color: #464748;
}

ul.bulletlist, ul.bulletlist li {
	font-weight: normal;
	background-color: transparent;
	color: #464748;
list-style-type: square;
font-size: 12px;
margin-left: 20px;


}
ol.blank, ol.blank li {
	list-style-type: none;
	background-color: transparent;
	color: #464748;
	font-weight: bold;
}
ol.blank ul, ol.blank li ul li {
	font-weight: normal;
	list-style-type: disc;
	background-color: transparent;
}
ol.list, ol.list li {
	font-weight: normal;
	list-style-type: decimal;
	background-color: transparent;
	color: #464748;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
.title {
	font-size: larger;
	display: block;
	margin: 10px 0px 0px 0px;
}
.subtitle {
	font-size: larger;
	display: block;
	margin: 10px 0px 0px 0px;
}
.quote {
	margin: 5px 25px 5px 25px;
}
.quote_title {
	margin: 5px 15px 5px 15px;
	font-weight: bold;
}
#footer { 
	font-size: 10px;
	text-align: right;
	color: #6c6e6d;
	padding-right: 10px;
	width: 880px;
	background-color : #a9b596;
	background-image: url(images/bottom_border.gif);
        background-repeat: repeat-x; 
	clear: both;
	margin: 0 auto;
	padding-top: 10px;
} 

#footer a:link, #footer a:active, #footer a {
	color	: #464748;
}

#footer a:hover {
	color	: #bf501b;
}

dl, dt, dd, ul, li, ol {
	margin: 0;
	list-style-type: none;
	background-color: #a9b596;
}
#menu {
	top: 0;
	left: 0;
}
#menu ul  {
	padding-left: 20px;
}
#menu dt {
	cursor: pointer;
	text-align: left;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #a9b596;
	line-height: 18px;
	padding: 3px 0px;
	margin: 0px 0px;
}

#menu li {
	text-align: left;
	background: #fff;
	background-color: #a9b596;

}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-left: 5px;
	background-color: #a9b596;
	font-size: 11px;
	margin-left: 15px;
	text-transform: uppercase;
	border-bottom: 1px solid #8b9f76;
}

#menu a:hover {
	background: #8b9f76;
}
#menu .active a {
	background: #8b9f76;
}

#horizonmenu { 
	background-color: #ed6e20;
	height: 20px;
	padding: 5px 8px 0 18px;  
	background-image: url(images/orange_menu_bg.gif);
	background-repeat: repeat-x; 
	font-size: 11px;
        text-align: left;
	text-transform: uppercase;
	color: #FFFFFF;
	width: 851px;
        border-right: 1px solid #deddc7;
}

.parentmenu {
	float: left;
	padding-right: 2px;
	padding-top: 5px;
}

#horizonmenu a{
	color: #ffffff;
	padding: 3px 3px;
	text-decoration: none;
	font-size: 11px;
}

#horizonmenu a:hover{
	color: black;
}

.login {
	position: absolute; 
	top: 20px; 
	right: 10px;
	font-size: 12px;
	height: 40px;
	width: 175px;
	text-align: right;
}
.login p {
 margin: 0px;
}
.loginbox {
	border: 1px solid #949d8a;
	width: 200px;
	height: 120px;
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 5px;
	z-index: 60;
	font-size: 12px;
	background-color: white;
}

td.rightcontent  {
	vertical-align: top;
	background-color: #deddc7;
	border-left: 1px dashed #8b8c8a;
}

td.leftcontent  {
	vertical-align: top;
	background-color: #a9b596;
	width: 150px;
}

.bluebox {
               width: 210px;
	height:100px;
	background-image: url(images/blue_box.gif);
                background-repeat: no-repeat; 
	float: left;
	padding: 10px 15px 10px 15px;
	text-decoration:none;
	color: #31415d;
}

a.bluebox:hover  {
	width: 210px;
	height:100px;
	background-image: url(images/blue_box_ovr.gif);
                background-repeat: no-repeat; 
	float: left;
	padding: 10px 15px 10px 15px;
}

#redicare .blueboximage {
	background-image: url('/images/layout/redicare.gif');
	background-repeat: no-repeat;
}
#billpay .blueboximage {
	background-image: url('/images/layout/billpay.gif');
	background-repeat: no-repeat;
}
a.news  .blueboximage {
	background-image:url('/images/layout/news.gif');
	background-repeat:no-repeat;
}

.blueboximage {
	float: left;
	display: inline;
	padding-right: 10px;
                padding-bottom: 15px;
                padding-top: 5px;
	border: 0px;
	height: 55px;
	width: 50px;
                border: 0px;
}

.blueboxtitle {
	font-weight: bold;
	color: #bf501b;
	font-size: 12px;
	border-bottom:dashed thin #bf501b;
}

.blueboxdescription {
	margin-top: 5px;
	font-size: 12px;
	color: #464748;
}

#gallery {
	position: absolute;
	margin:0;
	padding:0;
	background-color: transparent;
}
#gallery li {
	background-color: transparent;
}
#gallery li a {
	text-decoration: none;
}
#gallery li a:hover {
	text-decoration: none;
}
.system_message {
	color: #BF501B;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}
/* End of 'main' */

