/* CSS Document */
ul {
	padding:0;
  margin:0;
}

html {
    min-height:100.1% /* this is to solve the shifting problem on firefox and opera, it forces the scrollbar to be there at all times.*/
}

body {
	margin: 0px 3px 3px;
	background:#FFF;
	Scrollbar-face-color: #e3e3e3; 
	Scrollbar-highlight-color: #707070; 
	Scrollbar-shadow-color: #707070; 
	Scrollbar-3dlight-color: #fff; 
	Scrollbar-arrow-color: #636; 
	Scrollbar-track-color: #f9f9f9; 
	Scrollbar-darkshadow-color: #fff;
}

body, p, td, li, h1, h2, h3 {
	font: normal 12px Verdana, Helvetica, Sans-serif;
	color: #444444;
}


a:link, a:visited {
	color: #005984;
}

.spacer {
	top-margin: 3px;
}

.indent1 {
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}


/* 
====================================
Alignment 
====================================
*/

.top {
	vertical-align: top;
}

.bottom {
	vertical-align: bottom;
}

.right {
	text-align: right;
	/* padding: 0;
	margin: 0; */
}

.left {
	text-align: left;
}

.clear {
	clear: both;
}


/* Forms */
input {
	font-size: 10px;
	font-family: verdana, helvetica, sans-serif;
	color: #005983;
	border: 1px solid #738D4E;
}

input.smaller {
	font-size: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #005984;


}

.contactSelect {
	height: 16px;
	font-size: 10px;
	color: #005984;
}

.contactButton {
	height: 18px;
	color: #ffffff;
	font-size: 10px;
	background-color: #005984;
	width: 50px;
	border: 1px solid;
}

/*  
--------------------------------------
Header: Global Links 
---------------------------------------
*/

.logo {
	margin-bottom: 10px;
}

.searchField {
	height: 15px;
	border: 1px solid #666666;
}

.stateSelect {
	font-size: 9px;
	color: #005984;
	margin: 35px 0 2px 0;
	text-align: right;
	padding: 0;
	clear: both;
}

.stateSelect a:link, 
.stateSelect a:visited {
	color: #005984;
	text-decoration: underline;
}

#globalLinks {
	float: right;
	color: #444444;
}

#globalLinks a {
	color: #444444;
	text-decoration: none;
	font-size: 10px;
	display: inline;
	margin: 0 0 1px;
}

#globalLinks a:hover {
	text-decoration: underline;
}

#globalLinks span {
	margin: 0;
}

#globalLinks input {
	margin: 1px 4px 0 2px;
}

#globalLinks img.button {
	vertical-align: middle;
	margin-bottom: 4px;
}



/* Main Content */
#flashAlt {
	background-image: (../images/spacer.gif);
	width: 286px;
	height: 300px;
}


.introP {
	margin: 0 8px 7px 16px;
}

.green {
	color: #738E4A;
}

#mainContent {
	margin-top: 3px;
}

.mainPic {
	margin-bottom: 3px;
}

#imgHealthProgs {
	margin-top: 15px;
}

.hlthPlansPic {
	margin-top: 10px;
	margin-bottom: 3px;
}

.dashedDivider {
	border-top-style: dotted;
	padding: 0px;
	margin: 10px;
	border-width: 1px;
	border-color: #C7C4C4;
}

.dashedDivGrn {
	border-top-style: dotted;
	padding: 0px;
	margin: 10px;
	border-width: 1px;
	border-color: #9C9A63;
}

.dashedDivGrn2 {
	border-top-style: dotted;
	padding: 0px;
	margin: 5px 0 3px 0;
	border-width: 1px;
	border-color: #9C9A63;
}

h2 {
	font-weight: bold;
	text-align: left;
}

h2.org {
	color: #738E4A;
	padding: 0px;
	margin: 0px;
}

h2.title {
	margin: 8px 0 10px 0;
}

ul.module {
}

li.module {
	margin-left: 20px;
	color: #005984;
	list-style-image: url(../images/bult_blu2.gif);
	list-style-position: outside;
	line-height: 18px;

}

.mainModuleTitle {
	padding-bottom: 14px;
}

.mainModuleWhite {
	color: #005984;
	background-color: #fff;
	padding: 8px 0 8px 8px;
}

