body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	background: #000 url(/images/body_bg.jpg);
}

li, ul, img, h1, h2, h3, h4, h5, h6, p, div, table, tr, td, tbody {
	margin: 0;
	padding: 0;
	border: none;
}

a {
  text-decoration: none;
  color: #cccc00;
}

a:link {
	color:#cccc00;
}

a:visited {
	color:#cccc00;
}
a:hover {
	color:#999933; 
	text-decoration:underline;
}

ul {
	padding: 0px 0px 5px 0px;
	list-style-type: disc;
	list-style-position: inside;
	color: #fff;
}

#container {
	width: 780px;
	margin: 0px auto;
	/*background: url(images/content_bg.jpg) repeat-y;*/
}

#banner {
	clear: both;
	float: left;
	width: 780px;
	height: 186px;
	overflow: hidden;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}

#navigation {
	clear: both;
	float: left;
	padding: 0px;
	margin: 0px;
	/*height: 223px;*/
	width: 780px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background: #000 url(images/banner_bg.jpg) repeat-x;
	overflow: hidden;
}

#navigation ul {
	clear: both;
	float: inherit;
	margin: 15px 0px 15px 65px;
	padding: 0;
	height: 32px;
	list-style-type: none;
	text-align: center;
}

#navigation li {
	display: block;
	float: left;
	height: 32px;
}

#navigation li a {
	display: block;
	font-size: 14px !important;
	font-weight: bold !important;
	padding: 7px 10px 7px 10px;
}

.nav1Active {
	height: 32px;
	background: #e3b403 url(/images/nav1_active.jpg) repeat-x;
}

.nav1Active a {
	color: #000 !important;
}

.nav1ActiveLeft {
	width: 12px;
	height: 32px;
	background: #000 url(/images/nav1_active_left.jpg) no-repeat right;
}

.nav1ActiveRight {
	width: 12px;
	height: 32px;
	background: #000 url(/images/nav1_active_right.jpg) no-repeat left;
}

.nav1Inactive {
	height: 32px;
	background: #000 url(/images/nav1_inactive.jpg) repeat-x;
}

.nav1Inactive a {
	color: #ccc !important;
}

.nav1InactiveLeft {
	width: 12px;
	height: 32px;
	background: #000 url(/images/nav1_inactive_left.jpg) no-repeat right;
}

.nav1InactiveRight {
	width: 12px;
	height: 32px;
	background: #000 url(/images/nav1_inactive_right.jpg) no-repeat left;
}

#center {
	float: left;
	width: 780px;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background: #000;
}

.centerContainer {
	clear: both;
	float: inherit;
	margin: 0px 30px 0px 30px;
	width: 720px;
	text-align: left;
}

.centerContainer table {
	width: 100%;
	float: left;
	clear: both;
}



/* 
==================================
	FORM STYLES
==================================
*/
.inputText {
	display: block; 
	margin: 2px 0px;
	padding: 5px;
	width:450px;
	height: 16px;
	border:1px solid #333; 
	background:#111;
	color: #fff;
	font-family: verdana;
	font-size: 12px;
	line-height: 14px;
	vertical-align: middle;
}

textarea {
	display:block;
	margin: 2px 0px;
	padding: 4px;
	width:450px;
	height: 200px;
	border:1px solid #333; 
	background:#111; 
	color: #fff;
	font-family: verdana;
	font-size: 12px;
}

.inputButton {
	height: 35px;
	background: #d49f01;
	border: 1px solid #b59500;
	font-weight: bold;
	font-size: 15px;
	cursor: pointer;
}

a.inputButton, a.inputButton:link, a.inputButton:visited, a.inputButton:hover, a.inputButton:active {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #000;
	display: block;
	font-size: 17px;
	height: auto;
	padding: 15px;
	text-align: center;
}

.inputButton:hover, a.inputButton:hover {
	background: #facf06;
	border: 1px solid #b59500;
	text-decoration: none;
}

.inputButton:active, a.inputButton:active {
	padding-top: 2px;
	background: #d49f01;
	border: 1px solid #b59500;
	text-decoration: none;
}
a.inputButton:active {
	padding: 15px;
}

.centerContainer .gallery {
	clear: both;
	float: left;
	margin: 10px 0;
}
.centerContainer .gallery img {
	border: 1px solid #444;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	width: 220px;
}


/*
==================================
	FONT
==================================
*/
h1 {
	margin: 0px;
	padding: 25px 0px 2px 0px;
	font-size: 24px;
	font-family: georgia, times, serif;
	font-weight: bold;
	color: #fff;
	text-align: left;
}

h1 span {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	vertical-align: middle;
	color: #999;
}

h2 {
	margin: 0px;
	padding: 25px 0px 2px 0px;
	font-size: 18px;
	font-family: georgia, times, serif;
	font-weight: bold;
	color: #fff;
	text-align: left;
}

.noPadding {
	padding: 0;
}

h3 {
	margin: 0px;
	padding: 10px 0px 2px 0px;
	font-size: 14px;
	font-family: verdana, sans-serif;
	font-weight: bold;
	color: #fff;
	text-align: left;
}

h3 span {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	vertical-align: middle;
	color: #999;
}

p {
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	padding: 0px 15px 15px 0px;
}

h3.body {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #fff;
	padding: 1px 30px 1px 0px;
	margin: 0px 0px 16px 0px;
}

.bold {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #fff;
	padding: 1px 30px 1px 1px;
	margin: 0px 0px 16px 0px;
}

.noindent {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #fff;
	padding: 1px 30px 1px 1px;
	margin: 0px 0px 16px 0px;
}

.listings {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #fff;
	padding: 1px 25px 1px 1px;
	margin: 0px;
}


.listingsyears {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #fff;
	padding-left: 1px 0px;
	margin: 0px;
}


.quote {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #cc0;
	padding: 1px 25px 1px 1px;
	margin: 0px;
}

.author {
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	text-indent: 25px;
	color: #ccc;
	padding: 1px 25px 1px 1px;
	margin: 0px;
}


/*
==================================
	FOOTER
==================================
*/
#footer {
	clear: both;
	padding: 0px;
	margin: 0px;
	width: 780px;
	height: 490px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background: #000 url(images/footer_bg.jpg) no-repeat;
}

h4.footer {
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	padding-top: 5px;
	margin: 0px;
	text-align: center;
}

a.footer {
  text-decoration: none;
  color: #fff;
}

a:link.footer {
  color: #fff;
}

a:visited.footer {
  color: #fff;
}

a:hover.footer {
  color: #999;
}






