/* CSS Document */
@import url(normalize.css);

html, body { 
	height: 100%;
}

html { 
	text-align: center;
	background: #e6bc2f url(../images/bg.jpg) top repeat-x;
}

body, td, p, textarea, input, select, span, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form {
	margin: 0;
	padding: 0;
}

ul {
	margin: 5px 0 5px 10px;
	padding: 0 0 0 10px;
}

.content_bg {
	background: url(../images/content_bkg.jpg) top no-repeat;
}

.block_text {
	color: #666666;
}

.main {
	position: relative;
	background: #FFFFFF;
}

.main #submenu {
	border-right: 1px solid #E7E7E7;
}

.main #submenu .submenu {
	color: #00426f;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 4px 0 4px 10px;
	font-size: 12px;
}

.main #submenu .submenu:hover {
	color: #416db5;
}

.main #menu {
	height: 29px;
}

.main #content {
	position: relative; 
	background: url(../images/under_menu.jpg) top repeat-x;
	font-size: 12px;
}

.main #content a:link {
	color: #2456a9;
	text-decoration:none;
}

.main #content a:visited {
	color: #2456a9;
	text-decoration:none;
}

.main #content a:hover {
	color: #416db5;
	text-decoration:underline;
}

.main #content .under_header {
	background: url(../images/under_menu.jpg) top repeat-x;
	height: 15px;
}

.main #content .leftcol {
	position: relative;
}

.main #content .leftcol .home_content {
	position: relative;
	left: 5px;
	width: 500px;
	background: url(../images/content_bkg.jpg) top no-repeat;
	font-size: 12px;
	color: #666666;
}

.content_text {
	color: #666666;
	position: relative;
	left: 5px;
	font-size: 12px;
}

.main #content .leftcol #news_output {
	color: #666666;
	position: relative;
	left: 5px;
	top: 5px;
	font-size: 12px;
	width: 490px;
}

.main #content .rightcol {
	border-left: 1px solid #e7e7e7;
}

.main #content .rightcol .block_content {
	position: relative;
	top: 10px;
	left: 10px;
	width: 260px;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 20px;
	font-size: 12px;
}

.main #content #sub_content {
	position: relative;
	min-height: 300px;
	background: url(../images/subcontent_bkg.jpg) top no-repeat;
}

.main #content #sub_content .sub_content {
	position: relative;
	top: -5px;
	left: 4px;
	width: 510px;
}

#calendar_readmore {
	position: relative;
	left: 195px;
}

#edline_login {
	position: relative;
	left: 220px;
}

#testimonials_readmore {
	position: relative;
	left: 207px;
}

.left {
	background: url(../images/tile_left.jpg) right repeat-y;
}

.right {
	background: url(../images/tile_right.jpg) left repeat-y;
}

.left_foot {
	background: url(../images/footer_left.jpg) right bottom no-repeat;
}

.right_foot {
	background: url(../images/footer_right.jpg) left bottom no-repeat;
}

#footer {
	background: url(../images/footer_bg.jpg) bottom repeat-x;
	color: #FFFFFF;
}

#footer .footer_top {
	position: relative;
	width: 798px;
	height: 100px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

#footer .footer_top .footer_text {
	font-size: 12px;
	text-align: center;
	margin-top: 11px;
}

#footer .footer_top .footer_text a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer .footer_top .footer_text a:hover {
	color: #fedd00;
	text-decoration: underline;
}

#footer .footer_top #logo {
	position: absolute;
	bottom: 2px;
	right: 12px; 
}

.main #content #calendar {
	background: #FFFFFF;
}

.main #content #calendar td {
	padding: 4px;
	color: #193a67;
	font-size: 12px;
}

.main #content #calendar .calnav {
	text-decoration: none;
	color: #193a67;
}

.main #content #calendar .caltitle {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: #193a67;
}

.main #content #calendar days-head {
	font-weight: bold;
	color: #193a67;
	text-align: center;
}

.main #content #calendar #dblock {
	border: 1px solid #e6bd30;
}

.wpas_block p {
	position: relative;
	left: 5px;
	top: 0;
	color: #666666;
}
