/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
background:#E9F4EC url(../images/body_bg.gif) repeat-y top left;

}

body {
font:100% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

h1 {
padding:16px 0;
letter-spacing:-1px;
color:#0c2e60;
font-weight:bold;
font-size:21px;
}

h2 {
padding:16px 0;
letter-spacing:-1px;
font:1.5em arial, helvetica, sans-serif;
color:#0c2e60;
}

h3 {
font:1em arial, helvetica, sans-serif;
font-weight:bold;
color:#0c2e60;
}

p, ul, ol {
margin:0;
padding:0 0 18px 0;
}

ul, ol {
list-style:default;
padding:0 0 18px 40px;
}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a{
color:#069C8F;
}
a:visited {}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}



/***** Tables *****/

table {
border:0;
margin:0 0 18px 0;
padding:0;
}

table tr td {
padding:12px;
color:#4d4d4f;
font-size:13px;	
}

table.nopadding tr td 
{
	padding:2px;

}

/***** Wrapper *****/

#wrap {
width:100%;
}

/***** Global Classes *****/

.clear 			{ clear:both;  }

.float-left 	{ float:left;  }
.float-right 	{ float:right;  }

.text-left 		{ text-align:left;  }
.text-right 	{ text-align:right;  }
.text-center 	{ text-align:center;  }
.text-justify 	{ text-align:justify;  }

.bold 			{ font-weight:bold;  }
.italic 		{ font-style:italic;  }
.underline 		{ border-bottom:1px solid;  }
.highlight 		{ background:#ffc;  }

.wrap 			{ width:960px;margin:0 auto;  }

img.img-left 		{ margin:0 15px 4px 0;  }
img.img-right 		{ margin:0 0 4px 15px;  }
.top			{ margin-top:0px; }
.nopadding 		{ padding:0!important;   }
.noborder		{ border:0!important; }
.noindent 		{ margin-left:0;padding-left:0;  }
.nobullet 		{ list-style:none;list-style-image:none;  }
.skipto			{ display:none;  }
.footnote		{ font-size:80%;}


/***** CSPMD Specific Elements *****/

#header {
background:#e9f4ec url(../images/header_bg.gif) no-repeat top left;
padding-top:66px;


}

a.logoa {
display:block;
position:absolute;
top:0px;
left:0px;

}

img.logo {
border:0;
margin:8px 0 0 10px;


}

#navbar {
background:transparent url(../images/navbar_bg.gif) repeat-x top left;
height:56px;

}


#nav_constraint {width:780px;}

#search_container {
padding:24px 0 0 8px;
color:#fff;
font-size:12px;
width:171px;
float:left;
clear:none;

}
#search_container a{
color:white;
text-decoration:none;
}

#search_container input {
font-size:11px;
width:96px;
padding:0px 2px;


}

#content_wrap {
padding:0 0 0 9px;
}

#enroll_banner, .enroll_banner {
background:#f37336 url(../images/enroll_today_bg.gif) repeat-x top left;

float:left;
clear:both;
width:100%;
}

.mpct_yellow{background:#fcb243 url(..sa/images/enroll_today_bg_mpct.gif) repeat-x top left!important;}
.mcip_blue{background:#f37336 url(..sa/images/enroll_today_bg_mcip.gif) repeat-x top left!important;}

a.enroll_link{display:block;float:left;clear:none;width:166px;}

.breadcrumb 
{
	width:595px;
	text-align:right;
	color:#ffedd2;
	font-size:11px;
	margin-top:13px;
	float:left;
}

.breadcrumb span
{
	text-align:right;
	display:inline;
	font-weight:bold;
}



.breadcrumb a,.breadcrumb .site
{
	color:#ffedd2!important;
	font-weight:normal!important;

}


#my_account_banner {
clear:both;
}

#whats_new_banner {
background-color:#A1C141;
}



/* - - - ADxMenu: BASIC styles [ MANDATORY ] - - - */

/* remove all list stylings */

.menu {
	margin: 0;
	padding: 0;
	border: 0;
	height:56px;
	list-style-type: none;
	display: block;

}

.menu ul 
{
	margin: 0;
	padding: 0;
	border: 0;
	height:auto;
	list-style-type: none;
	display: block;
	top:0;
}
.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
	
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0px;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
	
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */





/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

.menu, .menu ul li {
	color: #eee;
	
}

.menu ul {
	

}

