body {
	margin: 0 15px;
	
	background: url('/images/backgrounds/bg_body.gif') repeat;
	
	text-align: center;
}

body, .body, td, select, input, textarea, h1, h2, h3, h4, h5, h6  {
	font-size: 12px; 
	font-family: Arial,Verdana,Helvetica;
	color: #000;
	line-height: 1.2em;
	text-decoration: none;
	font-weight: normal;
}

div, ul, li, table, td, form, img, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

img {
	display: block;
}

table {
	margin: 0 10px;
	padding-bottom: 1em;
}

p {
	padding-bottom: 1em;
}

a {
	color: #480; 
	text-decoration: underline;
}

a:hover {
	color: #7a1;
}

h1, h2 {
	font-size: 18px;
	line-height: 1.2em;
	
	color: #369;
	font-weight: normal;
	
	font-style: italic;
	
	padding: 15px 0 0 38px;
	margin: 0 0 12px 0;
}

h1 {
	background: url('/images/misc/misc_shrubGreen.gif') no-repeat;
	background-position: top left;
}

h2 {
	background: url('/images/misc/misc_shrubBrown.gif') no-repeat;
	background-position: top left;
}

h3 {
	font-size: 14px;
	line-height: 1.2em;
	
	color: #369;
	font-weight: normal;
	
	padding: 0;
	margin: 2px 0;
}

ul {
	padding: 2px 0 1em 24px;
	
	list-style-position: outside;
	list-style-type: disc;
}

li {
	padding: 0 0 2px 0;
}

.clear {
	clear:both;
	display:block;
	overflow:hidden;
	padding: 0;
	margin: 0;
	height: 0;
	width: 100%;
}


.blueBox {
	margin: 0 -5px 1em -5px;
	padding: 9px;
	
	background-color: #27a;
	
	text-align: center;
	
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	font-style: italic;
}



.floatLeft {
	position: relative;
	float: left;
	display:inline;
}
.floatRight {
	position: relative;
	float: right;
	display:inline;
}




#mainBody {
	position: relative;
	
	margin: 0 auto;
	width: 799px;
	
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}



#header {
	z-index: 100;
	position: relative;
	
	margin: 0;
	height: 131px;
	
	background: url('/images/backgrounds/bg_header.gif') repeat-x;
	background-position: top;
}

#logoImage {
	position: absolute;
	
	left: 43px; top: 17px;
}

#headerContent {
	position: absolute;
	
	left: 532px; top: 41px;
	
	text-align: left;
	
	font-size: 12px;
	line-height: 20px;
	color: #ccc;
}

#headerContentPhoneNumber {
	position: relative;
	
	font-size: 18px;
	color: #fff;
	
	font-style: italic;
}



#mainNav {
	position: absolute; 
	
	left: 0; top: 101px; 
}

#mainNav ul {
	padding: 0;
	margin: 0;
	
	list-style-type: none;

	margin-left: 114px;
}

#mainNav ul li { 
	padding: 0;
	margin: 0;
	
	display: inline; 
}

#mainNav ul li a { 
	float: left;
	
	padding: 8px 16px; 
	
	font-size: 13px;
	color: #fff;
	
	text-transform: uppercase;
	
	text-decoration: none;
}

#mainNav ul li a:hover, #mainNav ul li a.on { 
	background: url('/images/backgrounds/bg_navOn.gif') repeat-x;
}

#mainNav ul li.divider {
	float: left;
	
	width: 2px;
	height: 29px;
	
	background: url('/images/misc/misc_navDivider.gif') no-repeat;
}


#subNavs {
	z-index: 100;
	position: absolute;
	
	left: 0; top: 130px;
}

#subNavs .subNav {
	z-index: 100;
	position: absolute;
	
	top: 0;
	
	padding: 6px 16px;
	
	background: url('/images/backgrounds/bg_subNav.png') repeat;
	
	text-align: left;
}

#subNavs .subNav a { 
	font-size: 12px;
	line-height: 18px;
	
	color: #fff;
	
	text-transform: uppercase;
	
	text-decoration: none;
}

#subNavs .subNav a:hover { 
	text-decoration: underline;
}




#footer {
	position: relative;
	
	margin: 0;
	padding-top: 14px;
	height: 23px;
	
	overflow: hidden;
	
	background: url('/images/backgrounds/bg_footer.gif') repeat-x;
	background-position: top;
	
	text-align: center;
	
	font-size: 11px;
	color: #fff;
}



#mainContentBar {
	position: relative;
	
	height: 5px;
	background-color: #cc9;
	
	border-bottom: 1px solid #fff;
}


#mainContent {
	position: relative;
	
	background: url('/images/backgrounds/bg_content.gif') repeat;
	
	text-align: left;
}

#mainContentFade {
	position: relative;
	
	background: url('/images/backgrounds/bg_contentFade.gif') no-repeat;
	background-position: top left;
	
	min-height: 450px;
	
	text-align: left;
}


.contentBlock {
	position: relative;
	
	width: 799px;
	padding: 16px 0;
}


.leftBlock {
	float: left;
	
	width: 400px;
	margin: 0;
	padding: 0 50px;
}

.widerLeftBlock {
	float: left;
	
	width: 424px;
	margin: 0;
	padding: 0 38px;
}

.rightBlock {
	float: left;
	
	width: 240px;
	margin: 0;
	padding: 0 30px 0 29px;
	
	font-size: 11px;
}

.rightBlock td {
	font-size: 11px;
}



.galleryThumbsContainer {
	position: relative;
	width: 100%;
}

.galleryThumb {
	float: left;
	width: 100px;
	padding: 1px;
	margin: 2px;
}

.galleryThumbOn {
	padding: 0;
	border: 1px solid #f22;
}

.galleryLargeImageContainer {
	position: relative;
	margin: 2px;
	
	min-height: 400px; 
}

.galleryLargeImageContainer img {
	margin: 1em 0;
}

.galleryLargeImageContainer p {
	margin: 0 10px;
}
