/* @group Reset */

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;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Sticky Footer */

* {
    margin: 0;
}
html, body {
    height: 100%;
}
#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -22px;
}
#footer, .push {
    height:22px;
    clear: both;
}

/* @end */

/* @group General */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	color: #58595b;
	background: #7fbab0 url(background.gif) repeat-y 50% 50%;
	line-height: 1.67em;
}
ul, ol {
	margin: 0 0 1.67em 1em;
}
table, p {
	margin-bottom: 0.83em;
}
li {
	margin-left: 1em;
	list-style-type: disc;
}
ol li {
	list-style-type: decimal;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
a {
	outline: none;
	color: #d88f0d;
	text-decoration: underline;
}
img {
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Layout */

#wrapper {
	width: 940px;
	background: #fff url(background-copy.gif) repeat-y;
}
#header {
	display: block;
	width: 940px;
	height: 103px;
	background: #007662 url(background-header.jpg) no-repeat right;
	border-bottom: 1px solid #000;
}
#menu {
	display: block;
	width: 219px;
	float: left;
	border-right: 1px solid #057965;
	height: 100%;
}
#copy {
	display: block;
	width: 660px;
	float: right;
	padding: 0 40px 0 20px !important;	/* The _only_ IE6 related hack in this thing!! */
	padding: 0 0 0 20px;
}
#copy.home {
	display: block;
	width: 720px;
	float: right;
	padding: 0 !important;
	padding: 0;
}
#homeflash {
	margin: 0;
	padding: 0;	
}
#copy .hero, #copy .intro {
	display: block;
	width: 360px;
	float: left;
}
#copy .intro {
	padding: 30px 50px 0 50px;
	width: 260px;
	color: #d88f0d;
}
.twocols .left, .twocols .right {
	width: 300px;
	float: left;
}
.twocols .right {
	float: right;
}
#footer {
	background-color: #fff;
	border-top: 1px solid #000;
	height: 21px;
}
#footer .container {
	margin: auto;
	display: block;
	width: 940px;
}
#footer p.left, #footer p.right {
	font-size: 0.91em;
	margin: 0;
	padding-top: 4px;
	line-height: 1em;
}
#footer p.left {
	width: 260px;
}
#footer p.right {
	width: 640px;
	text-align: right;
}

/* @end */

/* @group Headings / Type */

h1 {
	display: block;
	width: 700px;
	height: 37px;
	padding: 15px 0 0 20px;
	background: #339181 url(background-heading.gif) repeat-y;
	font-size: 1.83em;
	color: #fff;
	font-weight: 100;
	margin: 0 0 10px -20px;
}
#copy.home h1 {
	display: none;
}
p.feature {
	color: #d88f0d;
	font-size: 1.16em;
	margin: 2.5em 0 2.5em 0;

}
/* @end */

/* @group Menu */

/* @group Global Links */

#global {
	display: block;
	width: 219px;
	height: 52px; 
	margin: 0;
}
#global #gHome, #global #gFaqs, #global #gMap, #global #gContact {
	display: block;
	height: 52px;
	text-indent: -99999px;
	text-decoration: none;
	float: left;
	margin: 0;
}
#global #gHome {
	width: 56px;
}
#global #gFaqs {
	width: 50px;
}
#global #gMap {
	width: 44px;
}
#global #gContact {
	width: 68px;
}
#global li a {
	background: transparent url(menu-globallinks.gif) no-repeat;
	display: block;
	height: 52px;
}
#global #gHome a {
	width: 56px;
	background-position: 0 0;
}
#global #gFaqs a {
	width: 50px;
	background-position: -56px 0;
}
#global #gMap a {
	width: 44px;
	background-position: -106px 0;
}
#global #gContact a {
	width: 69px;
	background-position: -150px 0;
}
/* Active /Hover */
#global #gHome a:hover,
#global #gHome.active a {
	width: 56px;
	background-position: 0 -52px;
}
#global #gFaqs a:hover,
#global #gFaqs.active a {
	width: 50px;
	background-position: -56px -52px;
}
#global #gMap a:hover,
#global #gMap.active a {
	width: 44px;
	background-position: -106px -52px;
}
#global #gContact a:hover,
#global #gContact.active a {
	width: 69px;
	background-position: -150px -52px;
}

