/* -----------------------------------
	@group General Style 
-------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}		

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 2.0em;
}
    
h3 {
	font-size: 1.8em;
}
    
h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.1em;
}

p {
	padding: 5px 0;
} 

b {
	font-weight: bold;
}

a:link, a:visited {
	color: #e77213;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #000000;
}








/* -----------------------------------
	@group div defaults Styles
-------------------------------------- */

.clear {
	position: relative; 
	clear: both;
	font-size: 0px;
	line-height: 0px;	
	height: 0px;  
}








/* -----------------------------------
	@group NEWS Styles
-------------------------------------- */

#news {
	padding: 20px 0 0 0;
	width: 250px;
	font-family: arial;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.2em;
	text-decoration: none;
}

#news h1{
	padding: 0 0 10px 0;
	color: #676767;
	font-family: georgia, Trebuchet MS, verdana;
	font-weight: normal;
	font-size: 20px;	
	line-height: 1.2em;	
	text-decoration: none;
}

div.newsItem {
	margin: 0 5px 10px 5px;
	padding: 5px 0 0 7px;
	border-bottom: 1px dotted #bbbbbb;
}

div.newsItem h2, div.newsItem h2 a:link, div.newsItem h2 a:visited{
	padding: 0 0 0 0;
	color: #3f5a8c;
	font-family: Trebuchet MS, verdana;
	font-weight: bold;
	font-size: 16px;	
	line-height: 1.2em;	
	text-decoration: none;
}

div.newsItem h2 a:hover{
	text-decoration: underline;
}

div.newsItem p.newsDate{
	padding: 0 0 10px 0;
	color: #aaaaaa;
	font-family: arial;
	font-weight: normal;
	font-size: 10px;
	line-height: 1.2em;
	text-decoration: none;
}
div.newsItem p, div.newsItem p a:link, div.newsItem p a:visited{
	padding: 0 0 5px 0;
	color: #676767;
	font-family: arial;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.1em;
	text-decoration: none;
}

div.newsItem p a:hover{
	text-decoration: underline;
}

div.newsItem p.newsMore {
	padding: 4px 15px 15px 0;
	text-align: right;
}

div.newsItem p.newsMore a:link, div.newsItem p.newsMore a:visited{
	display: block;
	width: 90px;
	margin: 0 0 0 140px;
	padding: 5px 0 3px 0;
	color: #3597eb;
	text-align: center;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;	
	line-height: 1.1em;
	text-decoration: none;
}

div.newsItem p.newsMore a:hover{
	text-decoration: underline;
}


#newsFooter{
	margin: 0 0 0 0;
	height: 50px;
 	background: url(images/news_footer.jpg) no-repeat bottom left;      
}













/* -----------------------------------
	@group Input Styles
-------------------------------------- */


fieldset.contact-form {
	border: none;
	margin: 15px;
	padding: 0 0 10px 10px;
	width: 500px; /* FORM width */
	background: #eeeeee;
	border: 1px solid #676767;
	color: #63795d;
}

fieldset.contact-form legend{
	border: none;
	margin: 0 0 5px 0;
	padding: 5px 20px 5px 20px;
	color: #454545;
	font-family: trebuchet ms, verdana, arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

fieldset p {
	padding: 5px 0;
}

fieldset h2 {
	font-size: 15px;
	padding: 5px 0;
}

fieldset.contact-form div.groupSelect, fieldset.contact-form div.groupTextfield, fieldset.contact-form div.groupCheckbox, fieldset.contact-form div.groupRadiobutton, fieldset.contact-form div.groupTextarea, fieldset.contact-form div.groupSubmit {
	padding: 5px 0 5px 0;
}

fieldset.contact-form div{
	clear: both;
	padding: 1px;
}

fieldset.contact-form label {
	padding: 0;
	width: 150px;
	line-height: 22px;
	text-align: left;
	font-family: trebuchet ms, verdana, arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #676767;
}

fieldset.contact-form div.groupSelect label, fieldset.contact-form div.groupTextfield label, fieldset.contact-form div.groupTextarea label, fieldset.contact-form div.groupSubmit label {
	float: left;
	/* width: 480px; Use width same as fielset -20px for double line */
}

fieldset.contact-form div.groupCheckbox label, fieldset.contact-form div.groupRadiobutton label {
	margin: 0;
}

fieldset.contact-form div.groupSelect select{
	margin: 0;
	padding: 1px 1px 1px 1px;
	width: 203px;
	border: 1px solid #676767;
}

fieldset.contact-form div.groupTextfield input{
	padding: 2px 1px 2px 1px;
	width: 200px;
	border: 1px solid #676767;
}

fieldset.contact-form div.groupCheckbox input{
	position: relative;
	top: 2px;
	margin: 0 0 0 150px;
	/* margin: 0 0 0 0; Use this margin settings for double line */
}

fieldset.contact-form div.groupRadiobutton input{
	position: relative;
	top: 2px;
	margin: 0 0 0 150px;
	/* margin: 0 0 0 0; Use this margin settings for double line */
}

fieldset.contact-form div.groupTextarea textarea{
	margin: 0;
	padding: 2px 1px 2px 1px;
	width: 250px;
	height: 120px;
	border: 1px solid #676767;
}

fieldset.contact-form div.groupSubmit input{
	margin: 15px 5px 0 0;
	padding: 3px 18px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	background: #aaaaaa;
	border: 1px solid #333333;
}

/* checkbox label styles if needed*/
fieldset.contact-form div.group-checkbox label {
	width: 150px;
}

fieldset.contact-form .inputHighlighted {
	background-color: #ffeb99;
	color: #000000;
}

fieldset.contact-form .error {
		color: red;
}

fieldset.contact-form .required {
		font-weight: bold;
}








/* -----------------------------------
	@group TABLE Styles
-------------------------------------- */


table {
	margin: 15px 0 0 0;
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 1.2em;	
	color: #000000;  
	background: #eeeeee;
	border: 1px solid #555555;
}

table thead{
	background: #cccccc;
}

table thead th{
	padding: 2px;
	border-bottom: 1px solid #555555;	
}

table tbody{
	background: #dddddd;
}

table tbody tr{
}

table tbody tr td{
	padding: 2px 3px;
}