.mainModuleBlu {
	color: #005984;
	background-color: #c6dbef;
	padding: 8px 0 8px 8px;
}

.mainModuleGrn {
	color: #005984;
	background-color: #c6dfb5;
	padding: 12px 12 12px 12px;
	font-weight: bold;
	margin: 20px;
	line-height: 18px;
}

.mainModuleText {
	color: #005984;
	padding: 0 4px 0 4px;
}

.mainModuleText a:link,
.mainModuleText a:visited {
	color: #005984;
	text-decoration: none;
}

.mainModuleText a:hover {
	text-decoration: underline;
}


/*
--------------------------------------
Right Side Modules
--------------------------------------
*/

.moduleTitle {
	height: 18px;
	background-image:  url(../images/titleBarBG.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 5px;
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.moduleBody {
	background-color: #FFFFFF;
	padding: 8px;
}

#moduleGrn {
	margin-left: 3px;
	margin-top: 3px;
	font-size: 9px;
}

#moduleGrn h2.menuItem {
	background: #CEDFB5 url(../images/grn_aro.gif) no-repeat 0 53%;
	color: #005983;
	margin: 5px 0;
	padding: 2px 10px; 
}

#moduleGrn h2.menuItem a:link, #moduleGrn h2.menuItem a:visited {
	text-decoration: none;
	color: #005983;
}

#moduleGrn h2.menuItem a:hover {
	text-decoration: underline;
}


#moduleGrn h2.actionItem {
	color: #738D4E;
	margin: 0 3px 5px 7px;
	/* padding: 2px 25px;  */
}

#moduleGrn h2.actionItem a:link, #moduleGrn h2.actionItem a:visited {
	text-decoration: none;
	color: #005983;
}

#moduleGrn h2.actionItem a:hover {
	text-decoration: underline;
}

#insurancePic {
	clear: both;
	margin-left: 3px;
	margin-top: 3px
}

.loginFont {
	color: #005984;
	line-height: 1.5em;
	margin-bottom: 10px;
}

.loginFont a:link, a:visited {
	text-decoration: underline;
	color: #005984;
}

#homeIntro {
	margin: 0;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

#homeIntro p {
	margin: 0 0 8px 0;
	padding: 0;
}

.teaser {
	padding-right: 5px;
}

a.grn, 
a.grn strong,
a.grn:hover {
	color: #738E4A;
}

a.grn:link, a.grn:visited {
		color: #738E4A;
		text-decoration: none;
}

a.grn:hover {
	text-decoration: underline;
}

.arow {
	color: #738E4A;
	font-size: 9px;
}

#insurancePic {
	clear: both;
	margin-left: 3px;
	margin-top: 3px
}


/*
---------------------------------------
Footer
---------------------------------------
*/

#footer {
	background-color: #FFF;
	width: 765px;
	clear: both;
	border-top: 1px solid #dddddd;
	margin-top: 3px;
}

#footer p {
	margin-top: 8px;
	text-align: center;
}

#footer a {
	color: #858381;
	text-decoration: none;
	margin: 2px 3px 1px;
}
	
#footer a:hover {
	color: #858381;
	text-decoration: underline;
	margin: 2px 3px 1px;
}

#footer span {
	margin: 2px 3px;
	color: #858381;
}

.copyright {
	font-size: 9px;
	color: #858381;
}

.serviceMark {
	font-weight: normal;
	font-size: 50%;
}

/* TESTING AREA */
.roundCornerL {
	background-image: url(../images/roundCornerL.gif);
	background-color: #005984;
	background-repeat: no-repeat;

}

.roundCornerR {
	background-image: url(../images/roundCornerR.gif);
	background-color: 005984;
	background-position: right top;
	background-repeat: no-repeat;

}

#matrix {
	background-image: url(../images/matrix.jpg);
  background-repeat: no-repeat;
	background-position: right middle;
	float: right;
	width: 212px;
	height: 212px;
}
.introcopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #444444;
	padding: 5px 15px 10px;
}.indentarrowlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #444444;
	padding: 0px 30px 10px;
}
.californiahdr {
	color: #FFFFFF;
	background-color: #013696;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.headerBkgd {
	BACKGROUND-POSITION: left top; BACKGROUND-IMAGE: url(../images/header_bkgd.gif); BACKGROUND-REPEAT: repeat-x
}
