/* CSS Document */

body {
	background-color: #b7d1d0;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color:#000000;
	text-shadow: 0 0 0 #000;
	margin: 0;
	 /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; 
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

a:link, a:active, a:visited, a:hover {
	margin: 0;
	padding: 0;
	color: #000000;
}

h1 {
	font-size: 18px;
	font-weight:bold;
	color: #000000;
	margin-top: 15px;
	margin-bottom: 4px;
	line-height: 1em;
}
h2 {
	font-size: 16px;
	font-weight:bold;
	color: #000000;
	margin-top: 15px;
	margin-bottom: 4px;
	line-height: 1em;
}
h3 {
	font-size: 14px;
	font-weight:bold;
	color: #000000;
	margin-top: 15px;
	margin-bottom: 4px;
	line-height: 1em;
}
h4 {
	font-size: 12px;
	font-weight:bold;
	color: #000000;
	margin-top: 15px;
	margin-bottom: 4px;
	line-height: 1.25em;
}
h5 {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin-top: 12px;
	margin-bottom: 4px;
	line-height: 1em;
}
h6 {
	font-size: 10px;
	font-weight:normal;
	color: #000000;
	margin-top: 15px;
	margin-bottom: 4px;
	line-height: 1em;
}

div#container {
	width: 760px;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 28px;
	margin-bottom: 15px;
	padding-bottom: 12px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: visible;
	border:1px solid #2f515b;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

div#main_header {
	width: 730px;
	margin: 15px 0 0 15px;
	height: 84px;
}

div#main_header .logo_img {
	float:left;
}

div#main_nav {
	width: 501px;
	float:right;
	height: 65px;
	margin: 0px;
	padding: 0px;
}

div#main_nav ul {
	margin: 0 0 0 -35px;
	list-style:none;
	float:right;
	text-align: center;
}

div#main_nav li {
	display: block;
	font-size: 11px;
	display: inline;
	height: 26px;
	border-left:1px solid #1b585d;
	float:left;
	padding: 0 5px 0 5px;
	text-align: center;
	vertical-align: middle;
}

div#main_nav li.noBorder {
	border-left:none;
}

div#main_nav li a:link, a:active, a:visited {
	text-decoration: none;
	color:#1b585d;
}

div#main_nav li a.singleLine  {
	position: relative;
	top: 6px;
}

div#main_nav li a:hover {
	text-decoration: underline;
}

div#tv_commercial_link {
	position: relative;
	float: right;
	bottom: 6px;
	right: 4px;
}

div#tv_commercial_link a:link, 
div#tv_commercial_link a:active, 
div#tv_commercial_link a:visited {
	text-decoration: none;
	color:#5f1667;
}

div#tv_commercial_link a:hover {
	text-decoration: underline;
}



/************************************************************/

div#purple_box {
	height: 300px;
	width: 760px;
	background-color: #83227d;
	margin: 0 0 25px 0;
}

div#purple_box .rightImg {
	width: 379px;
	float:right;
}

div#purple_box .centerImg {
	float: left;
	width: 240px;
}

div#purple_box #leftNav {
	width: 124px;
	height: 288px;
	padding: 12px 0 0 14px;
	float:left;
}

#leftNav .imgLink {
	margin: 0 0 12px 0;

}


/************************************************************/

div#main_content {
	width: 760px;
	font-size: 12px;
	color: #000000;
	display:block;
}

#three_col_left {
	float: left;
	width: 345px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 14px;
	padding-bottom: 0;
	padding-left: 14px;
}

div#three_col_left_with_scroll {
	float: left;	
	width: 330px;
	border: 1px solid red;
	height: 200px;
	*height: 218px;
	padding: 0 14px 0 14px;
	margin: 0 0 15px 0;
}

div#events_scroller {
	margin: 10px 0 0 0;
	width: 350px;
	overflow:scroll;
	height: 210px;

}

div#three_col_middle {
	float: left;
	width: 166px;
	border-left: 1px solid #1b585d;
	border-right: 1px solid #1b585d;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 14px;
	padding-bottom: 0;
	padding-left: 14px;
}

div#three_col_right {
	float: right;
	width: 160px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 14px;
}

div#three_col_right .directions_img {
	margin: 0 0 0 -15px;

}

