@charset "UTF-8";


/* DON"T STEAL!!! © 2008 Craftwork Media LLC, All Rights Reserved */
/* ---------------------------------------------------------------------*/


/* GLOBAL STYLES */

html {
	text-align: center;
	height: 100%;
	width: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	text-align:left;
	background-color: #2D2D2E;
}

.wrapper {
	width: 760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
}

.clear {
	clear: both;
	height: 0px;
	width: 100%;
}

p, li, ul, h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, sans-serif
}

.right {
	float: right;
}
.block {
	width: 400px;
}

.left {
	float: left;
}

map {
	border:0;
}


/* HEADER --------------------------------------------- */

#header {
	height: 90px;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/dec_phone_contact.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#header a:link, #header a:visited {
	color: #333333;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
	color: #0182BC;
}

/* Logo */		
	
h1 {
	width: 165px;
	height: 90px;
	float: left;
	background-color: transparent;
	background-image: url(../images/LNE-_logo_v2_whitebg_RGB.png);
	background-repeat: no-repeat;
	background-position: left center;
	border:none;
	/* Hide HTML */
	overflow: hidden;
	display: block;
	font-size: 1px !important;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}

/* Navigation */

#navigation {
	float: right;
	padding-top:14px;
}
#navigation  img {
	padding: 0;
	height: 65px;
	list-style: none;
	background-color: #F9F7F7;
	margin: 0;
}

#navigation ul {
	padding: 0;
	list-style: none;
	background-color: #FFFFFF;
	border: none;
	margin: 0;
}

#navigation li {
	background-image: url(../images/dec_navigation-vert-divider.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	font-size: 13px;
	color: #000000;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 25px;
	padding-bottom: 0px;
	display: inline;
	height: 40px;
	border: none;
}

/* Contact */

#contact {
   float:right;
}



#contact a:link, #contact a:visited {
	color: #999999;
	text-decoration: underline;
}

#contact a:hover {
	color: #666666;
}

#contact ul {
	padding: 0;
	list-style: none;
	background-color: #FFFFFF;
	border: none;
	margin: 0;
	display:inline;
}

#contact li {
	float: left;
	font-size: 11px;
	color: #999999;
	padding-right: 15px;
	display: inline;
	padding-left: 10px;
}
#contact li#phone {
	background-image: url(../images/dec_phone-icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	/*
	position:relative;
	left:-100px;
	*/
}
#contact li#schedule {
	background-image: url(../images/dec_arrow_gray.gif);
	background-repeat: no-repeat;
	background-position: left center;
	/*
	position:relative;
	top:-15px;
	*/
}

/* CONTENT --------------------------------------------- */

#content {
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 75px;
	padding-left: 0px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

#intro h2 {
	border:none;
	/* Hide HTML */
	overflow: hidden;
	display: block;
	font-size: 1px !important;
	color: #0182BC;
	margin: 0;
	padding: 0;
}


/* FOOTER --------------------------------------------- */



#footer {
	width: 100%;
	height: 75px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer p {
	font-size: 10px;
	color: #666666;
}
#footer a:link, #footer a:visited {
	color: #777777;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
}
