/* CSS Document 

div, ul, li {

	border:1px solid black;

}

*/





/******** Main Layout **********/

* {
	margin: 0;
	padding: 0;
	background-image: none;

}



body {
	background: #006699 url(../images/layout_gradient.jpg) repeat-x center top;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 11pt;
	text-decoration: none;

}



#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 884px;

}



#main_left, #bottom_left, #footer_left {

	width:91px;

	float:left;

}



#main_left {

	height:828px;

	background: url(../images/layout_swoosh.jpg) top right no-repeat;	

}



#main_right, #bottom_right, #footer_right {

	margin-left:91px;

	position:relative;

	left:-3px;

}



#header, #title, #tabs, #bottom_right, #splash {	

	width:788px;

}



#header_logo {

	float:left;

}



#header_right {

	height:112px;

	text-align:right;

}

#tabs {

	height:34px;

}



#tabs_swoosh {

	position:absolute;

	left:0px;

	top:112px;

	z-index:20;

}



#title {

	height:32px;

	background: url(../images/layout_title_background.jpg) top left no-repeat;		

}





#title_swoosh_left {

	background: url(../images/layout_title_swoosh_left.jpg) top left no-repeat;	

	height:32px;

	width:105px;

	left:0;

	top:146px;

	z-index:200;

	position:absolute;

}





#content {
	background: #fffdef;
	border-right:1px solid black;
	border-left:1px solid black;
	height:auto;
	width:785px;
	margin-left:1px;

}



#content .clear {clear:both;}



#content_left {

	float:left;

}



#content_left_swoosh {

	position:absolute;

	left:0px;

	top:178px;

	z-index:120;

}



#content_main {

	width:500px;

	margin-right:10px;

	float:right;

	color:#666;

}



#content_main_full {

	width:690px;

	margin-right:10px;

	float:right;

	color:#666;

}



#content_right {

	float:left;

	width:1px;

}



#footer_right {

	text-align:center;

	font-size:.78em;

	color:#fff;

	margin-bottom:20px;

}



#footer_right a {

	color:#fff;

}



#bottom_right {

	height:15px;

	background: url(../images/layout_bottom.jpg) top left no-repeat;	

}







/******** Submenu **********/



#submenu {

	width:250px;

	background: #006699;

	margin-bottom:20px;

}



#submenu ul {

	background: #006699;	

}



#submenu ul li {

	list-style:none;

	margin:5px 0;

}



#submenu li a {

	display:block;

	height:16px;

	font-size:.9em;

	color:#fff;

	text-decoration:none;

	padding:3px 0 3px 45px;

}







#submenu li:hover, #submenu li a:hover  {

	background:#fff;

	color:#000;

}







/******** Tabs **********/



#navigation {
	position:absolute;
	left:103px;
	top:121px;

}



#navigation a

{
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	margin-left:3px;
	display:block;
	background-color: #00a56a;
	background-image: url(../images/darkgreenleft.gif);
	background-repeat: no-repeat;
	background-position: left top;

}



#navigation a span

{
	padding-right: 10px;
	padding-top:5px;
	padding-bottom:5px;
	background-image: url(../images/darkgreenright.gif);
	background-repeat: no-repeat;
	background-position: right top;

}



#navigation a, #navigation a span

{

display: block;

float: left;

}



/* Hide from IE5-Mac \*/

#navigation a, #navigation a span

{

float: none;

}

/* End hide */







#navigation ul

{

list-style: none;

padding: 0;

margin: 0;

}



#navigation li

{

list-style:none;

float: left;

margin: 0;

} 



#navigation a.first {

	padding-left: 50px;

}



#navigation a.secondary {
	color: #249067;
	background-color: #00A56A;
	background-image: url(../images/darkgreenleft.gif);
	background-repeat: no-repeat;
	background-position: left top;

}



#navigation a.secondary span {
	background-image: url(../images/darkgreenright.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFF;

}



#navigation a.active {

	position:relative;

	top:-4px;

	font-size:1.3em;

	background: #006699 url(../images/layout_tab_left_over.gif) left top no-repeat;

	padding-bottom:3px;

	color:#fff;

	z-index:1;

}



#navigation a.active span {

	position:relative;

	background: url(../images/layout_tab_right_over.gif) right top no-repeat;

	padding-bottom:3px;

	z-index:1;

}











/******** Content Globals **********/



#toplinks, #toplinks a {

	padding-top:5px;

	color:#666;

	text-decoration:none;

	font-size:.95em;	

}



#toplinks a:hover {

	text-decoration:underline;

}



#phone {

	font-size:1.3em;

	margin-top:5px;	

}



#searchbox {

	margin:15px;

	font-size:.95em;

}







#section_title {

	padding:5px 5px 3px 0;

	font-size:20px;

	font-weight:bold;

	color:#fff;

	text-align:right;

	float:right;

}



#breadcrumbs {

	padding:10px 5px 3px 112px;

	font-size:.8em;

	color:#fff;

	text-align:left;

	float:left;

}



#breadcrumbs a {

	color:#fff;

}



#content_extra_left {
	width:180px;
	padding-left:80px;
	font-size:.9em;

}







