/************** HEADING styles **************/

h1 { font-size: 1.6em; }
h2 { font-size: 1.3em; line-height: 1.3em;}
h3 { font-size: 1.2em; font-style: italic; }
h4 { font-size: 1.1em; font-style: italic; }

h1, h2, h3, h4, h5, h6	{	
	margin: 0; 
	margin-bottom: 1.2em;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #b2d21d;
	font-weight: 600;
	letter-spacing: .1em;	
}

p { line-height: 1.4em; }

table  {font-size: 100%;}

td p { margin:0; }

/******* HYPERLINK styles *******/

a:link, a:visited {
	color: #346d14;
	text-decoration: none;
}
a:hover{
	color: #000;
	text-decoration: underline;
}

/*************** LIST styles ***************/

ul {
	margin-left: .5em;
	padding-left: .5em;
	list-style-type: square;
	line-height: 1.4em;
}

ul ul {
	list-style-type: disc;
}
ul ul ul {
	list-style-type: none;
}

/********* FORM and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}
input, textarea {
	margin: 0;
	padding: 2px 2px 2px 3px;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	vertical-align: bottom;
}
input.text, textarea.text {
	border: solid 1px #b2d21d;
}
select {
	margin: 0;
	padding: 0;
	font: normal 8pt Verdana, Arial, Helvetica, sans-serif;
}

/***********************************************/
/* TABLE Styles                                */
/***********************************************/

/************** DEFAULT Table styles *****************/

th {
	margin: 0;
	padding: 2px 3px 2px 5px;
	font-size: 85%;
	font-weight: bold;
	color: #000; /* color1 */
	letter-spacing: 1px;
	text-align: left;
	background-color: #dcdcdc; /* color6 */
}

td, td img {
	margin: 0;
	padding: 0;
}

td p {
	margin-top: 0;
}

td ul {
	margin-left: 1.7em;
	padding: 0;
}
/* IE/Win hack */
html>body td ul {
	margin-left: 1.3em;
	padding: 0;
} 

div.hr {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	border-top: 1px solid #346d14;
}
div.hr_double {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 1px;
	line-height: 1px;
	height: 2px;
	border-top: 1px solid #346d14;
	border-bottom: 1px solid #346d14;
}
div.hrOrange {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	border-top: 1px solid #fd850a;
}
td.spacerWhite {
	margin: 0;
	padding: 0;
	height: 4px;
	background-color: #ffffff;
}

/* misc styles */
.small {
	font-size: .9em; 
}
.smallGrey {
	font-size: .9em; 
	color: #666;
}
.smallRed {
	font-size: .9em; 
	color: red;
}

.roundcont {
	width: 250px;	
	background-color: #15667a;
	color: #fff;
}
.roundcont p {
	margin: 0 15px 10px 15px;
	font-size: .9em;
	font-weight: bold;
}
.roundcont ul {
	margin: 0;
	margin-left: 1.7em;
	padding-left: 1em;
	font-size: .9em;
	font-weight: bold;
}
.roundtop { 
	background: url(../images/roundedCorner_tr.gif) no-repeat top right; 
}
.roundbottom {
	background: url(../images/roundedCorner_br.gif) no-repeat bottom right; 
}
img.corner {
   width: 10px;
   height: 10px;
   border: none;
   display: block !important;
}




.linksList li {
	margin: 0 0 1em 0;
}
.FAQanswer {
	margin: -.5em 0 2em 1em;
}

.borderText {
	padding: 10px;
	border: 1px solid #15667a;
	background-color: #d0e0e4;
}

.homeBannerText1 {
	margin: 20px 20px 0 20px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif, Verdana, Geneva;
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
	line-height: 1.5em;
}
.homeBannerText2 {
	margin: 20px 20px 0 20px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif, Verdana, Geneva;
	font-size: 1.2em;
	color: #035dc4;
	fon-weight: normal;
	line-height: 1.2em;
}
#homeSeperator {
	display: block;
	height: 10px;
}
html>body #homeSeperator {
	height: 10px; /* IE/Win hack */
}

/* button with border */

.buttonBorder, a.buttonBorder:link, a.buttonBorder:visited {	
	margin: 20px 0 10px 0;
	font-weight: bold;
	font-size: .8em;
	color: #346d14;
	letter-spacing: 1px;
	text-decoration:none;
	padding: 2px 3px 2px 3px;
	border: 1px solid #346d14;
	background: #c7e5b2;
	cursor: hand;
}
a.buttonBorder:hover {	
	color: #000;
	letter-spacing: 1px;
	text-decoration: none;
	border: 1px solid #000;
	background: #fff;
	cursor: hand
}

/* form table */

.formTBL { 
	font-size: .95em; 
	border: 1px solid #b2d21d; 
}
.formTBL th {
	padding: 5px;
	text-align: left;
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
	background-color:#b2d21d;
}
.formTBL td.label {
	margin: 0;
	padding: 2px 5px 2px 5px;
	font-weight: 600;
	letter-spacing: 1px;
}
.formTBL td.data {
	margin: 0;
	padding: 2px 5px 2px 5px;
}




fieldset.comment {
	color: #346d14;
	border: 1px solid #b2d21d;
	background-color: #f7fae8;
}