h1{
font-size: 22px;
}

h2{
font-size: 20px;
}

h3{
font-size: 18px;
}

h4{
font-size: 16px;
}

h5{
font-size: 14px;
}

h6{
font-size: 12px;
}


textarea.edit{
	width: 95%;
	height: 300px;
}

textarea.edit_title{
	width: 95%;
	font-weight: bold;
	font-size: 16px;
}

.error{
	background: #FF9999;
	padding: 5px;
	font-size: 12px;
	color: #660000;
	border: 2px solid #CC6666;
	width: 90%;
	margin: 0px 0px 5px 0px;
	clear: both;
}

.success{
	background: #CCFF99;
	padding: 5px;
	font-size: 12px;
	color: #336600;
	border: 2px solid #669933;
	width: 90%;
	margin: 0px 0px 5px 0px;
	clear: both;
}


body
{
	margin:0;
	/*background:#7f99b9;*/
}

img 
{
	border:0;
}

A 
{	
	text-decoration:none;
}

A:Hover 
{
	text-decoration:underline;
}

.Clr 
{
	height:1px;
	font-size:1px;
	clear:both;
}

#Top 
{
	height:8px;
	font-size:1px;
	margin:0;
	background:url(../images/TopBg.gif) repeat-x;
}

#MainPanel 
{
	width:938px;
	margin:0 auto 10px auto;
	padding:0 20px 0 20px;
	border:solid 1px #456d97;
	border-top:0;
}

/********************************************************
*** EYEBROW ***/

#Logo 
{
	width:276px;
	float:left;
}



.Field 
{
	float:left;
	width:328px;
}

.Button 
{
	float:left;
	margin-left:5px;
	padding:3px;
	color: #FFF;
}


/********************************************************
*** MENU ***/

#MenuPanel 
{
	background:#fff;
	padding:4px 4px 3px 4px;
	border:solid 1px #cbc4b0;
}

#Menu 
{
	height:30px;
	background-color:#098e1b;
	/*background:url(../images/TopMenuBg.gif) repeat-x;*/
	border:solid 1px #00490c;
	margin:0;
}

#SubMenu 
{
	height:30px;
	background-color:#098e1b;
	/*background:url(../images/TopMenuBg.gif) repeat-x;
	border:solid 1px #00490c;*/
	margin:0;
}

/*#Menu UL 
{
	list-style:none;
	margin:0;
	margin-left:4px;
	padding:0;
}

#Menu LI 
{
	margin:0;
	float:left;
}

#Menu A 
{
	font:bold 13px Arial;
	background-color:#098e1b;
	background:url(../images/TopMenuDivide.gif) no-repeat right;
	display:block;
	height:19px;
	float:left;
	padding:6px 5px 5px 5px;
}

.top-level-menu A
{
	color: #fff;
	
}

.top-level-menu A:visited
{
	color: #fff;
}

#Menu A.LastMenuItem 
{
	background:none;
}

#Menu .NavigationMain_Popout
{
	position: absolute;
	z-index: 3;
	visibility: hidden;
	top: 0;
	left: 0;
	margin: 134px 0 0 1px;
	background:#fff;
	border:solid 1px #c9c4af;
	width:241px;
}

#Menu .NavigationMain_PopoutSub
{
	margin-top:125px !important;
	margin-top:145px;
}



#Menu A.NavigationMain_Item, #Menu li.page_item A
{
	display:block;
	padding:5px 3px 5px 3px;
	font:12px Verdana;
	border-bottom:dotted 1px #dbdddd; 
	background:none;
	height:12px;
	width:235px;
	float:none;
}


#Menu A.NavigationMain_Item:hover, A.NavigationMain_ItemHighlight, #Menu li.page_item A:hover
{
	text-decoration: underline;
}*/

/********************************************************
*** FOOTER ***/

#Footer 
{
	font-size:10px;
	text-align:center;
	margin:10px auto 10px auto;
	clear:both;
}

#Footer A
{
	color:#bcb9b0;
}

/*MEGA DROPDOWN*/
.megamenu{
clear: both;
position: absolute;
display: none;
left: 0;
top: 0;
background: #fff;
border:solid 1px #c9c4af;
/*border-width: 5px 1px;*/
padding: 0px 0px 10px 10px;
font-size: 13px;
z-index: 100;
margin-top: -5px;
}

.megamenu .column{
float: left;
width: 17em; /*width of each menu column*/
margin-right: 10px;
}

.megamenu .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.megamenu .column ul li{
padding: 5px 0px 5px 0px;
border-bottom:dotted 1px #dbdddd;
}

.megamenu .column h3{
background: #e0e0e0;
/*font: bold 13px Arial;*/
margin: 0 0 5px 0;
}