.menu a {
	text-decoration: none;
	color: #fff;
	display: block;
	position: relative;
	margin-top:24px;
	
	width:85px;
	font-size:12px;
	text-align:center;
	font-family:"lucida sans","lucida grande","lucida sans unicode",sans-serif

}

.menu ul a 
{
	margin-top:0px;
}

.menu a.doubleline {
margin-top:16px;


}

.menu a.current {
background:transparent url(../images/nav_current_bg.gif) no-repeat top left;
margin-top:0px;	
padding-top:24px;
height:32px;



}
.menu a.currentdouble {
background:transparent url(../images/nav_current_bg.gif) no-repeat top left;
margin-top:0px;	
padding-top:16px;
height:40px;



}
.menu a.pct, .menu a.cip { 
background:transparent url(../images/nav_pct_bg.gif) no-repeat top left;
text-transform:uppercase;
margin:0;
font-weight:bold;
padding:10px 0px 7px 0px;
height:39px;
line-height:110%;




}
.menu a.cip {
background:transparent url(../images/nav_cip_bg.gif) no-repeat top left;

}

.menu li.cip li{background-color:#8BBBE4;}
.menu li.cip li li {background-color:#a2c9e9;}
.menu li.pct li{background-color:#fcb243;}
.menu li.pct li li {background-color:#fdc169;}


.menu a.pct:hover, .menu a.cip:hover {
color:white!important;


}

.menu a.pct:hover, li.pct a:hover,.menu li.pct:hover>a
{
	color:#069C8F!important;
}


.menu a:hover, .menu li:hover>a {
	color: #fc3;
	

}

.menu li li {	/* sub menu items */
	background-color:#069C8F;
	border-bottom:1px solid #f5f5f5;
}

.menu li li a, .menu li li li a
{
	font-size:10px;
	width:65px;
	padding:10px;
	overflow:hidden;
}

.menu li li li 
{
	background-color:#38b0a5;

}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 0px;
	left: 100%;
	

}


/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
/* End Fix */

/*]]>*/



#left_column {
	width:162px;
	float:left;
	clear:left;
	background:transparent url(../images/lc_curve_bg.gif) no-repeat top left;
	height:106px;
	
}
#left_column.sub {
	background-image:none;
	

}
#content {
	width:590px;
	float:left;
	margin-left:10px;
	color:#4d4d4f;
	font-size:14px;
}
#content_wide{
	width:760px;
	float:left;
	clear:both;
}

.event_heading 
{
	text-transform:uppercase;
	
	padding-top:10px;
	font-size:17px!important;
	font-weight:bold;
	border-bottom:1px solid #12a194;
	border-right:1px solid #12a194;
	text-align:center;



}
.county, .title,.date,.details 
{
	border-bottom:1px solid #12a194;
	border-right:1px solid #12a194;
}


.orange {
	color:#fdb044;
	font-weight:bold;

}

.green {
	color:#069c8f;

}
.heading {
	text-transform:uppercase;
	
	padding-top:0px;
	text-align:center;
	font-size:17px!important;
	
}

.heading a
{
	text-decoration:none!important;
}

.blue,.blue a {
	color:#67a2d9!important;
	font-weight:bold;
	
}

.darkblue, .darkblue a {
color:#004071;
}

.purple, .purple a {
color:#945c94;
}

a.recent{
text-transform:uppercase;
color:#069c8f;
font-size:14px;
text-decoration:none;


}

a.considering{
text-transform:uppercase;
color:#004071;
font-size:14px;
text-decoration:none;


}

a.enrolled{
text-transform:uppercase;
color:#945c94;
font-size:14px;
text-decoration:none;


}


.question,.answer1 ,.answer2, .news1, .news2, .news3{
border-bottom:1px solid #12a194;


}
.question {
width:126px;
font-weight:bold;
text-align:right;


}

.answer1,.news1, .news2 {
border-right:1px solid #12a194;


}

.answer2 
{
	

}

#whats_new_table  td.border{
border-right:1px solid #12a194;


}


#whatsnew {
	background:transparent url(../images/lc_whats_new.gif) no-repeat top left;
	
}

a.whatsnew {
	display:block;
	background:transparent url(../images/lc_whats_new.gif) no-repeat top left;
	height:24px;
	text-decoration:none;
}

#whatsnew p{
	padding:24px 24px 0 9px;
	line-height:14px;
	font-size:12px;
	color:#fff;
}

#whatsnew p a {
	color:white;
	text-decoration:none;
}