#content_extra_title {

	color:#006699;

	border-bottom:1px solid #006699;

	font-weight:bold;

	width:100%;

}



#content_extra_content {
	margin-top:3px;
	margin-bottom:10px;

}



#content_extra_content ul {

	margin-top:5px;

	margin-left:20px; 

	padding:0;

}



#content_extra_content li {

	padding:2px 0;

}



#content_extra_content a {

	color:#006699;

}



#content_extra_content a:hover {
	text-decoration:underline;
	text-align: left;

}







#content_main ul, #content_main_full ul {
	margin-left:20px;
	padding:0;
	color: #333;

}



#content_main ul li, #content_main_full ul li {

   margin:8px 0;

}





h1 {

	color:#006699;

	margin: 15px 0;

	font-size:1.3em;

}



h2 {

	margin: 15px 0 5px 0;

	font-size:1.1em;

}



h3 {

	color:#006699;

	margin: 15px 0 0 0;

	font-size:1em;

	font-weight:bold;

}



p {
	margin:5px 0 20px 0;
	font-size: 11pt;
	color: #000;
	text-align: center;

}



a {
	color:#069;
	text-decoration: none;

}



blockquote {
	margin:0 0 0 20px;
	color: #FFF;

}



p.note {

	margin-top:30px;

	font-size:.9em;

}



td {
	padding:10px 5px;
	text-align: left;

}



#button_big {

	background: url(../images/button_background_300.jpg) center top no-repeat;

	width:300px;

	height:42px;

	color:#fff;

	font-size:1.2em;

	text-align:center;

	font-weight:bold;

	padding-top:10px;

}



#button_big a {

	color:#fff;

	text-decoration:none;

}



#button_enroll, #button_appointment {

	background: url(../images/button_background_180.jpg) center top no-repeat;

	width:100%;

	height:28px;

	color:#fff;

	font-size:1.45em;

	text-align:center;

	font-weight:bold;

}



#button_enroll a, #button_appointment a {

	color:#fff;

	text-decoration:none;

}



#button_appointment {

	font-size:1.1em;

	padding-top:2px;

}



#button_enroll a {

	color:#fff;

	text-decoration:none;

}



p img {
	margin:0 5px;
	font-style: italic;
	text-align: right;

}



#content_extra_left p, #content_extra_left div {
	margin-left:0px;
	width:100%;
	margin-top:20px;

}



#back_button {

	text-align:right;

	margin-bottom:20px;

}











/******** Drop Down Menus **********/



.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #13642a; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-family: Arial, Sans-Serif;
	font-size:11pt;
	line-height:18px;
	z-index:100;
	background-color: #a9e5c4;
	width: 288px;
	visibility: hidden;














filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	left: 94px;

}





.dropmenudiv a{



display: block;

border-bottom: 1px solid #13642a; /*THEME CHANGE HERE*/

padding: 3px 8px;

text-decoration: none;

color: black;

}



.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

background-color: white;

}





.dropmenudiv2{

position:absolute;

top: 0;

border: 1px solid #13642a; /*THEME CHANGE HERE*/

border-bottom-width: 0;

font-family: Arial, Sans-Serif;

font-size:11pt;

line-height:18px;

z-index:100;

background-color: #61afd4;

width: 200px;

visibility: hidden;

filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/

}





.dropmenudiv2 a{



display: block;

border-bottom: 1px solid #13642a; /*THEME CHANGE HERE*/

padding: 3px 8px;

text-decoration: none;

color: white;

}



.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/

background-color: white;

color: black;

}





/******** Plan Navigator Menu **********/



#plan_navigation_text {	

	font-size:.8em;

	color:#006699;

	text-align:right;

	background: url(../images/layout_plannav_arrowdown.gif) no-repeat right top;

}



#plan_navigation {

	margin-top:-25px;

	margin-bottom:20px;

	float:right;

}



#plan_navigation_left {

	float:left;

	background: url(../images/layout_plannav_left.gif) center top no-repeat;

	width:8px;

	height:26px;

}



#plan_navigation_right {

	float:left;

	background: url(../images/layout_plannav_right.gif) center top no-repeat;

	width:8px;

	height:26px;

}



#plan_navigation_menu, #plan_navigation_menu1, #plan_navigation_menu2, #plan_navigation_menu3, #plan_navigation_menu4, #plan_navigation_menu5, #plan_navigation_menu6, #plan_navigation_menu7, #plan_navigation_menu8, #plan_navigation_menu9 {

	text-align:center;

	float:left;

	background: #006699;

	color:#fff;

	font-size:.9em;	

}



#plan_navigation_menu ul, #plan_navigation_menu1 ul, #plan_navigation_menu2 ul, #plan_navigation_menu3 ul, #plan_navigation_menu4 ul, #plan_navigation_menu5 ul, #plan_navigation_menu6 ul, #plan_navigation_menu7 ul, #plan_navigation_menu8 ul, #plan_navigation_menu9 ul {

	margin:0;	

}



