@charset "utf-8";
/* CSS Document */

@import url("form.css");
@import url("nav.css");
@import url("datatable.css");

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#FFFFFF;
	background:#022848 url(../images/bg.png) repeat-x;
	margin:5px;
}
a {
	color:#00abf1;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 {
	font-size:18px;
	width:100%;
	height:24px;
	background:url(../images/dots.png) bottom repeat-x;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;
}
h4 {
	margin-top:8px;
	margin-bottom:0px;
	font-size:12px;
	width:100%;
	height:20px;
	background:url(../images/dots_dark.png) bottom repeat-x;
}
ul {
	list-style-image:url(../images/li.gif);
}
#message {
	margin:10px 0px 10px 0px;
	padding:5px;
	font-size:12px;
	color:#000000;
	background:#C7F0AE;
	border:#59B522 solid 1px;
}
#error {
	margin:10px 0px 10px 0px;
	padding:5px;
	font-size:12px;
	color:#000000;
	background:#FFD5D5;
	border:#D20000 solid 1px;
}

/*** CONTAINERS ***/

#header_container {
	clear:both;
	margin:0px auto;
	height:84px;
}
#nav_container {
	clear:both;
	margin:0px auto;
	height:38px;
}
#content_container {
	clear:both;
	margin:0px auto;
	
}
#footer_container {
	clear:both;
	margin:0px auto;
}

/*** HEADER ***/

#header {
	clear:both;
	margin:0px auto;
	width:811px;
	height:84px;
}
#header_right {
	float:right;
}

/*** NAV ***/

#nav {
	clear:both;
	margin:0px auto;
	padding-left:11px;
	width:800px;
	height:38px;
	background:url(../images/nav_bg.png) no-repeat;
}
#nav a {
	display:block;
	float:left;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	height:28px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
}
#nav a:hover {
	color:#FFFFFF;
	background:url(../images/nav-over.png) repeat-x;
	text-decoration:none;
}

/*** CONTENT ***/

#content {
	clear:both;
	margin:0px auto;
	padding-top:12px;
	width:811px;
}
#flash {
	width:811px;
	height:302px;
	background:url(../images/flash.jpg) no-repeat;
}
#heading {
	width:811px;
	height:55px;
}
#font_size {
	width:783px;
	height:16px;
	padding-top:13px;
	padding-left:28px;
	text-align:left;
	background:#FFFFFF;
}
#wysiwyg {
	padding:25px;
	margin-top:-20px;
	color:#000000;
	background:#FFFFFF;
	margin-bottom:12px;
}
#wysiwyg img {
	padding:5px;
}
#content_left {
	float:left;
	width:520px;
	margin-bottom:12px;
}
#content_right {
	float:right;
	width:280px;
	margin-bottom:12px;
}
#clovers {
	clear:both;
	width:520px;
	padding-top:12px;
}
#clover_left {
	float:left;
	width:256px;
	height:135px;
}
#clover_right {
	float:right;
	width:256px;
	height:135px;
}
#news {
	width:280px;
}
#news a {
	margin-top:5px;
	display:block;
	float:left;
	width:279px;
	padding-top:8px;
	height:65px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
	background:url(../images/news_tab.png) no-repeat;
	text-decoration:none;
}
#news a:hover {
	color:#FFFFFF;
	background:url(../images/news_tab-over.png) no-repeat;
	text-decoration:none;
}
#tab_left {
	float:left;
	width:52px;
	padding-left:3px;
}
#tab_right {
	float:right;
	width:215px;
	padding-right:3px;
}

#buttons {
	padding-top:12px;
	width:520px;
	height:39px;
}
#home_panel {
	padding-top:10px;
}
#panel_head {
	width:760px; 
	height:40px; 
	background:#029cdf url(../images/bar_top.png) top left no-repeat; 
	color:#FFFFFF;
}
#head_left {
	float:left; 
	font-size:18px; 
	font-weight:bold; 
	padding-top:4px; 
	padding-left:12px;
}
#head_lot {
	font-size:12px; 
	margin-top:-4px;
}
#head_right {
	float:right; 
	font-size:24px; 
	font-weight:bold; 
	padding-top:10px; 
	padding-right:10px;
}
#panel_body {
	width:748px; 
	padding:5px; 
	border:#029cdf dotted 1px;
}
#panel_desc {
	float:left; 
	width:620px;
	padding-bottom:5px;
}
#panel_desc p {
	margin:0px;
}
#panel_desc img {
	padding-bottom:0px;
	padding-right:10px;
}
#panel_clover {
	float:right; 
	width:120px; 
	height:121px; 
	color:#FFFFFF; 
	font-weight:bold; 
	font-size:18px; 
	letter-spacing:-2px;
	background:url(../images/clovers_no-study.png) no-repeat;
}
#panel_clover_top {
	width:120px; 
	height:55px; 
	padding-top:3px;
}
#panel_clover_bot {
	width:120px; 
	height:55px; 
	padding-top:8px;
}
#panel_clover_left {
	float:left; 
	width:55px; 
	text-align:center;
}
#panel_clover_right {
	float:right; 
	width:55px; 
	text-align:center;
}
#panel_bottom {
	clear:both;
	border-top:#00b4ec dotted 1px; 
}
#panel_contact {
	float:right;
	padding:5px;
	padding-right:10px; 
	text-align:right;
}
#documents {
	float:left;
	width:300px;
	padding:5px;
}
#documents ul {
	margin:0px;
	padding:0px;
	list-style-image:none;
	list-style:none;
}
#documents li {
	padding:0px;
	list-style-image:none;
	list-style:none;
}

/*** FOOTER ***/

#footer {
	clear:both;
	margin:0px auto;
	width:811px;
	height:110px;
	font-size:14px;
}
#footer a {
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}
#footer_top {
	width:811px;
	height:80px;
	background:#107bbc url(../images/dots.png) top repeat-x;
}
#footer_bot {
	width:811px;
	padding-top:40px;
	height:40px;
	font-size:11px;
	background:url(../images/footer_bot.png) top no-repeat;
}