/* @end */

/* @group Main Menu */

/* @group General Styles */

#main {
	border-left: 1px solid #689890;
	background-color: #e5f1ef;
}
#main, #main li, #main ul, #main ul li {
	margin: 0;
	list-style: none;
}
#main li a {
	display: block;
	width: 218px;
	height: 26px;
	background: transparent url(mainmenu-level1.gif) no-repeat;
	text-indent: -99999px;
	text-decoration: none;
}
#main ul li a {
	background: transparent url(mainmenu-level2.gif) no-repeat;
}

/* @end */

/* @group Level 1 Styles */

	/* @group Level 1 Normal */
	#main li#m1 a {
		background-position: 0 0;
	}
	#main li#m2 a {
		background-position: 0 -26px;
	}
	#main li#m3 a {
		background-position: 0 -52px;
	}
	#main li#m4 a {
		background-position: 0 -78px;
	}
	#main li#m5 a {
		background-position: 0 -104px;
	}
	#main li#m6 a {
		background-position: 0 -130px;
	}
	/* @end */

	/* @group Level 1 Active */
	#main li#m1.active a {
		background-position: 0 -156px;
	}
	#main li#m2.active a {
		background-position: 0 -182px;
	}
	#main li#m3.active a {
		background-position: 0 -208px;
	}
	#main li#m4.active a {
		background-position: 0 -234px;
	}
	#main li#m5.active a {
		background-position: 0 -260px;
	}
	#main li#m6.active a {
		background-position: 0 -286px;
	}
	/* @end */
	
	/* @group Level 1 Normal Hover */
	#main li#m1 a:hover {
		background-position: -218px 0;
	}
	#main li#m2 a:hover {
		background-position: -218px -26px;
	}
	#main li#m3 a:hover {
		background-position: -218px -52px;
	}
	#main li#m4 a:hover {
		background-position: -218px -78px;
	}
	#main li#m5 a:hover {
		background-position: -218px -104px;
	}
	#main li#m6 a:hover {
		background-position: -218px -130px;
	}
	/* @end */
	
	/* @group Level 1 Active Hover */
	#main li#m1.active a:hover {
		background-position: 0 -156px;
	}
	#main li#m2.active a:hover {
		background-position: 0 -182px;
	}
	#main li#m3.active a:hover {
		background-position: 0 -208px;
	}
	#main li#m4.active a:hover {
		background-position: 0 -234px;
	}
	#main li#m5.active a:hover {
		background-position: 0 -260px;
	}
	#main li#m6.active a:hover {
		background-position: 0 -286px;
	}
	/* @end */

/* @end */

