/* @group Main Page Structure */

/* @group Site Wide */

#wrapper {
	width: 770px;
	text-align: left;
	position: relative;
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

#header {
	background-image: url(images/Logo_darkgray2.jpg);
	background-repeat: no-repeat;
	height: 125px;
	width: 770px;
	background-position: 20px;
}

#navigation {
	height: 60px;
	width: 748px;
	margin-left: 15px;
}
#box_top {
	height: 60px;
	width: 770px;
	background-image: url(images/menuback3.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 10px;
	padding-top: 6px;
}
#box {
	background-image: url(images/box.gif);
	background-repeat: repeat-y;
	width: 770px;
	padding: 20px 0px 0px 0px;
}


#boxTop_gray{
	height: 60px;
	width: 770px;
	background-image: url(images/botTop_gray2.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 10px;
}
#box_gray {
	background-image: url(images/box_gray.gif);
	background-repeat: repeat-y;
	width: 770px;
	padding: 10px 0px 0px 0px;
}
#boxBottom_gray {
	background-image: url(images/boxBottom_gray.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 770px;
}

#box_bottom {
	background-image: url(images/boxbottom3.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 770px;
}

#headline {
	margin-left: 40px;
}

#quote {
	background-image: url(images/quote_darkgray.gif);
	background-repeat: no-repeat;
	height: 125px;
	width: 294px;
	margin-left: 476px;
}

#copyright {
	height: 20px;
	width: 750px;
	margin-top: 10px;
	margin-bottom: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C8C4CC;
	padding-top: 5px;
	margin-left: 13px;
	visibility: visible;
	text-align: center;
}



/* @end */

/* @group Home Page */

#slide {
	border: 3px solid #242626;
	height: 314px;
	width: 450px;
}

#content_left {
	width: 450px;
	float: left;
	display: inline;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-left: 40px;
}

#content_right {
	width: 200px;
	float: right;
	margin-right: 30px;
	display: inline;
	height: 274px;
	background-color: #242626;
	border: 3px solid #222424;
	margin-top: 20px;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#content_bottom {
	width: 700px;
	background-position: top;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 40px;
}

#bottom_left {
	float: left;
	width: 196px;
	padding-bottom: 10px;
	height: 225px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #242626;
	border: 3px solid #222424;
	display: inline;
}
#bottom_center {
	width: 196px;
	float: left;
	margin-left: 12px;
	padding-bottom: 10px;
	height: 225px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: #242626;
	border: 3px solid #222424;
	display: inline;
}

#bottom_right {
	width: 200px;
	margin-left: 20px;
	float: left;
	padding-bottom: 10px;
	height: 225px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline;
	background-image: url(images/logoLBBlue.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}



/* @end */

/* @group Secondary Pages */

#left3 {
	float: left;
	margin-top: 10px;
	margin-left: 15px;
	width: 300px;
}

#right2 {
	width: 325px;
	float: right;
	margin-right: 30px;
	background-color: #242626;
	border: 3px solid #222424;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 10px;
}



/* @end */



/* @end */

/* @group Contact Form */

#contact-heading {
	text-indent: -9999px;
	margin: 0;
	height: 24px;
}

#form-contact {
	width: 300px;
}



#form-contact-name, #form-contact-email, #form-contact-message { width: 300px; }

#form-contact label { 
	padding: 0 0 0 14px; 
	color: #FFFFFF; 
}

#list-error {
	list-style-type: none;
	color: #FFFFFF;
}

#form-contact p { color: #FFFFFF; }

#list-error li {
	padding-left: 20px;
}

input, textarea {
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #666666;
	display: block;
	font: 1.1em verdana, geneva, sans-serif;
	margin: 4px 0 4px 0;
	-moz-border-radius: 3px;
	padding: 1px;
}

label {
	font-size: .9em;
	text-transform: uppercase;
}

label.form-error {
	font-weight: bold;
}

label.form-error:after {
	content: " [This field is required.]";
	color: #F62B0C;
}

input.form-error, textarea.form-error {
	background: #F62B0C;
	color: #FFFFFF;
}



/* @end */

/* @group Basic Elements */

body {
	text-align: center;
	margin: 0px;
	padding-top: 25px;
}

hr {
	background-image: url(images/dot.jpg);
	background-repeat: repeat-x;
}

p {
	font-size: 12px;
	line-height: 23px;
}

a {
	color: #6c8bc7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



/* @end */