/* CSS Document */

		
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
}

#wrapper {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/header1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}
#scroller {
	height: 32px;
	font-size: 19px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 19px;
	padding-top: 13px;
}
#scroller p {
	font-size: 19px;
	font-weight: bold;
}

.tickercontainer { /* the outer div with the black border */
border: 1px solid #000;
background: #fff; 
width: 738px; 
height: 27px; 
margin: 0; 
padding: 0
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 8px;
width: 718px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 750px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #fff;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 10px Verdana;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 
#logo_name {
	height: 142px;
	text-align: left;
}
a.cta_home {
	display: block;
	height: 142px;
	width: 220px;
	text-indent: -3000px;
}





#branding {
	height: 187px;
}
#branding h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 27px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #202635;
	float: left;
	padding-bottom: 4px;
	margin-bottom: 6px;
}
#branding p {
	clear: both;
	float: left;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	width: 450px;
}
/* main navigation start */
#top_nav {
	padding-left: 228px;
	height: 44px;
	background-image: url(images/nav_back.jpg);
	background-repeat: repeat-x;
}
#fancymenu {
	width: 100%;
	left: 0;
}
#fancymenu ul {
	padding: 0;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
#fancymenu ul li {
	list-style: none;
	float: left;
}
* html #fancymenu ul li {
	z-index: 12;
	position: relative;
}
*+html #fancymenu ul li {
	z-index: 12;
	position: relative;
}
#fancymenu ul li a {
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	z-index: 10;
	overflow: hidden;
	position: relative;
	padding-top: 14px;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 12px;
}
#fancymenu ul li a:hover {
	color: #F31838;

}
#fancymenu .background .left {
	height: 23px;
}
#fancymenu li.background {
	background: url(../images/fancymenu-bg.png) repeat;
	z-index: 8;
	position: absolute;
	visibility: hidden;
}
/* drop-down start */
#main-nav li:hover,
#main-nav li.hover {
	position: relative;
}
#main-nav li:hover ul,
#main-nav li.hover ul {
	display: block;
}
#main-nav li.hover ul li.hover ul, 
#main-nav li:hover ul li:hover ul {
	display: block;
}
#main-nav li.hover ul ul, 
#main-nav li:hover ul ul {
	display: none;
}
#main-nav li ul {
	display: none;
	position: absolute;
	top: 41px;
	left: -12px;
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
	background: url(../images/spacer.gif) repeat;
	z-index: 999;
	width: 165px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main-nav li.item-3 ul,
#main-nav li.item-4 ul {
	left: -30px;
}
#main-nav li ul li ul {
	left: 165px;
}
#main-nav li ul li {
	float: none;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
* html #main-nav li ul li {
	height: 1%;
	vertical-align: top;
}
#main-nav li ul li ul li {
	padding-left: 0px;
	color: #ECECEC;
}
#main-nav li ul li a {
	float: none;
	height: auto;
	display: block;
	width: 149px;
	color: #FFFFFF;
	text-transform: none;
	letter-spacing: 0;
	background-color: #79110E;
	background-repeat: repeat-y;
	font-weight: normal;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 12px;
	line-height: 16px;
	font-size: 12px;
}
#main-nav li ul li:hover a,
#main-nav li ul li.hover a {
	color: #FFFFFF;
	background-color: #581a13;
}
#main-nav li ul li:hover ul li a,
#main-nav li ul li.hover ul li a {
	background-color: #0e4685;
	background-repeat: repeat-y;
}
#main-nav li ul li ul li a {
	color: #65656A;

}
#main-nav li ul li ul li a:hover {
	background-color: #802984;
}
.split {
	float: left;
	padding-right: 1px;
	padding-left: 1px;
}

