/*
==========================================================================
1 - Default Typography Sizing, Colours and Margins
==========================================================================
*/
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th, a:link, a:visited { /* For Nescape 4.0 and other inheritance intolerant browsers */
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	color: #000;
}
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17pt;
}

p, ul, dl, ol, form, blockquote, table {
	margin-bottom: 1.1em;
	color: #666666;
}

h1 {
	font-size: 14pt;
	margin-bottom: 8px;
	color: #666666;
	font-weight: normal;
	text-transform: capitalize;
	font-family: Calibri, Arial, Helvetica;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #8CC63F;
	display: inline;
	padding-bottom: 8px;
	padding-right: 40px;
	padding-left: 40px;
}
h1.shortMargin {
	margin-bottom: 0px;
}

h2 {
	font-size: 2.2em;
	margin-bottom: 8px;
	color: #F8F8F6;
	font-weight: normal;
	text-transform: none;
	font-family: Calibri, Arial, Helvetica;
}
h3 {
	color: #7CB134;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8FBC3D;
}
h4 {
	color: #CEE6AC;
	text-transform: none;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: .1em;
}
h5 {
	font-size: 1.3em;
	margin-bottom: 5px;
}
p {
	font-size: 12pt;
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
.smaller {
	font-size: 1em;
}
.purple {
	font-weight: bold;
	text-transform: capitalize;
	color: #362A86;
}

dl dt { font-weight: bold; }
ol li { list-style-type: lower-alpha; list-style-position: inside; }
a:link, a:visited  {
	color: #8EB83A;
	text-decoration: underline;
}

a:hover {
	color: #362A86;
	text-decoration: none;
}



/* blockquotes */
blockquote {
	margin-bottom: 1em;
	padding: 5px;
}
blockquote p {
	color: #FFFFFF;
	margin: 5px 5px 5px 15px;
	text-indent: -8px;
	font-size: 1.2em;
}
blockquote cite { font-style: normal; color: #CCC; font-weight: bold; }

table {
} 
td { padding: 5px; }
/*
==========================================================================
3 - Main Structural Divs
==========================================================================
*/
html, body { height: 100%; }



#wrapper {
	width:100%;
}
#header {
	height: 0px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A8A9A4;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #8CC63F;
	visibility: hidden;
}
#skinnyHeader {
	height: 25px;
	width: 100%;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
#skinnyPurpleBox {
	float: right;
	height: 23px;
	position: absolute;
	left: 0px;
	top: -25px;
	padding-top: 7px;
	padding-right: 50px;
	padding-left: 50px;
	text-transform: uppercase;
	font-size: 0.9em;
	width: auto;
	color: #362A86;
}



#header-content {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	height: 103px;
	position: relative;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/structure/logo.gif);
	color: #FFFFFF;
	font-size: 1.3em;
	font-family: "Arial Narrow", Helvetica, sans-serif;
}
#headerFlash {
	background-image: url(../images/structure/headerImg.jpg);
	float: right;
	height: 128px;
	width: 199px;
	background-repeat: no-repeat;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#containerWrapper {
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	background-image: url(../images/structure/bg.jpg);
}
#topSpacer {
	height: 30px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-bottom: 18px;
	text-align: center;
}
#leftCol {
	float: left;
	width: 600px;
}
#leftCol ul {

}
#leftCol   li {
	background-image: url(../images/structure/bullet.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	font-size: 12pt;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E3EDF2;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
#leftCol    li   ul   li  {
	padding-left: 20px;
	margin-left: 20px;
	font-size: 1em;
	margin-bottom: 0px;
	background-image: url(../images/structure/bulletSub.jpg);
	background-repeat: no-repeat;
	background-position: left 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#leftCol li ul {
	margin-bottom: 0px;
	margin-top: 5px;
}

