﻿html, body
{
	background-color:#024981;
	background-image:url(../images/bg-page.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:top center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#666666;	
}
/***** Headings *****/
# h1, h2, h3, h4, h5, h6 
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-weight:lighter;
}
h1 
{
	font-size:20px;
}
h2 
{
	font-size:18px;
	font-weight:normal;
}
h3 
{
	letter-spacing:0px;
	font-size:12px;
}
/***** Common Formatting *****/
ul 
{
	list-style:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:left;
}
li 
{
	background-image:url(../images/bullet-arrow.jpg);
	background-repeat:no-repeat;
	background-position:0 .1em;
	padding:2px 0px 7px 25px;
	margin:0px 0px 0px 20px;
}
img 
{
	border-style:none;
	border-top:none;
	border-bottom:none;
	border-left:none;
	border-right:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
/***** Links *****/
a:link
{
	color:#6bb029;
	text-decoration:none;
}
a:visited
{
	color:#6bb029;
	text-decoration:none;
}
a:hover, a:active
{
	color:#999999;
	text-decoration:none;
}
/***** Specialized Fonts *****/
.title
{
	color:#666666;
	font-size:22px;
	text-transform:capitalize;
}
.subtitle
{
	color:#026CAA;
	font-size:14px;
	font-weight:bold;
}
.sidebar-title
{
	padding:40px 0px 0px 0px;
	margin:0px 0px 7px 0px;
	color:#6bb029;
	font-size:18px;
}
.smallfont
{
	font-size:10px;
}
.featured-title
{
	font-size:16px;
    font-weight:bold;
	color:#026CAA;
}
a.featured-title
{
	font-size:16px;
    font-weight:bold;
	color:#026CAA;
}
.article-date
{
	font-size:10px;
    font-weight:bold;
	text-transform:uppercase;
}
.article-title
{
	font-size:12px;
    font-weight:bold;
	text-transform:uppercase;
}
.article-body
{
	font-size:12px;
}

/***** Forms *****/
fieldset 
{  
	margin:0;  
	padding:0;
	border-style:none;
	float:left;  
	clear:both;
} 
legend 
{  
	background-color:#FFFFFF;
	padding:15px 0px 15px 0px;;  
	color:#666666;  
	font-weight:bold;
	font-size:10px;
	letter-spacing:1px;
	text-transform:uppercase;
} 
label 
{
	font-size:10px;
	color:#666666; 
}
fieldset ol 
{  
	padding:0;
	margin:0;  
	list-style:none;
	list-style-image:none;
	background-image:none;
} 
fieldset li
{  
	padding:0;
	margin:0px 0px 10px 0px;
	list-style:none;
	list-style-image:none;
	background-image:none; 
} 
fieldset.submit 
{  
	border-style:none; 
}
fieldset fieldset 
{  
	margin-bottom:-2.5em;  
	border-style:none;
	background-color:transparent;  
	background-image:none; 
} 
fieldset fieldset legend 
{  
	padding:0;
	margin:0;
	font-weight:normal; 
} 
fieldset fieldset ol 
{  
	margin:0px 0px 0px 0px;  
	padding:0px 0px 0px 0px; 
}
fieldset fieldset li 
{  
	margin:0px 0px 0px 25px;  
	padding:0px 0px 0px 0px; 
}  
fieldset fieldset label 
{  
	float:none;  
	width:auto;  
	margin-right:auto; 
}
.red 
{
	color:#990000;
	font-weight: bold;
}

.form-row
{
	padding:0;
	margin:0px 0px 10px 0px;
}

/***** Contact Form *****/
.contact-left
{
	width:200px;
	float:left;
}
.contact-right
{
	width:200px;
	float:right;
}
.form-contact
{
	width:600px;
	padding:10px;
	margin:auto;
}
.form-contact input
{
	width:250px;
	padding:10px;
	background-color:#e5e5e5;
	border:solid 1px #cccccc;
	font-size:10px;
	font-weight:bold;
	color:#666666;
}
.form-contact select
{
	width:150px;
	padding:5px;
	background-color:#e5e5e5;
	border:solid 1px #cccccc;
	font-size:10px;
	font-weight:bold;
	color:#666666;
}
.form-contact textarea
{
	padding:5px;
	margin:11px 0px 10px 0px;
	background-color:#e5e5e5;
	border:solid 1px #cccccc;
	font-size:10px;
	font-weight:bold;
	color:#666666;
}
input.checkbox
{
	width:20px;
	padding:5px;
	background:none;
	border:none;
}

/***** Validation *****/
.panel 
{
	clear: both;
	display: none;
	border: 3px solid #CCC;
	padding: 1em;
}
.panel.active-tab-body 
{
	display: block;
}
#tabs 
{
	list-style: none;
}
#tabs li 
{
	float: left;
}
#tabs a 
{
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #F2F2F2;
	text-decoration: none;
	color: #999999;
}
#tabs a.active-tab 
{
	background-color:#ccc;
	border-top: 3px solid #999;
	padding-top: 3px;
	color: #000;
}
input.disabled 
{
	background-color:#F2F2F2;
	border:1px solid #F2F2F2;
}
input.required, textarea.required 
{

}
input.validation-failed, textarea.validation-failed 
{
	width:250px;
	border:1px solid #990000;
	color:#FF3300;
}
input.validation-passed, textarea.validation-passed 
{
	border:1px solid #00CC00;
}
.validation-advice 
{
	width:250px;
	margin:5px 0;
	padding:5px;
	background-color:#FF8080;
	border:1px solid #990000;
	color:#990000;
	font-weight: bold;
}
.custom-advice 
{
	margin:5px 0;
	padding:5px;
	background-color:#C8AA00;
	color:#FFF;
	font-weight:bold;
}
.form-row 
{
	clear:both;
	padding:0;
}
.field-label 
{

}
.field-widget 
{

}

/***** Floats *****/
#left
{
	width:300px;
	float:left;
}
#right
{
	width:300px;
	float:right;
}
/***** Clear *****/
#clear
{
	clear:both;
	padding:10px 0px 10px 0px;
}