#plan_navigation_menu ul li a, #plan_navigation_menu1 ul li a, #plan_navigation_menu2 ul li a, #plan_navigation_menu3 ul li a, #plan_navigation_menu4 ul li a, #plan_navigation_menu5 ul li a, #plan_navigation_menu6 ul li a, #plan_navigation_menu7 ul li a, #plan_navigation_menu8 ul li a, #plan_navigation_menu9 ul li a {

	color:#fff;	

}



#plan_navigation_menu ul li, #plan_navigation_menu1 ul li, #plan_navigation_menu2 ul li, #plan_navigation_menu3 ul li, #plan_navigation_menu4 ul li, #plan_navigation_menu5 ul li, #plan_navigation_menu6 ul li, #plan_navigation_menu7 ul li, #plan_navigation_menu8 ul li, #plan_navigation_menu9 ul li {

	float:left;

	border-left: 1px solid #DADADA;

	padding: 5px;

	list-style:none;

	list-style-image:none;

	margin:0;

}



#plan_navigation_menu ul li.first, #plan_navigation_menu1 ul li.first, #plan_navigation_menu2 ul li.first, #plan_navigation_menu3 ul li.first, #plan_navigation_menu4 ul li.first, #plan_navigation_menu5 ul li.first, #plan_navigation_menu6 ul li.first, #plan_navigation_menu7 ul li.first, #plan_navigation_menu8 ul li.first, #plan_navigation_menu9 ul li.first {

	border-left: none;

}



#plan_navigation_wrapper {

	display: none;

}



#plan_navigation_wrapper.show {

	display: block;

}



#text_sizer {

	text-align:right;

	margin:5px 0 0 0;

}



div.hide {

	display: none;

}



/******** Home Page Specific **********/



#splash {
	height:253px;
	background-image: url(../images/AWARD.jpg);
	background-repeat: no-repeat;
	background-position: right top;

}



#splash_swoosh {

	float:left;

}



#splash_text {
	width:421px;
	position:absolute;
	left:93px;
	top:215px;
	font-size:10pt;
	height: 185px;

}



#content_left_swoosh_home {

	position:absolute;

	left:0px;

	top:399px;

	z-index:20;

}





#content_home {

	color:#666;

	padding:10px;

	padding-left:50px;

	padding-right:0;

	float:left;

	

}



#content_home ul {

	margin-left:20px; 

   	padding:0;

}



#content_extra_right {

	width:170px;

	font-size:.9em;

	float:right;

	padding:5px;

	padding-left:0;

}



#content_button {
	width:250px;

}



#button_top {

	background: url(../images/layout_button_top.jpg) left top no-repeat;	

	height:35px;

	width:100%;	

}



#button_top_text {
	text-align:center;
	font-size:12pt;
	font-weight:bold;
	color:#fff;
	width:auto;
	padding-top:5px;
}



#button_bottom {

	background: url(../images/layout_button_bottom.jpg) left top no-repeat;	

	height:auto;

	width:100%;

}



#button_bottom_text {

	padding:5px 8px;

}



#button_bottom_text p {

	margin-bottom:10px;

}



#content_home_col1, #content_home_col2 {
	width:250px;
	float:left;
	margin-left:20px;

}

#content_home_col2 {
	margin-left:20px;
	width: 250px;
	clear: right;
	float: left;
	text-align: left;

}



#content_home li, #content_main li, #content_extra_right li, #content_extra_left li, #content_main_full li {
	list-style-image: url(../images/bullet.gif);
	font-size: 12pt;
	text-decoration: none;

}



#content_home a {
	color:#006699;
	text-decoration: underline;

}



#content_home {

	color:#000;		

	font-size:.9em;

}



#button_top_text a, #button_top_text a:link, #button_top_text a:visited, #button_top_text a:active, #button_top_text a:hover {

	color:#fff;

	text-decoration:none;

}



#home_calendar ul, #home_calendar p {



	margin-bottom:0;

}



#home_alert {
	font-size:1.3em;
	font-weight:bold;
	text-align:center;
	height: 5px;
	width: 525px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;

}
#wrapper #main_right #content #content_main table tr td a img {
	color: #FFF;
	text-align: left;
}
#wrapper #main_right #content #content_main table {
	text-align: left;
}
#wrapper #main_right #content #content_main table {
	text-align: center;
}
#wrapper #main_right #content #content_main table {
	color: #90F;
}
#wrapper #main_right #content #content_main table {
	color: #000;
}
#wrapper #main_right #content #content_main p {
	text-align: center;
}
#wrapper #main_right #content #content_main table tr th {
	color: #333;
	text-align: left;
	font-weight: bold;
}
#wrapper #main_right #content #content_main p {
	text-align: left;
	color: #333;
	font-weight: normal;
}
#wrapper #main_right #content #content_main p a {
	text-align: center;
}
#wrapper #main_right #content #content_main p a {
	text-align: left;
}
#wrapper #main_right #content #content_main p a {
	text-align: center;
}
#wrapper #main_right #content #content_main p a {
	text-align: right;
	color: #000;
}
#wrapper #main_right #content #content_main p .note {
	font-weight: normal;
}
#wrapper #main_right #content #content_main p em {

}