#leftCol  li  a:link {
	background-color: #5094AA;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 60px;
	background-image: url(../images/structure/bulletList.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 8px;
	font-size: 1.2em;
}
#leftCol li a:visited {
	background-color: #77ADBF;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 60px;
	background-image: url(../images/structure/bulletList.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 8px;
	font-size: 1.2em;
}
#leftCol li a:hover {
	background-color: #396979;
}

#leftColList {

	
}
#leftColList  ol li {
	list-style-type: decimal;
	padding-top: 10px;
	background-image: none;
	font-size: 12pt;
	list-style-position: outside;
	padding-left: 6px;
	margin-left: 29px;
}

#leftColList ul {
	padding-top: 10px;

}
#leftColList   li {
	background-image: url(../images/structure/bullet.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	font-size: 12pt;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B4C9CA;
	color: #000;
	padding-left: 40px;
	margin-left: 20px;
	margin-bottom: 10px;
	padding-bottom: 7px;
}
#leftColList    li   ul   li  {
	padding-left: 20px;
	margin-left: 20px;
	font-size: 1em;
	margin-bottom: 0px;
	background-image: url(../images/structure/bulletSub.jpg);
	background-repeat: no-repeat;
	background-position: left 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#leftColList li ul {
	margin-bottom: 0px;
	margin-top: 5px;
}


#rightCol {
	float: right;
	width: 345px;
	background-color: #EEF4F7;
	border: 1px dotted #DDDDDD;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#rightColAdon {
	float: right;
	width: 370px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #FFFFFF;
	padding-top: 20px;
}





#longMid {
	width: 100%;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #e0e0d7;
	background-image: url(../images/structure/bodyGrad.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-bottom: 33px;
}
#mainBodyContent {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#aquaBox {
	background-color: #5094aa;
	width: 965px;
	padding-top: 20px;
	padding-left: 15px;
	position: relative;
	background-image: url(../images/structure/aquBoxBg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 100%;
}
#aquaBoxText {
	float: left;
	width: 342px;
	background-image: url(../images/index/aquaBoxsep.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding-right: 40px;
	padding-left: 30px;
	padding-top: 13px;
	text-align: center;
}
#aquaBoxImage {
	float: right;
	background-image: url(../images/index/picShad.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 190px;
}
#aquaBoxFlash {
	border: 2px solid #FFFFFF;
	margin-right: 20px;
}

#lowerAquaBox {
	width: 520px;
	background-repeat: repeat-x;
	background-color: #f7fcfd;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	margin-bottom: 20px;
}
#pannelsContainerWrapper {
	background-image: url(../images/index/twoPicsborderBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
	padding-top: 8px;
	margin-top: 5px;
	padding-right: 10px;
}


#pannelsContainer {
	width: 581px;
	background-image: url(../images/structure/twoPicsborder.jpg);
	background-repeat: repeat-y;
	padding-bottom: 13px;
}
.pannelsLeft {
	width: 240px;
	margin-left: 25px;
	float: left;
}
.pannelsRight {
	width: 236px;
	margin-left: 53px;
	float: left;
}
#pannelsContainer  ul {
	list-style-type: none;
}
#pannelsContainer li {
	list-style-type: none;
	font-size: 1.3em;
	padding-left: 15px;
	background-image: url(../images/structure/bullet.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EEF4F7;
	padding-bottom: 5px;
}


#infoBox {
	width: 300px;
	background-image: url(../images/structure/newsletterIcon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cbdb62;
	border-right-color: #cbdb62;
	border-bottom-color: #cbdb62;
	border-left-color: #cbdb62;
	color: #FFFFFF;
	height: 100px;
	padding-left: 20px;
	float: right;
	background-color: #779E2B;
	margin-top: 20px;
	position: relative;
}