#content {
	clear: both;
}
.content_inner_two_column {
	background-image: url(images/header1_middle_two_cols.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.content_two_column {
	background-image: url(images/middle_repeat_2_column.jpg);
	background-repeat: repeat-y;
}
.content_inner_footer_two_column {
	background-image: url(images/first_footer_two_col.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 15px;
}



.content_inner_one_column {
	background-image: url(images/header1_middle_one_cols.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.content_one_column {
	background-image: url(images/middle_repeat_1_column.jpg);
	background-repeat: repeat-y;
}
.content_inner_footer_one_column {
	background-image: url(images/first_footer_one_col.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 15px;
}

#col_left {
	float: left;
	width: 555px;
	margin-left: 58px;
	_margin-left: 29px;
	padding-top: 129px;
	padding-left: 18px;
}
#col_left h1 {
	font-size: 20px;
	font-weight: bold;
	color: #3A7A3D;
	padding-bottom: 14px;
	padding-right: 20px;
}
#col_left Rh1 {
	font-size: 22px;
	font-weight: bold;
	color: #990000;
	padding-bottom: 14px;
	padding-right: 22px;
	
}	

.redheader {
	font-size: 22px;
	font-weight: bold;
	color: #990000;
	padding-bottom: 14px;
	padding-right: 22px;
	
}	

#col_left Rh2 {
	font-size: 15px;
	font-weight: bold;
	color: #990000;
	padding-bottom: 12px;
	padding-right: 20px;
	
}	
#col_left Rh3 {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	padding-bottom: 12px;
	padding-right: 20px;
}	
#col_left p {
	font-size: 12px;
	color: #000000;
	padding-bottom: 12px;
	padding-right: 20px;
}
#programs {
	width: 573px;
	margin-left: -18px;
	margin-top: 30px;
}
#spring {
	float: left;
	width: 292px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #727272;
}
#spring h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -2px;
	padding-left: 18px;
	padding-bottom: 30px;
}
.clearing {
	clear: both;
	font-size: 1px;
	text-indent: -3000px;
	height: 1px;
}

#summer {
	float: left;
	width: 277px;
	padding-left: 3px;
}
#summer h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -2px;
	padding-left: 18px;
	padding-bottom: 30px;
}
.spring_link {
	margin-left: 5px;
	margin-bottom: 12px;
}

#col_right {
	float: left;
	width: 300px;
	text-align: left;
	padding-left: 10px;
    padding-right: 10px;

}
#video {
	padding-top: 40px;
	padding-bottom: 10px;
	text-align: left;
	padding-left: 15px;
}

#mailing {
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	line-height: 12px;
	padding-top: 11px;
}
#mailing a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#mailing a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #EB193E;
	text-decoration: none;
}



#col_right h2 {
	height: 10px;
	width: 294px;
	margin-left: 15px;
	text-indent: -3000px;
	margin-bottom: 10px;
}



.blog_item {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.blog_title, .blog_title a {
	font-size: 12px;
	font-weight: bold;
	color: #b4242d;
	padding-bottom: 2px;
}
	.blog_title a {
		text-decoration: none;
	}
		.blog_title a:hover {
			text-decoration: underline;
		}
.blog_item p {
	font-size: 11px;
	font-weight: normal;
}
	.blog_item p.postdate {
		font-size: 10px;
		font-weight: bold;
		margin-bottom: 3px;
	}
	.blog_item a.readmore {
		color: #b4242d;
		text-decoration: none;
		padding-top: 2px;
		display: block;
		text-align: right;
		font-weight: bold;
	}
.with_border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #48467c;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 150px;
}
#first_footer {
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	padding-left: 70px;
	padding-top: 10px;
	line-height: 14px;
	height: 65px;
}
#first_footer a {
	padding-right: 2px;
	padding-left: 2px;
	color: #FFFFFF;
	text-decoration: none;
}
#first_footer a:hover {
	padding-right: 2px;
	padding-left: 2px;
	color: #F01638;
	text-decoration: none;
}
.second_footer {
	padding-left: 249px;
}
.facebook {
	float: left;
	margin-right: 22px;
	padding-top: 7px;
}
.second_footer p {
	color: #000000;
	font-size: 14px;
}
.tel {
	font-size: 19px;
	color: #631b0c;
}


#col_left_1_column {
	float: left;
	width: 825px;
	margin-left: 58px;
	_margin-left: 29px;
	padding-top: 129px;
	padding-left: 18px;
}
#col_left_1_column h1 {
	font-size: 20px;
	font-weight: bold;
	color: #3A7A3D;
	padding-bottom: 14px;
	padding-right: 20px;
}

#col_left_1_column h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 14px;
	padding-right: 20px;
}


#col_left_1_column p {
	font-size: 12px;
	color: #000000;
	padding-bottom: 12px;
	padding-right: 20px;
}

#col_left_1_column h4 {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 5px;
}

.Blue {
	font-size: 12px;
	font-weight: bold;
	color: #003263;
	padding-bottom: 10px;
	padding-top: 10px;
	
}

.Maroon {
	font-size: 12px;
	font-weight: bold;
	color: #471410;
	
}

