body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;

}
.bg {
	background-color: #668bcf;
	background-image:url(/Images/clouds.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}
td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a {
	color: #3366CC;
	text-decoration: underline;
}
a:hover 
{
	text-decoration:none;
}

#siteholder {
	width: 985px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;

}

#header {

}

#tnav {
	text-align: right;
	background-image:url(/images/tn-bg.jpg);
	height: 35px;
	padding-right: 9px;

}


.searchbox {
	margin-bottom: 4px;
	width: 120px;
}

#contactbar {
	background-image:url(/images/contact-bg.jpg);
	height: 34px;
	text-align: right;

}
#contactbar div {
	color: #024875;
	padding-right: 31px;
	padding-top: 6px;
}
#contentbg {
	background-color: #024875;
	padding-left: 9px;
	padding-right: 9px;

}

#contentholder {
	background-color: #90bdd8;
	background-image:url(/images/page-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;

}

#lnav {
	float: left;
	width: 224px;
	margin-left: 16px;
	background-image:url(/images/ln-bg.png);
	background-repeat: repeat-y;

}
.ln-heading {
	background-image:url(/images/ln-heading.gif);
	height: 28px;
	font-weight: bold;
	color: #ffffff;
	width: 216px;

}
.ln-heading div {
		padding-left: 27px;
		padding-top: 1px;

}
#lnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 216px;

}

#lnav ul li {
	background-image:url(/images/ln-link-bg.gif);
	border-top: 1px solid #ffffff;

}

#lnav ul li a {
	background-image:url(/images/ln-arrow.gif);
	background-repeat: no-repeat;
	background-position: 18px 8px;
	display: block;
	padding-left: 27px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #024875;
	text-decoration:none;

}
#lnav ul li a:hover {
	color: #0790c8;
}

#content {
	margin-left: 258px;
	width: 687px;
	padding-top: 5px;


}
#copy {
	padding: 10px;
	background-color: #edf2f5;
		background-image:url(/images/content-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	
}

#testimonial {
	background-color: #b6cbd9;
	background-image:url(/images/testimonial-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 10px;

	text-align: center;
}

#footer {
	background-image:url(/images/footer-bg.gif);
	height: 66px;
	font-size: 10px;
	

}

#mft {
text-align: right;
float: right;
padding-top: 28px;
padding-right: 31px;

}
#mft a {
	color: #000000;
	text-decoration: none;
}

#copyright {
padding-top: 28px;
padding-left: 31px;

}

h1 {
	margin: 0px;
	padding: 0px;
	color: #0790c8;
	font-size: 14px;
}

























/* Error Classes */

.MaskedEditError
{
    background-color: #ffcccc;
}

/* Datepicker classes */

.calDayA {
	vertical-align:top;
	font-size:10px;
	text-align:left;
	padding:4px;
	background-color:#FFFFFF;
	border: 1px solid #c3b694;
}

.calOtherMonthA {
	background-color:#ccf3fb;
	
	vertical-align:top;
	font-size:10px;
	text-align:left;
	padding:4px;
	border: 1px solid #c3b694;
}

.calTitle td {
	color: #FFFFFF;
	height: 20px;
	font-size: 14px;
}
.datepicker {
	background-color: #ffffff;
	padding: 10px;
	border: 1px solid #cccccc;

}
.datepick a {
	display: block;
	height: 20px;
}

.calToday {
	background-color:#FFFFCC;
	vertical-align:top;
	font-size:10px;
	text-align:left;
	padding:4px;
}
.calDay {
	vertical-align:top;
	font-size:10px;
	text-align:left;
	height:80px;
	padding:4px;
}

.calDayTitle {
	background-color:#ffff01;
	font-weight: bold;
}
.calOtherMonth {
	background-color:#ccf3fb;
	opacity:.75;
	filter: alpha(opacity=75); 
	-moz-opacity: 0.75;
	vertical-align:top;
	height:80px;
	font-size:10px;
	text-align:left;
	padding:4px;
}

.calTitle {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #ec0404;
}
.calTitle td {
	color: #FFFFFF;
	height: 20px;
	font-size: 14px;
}

/* Begin CMS Styles */

#cms_page
{


}
#cms_heading
{
	padding-right: 2px;
	padding-left: 4px;
    padding-bottom: 2px;
    padding-top: 2pt;
	text-align: center;
	border: #000000 0px solid;
	color: #ffffff;
	padding: 5px;
	background-color: #ec0404;
	font-size: 14px;
	font-weight: bold;
	height: 14px;

}
#cms_links
{
	background-color: #ccf3fb;
	color: #000000;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 0px;
}

#cms_links a
{
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	color: #000000;
}
#cms_links a:hover
{
	text-decoration: underline;
}
#cms_holder
{
	width:980px;
	border: #000000 0px solid;
}
#cms_logout
{
	background-color: #ccf3fb;
	padding-right: 5px;

}
#cms_logout a {
	color: #000000;
}
.cms_nav-selection
{
	background-color: #000000;
	padding: 5px;
	font-weight: bold;
	color: #ffffff;
	background-image:url(/admin/images/cms-drop-bg.gif);
	border: 1px solid #000000;
	font-weight: bold;
}
.cms_nav-selection select {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.cms_nav-selection2
{
	background-color: #cccccc;
	font-weight: bold;
}
.cms_heading {
	padding-left:5px;
	background-color: #ec0404;
	font-weight: bold;
	color: #ffffff;
	
}
.cms_title {
	font-weight: bold;
	background-image:url(/admin/images/cms-title-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 4px;
	padding-bottom: 0px;
	color: #666666;
}
.cms_field {
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #cccccc;
	padding: 4px;
	background-color: #e6e6e6;
	margin-bottom:10px;
}

.cms_field .horrule {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 1px;
	background-color: #f5f5f5;
	background-image: none;
}

/* End CMS Styles */

hr {
	color: #524211;
	size: 1px;
	height: 1px;
}
.text-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cccccc;

}
.text-box-100 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cccccc;
	width: 99%;

}
.text-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #cccccc;
	background-color: #000000;
	color: #ffffff;

}
.text-buttond {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #cccccc;
	background-color: #ec0404;
	color: #ffffff;

}
#breadcrumbs {
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 10px;
}
#breadcrumbs a {
	font-size: 10px;

}