.newsletterIcon {
	background-image: url(../images/structure/newsletterIcon.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 300px;
	z-index: 1;
	background-position: right;
	padding-left: 20px;
	margin-top: 20px;
}
#LightinfoBox {
	background-color: #FCFCFC;
	padding: 10px;
	width: 300px;
	border: 1px solid #C0C0C0;
	margin-top: 20px;
	float: right;
	position: relative;
}
p.white {
	color: #FFFFFF;
}
.QBox a{
	width: 260px;
	float: right;
	position: relative;
	background-color: #5094AA;
	padding-left: 45px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	background-image: url(../images/structure/bulletList.png);
	background-repeat: no-repeat;
	background-position: 20px 14px;
	margin-bottom: 5px;

}
.QBox a:hover {
	background-color: #8CC63F;
}

.bigBorderText {
	background-color: #F1F1F1;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006;
	display: block;
	font-size: 14pt;
	padding-left: 14px;
	padding-top: 3px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7FBFD3;
	border-right-color: #7FBFD3;
	border-bottom-color: #7FBFD3;
	border-left-color: #7FBFD3;
	margin-bottom: 10px;
}
.transBorderText {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	display: block;
	font-size: 1.6em;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(../images/structure/qtrans.png);
	background-repeat: repeat;
	border-top-style: solid;
	border-bottom-style: solid;
}
.bigREDText {
	background-color: #FFE8E8;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
	display: block;
	font-size: 14pt;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	margin-bottom: 10px;
}
p.infoBox {
	font-size: 1.4em;
	color: #FFFFFF;
	margin-top: 20px;
}
#icon {
	background-repeat: no-repeat;
	position: absolute;
}

#CA {
	float: left;
	height: 54px;
	width: 350px;
	margin-top: 10px;
	margin-left: 20px;
}

#shadowBottom {
	background-image: url(../images/structure/shadowTOP.gif);
	background-repeat: repeat-x;
	width: 100%;
	background-position: left top;
	position: relative;
}


a.han:link, a.han:visited {
	color: #CFCAEE;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: top;
}
a.han:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer {
	width: 990px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 15px;
	background-repeat: repeat-x;
}
#footerSubMenu {
	width: 990px;
	background-color: #8EBB3C;
	height: 22px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CBDB62;
	position: relative;
	background-repeat: no-repeat;
	background-position: left;
}
#footerSubMenuCopyright p {
	float: right;
	margin-right: 20px;
	color: #FFFFFF;
	padding-top: 2px;
}

#footerSubMenu ul {
	font-size: 1.1em;
	list-style-type: none;
	width: 400px;
	margin: 0px;
	padding: 0px;
}
#footerSubMenu li {
	float: left;
	margin-left: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#footerSubMenu  li  a:link, #footerSubMenu li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-transform: lowercase;
	font-size: 1em;
}
#footerSubMenu li a:hover {
	color: #362A86;
}

#footerContent {
	width: 920px;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
}
#footerContentLeftCol  {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 25px;
}

#footerContent p {
	color: #666666;
	font-size: 1.2em;
}

.underline {
	background: url(../images/structure/horiz_divider.jpg) no-repeat center;
	height: 7px;
	width: 880px;
	margin: 14px auto 10px;
}

#eBox {
	position: absolute;
	right: 0px;
	top: -30px;
	z-index: 100;
	height: 45px;
	width: 64px;
}
#miniLogo {
	position: absolute;
	left: 400px;
	height: 58px;
	width: 172px;
	bottom: -40px;
}
#LightinfoBox ul {
}
#LightinfoBox li {
	display: block;
}
#LightinfoBox ul li a:link, #LightinfoBox ul li a:visited {
	background-image: url(../images/structure/contactListBullet.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #FFFFFF;
	display: block;
	font-size: 2em;
	text-decoration: none;
	text-align: right;
	padding-right: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #5094AA;
}
#LightinfoBox ul li a:hover {
	background-color: #396979;
}
#peopleBG {
	background-image: url(../images/people/bg.gif);
	background-repeat: no-repeat;
	background-position: right 30px;
	padding-top: 10px;
	float: left;
	width: 600px;
	position: relative;
}
.people_rightCol {
	position: absolute;
	width: 180px;
	left: 0px;
	color: #769D2A;
	font-weight: bold;
}
.people_Neil {
	position: absolute;
	color: #769D2A;
	width: 220px;
	font-weight: bold;
	left: -5px;
	top: -13px;
}

