/* ---------- Testing CSS ---------- */
.red
{
	background-color:red;
}
.blue
{
	background-color:blue;
}
.black
{
	color:#000000;
}
.white
{
	background-color:white;
}
/* ---------- End Testing CSS ---------- */
/* ----------------------------------------------------------------------------------------- */
/* ---------- Standard CSS ---------- */
html, body
{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
body
{
	background-color:#ffffff;

	font-family:verdana, arial, sans-serif;
	font-size:12px;
	color:#000000;
	background-image:url(../images/clouds.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	background-color:#add6ff;
}
div, img, table, dl, dt, form, ul, li, p, h1, h2, h3
{
	margin:0;
	padding:0;
}
.center
{
	text-align:center;
}
.center_m
{
	margin-left:auto;
	margin-right:auto;
}
.bold
{
	font-weight:bold;
}
div.spacer
{
	height:30px;
}
div.small_spacer
{
	height:15px;
}
a
{
	text-decoration:none;
	color:#003399;
}
a:hover
{
	color:#003399;
	text-decoration:underline;
}

a.footer
{
	text-decoration:none;
	color:#333333;
}
a.footer:hover
{
	text-decoration:none;
	color:#333333;
}
img
{
	border:0;
}
fieldset legend
{
	color:#000000;
}
p
{
	font-family:verdana, arial, sans-serif;
	margin-bottom:15px;
	text-align:justify;
	text-justify:inter-word;
	font-size:12px;
	line-height:18px;
	color:#333333;
}
span.smallcaps
{
	font-variant:small-caps;
}
li
{
	font-family:verdana, arial, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#333333;
}
/* ---------- End Standard CSS ---------- */
/* ----------------------------------------------------------------------------------------- */
/* ---------- Tooltip CSS ---------- */
.tip
{
	background-image:url(../images/tipbg.png);
	color:#ffffff;
	padding:10px;
}
.tip-title
{
	color:#ffffff;
	font-weight:bold;
	padding-bottom:5px;
}
/* ---------- End Tooltip CSS ---------- */
/* ----------------------------------------------------------------------------------------- */
/* ---------- fValidator CSS ---------- */
/* ---------- End fValidator CSS ---------- */
/* ----------------------------------------------------------------------------------------- */
/* ---------- Navigation CSS ---------- */
span.top
{
	color:#0000cc;
}
span.top:hover
{
	text-decoration:underline;
	cursor:pointer;
}
div.nav
{
	width:175px;
	height:30px;
	line-height:30px;
	border-bottom:2px solid #ccc;
}
a.nav
{
	color:#787878;
}
a.nav:hover
{
	color:#000000;
}
img.nav
{
	border-left:3px solid #fff;
	border-right:3px solid #fff;
}
/* ---------- End Navigation CSS ---------- */
/* ----------------------------------------------------------------------------------------- */
/* ---------- Calender CSS ---------- */
#calender
	{
		width:280px;
		height:220px;
		background-color:#ffffff;
		border:2px solid #000000;
		margin-right:auto;
		margin-left:auto;
	}
	#calender_header
	{
		height:40px;
		line-height:40px;
		text-align:center;
		background-color:#eeeeee;
	}
	div.calender_title, div.calender_day, div.calender_day_empty
	{
		width:40px;
		height:30px;
		line-height:30px;
		background-color:#ffffff;
		float:left;
		text-align:center;
	}
	div.calender_day:hover
	{
		background-color:#eeeeee;
	}
	div.calender_title
	{
		font-weight:bold;
	}
/* ---------- End Calender CSS ---------- */
/* ----------------------------------------------------------------------------------------- */
/* ---------- Site CSS ---------- */

#main
{
	width:1010px;
	margin-left:auto;
	margin-right:auto;
}
#header
{
	width:1010px;
	margin-left:auto;
	margin-right:auto;
	height:241px;
	background-image:url(../images/page_top.jpg);
	position:relative;
}
div.header_tab
{
	float:right;
	width:150px;
	background-color:#ff00ff;
}
#nav
{
	height:220px;
	width:440px;
	position:absolute;
	left:510px;
	top:20px;
}
#banner
{
	width:1010px;
	height:320px;
	position:relative;
	margin-right:auto;
	margin-left:auto;
	background-image:url(../images/banner.jpg);
	text-align:center;
	line-height:300px;
}
#main_padder
{
	width:910px;
	height:45px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/main_middle.png);
	position:relative;
	top:-50px;
}
#middle
{
	width:1010px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/page_middle.jpg);
	position:relative;
}
#content
{
	width: 670px;
	position: relative;
	margin-left:70px;
	float:left;
}
#footer
{
	width:1010px;
	height:21px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/page_bottom.jpg);
}
div.subnav
{
	background-image:url(../images/subnav_middle.jpg);
	width:250px;
	position:absolute;
	top:0px;
	left:760px;
	/*float:right;*/
	/*margin-right:70px;*/
}
div.flashsub
{
	width:191px;
	float:right;
	margin-right:50px;
}
div.subnav_heading
{
	font-family:"Georgia", "Gill Sans MT", "Trebuchet MS", verdana, sans-serif;
	color:#333333;
	font-size:28px;
	text-align:center;
	height:80px;
	line-height:80px;
	font-weight:bold;
	margin-right:15px;
	background-color:#333333;
}
li.subnav
{
	margin-left:40px;
	text-indent:0px;
	color:#666666;
	font-family: verdana, sans-serif;
	color:#666666;
	font-size:12px;
	text-align:left;
	margin-right:30px;
	height:30px;
	line-height:30px;
	border-bottom:2px solid #dddddd;
}
a.subnav
{
	text-decoration:none;
	color:#666666;
	line-height:30px;
	font-size:12px;
	font-weight:bold;
}
a.subnav_:hover
{
	text-decoration:none;
	color:#555555;
	line-height:30px;
	font-size:14px;
}
div.subnav_bottom
{
	text-align:center;
	height:30px;
	background-image:url(../images/subnav_bottom.jpg);
}
div.subnav_data
{
	font-family: verdana, sans-serif;
	color:#666666;
	font-size:12px;
	text-align:left;
	margin-left:15px;
	margin-right:30px;
	height:25px;
	line-height:25px;
	border-bottom:2px solid #dddddd;
}
li.nav
{
	list-style-type:none;
}
h1
{
	font-family:"Georgia", "Gill Sans MT", "Trebuchet MS", verdana, sans-serif;
	/*color:#3399ff;*/
	margin-bottom:10px;
	letter-spacing:1px;
	font-size:32px;
	color:#003366;
}
h2
{
	font-size:22px;
	font-weight:bold;
	margin-bottom:5px;
	letter-spacing:1px;
	/*color:#003366;*/
	color:#0066cc;
}
h2.subnav
{
	font-size:38px;
	font-weight:bold;
	margin-bottom:5px;
	letter-spacing:1px;
	color:#ffffff;
}
h3
{
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
}
#footer_text
{
	font-size:10px;
	color:#000000;
	padding:20px;
	text-align:center;
}
img.remooz
{
	cursor:pointer;
}
td.contact_title
{
	text-align:right;
	font-weight:bold;
}
/* ---------- End Site CSS ---------- */

