@charset "utf-8";
/* Disabling default styles */
html, body, h1, h2, h3, h4, h5, h6, img, blockquote, form, fieldset, label, p, ul, ol, li, dl, dd, dt {
	border: none;
	margin: 0;
	padding: 0;
}
html {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #333;
	background-color: #F0EFF0;
	
	margin: 0;
	padding: 0;
}
body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
input, select, textarea, option {

}
table {

}

/* Global */
.clear { /* see 960.css */ }
.clearfix { /* see 960.css */ }
.left {
	float: left;
}
.right {
	float: right;
}

/* Sidebar */
aside {
/* 	float: right; */
}

/* Structure */
#wrapper {
	padding: 0 10px;
}
#header {
	padding-bottom: 15px;
}
#headertop {
	height: 70px;
}
#headertopmargin {
	background-color: #EDEDED;
	height: 10px;
}
#content {
	padding-bottom: 15px;
}
.main {
	padding-left: 0px;
	padding-right: 10px;
}
.side {
	padding-left: 10px;
	padding-right: 0px;
}
.fullwidth {
	padding-left: 10px;
	padding-right: 10px;
}
.fullwidthtext {
	font-size: 16px;
	text-decoration: none;
	font-weight: normal;
	line-height: 120%;
}
.fullwidthtext a:link,
.fullwidthtext a:visited,
.fullwidthtext a:active {
	color: #0069B7;
	text-decoration: none;
	font-weight: bold;
}
.fullwidthtext a:hover {
	color: #000;
}

#footer {
	border-top: 1px solid #C0C0C0;
}
.footertext {
	padding: 0px 10px;
	font-size: 14px;
	font-weight: normal;
}
.footertext a:link,
.footertext a:visited,
.footertext a:active {
	color: #0069B7;
	text-decoration: none;
	font-weight: bold;
}
.footertext a:hover {
	color: #000;
}
/* Navigation */
#nav{
	list-style: none;  
	height: 30px;
	border-bottom: 1px solid #C0C0C0;
	margin-bottom: 0px;
}

#nav li{
	float: left;
	padding-left: 10px;
	position: relative;
}

#nav a{
	float: left;
	line-height: 30px;
	padding: 0 10px;
	font-family: Verdana, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

#nav li:hover > a{
        background: #CBEA7F;
}

*html #nav li a:hover{ /* IE6 */
        background: #CBEA7F;
}

#nav li:hover > ul{
	display: block;
}

/* Sub-nav */

#nav ul{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 99999;    
    background-color: #F0EFF0;
    border: 1px solid #C0C0C0;
}

#nav ul li{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
}

#nav ul li:last-child{   

}

#nav ul a{    
    font-size: 14px;
    font-weight: normal;
    padding: 0px 16px;
    line-height: 24px;
    display: block;
    border-bottom: 1px solid #E6E6E6;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

*html #nav ul a{ /* IE6 */   
	height: 10px;
	width: 150px;
}

*:first-child+html #nav ul a{ /* IE7 */    
	height: 10px;
	width: 150px;
}

#nav ul a:hover{
        background: #CBEA7F;
}

#nav ul li:first-child a{
	border-top: 1px solid #E6E6E6;
}

#nav ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 40px;
    top: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #FDB829;
}

#nav ul li:first-child a:hover:after{
    border-bottom-color: #FDB829; 
}

#nav ul li:last-child a{

}

/* Clear floated elements */
#nav:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #nav             { zoom: 1; } /* IE6 */
*:first-child+html #nav { zoom: 1; } /* IE7 */


