/*  @@@@@[  Wrappers  ]@@@@@ */
/* The percentage in the body tag takes care of earlier versions of IE using the percentages (base font size is 16px for IE 6, 16 x 62.5 = 10)... ems should be used in most other style declarations */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #4a4848; 
	text-align: left;
	background-color: #3D3D3D;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat;
	background-position: center top;
}
#wrapper {
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background:#262627;
}

/*  @@@@@[  Navigation  ]@@@@@ */
#nav {
	padding-right: 20px;
	padding-top: 67px;
	float: right;
	width: 469px;
}

/*  @@@@@[  Sub Nav  ]@@@@@ */
/* Note that there are styles applied to all "a" tags in .subnav (such as display: block) and then specific styles for "a" tags in .sub1 */
#subnav{
	border-bottom: 1px solid #000;
	margin-bottom: 61px;
	line-height: 15px;
}
.NavLevel1{
	border-top: 1px solid #000;
	padding: 6px 0 10px 18px;
	background: url(images/_bullet.gif) no-repeat 7px 9px;
}
.NavLevel1 a:link, .NavLevel1 a:visited, .NavLevel1 a:active{
	color: #212121;
	text-decoration: none;
}
.NavLevel1 a:hover{
	color: #fffff4;
	text-decoration: none;
}
/* @@@@@[  Header / Footer  ]@@@@@ */

#header {
	width: 960px;
	height: 113px;
}
#logo {
	float: left;
	width: 236px;
	padding-top: 27px;
	padding-left: 21px;
}
#footer {
	color: #575757;
	width: 920px;
	border-top: solid 1px #464646;
	font-size: 11px;
	padding-top:3px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #575757; 
	text-decoration: none;
}
#footer a:hover {
	color: #575757; 
	text-decoration: underline;
}
#footer .seo a:link, #footer .seo a:visited, #footer .seo a:active, #footer .seo a:hover {
	color: #575757; 
	text-decoration: none;
}
#footer a.seo:visited, #footer a.seo:active, #footer a.seo:link {
	text-decoration: none;	
	color: #575757;
}
#footer a.seo:hover {
	text-decoration: none; cursor: text;
}
#gravitate {
	float:right;
}
/* @@@@@[  Home Page  ]@@@@@ */
#flash {
	width: 960px;
	height: 455px;
}
#botcol {
	width: 920px;
	background:#262625;
	padding: 10px 20px;
}
/* @@@@@[ Main Page  ]@@@@@ */
#main{
	background: url(images/_bg-main.gif) repeat-y;
	width: 960px;
	color: #262626;
	font-size: 11px;
}
#left-content{
	padding: 107px 18px 0 17px;
	width: 125px;
	float: left;
}
#right-content{
	float: right;
	width: 800px;
}
#right-in{
	padding: 24px 78px 0 42px;
}
.column-left{
	float: left;
	width: 179px;
	padding-top: 5px;
}
.column-left img{
	margin-bottom: 15px;
}
.column-right{
	float: right;
	width: 457px;
	padding-top: 5px;
}
.column-right_big{
	width: 680px;
	padding-top: 5px;
}
.quote{
	font-size: 15px;
	line-height: 21px;
	padding-bottom: 15px;
	font-weight: bold;
}
.callout{
	color: #fffffe;
	font-size: 13px;
	font-style: italic;
	line-height: 18px;
	padding-left: 12px;
	font-weight: bold;
	background: url(images/_bg-callout.gif) no-repeat 2px 0 ;
}
.callout-img{
	margin-left: 3px;
	margin-bottom: 2px;
}
.callout1 {
	width: 210px;
	padding-right: 10px;
	float:left;
	text-align:center;
}
/* @@@@@[  Redefined Tags / Classes  ]@@@@@ */
a:link, a:visited, a:active {
	color: #bb8707; 
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #bb8707; 
	text-decoration: none;
	outline: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0 15px 0;
	padding: 0px 0 10px 0;
	color: #647b12;
	font-size: 18px;
	border-bottom: 1px solid #696969;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0 10px 0;
	color: #647b12;
	font-size: 16px;
	font-weight: bold;
}
h2 a:link, h2 a:active, h2 a:visited {
	text-decoration: none;
}
h2 a:hover {
	text-decoration: none;
	color: #647B12;
}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #647b12;
	font-size: 14px;
	font-weight: normal;
}

h4 { 
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	color: #647b12;
	font-size: 12px;
	border-bottom: 1px solid #696969;
	font-weight: bold;
}

p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 13px;
}
blockquote {
	margin: 0px 35px 13px 30px;
	padding: 0px;
}
.clrSolo {
	clear: both; 
 	font-size: 1px; 
 	line-height: 1px; 
 	margin: 0px; 
 	padding: 0px; 
 	visibility: hidden;
}
.clr {
 	clear: both;
}
.left {
 	float: left;
}
.right {
 	float: right;
}
.imgRight {
 	margin-bottom: 10px; 
 	margin-left: 10px;
 	float: right;
}
.imgLeft {
 	margin-bottom: 10px; 
 	margin-right: 10px;
 	float: left;
}
.clrLine {
	clear:both;
	border-top: dashed 1px #999999;
	margin-bottom: 10px;
}
ul{
	margin: 0px;
	padding-left: 25px;
}
ul li{
	background: url(images/_bullet2.gif) no-repeat 0px 6px;
	line-height: 18px;
	list-style: none;
	padding-left: 15px;
}
ul li ul{
	margin: 0px;
	padding: 0px;
}
/* @@@@@[  Form Elements  ]@@@@@ */
input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em; 
	color: #666; 
	background: #fff; 
	border: 1px solid #666666;
}
input.clean {
	border-style: none; 
	background: none;
}
.locations {
	float: left;
	padding-right: 40px;
}


.gallery_large {
	margin-left: 20px;
}

.gallery_large img {
	padding: 7px;
	border: 1px solid #696969;
}

.gallery_thumb {
	padding: 5px 0;
}

.gallery_thumb img {
	border: 1px solid #696969;
	float: left;
	margin-left: 5px;
	cursor: pointer;
}
.watermark {
	background: url(images/watermark.jpg) no-repeat center center;
}