.megamenu .column ul li a{
text-decoration: none;
font-weight: bold;
}

.megamenu .column ul li a:hover{
text-decoration: underline;
}


/*SUCKERFISH MENUS*/
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	clear: both;
}

#nav a{
	display: block;
	font-size:13px;
	font-weight: bold;
	padding:6px 6px 5px 6px;
}

/*#nav li ul a, #nav li ul ul a {
	display: block;
	width: 17em;
	padding:6px 5px 5px 5px;
	font-size:13px;
	font-weight: bold;
}*/

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	border-bottom:none;
	height: 30px;	
}

#Flash{
z-index: -1;
}

/*#nav li { /* all list items */
	/*float: left;
	width: 17em; /* width needed or else Opera goes nuts */
	/*border-bottom:dotted 1px #dbdddd;	
}


#nav li ul { /* second-level lists */
	/*position: absolute;
	background: #fff;
	width: 17em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	/*border:solid 1px #c9c4af;
}

#nav li ul ul { /* third-and-above-level lists */
	/*margin: -13em 0 0 17em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	/*left: auto;
}*/

.cform { 
	margin:10px auto 0 auto; 
	width: 550px; 
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 15px 0; 
	border:1px solid #adadad; 
	border-left-color:#ececec; 
	border-top-color:#ececec; 
	background:#f7f7f7;
	width:600px; 
	
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin-left:10px;
	padding: 0 2px; 
	font:normal 20px Times;
	color:#666666;
}

ol.cf-ol { 
	margin:0!important; 
	padding:0!important;
}

ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important;
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	background:#F0F0F0 !important;
	letter-spacing:1px;
	margin:10px 0pt !important;
	padding:5px 0pt;
	text-align:center;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:160px; 
	margin:4px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:right;
	vertical-align:top;
}

.cform label span {
	width:160px; /* must be the same as above!*/
	display:block; 
}

label.cf-before {
	margin:4px 10px 0 0; 
}

label.cf-after 	{
	margin:4px 15px 0pt 6px;
	text-align:left;
	width:115px;
}

label.cf-after span {
	width:200px;
	display:block;
}

label.cf-group-after {
	margin:3px 4px 0 2px;
	width:72px;
	text-align:left;
}
label.cf-group-after span {
	width:500px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	padding:3px;
	background: #fff; 
	border: 1px solid #888888; 
	vertical-align:top;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#fcfcfc; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#fcfcfc; 
}

.cform textarea,
.cform input {
	width:250px; 
}
.cform select {
	width:158px; /* attempt to have equal length */
	padding:2px 0;
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	overflow:auto;
}

/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	font-weight:bold;
	letter-spacing:1px;
	padding:8px 0 0 100px; /* check with label 'width' incl. */
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

.cform input.cf-box-a,
.cform input.cf-box-b 	{ 
	margin:2px 0 0 0; 
	width:14px;
	height:22px;
	border:none!important;
	background:none!important; 
}

.cform input.cf-box-a 	{ 
	margin-left:100px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	margin:10px 0pt 0px !important;
	padding-left: 100px; 
} 

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	margin:3px 0 0 3px;
	font-size:0.9em;
	display: -moz-inline-box; 
	vertical-align:top;
	color: red;
}

/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	text-align:right;
	padding: 0!important;
	margin: 0;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	width:100px;  
	padding:5px; 
	margin: 10px 0 0 5px;
	font-size:1.2em;
	background:url(../images/button-bg.gif) repeat-x; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
}
.cform input.resetbutton {
	width: auto;
	padding:5px 1em;
}
.cform input.backbutton {
	width: auto;
	padding:5px 1em;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 0!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	height:1%;
	min-height:1%;
	margin:0 0 0 100px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:50px;
	padding: 4px 4px;
	margin: 0;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_grey.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:420px;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:#ad2929!important;
	text-decoration:underline!important;
}
div.success {
	background:#F7F7F7 none repeat scroll 0% 50%;
	color:#444444;
	display:block;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:#ad2929; 
	border:1px solid #ad2929; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */
.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	display: none;
	width:410px;
	margin:0 auto 10px!important;
	padding:0!important;	
	text-align:center!important;
}
.linklove a,
.linklove a:visited {
display: none;
	font-size: 0.8em;
	font-family: Tahoma;
	color:#fff!important;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}

* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;  /*for ie6*/
}
*+html .cform label,
*+html ol.cf-ol,
*+html ol.cf-ol li,
*+html span.reqtxt,
*+html span.emailreqtxt {
	display: inline-block; /*for ie7*/
}

* html img.captcha {
	margin-bottom:1px!important;
}
*+html img.captcha {
	margin-bottom:1px!important;
}