/* Styles */
h1 {
	font-family: Verdana, sans-serif;
	font-size: 20px;
	color: #2C70A0;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	line-height: 120%;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #444;
	text-decoration: none;
	font-weight: normal;
	line-height: 120%;
}
h3 {
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5F5F5F;
	margin: 0;
	padding: 0px;
	line-height: 120%;
}
h4 {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #B22222;
	margin: 0;
	padding: 0px;
	line-height: 120%;
}
h5 {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #990000;
	margin: 0;
	padding: 0px;
	line-height: 120%;
}
h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	line-height: 120%;
}
.renButton {
	font-family: Georgia, serif;
	font-size: 15px;
	text-align: center;
	border: 1px solid #27656B;
	color: #000080;
	background-color: #CBEA7F;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	min-width: 50px;
	padding: 5px 15px;
}
.renButton:hover {
	background-color: #92BFE6;
	border: 1px solid #27656B;
}
.hqBorder {
	border: 1px solid #27656B;
}
.linkButton {
	font-family: Tahoma, sans-serif;
	font-size: 15px;
	text-align: center;
	border: 1px solid #858585;
	color: #fff;
	background-color: #2F81C9;
	text-decoration: none;
	margin: 0px;
	min-width: 50px;
	padding: 5px 15px;
}
.linkButton:hover {
	background-color: #428FD2;
	text-decoration: none;
}
td.siteTitle{
	font-family: "Lucida Calligraphy", cursive;
	font-size: 34px;
        color: #33A91B;
        font-weight: bold;
	line-height: 100%;
}
td.pagetitle {
	font-size: 21px;
        color: #5F5F5F;
        font-weight: normal;
        font-family: "Trebuchet MS", sans-serif; text-transform:lowercase;
        letter-spacing: 0.2px;
	padding-top:10px;
}
td.fontSub {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #000;
	margin: 0;
	line-height: 120%;
}
.heading {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
.text1heading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #50AA1B;
	margin: 0;
	line-height: 120%;
}
td.text1 {
font-family: Verdana, Geneva, sans-serif;
font-size: 16px;
font-weight: normal;
color: #333;
margin: 0;
line-height: 120%;
}
						
td.text1 A:link		{color: #2F81C9; text-decoration: none; font-weight: normal;}
td.text1 A:visited	{color: #2F81C9; text-decoration: none; font-weight: normal;}
td.text1 A:hover	{color: #FF3B3B; text-decoration: none; font-weight: normal;}
td.text1 A:active	{color: #2F81C9; text-decoration: none; font-weight: normal;}

td.text2 {
font-family: "Trebuchet MS", sans-serif;
font-size: 22px;
font-weight: bold;
color: #D52B1E;
margin: 0;
padding: 0px;
line-height: 120%;
}

td.text3 {
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
font-weight: normal;
color: #333;
margin: 0;
line-height: 120%;
}

td.text4 {
font-family: Verdana, Geneva, sans-serif;
font-size: 13px;
font-weight: normal;
color: #FF0000;
margin: 0;
line-height: 120%;
}

td.required {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14;
	color: #33A91B;
	font-weight: bold;
	text-align: center;
}
td.star {
	font-family: Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FF3B3B;
	line-height: 120%;
}

/* Footer */
span.left {
	padding-left: 20px;
	display: block;
	float: left;
}
span.right {
	padding-right: 20px;
	display: block;
	float: right;
}
.smallFont a:active {
	color: #0069B7;
	text-decoration: none;
	font-weight: bold;
}
.smallFont a:hover {
	color: #000;
}


td.iplFont {
font-family: Georgia, serif;
font-size: 18px;
font-weight: bold;
color: #333;
margin: 0;
padding: 0px;
line-height: 120%;
}

.borderTable {	
	background-color: #F8F8F8;
	border: 1px solid #999999;
}
.borderIcon {	
	border: 1px solid #666666;
}
.borderImage {	
	padding: 2px;
	border-left: 2px solid #CCCCCC;
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
}
#slideshow {
	width: 35px;
	height: 35px;
}

.bm10 {
	margin-bottom: 10px;
}
.tm5 {
	margin-top: 5px;
}
.tm10 {
	margin-top: 10px;
}
.tm15 {
	margin-top: 15px;
}
.tm20 {
	margin-top: 20px;
}
.tbm10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.tbm15 {
	margin-top: 16px;
	margin-bottom: 16px;
}
.tbm20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.tbm40 {
	margin-top: 40px;
	margin-bottom: 40px;
}
.tm30 {
	margin-top: 30px;
}
.tm40 {
	margin-top: 40px;
}
.tm50 {
	margin-top: 50px;
}
.tm60 {
	margin-top: 60px;
}
.tm70 {
	margin-top: 70px;
}
.tm80 {
	margin-top: 80px;
}
/* Forms */
.textbox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	text-decoration: none;
	font-weight: normal;
	background-color: #fff;
	padding: 1px;
	border: 1px solid #C0C0C0;
}
.droplist {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	text-decoration: none;
	font-weight: normal;
	background-color: #fff;
	padding: 1px;
	border: 1px solid #C0C0C0;
}
form input[type=text]:hover, form select:hover, form textarea:hover {
	border: 1px solid #555555;
}
form button, form input[type=submit] {
	font-family: Tahoma, sans-serif;
	font-size: 15px;
	text-align: center;
	border: 1px solid #858585;
	color: #fff;
	background-color: #2F81C9;
	text-decoration: none;
	margin: 0px;
	min-width: 50px;
	padding: 5px 15px;
}
form button:hover, form input[type=submit]:hover {
	background-color: #428FD2;
	text-decoration: none;
}