.orange_box, .blue_box {
	width:285px;
	border:2px solid #fcb245;
	background-color:#fee0b5;
	float:left;
	clear:right;
	text-align:center;
	margin:14px 0 14px 0;
	line-height:1.3em;
	font-size:12px;
	

	
}

.blue_box {
	background-color:#d1e4f5;
	border-color:#8bbbe5;
	


}

.orange_box a, .blue_box a {

text-decoration:underline;
color:#4D4D4F;


}

.orange_box h2, .blue_box h2 {
color:#fff;
display:block;
background-color:#fcb245;
text-transform:uppercase;
font-weight:bold;
text-align:center;
clear:none;
line-height:100%;
font-size:17.5px;
padding: 0.5em 2em;
margin-bottom:10px;



}


.blue_box h2 {
background-color:#8bbbe5;


}

.FormLabels {
    display: block;
    text-align: right;
    padding: 5px;
    float: left;
    width: 170px;
}

.FormFields {
    display: block;
    float: left;
    text-align: left;
    margin: 5px;
    width: 190px;
}

.short
 {
        margin: 5px;
        width: 70px;
 }
 .clearDiv
 {
    clear: both;
 }
 .group
 {
    display: block;
    float: left;
    text-align: left;
 }
.btn {
    clear: both;
    margin-right: 60px;
    float: right;
}


.footer_wrap 
{
	padding-left:172px;
}

#footer 
{
float:left;
clear:both;
color:#666;
font-size:12px;
margin-top:2em;
padding-bottom:3em;
padding-top:.5em;
border-top:1px solid #ccc;
width:590px;
}

#videoDiv 
{
	text-align:center;
	margin-top:2em;
}

.videoCaption
{
	margin:1em 0;
	font-size:.9em;
}

.videoCaption span{
	font-weight:bold;
	font-size:1em;
}

.smalllinks 
{
	font-size:.9em;
	
}

table.nopadding td 
{
	padding:0px;
}

.stiffwrap 
{
	width:780px;
	
}
.infobox {
float:right;
clear:right;
width:257px;
color:#0c2e60;
background:#fcb243 url(../images/infobox-background.gif) top left no-repeat;
text-align:center;
padding-top:13px;
margin-top:15px;


}
.infobox strong {color:white; text-transform:uppercase; }
.infobox a {color:#0c2e60; text-decoration:underline; }
.infobox p {margin:0 1em; padding:0;}
.infobox div.infobox-end{background:transparent url(../images/infobox-background-bottom.gif) top left no-repeat; height:8px; overflow:hidden;}

div.teal {color:#fff; background:#069C8F url(../images/infobox-background-teal.gif) top left no-repeat;}
.teal a {color:white; }
.teal div.infobox-end { background-image: url(../images/infobox-background-bottom-teal.gif)}

div.purple {color:#fff; background:#945C94 url(../images/infobox-background-purple.gif) top left no-repeat;}
div.purple a {color:white;}
div.purple div.infobox-end { background-image: url(../images/infobox-background-bottom-purple.gif)}

div.blue {color:#fff!important; background:#0c2e60 url(../images/infobox-background-blue.gif) top left no-repeat;}
div.blue a {color:white!important;}
div.blue div.infobox-end { background-image: url(../images/infobox-background-bottom-blue.gif)}

div.green {color:#fff!important; background:#A1C141 url(../images/infobox-background-green.gif) top left no-repeat;}
div.green a {color:white;}
div.green div.infobox-end { background-image: url(../images/infobox-background-bottom-green.gif)}

div.red {color:#fff!important;background:#b42025 url(../images/infobox-background-red.gif) top left no-repeat;}
div.red a {color:white!important;}
div.red div.infobox-end { background-image: url(../images/infobox-background-bottom-red.gif)}

div.orange {color:#fff!important; background:#f37336 url(../images/infobox-background-orange.gif) top left no-repeat;}
div.orange a {color:white!important;}
div.orange div.infobox-end { background-image: url(../images/infobox-background-bottom-orange.gif)}

div.light-blue {color:#fff!important; background:#8BBBE4 url(../images/infobox-background-light-blue.gif) top left no-repeat;}
div.light-blue a {color:white!important;}
div.light-blue div.infobox-end { background-image: url(../images/infobox-background-bottom-light-blue.gif)}

.important-message {background-color:#FFFFCC; color:#FF0000; padding:1em;display:none; }

a.darkblue {color:#004071!important;}

.pics {
width:259px;
height:256px;
float:right;
overflow:hidden;
}
