* { margin: 0; padding: 0; }
a { text-decoration: underline; color: #CC3333; }
a:hover { text-decoration: underline; }
html, body { width: 100%; font-family: Verdana, Geneva, sans-serif; font-size: 13px; }
p { margin-bottom: 12px; }
h2 { margin-bottom: 12px; }

div.left { float: left; }
div.right { float: right; }

form { margin: 0; padding: 0; }
label { display: block; }
input[type=text] { margin-bottom: 5px; width: 290px; padding: 3px; border: 1px solid #999; font-size: 14px; }
textarea { margin-bottom: 15px; width: 448px; height: 100px; font-family: Verdana, Geneva, sans-serif; padding: 3px; border: 1px solid #999; font-size: 14px; }
input[type=submit] { background: url(../img/bg_nav_on.gif); color: #FFF; font-weight: bold; height: 26px; padding: 0 5px; border: none; }

p.error { color: #F00; margin-bottom: 12px; }

div#headerContainer {
	width: 980px;
	height: 209px;
	background: url(../img/header.gif) no-repeat;
	margin: 0 auto;
	position: relative;
}

div#logo {
	position: absolute;
	bottom: 0;
	left: 60px;
	background: url(../img/logo.gif) no-repeat;
	width: 271px;
	height: 120px;
}

div#logo h1 {
	text-indent: -9999px;
}

div#logo a {
	display: block;
	width: 271px;
	height: 120px;
}

div#tagline {
	position: absolute;
	bottom: 0;
	right: 120px;
	background: url(../img/header_tag.gif) no-repeat;
	width: 469px;
	height: 120px;
}

div#tagline h1 {
	text-indent: -9999px;
}

div#footerContainerHome {
	width: 844px;
	height: 220px;
	background: url(../img/footer_internal.gif) no-repeat 0 0;
	margin: 0 auto;
	padding: 0 68px;
	color: #FFF;
}

div#footerContainerMain {
	width: 844px;
	height: 126px;
	background: url(../img/footer_internal.gif) no-repeat top;
	margin: 0 auto;
	padding: 34px 68px 0 68px;
	color: #FFF;
}

div.news {
	width: 600px;
	margin-right: 33px;
	padding: 20px 0;
	color: #FFF;
}

div.news p {
	margin-left: 100px;
}

div.contact {
	padding: 20px 0;
	color: #FFF;
	width: 211px;
}

div.contact p {
	margin-left: 16px;
}

h2.news {
	background: url(../img/header_news.gif) no-repeat;
	text-indent: -9999px;
	width: 80px;
	height: 23px;
	float: left;
}

h2.contact {
	background: url(../img/header_contact_us.gif) no-repeat;
	text-indent: -9999px;
	width: 143px;
	height: 23px;
}

div#navContainer {
	width: 877px;
	height: 26px;
	margin: 0 auto;
	background: url(../img/bg_nav_on.gif) repeat-x;
	font-size: 11px;
}

div#navContainer a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

div#navContainer ul li a {
	display: block;
	height: 26px;
	line-height: 25px;
	padding: 0 10px;
	border-right: 1px solid #666;
	background: url(../img/bg_nav.gif);
}

div#navContainer ul li a:hover {
	color: #FFF;
	background: url(../img/bg_nav_on.gif);
}

div#navContainer ul {
	list-style: none;
}

div#navContainer ul li {
	float: left;
}

div#pageCopy {
	width: 876px;
	margin: 0 auto;
	padding: 0 52px;
	background: url(../img/bg_body.gif) repeat-y;
}

li.phone {
	color: #FFF;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	width: 210px;
}

div#copyLeft {
	width: 289px;
	height: 328px;
	margin-top: 6px;
	color: #FFF;
	padding: 22px 22px 0 22px;
 	background: url(../img/bg_home.gif) no-repeat;
	font-size: 14px;
}

div#copyLeft ul {
	margin-left: 14px;
	font-size: 12px;
}

div#copyLeft h2 {
	margin-bottom: 0px;
	color: #FFF;
	font-size: 12px;
}

div#copyRight {
	width: 543px;
	height: 349px;
	background: url(../img/home_main2.jpg) no-repeat;
	margin-top: 6px;
}

div.copyLeft {
	width: 264px;
	color: #000;
}

div.copyLeft ul {
	margin-left: 14px;
	font-size: 12px;
}

div.copyRight h2 {
	margin-bottom: 12px;
	color: #000;
	font-size: 12px;
}

div.copyRight {
	width: 543px;
}

div.clear {
	clear: both;
}

p.footer {
	color: #000;
	text-align: center;
	margin-top: 98px;
}

p.footerMain {
	color: #000;
	text-align: center;
	margin-top: 60px;
}

div#contentCopy {
	background: #FFF;
	color: #000;
	margin-top: 6px;
	padding: 25px;
}

div#contentCopy h2 {
	font-size: 12px;
	text-transform: uppercase;
}

hr {
	clear: both;
	border: 0;
	border-bottom: 1px solid #E2DBDB;
	margin: 10px 0;
}

ul#imageGallery {
	list-style: none;
}

ul#imageGallery li {
	float: left;
}

ul#videoGallery {
	list-style: none;
}

ul#videoGallery li {
	float: left;
}

.success {
	border: 1px solid;
    margin: 10px 0;
    padding: 10px;
    color: #4F8A10;
    background-color: #DFF2BF;
	width: 435px;
}