body, html, h1, h2, h3, h4, h5, h6, ul, ol, dl, table, p, td, img { 
	margin: 0; 
	padding: 0;
	border: none;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
}

.textField, .textArea {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000;
	border: 1px solid #7C3D12;
	background-color: #FFCC99;
}

.textField {
	width: 200px;
}

html, body {
	height: 100%;
	background-color: #000;
}

#centeringTable {
	height: 100%; width: 100%;
}

a {
	color: #7C3D12;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

body {
	text-align: center;
}

.layout {
	width: 980px;
	/*margin: 30px auto 0 auto;*/
	margin: 0 auto 0 auto;
	text-align: left;
	position: relative;
	height: 493px;
	overflow: hidden;
	
	background: url('images/btm_rgt.gif') no-repeat bottom right;
	background-color: #FF9900;
}

.main {
	/*height: 432px;*/
	overflow: hidden;
	
}

div.clear { 
	clear:both; 
	height:1px; 
	font-size:2px; 
}

.leftFloat {
	float: left; 
	display: inline;
}

.rightFloat {
	float: right; 
	display: inline;
}

.header {
	position: relative;
	height: 48px;
	overflow: hidden;
	background: url(images/header.gif) no-repeat;
	border-bottom: 2px solid #7A3912;
}

.headerLink {
	position: absolute;
	top: 0;
	left: 0;
}

.header h1 span {
	display: none;
}

.headerTagLine {
	float: right;
	display: inline;
	margin-right: 13px;
	position: relative;
	margin-top: -5px;
	margin-bottom: 3px;
}

.headerRule {
	clear:both;
	height: 2px;
	font-size: 2px;
	background-color: #7A3912;
}

.rightRule {
	clear:both;
	height: 2px;
	font-size: 2px;
	border-bottom: 1px dotted #D9792A;
	margin-bottom: 6px;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}

.headerRuleBlack {
	clear:both;
	height: 2px;
	font-size: 2px;
	background-color: #000;
}

.menuBar ul {
	list-style: none;
	float: left;
	display: inline;
	height: 22px;
}

.menuBar li {
	float: left;
	display: inline;
	height: 22px;
	border-left: 2px solid #7A3912;
	/*margin-right: 5px;
	padding-left: 5px;*/
}

.menuBar .lastItem {
	margin: 0;
	padding: 0;
	border-right: 2px solid #7A3912;
}

.menuBar {
	border-bottom: 4px solid #000;
	height: 22px;
	overflow: hidden;
	background-color: #E48442;
	position: relative;
}

.menuBar li a {
	font-size: 14px;
	color: #FFF;
	display: block;
	height: 22px;
	padding-top: 2px;
	width: 75px;
	text-align: center;
	text-decoration: none;
}

.menuBar li a:hover {
	font-size: 14px;
	color: #FFF;
	background-color: #FF6600;
}

.menuBar .selected a {
	background-color: #FF6600;
}

.musicPlayer {
	margin: 4px 0 0 24px;
	font-weight: bold;
	color: #7C3D12;
}

.googleBar {
	background-color: #000;
	height: 15px;
	border-bottom: 4px solid #000;
}

.rightCol {
	 clear: both; 
	 border-left: 1px solid #000; 
	 width: 173px; 
	 height: 403px;
	 overflow: hidden;
	 font-size: 11px;
}

.rightCol h2 {
	margin-left: 5px;
	font-weight: bold;
	margin-bottom: 7px;
	background-color: #7C3D12;
	padding-left: 2px;
	margin-right: 4px;
	padding-bottom: 2px;
	font-size: 10px;
	padding-top: 1px;
}

.rightCol .status {
	margin-left: 7px;
	margin-bottom: 8px;
	padding-right: 4px;
	/*color: #FBE7CF;*/
	letter-spacing: -1px;
	color: #000000;
}

.rightCol .status ul {
	list-style: none;
	margin-top: -2px;
}

.rightCol .status li {
	display: inline; 
	float: left;
	font-size: 11px;
	padding-left: 6px;
	text-indent: -6px;
	margin-bottom: 2px;
}

.rightCol .siteList {
	list-style: none;
	
}

.rightCol .siteList span {
	color: #7C3D12;
	font-size: 12px;
	font-weight: bold;
}

.rightCol .siteList li {
	display: block;
	float: none;
	color: #000;
	margin-bottom: 4px;
}

.rightCol .siteList li a {
	font-size: 12px;
}

.midDot {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

.picCol {	
	width: 190px;
	margin: 0 0 0 15px;
	padding-top: 6px;
}

.quote {
	font-size: 13px;
	/*height: 48px;*/
	margin-bottom: 10px;
}

.myPic {
	border: 1px solid #000;
	margin: 0 0 7px 0;
}

.symbols {
	text-align: center;
}

.symbols img {
	margin-right: 9px;
}

.dots {
	margin-top: 0px;
	text-align: center; 
	font-size: 14px; 
	color: #000;
	line-height: 10px;
}

.contact a {
	color: #7C3D12;
	text-decoration: underline;
	display: inline;
}

.contact a:hover {
	font-weight: bold;
}

.contact {
	margin-top: 8px;
	padding-left: 14px;
	margin-bottom: 8px;
	position: relative;
}

.address {
	color: #7C3D12;
	font-weight: bold;
	margin-left: 14px;
}

.contact img {
	display: block;
	float: left;
	margin-right: 5px;
	position: relative;
	margin-top: -1px;
}

.centerCol {
	margin: 5px 15px 0 20px;
	width: 565px;
	height: 398px;
	overflow: hidden;
}

.centerCol h2 {
	color: #7C3D12;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
	border-bottom: 1px dashed #7C3D12;
}

.centerCol p {
	color: #000;
	margin-bottom: 12px;
}

.upperContent {
	height: 265px;
	overflow: hidden;
	margin-bottom: 13px;
}

.thumbList {
	list-style: none;
}

.thumbList li {
	display: inline;
	margin-right: 20px;
	height: 75px;
	width: 75px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #7C3D12;
	background-color: #E48442;
	float: left;
}

label {
	display: block;
	float: left;
	width: 200px;
	padding-top: 3px;
	text-transform: capitalize;
	font-weight: bold;
}

form {
	margin: 0 0 0 0px;
}

.mainForm {
	border: 1px solid #582D01;
	background: #ED9E4D;
	padding: 10px;
}

.formItem {
	zoom: 1;
	margin-bottom: 5px;
	margin-left: 0px;
}

.send {
	margin-left: 430px;
	border: 1px solid #7C3D12;
	background-color: #E48442;
	cursor: pointer;
	cursor: hand;
	width: 93px;
	font-weight: bold;
} 

.photoMain {
	 clear: both; 
	 width: 402px; 
	 height: 382px;
	 overflow: hidden;
	 font-size: 10px;
	 float: right;
	 display: inline;
	 margin: 21px 10px 0 0;
	 text-align: center;
}

.photoMain img {
	 border: 1px solid #7A3912;
}

#photoThumbCol {
	margin: 5px 15px 0 20px;
	width: 300px;
}

#photoMainCol {
	margin: 5px 15px 0 20px;
	width: 720px;
}