/* @group Level 2 Styles */

	/* @group Level 2 Normal */
	/* Menu item 1 */
	#main li#m1 ul li#m1s1 a {
		background-position: 0 0;
	}
	#main li#m1 ul li#m1s2 a {
		background-position: 0 -26px;
	}
	/* Menu item 2 */
	#main li#m2 ul li#m2s1 a {
		background-position: 0 -52px;
	}
	#main li#m2 ul li#m2s2 a {
		background-position: 0 -78px;
	}
	#main li#m2 ul li#m2s3 a {
		background-position: 0 -104px;
	}
	#main li#m2 ul li#m2s4 a {
		background-position: 0 -130px;
	}
	/* Menu item 3 */
	#main li#m3 ul li#m3s1 a {
		background-position: 0 -156px;
	}
	#main li#m3 ul li#m3s2 a {
		background-position: 0 -182px;
	}
	#main li#m3 ul li#m3s3 a {
		background-position: 0 -208px;
	}
	/* Menu item 4 */
	#main li#m4 ul li#m4s1 a {
		background-position: 0 -234px;
	}
	#main li#m4 ul li#m4s2 a {
		background-position: 0 -260px;
	}
	#main li#m4 ul li#m4s3 a {
		background-position: 0 -286px;
	}
	#main li#m4 ul li#m4s4 a {
		background-position: 0 -312px;
	}
	/* Menu item 5 */
	#main li#m5 ul li#m5s1 a {
		background-position: 0 -338px;
	}
	#main li#m5 ul li#m5s2 a {
		background-position: 0 -364px;
	}
	#main li#m5 ul li#m5s3 a {
		background-position: 0 -390px;
	}
	#main li#m5 ul li#m5s4 a {
		background-position: 0 -416px;
	}
	#main li#m5 ul li#m5s5 a {
		background-position: 0 -442px;
	}
	/* Menu item 6 */
	#main li#m6 ul li#m6s1 a {
		background-position: 0 -468px;
	}
	#main li#m6 ul li#m6s2 a {
		background-position: 0 -494px;
	}
	#main li#m6 ul li#m6s3 a {
		background-position: 0 -520px;
	}
	#main li#m6 ul li#m6s4 a {
		background-position: 0 -546px;
	}
	/* @end */
	
	/* @group Level 2 Hover / Active */
	/* Menu item 1 */
	#main li#m1 ul li#m1s1 a:hover,
	#main li#m1 ul li#m1s1.active a {
		background-position: -218px 0;
	}
	#main li#m1 ul li#m1s2 a:hover,
	#main li#m1 ul li#m1s2.active a {
		background-position: -218px -26px;
	}
	/* Menu item 2 */
	#main li#m2 ul li#m2s1 a:hover,
	#main li#m2 ul li#m2s1.active a {
		background-position: -218px -52px;
	}
	#main li#m2 ul li#m2s2 a:hover,
	#main li#m2 ul li#m2s2.active a {
		background-position: -218px -78px;
	}
	#main li#m2 ul li#m2s3 a:hover,
	#main li#m2 ul li#m2s3.active a {
		background-position: -218px -104px;
	}
	#main li#m2 ul li#m2s4 a:hover,
	#main li#m2 ul li#m2s4.active a {
		background-position: -218px -130px;
	}
	/* Menu item 3 */
	#main li#m3 ul li#m3s1 a:hover,
	#main li#m3 ul li#m3s1.active a {
		background-position: -218px -156px;
	}
	#main li#m3 ul li#m3s2 a:hover,
	#main li#m3 ul li#m3s2.active a {
		background-position: -218px -182px;
	}
	#main li#m3 ul li#m3s3 a:hover,
	#main li#m3 ul li#m3s3.active a {
		background-position: -218px -208px;
	}
	/* Menu item 4 */
	#main li#m4 ul li#m4s1 a:hover,
	#main li#m4 ul li#m4s1.active a {
		background-position: -218px -234px;
	}
	#main li#m4 ul li#m4s2 a:hover,
	#main li#m4 ul li#m4s2.active a {
		background-position: -218px -260px;
	}
	#main li#m4 ul li#m4s3 a:hover,
	#main li#m4 ul li#m4s3.active a {
		background-position: -218px -286px;
	}
	#main li#m4 ul li#m4s4 a:hover,
	#main li#m4 ul li#m4s4.active a {
		background-position: -218px -312px;
	}
	/* Menu item 5 */
	#main li#m5 ul li#m5s1 a:hover,
	#main li#m5 ul li#m5s1.active a {
		background-position: -218px -338px;
	}
	#main li#m5 ul li#m5s2 a:hover,
	#main li#m5 ul li#m5s2.active a {
		background-position: -218px -364px;
	}
	#main li#m5 ul li#m5s3 a:hover,
	#main li#m5 ul li#m5s3.active a {
		background-position: -218px -390px;
	}
	#main li#m5 ul li#m5s4 a:hover,
	#main li#m5 ul li#m5s4.active a {
		background-position: -218px -416px;
	}
	#main li#m5 ul li#m5s5 a:hover,
	#main li#m5 ul li#m5s5.active a {
		background-position: -218px -442px;
	}
	/* Menu item 6 */
	#main li#m6 ul li#m6s1 a:hover,
	#main li#m6 ul li#m6s1.active a {
		background-position: -218px -468px;
	}
	#main li#m6 ul li#m6s2 a:hover,
	#main li#m6 ul li#m6s2.active a {
		background-position: -218px -494px;
	}
	#main li#m6 ul li#m6s3 a:hover,
	#main li#m6 ul li#m6s3.active a {
		background-position: -218px -520px;
	}
	#main li#m6 ul li#m6s4 a:hover,
	#main li#m6 ul li#m6s4.active a {
		background-position: -218px -546px;
	}
	/* @end */