div#two_col_left {
	float: left;	
	width: 516px;
	padding: 0 14px 0 14px;
	margin: 0 0 15px 0;
	border-right: 1px solid #1b585d;
}

div.clearer {
	clear: both; 
	line-height: 0; 
	height: 0px; 
	width: 760px;
}

div#two_col_right {
	float: right;	
	width: 175px;
	padding: 0 14px 0 14px;
	margin: 0 0 15px -5px;
}

div#split_col_left {
	float: left;	
	width: 350px;
	padding: 0 14px 0 14px;
	margin: 0 0 15px 0;
}

div#split_col_right {
	float: right;
	width: 350px;
	border-left: 1px solid #1b585d;
	height: 110%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 14px;
	padding-bottom: 12px;
	padding-left: 14px;
}

div#main_content .imgHeader {
	margin: 0 0 -8px 0;
}

div#main_content p.purple {
	*margin-top:36px;
	color:#3c1740;
}

div#main_content p.accredited_text {
	width: 148px;
	font-size: 9px;
	font-weight:normal;
	margin: 8px 0 0 0;
	*margin: 8px 0 0 0;
	overflow: visible;
}

.accredited_img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;

}

div#main_content a:link.purple_link ,
div#main_content a:visited.purple_link,
div#main_content a:active.purple_link {
	font-weight: bold;
	color: #83227d;
	text-decoration: none;
}

div#main_content  a:hover.purple_link {
	color: #83227d;
	text-decoration: underline;
}

div#main_content a:link.green_link ,
div#main_content a:visited.green_link,
div#main_content a:active.green_link {
	font-size: 16px;
	font-weight: bold;
	color: #1b585d;
	text-decoration: none;
}

div#main_content  a:hover.green_link {
	color: #1b585d;
	text-decoration: underline;
}

div#main_content a:link.event_link ,
div#main_content a:visited.event_link,
div#main_content a:active.event_link {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

div#main_content  a:hover.event_link {
	color: #000000;
	text-decoration: underline;
}

.event_more_link {
	position: relative;
	float: right;
	right: 14px;
}

.event_label {
	/*color: #83227d;*/
	font-weight:bold;

}

.home_360_img {
	margin: 0 -14px 0 -14px;
	width: 190px;
}

div#main_content ul {
	list-style:disc;
	list-style-type:disc;
	margin: 10px 0 10px -10px;
	*margin: 10px 0 10px 30px;
}

div#main_content li {
	list-style:disc;
	list-style-type:disc;
	padding: 1px 0 1px 0;
}

div#two_col_right .contact-name {
	color:#006a72;
	font-weight:bold;
}

div#map-holder {
	

}

#map {
	width: 515px;
	height: 440px; 
	margin: 15px 0 0 0;
	border: 1px solid #CCCCCC;
}

#map-links {
	margin: 18px 0 0 0;
}

#map-links a:link, #map-links a:active, #map-links a:visited {
	font-size: 16px;
	font-weight: bold;
	color: #83227d;
	margin: 0 30px 0 0;
	text-decoration: none;
}

#map-links a:hover {
	text-decoration: underline;
}

/************************************************************/

div#global_footer {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 760px;
	color: #1b585d;
	font-size: 10px;
	margin-bottom: 50px;
}

div#global_footer .larger {
	font-size: 11px;
}

div#global_footer a:link,
div#global_footer a:active,
div#global_footer a:visited {
	color: #1b585d;
	text-decoration: underline;
} 

div#global_footer a:hover {
	text-decoration: underline;
}

/************************************************************/

div#split_col_right .inline_dropdowns {
	float:left;
	width: 125px; /*width of accordion menu*/
	height: 260px;
	*padding: 10px 0 0 0;
	margin: 0 0 0 0;
}

div#split_col_right .inline_dropdowns h3 {
	height: 18px;
	width: 114px;
	*margin: 0 0 0 0;
}

div#split_col_right .inline_dropdowns h4 {
	height: 36px;
	width: auto;
	*margin: 0 0 0 0;
}

div#split_col_right .inline_dropdowns .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color:#5f1667;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 0; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}

div#split_col_right .inline_dropdowns .openheader  { /*CSS class to apply to expandable header when it's expanded*/
	/*border-bottom: 1px solid white;*/
}

