@charset "utf-8";
/* CSS Document */

/*** Global Resets ***/
html, body, div, h1, h2, h3, h4, h5, h6, img, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

body {
	color: #0081c2;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.5em;
}

#wrapper { width: 100%; }


h1 {
	color: #003965;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 30px;
	font-weight: normal;
	padding: 0 0 1.5em 0;
}

h2 {
	color: #4e4e4e;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin: 1.5em 0 1.2em 0;
}

h1 + h2 {
	margin: 0 0 1.2em 0;
}

h3 {
	color:#003965;
	margin: 1em 0 .8em 0;
}

p + p {
	margin: 1em 0 0 0;
}

/*** Menu ***/
#menu-wrap {
	background: url(images/menu-bg.png) top left repeat-x;
	height: 56px;
	width: 100%;
}

#menu {
	height: 56px;
	margin: 0 auto;
	width: 1025px;
}

.logo {
	float: left;
	margin: 14px 0 0 10px;
}

#nav {
	float: right;
	margin: 14px 10px 0 0;
}
#nav .first { padding: 0 8px 0 9px; }
#nav li { display: inline; list-style-type: none; }
#nav li + li { border-left: 1px solid #fff; padding: 0 8px 0 9px; }
#nav a { color: #fff; text-decoration:none; }
#nav a:visited { color: #fff; }
#nav a:hover { text-decoration: underline; }

/*** Header ***/
#header-wrap {
	/*background: #5b92e2;*/
	background: url(images/le-header.jpg) top center #3493d9 no-repeat;
	border-bottom: 1px solid #fff;
	height: 316px;
	width: 100%;
}
#header {
	height: 316px;
	width: 950px;
}
#h-left {
	background: url(images/header-left-fade.jpg) top left no-repeat;
	float: left;
	height: 316px;
	width: 30px;
}
#header-main {
	background: url(images/home-header.jpg) top left no-repeat;
	float: left;
	height: 316px;
	width: 950px;
}
#h-right {
	background: url(images/header-right-fade.jpg) top left no-repeat;
	float: left;
	height: 316px;
	width: 30px;
}

/*** Content ***/
#content-wrap {
	background: url(images/content-background.png) top left repeat-x;
	min-height: 500px;
	width: 100%;
}

#page-container {
	/*background: url(images/top-page-shadow.png) bottom left no-repeat;*/
	margin: 0px auto 0 auto;
	padding: 10px 0 0 0;
	width: 966px;
}

#left-shadow {
	background: url(images/left-page-shadow.png) top left no-repeat;
	float: left;
	height: 144px;
	width: 13px;
}

#right-shadow {
	background: url(images/right-page-shadow.png) top left no-repeat;
	float: left;
	height: 144px;
	width: 13px;
}

#page {
	background: #fff;
	float: left;
	min-height: 300px;
	width: 940px;
}

.left { 
	float: left;
	padding: 15px 0 15px 40px;
}

.right { 
	float: right;
	padding: 15px 40px 15px 0;
}

#main {
	/*float: left;
	padding: 15px 0 15px 40px;*/
	width: 600px;
}

#main ul { margin: .9em 0; }

#main li {
	padding: .1em 0 .1em 0;
	margin: 0 0 0 1.2em;
}

.alignleft {
	float: left;
	padding: 7px 15px 7px 0;
}

.alignright {
	float: right;
	padding: 7px 0 7px 15px;
}

#contact_form li {
	list-style-type: none;
	margin: .3em 0 0 0;
}

#contact_form label {
	display: block;
}

#contact_form .stdin { width: 300px; }

#sidebar {
	/*float: right;
	padding: 15px 40px 15px 0;*/
	width: 200px;
}

.widget + .widget {
	margin: 1em 0 0 0; 
}

#sidebar h4 {
	color: #4e4e4e;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 1em 0;
}
#email-signup ul li { list-style-type: none; }
#email-signup label {
	color: #4e4e4e;
	display: block;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
}

.stdin {
	background: #f0f390;
	border: 1px solid #4e4e4e;
	width: 198px;
}

#split-table td { padding: 4px 10px; width: 250px; }

.subscribe-btn {
	float: right;
	padding: 10px 0 0 0;
}

#footer-wrap {
	background: #4e4e4e;
	min-height: 200px;
	width: 100%;
}

#footer {
	margin: 0 auto;
	padding: .9em 0;
	width: 860px;
}

#footer p {
	color: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
}

#footer a {
	color: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	text-decoration: none;
}
#footer a:visited { color: #fff; }
#footer a:hover { text-decoration: underline; }

#copydata {
	float: left;
	width: 180px;
}

#footer-menu {
	float: right;
	width: 640px;
}

#footer-menu li { list-style-type: none; }
#footer-menu ul li {
	display: inline;
	float: left;
	margin: 0 1.3em 0 0;
}

#footer-menu ul li ul li {
	display: block; 
	float: none;
}
#footer-menu ul li ul li a { font-size: 10px; }

/*** Img Link Cleanup ***/
a {
	outline:none;
}
a:focus {
	outline:none;
}
a img {
	border-style:none;
	border-width:0;
	outline:none;
}
a img:visited {
	border-style:none;
}
a img:hover {
	border-style:none;
}

/*** Clearfix ***/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}