/* @end */

#main li ul {
	display: none;
}
#main li.active ul {
	display: block;
}

/* @end */

/* @group Quicklinks */

#quicklinks {
	border-left: 1px solid #689890;
	background-color: #e4b055;
	padding-bottom: 1px;
	width: 218px;
}
#quicklinks h2 {
	text-indent: -9999px;
	display: block;
	height: 27px;
	width: 218px;
	background: transparent url(quickilnk-heading.gif) no-repeat;
	margin-bottom: 1em;
}
#quicklinks li {
	background: transparent url(icon-arrow-yellow.gif) no-repeat 0 7px;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;	
	font-size: 0.91em;
	padding-left: 15px;
	list-style: none;
}
#quicklinks li a {
	color: #fff;
}
/* @end */


/* @group Tables */

table {
	border: 1px solid #fff;
	border-left: 0;
	border-bottom: 0;
	clear: both;
	width: 100%;
}
th, td {
	border: 1px solid #fff;
	border-right: 0;
	border-top: 0;
	padding: 0 15px 0 15px;
}
td {
	background-color: #d7eae6;
}
tr.alt td {
	background-color: #c5e0db;
}
th {
	background-color: #7cb9ae;
	color: #fff;
	text-align: left;
}

/* @end */

/* @end */

/* @group Forms */
form p {
	margin: 0 0 1em 0;
	clear: both;
}
fieldset{
	border:  1px solid #7cb9ae;
	padding: 1em;
	margin: 0 0 1em 0;
}
legend{
	color: #000;
	padding: 0.2em 0.6em;
	font-weight: bold;
}
legend {
	color:#d88f0d;
	font-weight:normal;
}
label{
	display: block;
	width:  140px;
	margin: 0 30px 0 10px;
	float: left;
	/*text-indent: 1em;*/
}
label.checkbox, label.radio{
	margin: 0 10px 0 0;
	padding: 0.4em 0;
	text-indent: 0;
	line-height: 18px;
}
label.checkbox input, label.radio input{
	margin: 0 0.4em 0 0;
	vertical-align: top;
	border: none;
}
p.radio span {
	margin-left: 150px;
	display: block;
}
input, textarea{
	border:  1px solid #d88f0d;
	padding: 3px;
}
.submit, .btn, button{
	color: #fff;
	padding: 3px;
	border:  1px solid #7cb9ae;
	background-color: #7cb9ae;
	margin-left: 0.5em;
	font-size: 1em;
}
p.buttons{
	text-align: right;
}
input.text, input.password, select, textarea {
	width: 300px;
}
/* @end */

.introText{
	font-size: 1.4em;
}


.twocols .leftContact, .twocols .rightContact {
	width: 400px;
	float: left;
}
.twocols .rightContact {
	width: 200px;
	float: right;
}