div#split_col_right .inline_dropdowns ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 4px; /*bottom spacing between each UL and rest of content*/
}

div#split_col_right .inline_dropdowns ul li{
	padding-bottom: 1px; /*bottom spacing between menu items*/
}

div#split_col_right .inline_dropdowns ul li a:link, 
div#split_col_right .inline_dropdowns ul li a:visited,
div#split_col_right .inline_dropdowns ul li a:active {
	color:#5f1667;
	display: block;
	padding: 1px 0;
	padding-left: 10px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
}

div#split_col_right .inline_dropdowns ul li a:hover{ /*hover state CSS*/
	color:#5f1667;
	text-decoration: underline;
	/*background-color: #F3F3F3;*/
}

div#single_span {
	width: 732px;
	margin: 0 0 20px 14px;
}

#pic_gallery {
	width:349px;
	margin: 14px 0 0 0;
}

#pic_gallery .mainPic {
	float: left;
}

#pic_gallery #left_images {
	width: 80px;
	float:left;
	margin: 0 0 0 9px;
}

#pic_gallery #left_images img {
	margin: 0 0 9px 0;
    *margin: 0 0 6px 0;
}

#pic_gallery #right_images {
	width: 80px;
	float:left;
	margin: 0 0 0 9px;

}

#pic_gallery #right_images img {
	margin: 0 0 9px 0;
	*margin: 0 0 6px 0;
}


/************************************************************/
.testimonial-holder {
	margin:  10px 0 20px 0px;
	padding: 0 10px 0 20px;
	width:485px;
	background-image:url(../images/outcomes_pagepic_middle.gif);
	background-repeat:repeat-y;
}

.testimonial-holder p {
	width: 475px;
	margin: 8px 0 0 0;
	line-height: 17px;
	font-size: 12px;
}

.top-img {
	background-image: url(../images/outcomes_pagepic_top.gif);
	background-repeat:no-repeat;
	margin: 0 0 -10px -20px;
	height: 15px;
	position: relative;
	top:0px;
	width:520px;
}

.bottom-img {
	background-image: url(../images/outcomes_pagepic_bottom.gif);
	background-repeat:no-repeat;
	margin: 0 0 0 -20px;
	height: 33px;
	position:relative;
	bottom:0px;
	width:520px;
}


/************************************************************/

.arrowlistmenu {
	float:left;
	width: 125px; /*width of accordion menu*/
	height: 260px;
	*padding: 10px 0 0 0;
	margin: 0 0 0 0;
}

.arrowlistmenu h3 {
	height: 18px;
	width: 114px;
	*margin: 0 0 0 0;
}

.arrowlistmenu h4 {
	height: 30px;
	width: auto;
	*margin: 0 0 0 0;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: white;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 0; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu .openheader { /*CSS class to apply to expandable header when it's expanded*/
	/*border-bottom: 1px solid white;*/
}

.arrowlistmenu ul { /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 4px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li {
	padding-bottom: 1px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a:link, 
.arrowlistmenu ul li a:visited,
.arrowlistmenu ul li a:active {
	color: #FFFFFF;
	display: block;
	padding: 1px 0;
	padding-left: 10px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #FFFFFF;
	text-decoration: underline;
	/*background-color: #F3F3F3;*/
}


/****************************************************************************************************/

div#job_holder {
	width: 500px;
	height: 320px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	overflow: scroll;
	clip: rect(auto,auto,20px,auto);
}

div.job_item {
	border-top: 1px solid #CCCCCC;
	padding: 10px 0 10px 0;

}

div#job_holder .label {
	color:#5f1667;
	font-size:12px;
}

div#job_holder p {
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
}

div#job_holder a:link, div#job_holder a:visited, div#job_holder a:active {
	text-decoration: none;
}

div#job_holder a:hover {
	text-decoration: underline;
}

div#job_holder .job_title_label {
	font-size: 16px;
	font-weight: bold;
	color: #5f1667;
	text-decoration: none;
}

div#job_holder .job_title {
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
div#events_wide_scroller {
	width: 735px;
	overflow:auto;
	height: 275px;
	margin-top: 10px;
	margin-right: 20;
	margin-bottom: 0;
	margin-left: 0;
}
