body, p, td, li	{ font-family: "Times New Roman", Times, serif}
p, li, label	{font-size: 11pt; line-height: 26px; color: #6b5542;}
body, div, img, .clear	{padding: 0; border: 0; margin: 0}

h1 {
	font-size: 16pt;
	margin: 0;
	padding: 0;
	line-height: 28px;
	color: #93a445;
}

h2 {
	font-size: 12pt;
	margin: 0;
	padding: 0;
	line-height: 28px;
	color: #6b5542;
}

h3 {
	font-size: 12pt;
	margin: 0;
	padding: 0;
	line-height: 28px;
	color: #93a445;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul li {
	padding-left: 16px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

ul.noBullets li {
	padding-left: 4px;
	background-image: none;
}



label {font-size: 13pt;}
input {
	width: 100%;
	border: 1px solid #6b5542;
	color: #6b5542;
	font-family: "Times New Roman", Times, serif;
}

.mediaLogin input {
	width: 170px;
}

#submit {
	font-size: 13pt;
	border: 0;
	background-color: #d5dc91;
	cursor: pointer;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 170px;
}
textarea {
	width: 100%;
}
	
form td {vertical-align: top}
.topAlign td {vertical-align: top}

#counter {width: 30px;}


a {text-decoration: none; color: #93a445;}
a:hover {text-decoration: underline}

.bold	{font-weight: bold}
.center	{text-align: center}
.floatRight	{float: right}
.floatLeft	{float: left}
.italic	{font-style: italic}
.clearBelow	{padding-bottom: 0; margin-bottom: 0}
.clearAbove	{padding-top: 0; margin-top: 0}
.clearFloats {clear: both}
.marginTop1 {margin-top: 28px;}
.marginTop2 {margin-top: 56px;}
.marginBottom1 {margin-bottom: 2px;}
.green {color: #93a445;}
.red {color: red}
.alignMiddle {vertical-align: middle}
.larger {font-size: 12pt}
.largest {font-size: 16pt}
.smaller {font-size: 10pt}
.white {color: white}
.black {color: black}
.brown {color: #6b5542;}
.underline {text-decoration: underline}
.error {color: red; padding-top: 0; margin-top: 0}
.alignRight {text-align: right;}
.logoDL {padding-top: 20px;}
.underlined {text-decoration: underline}


#wrap	{margin: 0 auto; width: 930px}
#heading {position: relative}

#footer {
	background-image: url(images/footer.gif); 
	background-repeat: no-repeat;
	padding: 15px 0 10px 35px;
	width: 895px;
	background-color: #a29061;
}

#footer p {
	color: white;
	line-height: 16px;
}

#footer a {
	color: #d5dc91;
	font-size: 9pt
}


/* Nav style */

#leftCol {
	float: left;
	margin: 20px;
	width: 175px;
	min-height: 400px;
}

#leftCol p {
	padding: 0;
	margin: 4px 0 0 0;
}

#leftCol p a {
	display: block;
	color: #a29061;
	background-color: #d5dc91;
	font-weight: bold;
	padding: 4px 10px 4px 10px;
}

#leftCol p a:hover, #leftCol p a.selected {
	text-decoration: none;
	color: white;
	background-color: #93a445;
}


#leftCol ul {
	padding: 0px 0 2px 0;
}

#leftCol ul li {
	padding-left: 0px;
	background-image: none;
}

#leftCol ul li a {
	display: block;
	line-height: 18px;
	padding: 2px 0 2px 10px;
	background-color: #d5cbb3;
	border-top: 2px solid white;
	color: #6b5542;
}

#leftCol ul li a:hover, #leftCol ul li a.selected {
	text-decoration: none;
	background-color: #c2b695;
}

#leftCol ul li.heading {
	padding-left: 10px;
}

/* End Nav Style */

#rightCol {
	margin: 20px;
	width: 675px;
	float: right;
}

#contentLeft {
	float: left;
	width: 465px;
	padding-right: 20px;
}

#contentRight {
	float: right;
	width: 190px;
}

.greenBox {
	padding: 20px 5px 20px 5px;
	background-color: #d5dc91;
	margin-bottom: 10px;
}
.greenPara {
	padding: 10px;
	background-color: #d5dc91;
}
.brownBox {
	padding: 20px 5px 20px 5px;
	background-color: #b1a279;
}
.greenBox h2 {
	line-height: 18px;
}
.greenBox p, .brownBox p {
	line-height: 18px;
	font-size: 12pt;
}

.brownBox .larger {
	font-size: 14pt;
}

.brownBox a {
	color: #d5dc91;
}

.greenBorderHolder {
	position: relative;
	width: 460px;
	border: 1px solid #d5dc91;
}

.greenBorder {
	position: relative;
	top: -5px;
	right: -5px;
	width: 435px;
	border-top: 4px solid #d5dc91;
	border-right: 4px solid #d5dc91;
	padding: 10px;
}

.greenBorder ul li {
	background-image: url(images/check_bullet.gif);
	padding-bottom: 10px;
}

.greenBorder ul ul li {
	background-image: url(images/cross_bullet.gif);
	padding-bottom: 0px;
}

/* Start Gallery Styles */
#slideshowHolder {
	position: relative;
	width: 538px;
	margin-top: 20px; 
	margin-bottom: 20px;
}
#slideshow {
	width: 480px;
	height: 360px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

#slideshow img {
	display: inline;
}

#leftArrow {
	position: absolute;
	left: 0;
	top: 150px;
	z-index: 1000;
	cursor: pointer;
}

#rightArrow {
	position: absolute;
	right: 0;
	top: 150px;
	z-index: 1000;
	cursor: pointer;
}

#gallery_navs {
	width: 538px;
	text-align: center;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#gallery_navs li {
	display: inline;
	background-image: none;
	padding-left: 0;
}

#gallery_navs li a img {
	border: 2px solid white;
}
#gallery_navs li a:hover img, #gallery_navs li a.current img {
	border: 2px solid #93a445;
}

#captions {
	float: right; 
	width: 130px;
	font-size: 14pt;
	padding-left: 7px;
}
/* End Gallery Styles */

/* Text increase/decrease */
#resize-box {
	background-color:#D5DC91;
	border:1px dashed #a0a0a0;
	position:absolute;
	top:245px;
	right:20px;
}

#resize-box:hover {
	/*background-color:#93a445;*/
}		

#resize-box a {
	font-size:18px;
	font-family:Arial,sans-serif;
	text-decoration:none;
	color:#A29061;
	display:block;
	float:left;
	padding:5px 10px;
}

#resize-box a:hover {
	color:white;
}
		
#increase {
	border-right:1px dotted #a0a0a0;		
}		


/* End text increase/decrease */