#people_leftCol {
	width: 600px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #EEF4F7;
	margin-top: 17px;
	margin-right: 0px;
	margin-left: 0px;
	position: relative;
	margin-bottom: 0px;
	padding: 0px;
}
#people_leftCol ul {
	width: 380px;
	margin-bottom: 10px;

}
#people_leftCol li {
	background-image: none;
	font-size: 1.3em;
	margin-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5094AA;
	padding-bottom: 4px;
	text-align: right;
}
.people_clearer {
	background-color: #EEF4F7;
	clear: both;
	height: 12px;
}
.phone {
	background-image: url(../images/structure/phone.jpg);
	background-repeat: no-repeat;
	height: 70px;
	width: 113px;
	position: absolute;
	top: 20px;
	left: 185px;
}
#sponsor {
	position: absolute;
	top: 60px;
	right: 0px;
}
#marlImg {
	float: right;
	margin-left: 20px;
}
.boldGreen {
	font-size: 15pt;
	color: #7CB134;
	font-weight: bold;
}

.floatRight {
	margin-top: 5px;
	margin-left: 20px;
}
.altInfoBox {
	background-color: #779e2b;
	background-image: url(../images/structure/infoBG.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: 2px solid #cbdb62;
	padding: 30px;
	float: right;
	width: 390px;
	margin-left: 30px;
}

p.altInfoBox  {
	color: #000;
	font-size: 12pt;
}
.sponsorTable {
	color: #428599;
	padding-left: 25px;
	font-size: 1.2em;
}
.actionBox {
	background-color: #FFE8E8;
	padding: 30px;
	border: 2px solid #FF3300;
	font-size: 1.5em;
	text-align: center;
}
.floatingTable {
	float: right;
	background-color: #eef4f7;
	padding: 16px;
	margin-left: 15px;
	border: 1px solid #CADDE6;
	font-family: Calibri, Arial;
}
.blueTable {
	background-color: #EEF4F7;
	border: 1px solid #CFE0E9;
}

.leftTablebdr {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #CBDB62;
	background-color: #F1F5D3;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#newsletterIcon {
	position: absolute;
	top: 16px;
	right: 200px;
}

.tableText_fix {
	font-size: 1.2em;
	font-family: Calibri;
}
.imgRightFloat {
	float: right;
	margin-left: 20px;
}
.imgLefFloat {
	float: left;
}

#newsletterDownload {
	width: 0px;
	float: right;
	padding: 25px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	border: 1px solid #D0D0D0;
	visibility: hidden;
	height: 0px;
}
#newsletterDownload ul {
	list-style-type: none;
	background-image: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: left center;

}
#newsletterDownload   li {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left 6px;
	font-size: 1.3em;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #3C3C3C;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin: 0px;
}
#newsletterDownload  li  a:link {
	background-color: #5094AA;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/structure/bulletList.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 8px;
	font-size: 1.2em;
	padding-left: 60px;
	margin-left: 0px;
}
#newsletterDownload li a:visited {
	background-color: #94BFCD;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 60px;
	background-image: url(../images/structure/bulletList.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 8px;
	font-size: 1.2em;
}
#newsletterDownload li a:hover {
	background-color: #396979;
}
#nav_bar {
	height: 0px;
	width: 100%;
	background-image: url(../images/structure/navBg.gif);
	background-repeat: repeat-x;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CBDB62;
	visibility: hidden;
}


#navContainer

 {
	position: relative;
	letter-spacing: 0.18em;
	width: 990px;
	height: 9px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
	z-index: 99;
	visibility: hidden;
}

#Nav {
	display:inline;
	position: absolute;
	left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	top: 0px;
	height: 0px;
	z-index: 10;
	overflow: hidden;
}