#photoThumbs {
	width: 300px;
	margin-left: 20px;
	margin-top: 20px;
}

#photoThumbs li {
	margin-right: 10px;
	margin-bottom: 10px;
}

.galleryNav {
	margin: 20px 0 0 90px;
	list-style: none;
}

.galleryNav li {
	float: left;
	display: inline;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #000000;
}

.galleryNav {
	margin: 20px 0 0 65px;
	list-style: none;
	clear: both;
}

.galleryNav li {
	float: left;
	display: inline;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #7A3912;
}

.mainGalleryNav {
	margin: 40px 0 0 34px;
	list-style: none;
}

.mainGalleryNav li {
	float: left;
	display: inline;
	margin-right: 20px;
	width: 202px;
}

.mainGalleryNav img {
	border: 1px solid #7A3912;
}

.mainGalleryNav h2 {
	color: #7C3D12;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	border-bottom: none;
}

.lastThumb {
	margin: 0;
}

.noRightBorder {
	border-right: 0 !important;
}

.proverb {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

.rightCol .proverb {
	margin: 0 7px 10px 7px;
}
	
.footer {
	border-top: 1px solid #656565;
	text-align: center;
	padding: 1px 5px 0 0;
	font-size: 9px;
	margin-top: 10px;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

.footer ul {
	list-style: none;
	width: 940px;
}

.footer li {
	display: inline;
	float: left;
	width: 313px;
	font-size: 9px;
	color: #7C7C7C;
	text-align: left;
}

.footer li a, .postFooter a {
	color: #7C7C7C;
	text-decoration: none;
	font-size: 9px;
}

.postFooter {
	text-align: right;
	font-size: 9px;
	margin: 0 0 2px 0;
}

.keyFeatures li {
	color: #000000;
	padding-left: 10px;
	text-indent: -10px;
	margin-bottom: 8px;
}

.keyFeatures li span {
	color: #7C3D12;
	font-size: 12px;
	font-weight: bold;
}

.contactEmail {
	position: absolute;
	top: -10px;
	left: 0;
}

.posWrapper {
	position: relative;
}
