body { margin:0 auto; }

#wrapper {
	width:100%; margin:0 auto;
}

#contentContainer {
	 width:1000px; margin:10px auto 0px;
}


#contentBox {
	
	background:url(../images/contentBoxBG.png);
	
	-webkit-border-radius: 0px 0px 18px 18px;
	-moz-border-radius: 0px 0px 18px 18px;
	border-radius: 0px 0px 18px 18px;
	
	width:700px; float:left;
	min-height:505px;
	
	
	behavior: url(js/PIE.htc);
}


#contentBoxInner {
	
	
	-webkit-border-radius: 0px 0px 18px 18px;
	-moz-border-radius: 0px 0px 18px 18px;
	border-radius: 0px 0px 18px 18px;
	
	width:1000px; float:left;
	min-height:560px;
	
	
	behavior: url(js/PIE.htc);
}

#header {
	 width:1000px; margin:0 auto; height:200px;
}

#headerLeft {
	 float:left; width:550px;
}

#headerRight {
	 float:right; width:280px;
}

.livehelp {
	width:211px; 
	position:relative; 
	padding:7px; 
	left:18px;  
	color:#000; 
	font-family:arial;
	background:url(../images/contentBoxBG.png);
	behavior: url(js/PIE.htc);
}

#nav {
	 width:1000px; margin:10px auto 0px;
}

#homeBox {
	 width:280px; height:160px;
	 background:url(../images/contentBoxBG.png);
}

#homeBox_ {
	 width:280px; height:160px;
	 background:url(../images/contentBoxBG.png);
	 margin-top:10px;
}

#homeBoxMedia {
	 width:280px;
}

.homeBoxHeader {
	font-size:15px;
	padding:15px 20px 5px 20px;
	color:#006637;
	font-family: 'Radley', serif;
}

.homeBoxContent {
	font-size:12px;
	line-height:20px;
	padding:10px 20px;
	color:#333;
	font-family: 'Radley', serif;
}

#homeRight {
	width:280px; float:right;
}



.header {
	padding:35px 35px 10px 35px;
	color:#000;
	font-family: 'Radley', serif;
	font-weight: 300;
	font-size:28px;
	line-height:24px;
}

.body_text {
	padding:35px;
	color:#000;
	font-family: 'Radley', serif;
	font-size:16px;
	line-height:26px;
}


a.text_link:link, a.text_link:visited {
	font-family: 'Radley', serif;
	font-size: 12px;
	color: #006637;
	font-weight:bold;
	text-decoration: none;
}
a.text_link:hover {
	font-family: 'Radley', serif;
	font-size: 12px;
	color: #000;
	font-weight:bold;
	text-decoration: underline;
}



/* Footer */


#footer {
	 width:100%; height:160px; background-color:#006637; margin:30px auto 0px;
	 border-top:solid 2px #444;
	 padding:30px 0px;
	 font-family:arial; font-size:12px; color:#999;
}


.footerTab {
	 border-bottom:1px solid #333; list-style:none; width:180px; padding:6px;
}


a.footer_link:link, a.footer_link:visited {
	font-family: 'Radley', serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
a.footer_link:hover {
	font-family: 'Radley', serif;
	font-size: 12px;
	color: #ededed;
	text-decoration: none;
	margin-left:5px;
}


/*Newsletter */

form legend {
	color: #333;
	padding: 0 0 20px 0;
	text-transform: uppercase;
}

form {
	padding: 0 20px 20px 20px;
}

form, form fieldset input, form fieldset textarea, form label {
	font-family: 'Radley', serif;
	font-size: 14px;
}
form p { position: relative; margin: 10px 0;}
form p label { position: absolute; top: 0; left: 0;}
form p br {display: none;}


form fieldset p input,
form fieldset p textarea {
	display: block;
	padding: 4px;
	width: 220px;
	margin: 0;
}

form fieldset p label {
	width: 380px;
	display: block;
	margin: 5px 5px 5px 6px;
	padding: 0;
}

form fieldset p textarea {
	padding: 2px;
	width: 404px;
}


/* Nav */

/* Reset */
.nav,
.nav a,
.nav ul,
.nav li,
.nav div,
.nav form,
.nav input {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

.nav a { text-decoration: none; }

.nav li { list-style: none; }

/* Menu Container */
.nav {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
}

/* Menu List */
.nav > li {
	display: block;
	float: left;
}

/* Menu Links */
.nav > li > a {
	position: relative;
	display: block;
	z-index: 510;
	height: 54px;
	padding: 0 30px;
	
	line-height: 54px;
	
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #fff;

	background: #006637;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.nav > li:hover > a { background: #dedede;
color:#006637;}

.nav > li:first-child > a {
	
	border-left: none;
}

/* Menu Dropdown */
.nav > li > div {
	position: absolute;
	display: block;
	font-family: 'Radley', serif;
	top: 50px;
	left: 0;

	opacity: 0;
	visibility: hidden;
	overflow: hidden;

	background: #dedede;
	border-radius: 0 0 3px 3px;

	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;
}

.nav > li:hover > div {
	opacity: 1;
	visibility: visible;
	overflow: visible;
}

/* Menu Content Styles */
.nav .nav-column {
	float: left;
	width: 200px;
	padding:20px;
	font-family: 'Radley', serif;
	font-size:12px;
}

.nav .nav-column h3 {
	margin: 20px 0 10px 0;
	line-height: 18px;
	
	font-family: 'Radley', serif;
	font-weight: bold;
	font-size: 14px;
	color: #666;
	text-transform: uppercase;
}

.nav .nav-column h3.orange { color: #999; }

.nav .nav-column li a {
	display: block;
	line-height: 26px;
	
	font-family: 'Radley', serif;
	font-weight: bold;
	font-size: 13px;
	color: #888888;
}

.nav .nav-column li a:hover { color: #666666; }