
/*****Website colors *****/

.green1 {color:#61C21E}	/*Dark Green*/
.green2 {color:#7FD819}	/*Dark Green 2*/
.green3 {color:#C4F49E}	/*Light Green*/
	
.blue1 {color:#366CA2}	/*Dark Blue*/
.blue2 {color:#11566a}	/*Dark Blue 2*/
.blue3 {color:#18748F}	/*Dark Blue 3 - Ased for all body text and headings*/
.blue4 {color:#4385C9}	/*Lighter Blue*/
.blue5 {color:#A0BFDE}	/*Light Blue*/

.grey1 {background-color:#333333} /*Dark grey*/
.grey1 {background-color:#cccccc} /*Light grey*/


.errorMsg {color:Red;}

#wrapper {
	height: auto;
	width: 100%;
	position: relative;
	
}
#content {
	height: auto;
	width: 960px;
	font-size: 14px;
	
	/*
border: 1px solid #a0bfde;
	background-image: URL(../images/bgSite2.gif);
	background-repeat: repeat-y;
*/
	margin:auto;
}
#aboveHeader 
{
	padding-top:20px;
	border:0px solid;
	height: 15px;
	width: 958px;
	font-size: 24px;
	line-height: normal;
	letter-spacing: inherit;
	word-spacing: normal;
	color: #6DCA1C;
}
#Header {
	background-image: url(../images/header.png);
	height: 78px;
	width: 960px;
	font-size: 16px;
}

#smallbar1 {
	height: 279px;
	width: 960px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/contentblock.png);
	padding: 0px;
}




#mainBody {
	height: inherit;
	width: 958px;
	padding: 0px 0px 0px 0px;
	color: #18748F;
	font-size: 16px;

	border: 1px solid #366CA2;
	border-top: 0px;
	background-image: URL(../images/bgSite2.gif);
	background-repeat: repeat-y;

}
/**JF***************************/

body 
{
    /*font-family: "Georgia", "Times New Roman", Times, serif;*/
    font-family:Verdana, Geneva, sans-serif;
    font-size: 12pt;
    margin:0px;
    color: #18748F;
}

td
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10pt;
}

th 
{
	font-family: Verdana, Geneva, sans-serif;
	text-align:left; 
	background-color:#cccccc
}

h1, h2, h3 /*All Headings used*/
{
	font-family: "Georgia", "Times New Roman", Times, serif;
	color: #18748F;
}
h1
{
	font-size: 27px;
	margin:0px 0px 10px 0px;
}
h2
{
	font-size: 18px;
}
h3
{
	font-size: 16px;
}


a.type1
{
	color: #66c51d;
}
a
{
	color: #18748F;
}
a:hover
{
	color: black;
}
div
{
	-moz-box-sizing:    content-box;
	-webkit-box-sizing: content-box;
	-ms-box-sizing:		content-box;

}


/***** Promo 1 *****/
.promo1
{
	width: 289px;
	padding: 0px;
	margin:0px;

}

.promo1 .top
{
	background-image: url(../images/bgPromo1Top.jpg);
	height:10px;
	margin:0px;
}
.promo1 .middle
{
	background-image: url(../images/bgPromo1Content2.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	BORDER-LEFT:1px solid #9bbc3c;
	BORDER-right:1px solid #9bbc3c;
/*	background-color:#81da19;*/
	overflow: hidden;

}
.promo1 .content
{
	margin:0px 15px 20px 15px;
	font-weight:bold;
}
.promo1 .bottom
{
	background-image: url(../images/bgPromo1Bottom.jpg);
	height:20px;
}


/***** Promo 2 *****/
.promo2
{
	width: 720px;
	padding: 0px;
	margin:0px;

}
.promo2 .top
{
	background-image: url(../images/bgPromo2Top.jpg);
	height:14px;
	margin:0px;
}
.promo2 .middle
{
	background-image: url(../images/bgPromo2Content.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color:#81da19;
	width: 720px;
	overflow: hidden;
}
.promo2 .content
{
	margin:0px 15px 0px 15px;
	font-weight:bold;
	font-size:11px;
}
.promo2 .bottom
{
	background-image: url(../images/bgPromo2Bottom.jpg);
	height:20px;
}



/***** Promo 1 *****/
.promo3
{
	width: 350px;
	padding: 0px;
	margin:0px;

}

.promo3 .top
{
	background-image: url(../images/bgPromo3Top.jpg);
	height:10px;
	margin:0px;
}
.promo3 .middle
{
	background-image: url(../images/bgPromo1Content2.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	BORDER-LEFT:1px solid #9bbc3c;
	BORDER-right:1px solid #9bbc3c;
/*	background-color:#81da19;*/
	overflow: hidden;

}
.promo3 .content
{
	margin:0px 15px 20px 15px;
	font-weight:bold;
}
.promo3 .bottom
{
	background-image: url(../images/bgPromo3Bottom.jpg);
	height:20px;
}




fieldset
{
	margin:0px 0px 30px 0px;
	padding:20px 10px 10px 10px;
	width: 700px; 
}
legend
{
	font-weight:bold;
    color:#366CA2;
}


ul.type1
{
	margin:0px;
	}

ul.type1 li
{
	margin:10px 0px 0px 0px;
}
ul.type2
{
	margin:0px;
	padding:0px 0px 0px 25px;
}
ul.type2 a
{
	font-size: 12px;
}

ul.type2 li
{
	margin: 8px 0px 8px 0px;
}

.proto
{
	border:1px solid green;
	background-color:#cccccc;
	margin:10px;
	padding: 10px;
	width:300px;
}
/***** Menu Top *****/
#menuTop
{
	/*border: 1px solid;*/
	width: 960px;
}
#menuTop table
{
	height: 43px;
	width: 960px;
}
#menuTop td
{
	width: 20%;
	text-align: center;
	/*border-right: 1px solid #174574;*/
	background-image: url(../images/menuTopBG.gif);
}
#menuTop a
{
	color: #7cd61a;
	font-size:20px;
	font-weight: bold;
	text-decoration: none;
}
#menuTop a:hover
{
	text-decoration: underline;
}


/***** Menu Left *****/
#menuLeft
{
	border:0px solid;
	margin:0px;
	padding:0px;
	white-space: nowrap;
}
#menuLeft ul
{
	margin:0px;
	padding:0px 0px 0px 10px;
}
#menuLeft ul UL
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
}
#menuLeft li
{
	margin:0px;
	padding:6px 0px 6px 0px;
	border-bottom: 1px dotted grey;
	list-style: none;
}
#menuLeft a
{
	text-decoration: none;
	font-weight: bold;
	color:#11566a;
}
#menuLeft a:hover
{
	text-decoration: underline;
}
#menuLeft .current
{
	color:Black;
}
/* ------------------------------------------ PROMO BOXES ------------------------------*/
div.BoxType1 {border:1px solid black;}
div.BoxType1 .heading {border-bottom:1px solid black; background: grey url(../images/bgType3.gif); padding:4px; font-size:1.2em; font-weight:bold; color: black}
div.BoxType1 .content {padding:5px}

div.BoxType2 {border:1px solid #93b5c7;}
div.BoxType2 .heading {border-bottom:1px solid #93b5c7; font-weight: bold; padding:4px; color:#3D7392; background: url(../images/bgType3.gif)}
div.BoxType2 .content {padding:10px}


table.type1
{
	width: 80%;
}
table.type1 td
{
	vertical-align:top;
	padding:4px;
}

table.dataList td
{
	vertical-align:top;
	padding:4px;
}

table.form
{
	width: 80%;
}

table.form td
{
	vertical-align:top;
	padding:4px;
}
table.form td.first
{
	width: 200px;
}

.userFeedback
{
	margin:auto;
	text-align:center;
	font-weight:bold;
	color:Green;
	border:1px solid #366CA2;
	padding: 5px;
	width:60%
}

dl {
	margin-top:5px
}
dt {
	font-weight:bold;
	margin-top:10px
}


.CustomTabStyle .ajax__tab_inner {
    font-family:verdana,tahoma,helvetica;
    font-size:18px;

}