/*Reset CSS to even Playing Ground*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, samp,small, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, le, caption, tbody, tfoot, thead, tr, th, td {	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-weight: inherit;	font-style: inherit;	font-size: 100%;	font-family: inherit;	vertical-align: baseline;	text-decoration: none;}:focus {	outline: 0;}body {	background: white;	line-height: 1; font-size: 62.5%;}ol, ul {	list-style: none;}table {	border-collapse: separate;	border-spacing: 0;}caption, th, td {	text-align: left;	font-weight: normal;}blockquote:before, blockquote:after,q:before, q:after {	content: "";}blockquote, q {	quotes: "" "";}

body{
	background: #C2C17E url(i/background.gif) 648px top repeat-y;
	font-family: arial,helvetica,sans-serif;
	color: #3C1408;
}
#container{
	min-width: 901px;
	background: transparent url(i/container.gif) left top repeat-x;
}
#foot{
	margin-top: 20px;
	min-width: 901px;
	background: transparent url(i/foot.gif) left top repeat-x;
}
#ic{
	width: 901px;
	background: transparent url(i/top.jpg) left 68px no-repeat;
	position: relative;
}
#plandom{
	position: absolute;
	width: 234px;
	height: 70px;
	top: 88px;
	right: 0;
	background-color: #3C1408;
}
#plandom img{
	display: block;
}
#footer{
	width: 833px;
	padding: 20px 0 0 68px;
	background: transparent url(i/footer.gif) left top no-repeat;
}
#footer .wysiwyg{
	margin-right: 234px;
}
#links{
	height: 68px;
	padding-right: 50px;
}
#links a{
	display: block;
	float: right;
	padding: 0 30px 0 0;
	height: 50px;
	background: transparent url(i/arrow.gif) bottom right no-repeat; 
	color: white;
	margin: 0 10px 0 0;
	font-size: 1.1em;
}
#links a:hover{
	background: transparent url(i/arrow_over.gif) bottom right no-repeat; 
	color: #B1362F;
}
#links span{
	padding-top: 40px;
	display: block
}
#gnav{
	height: 12px;
	padding: 4px 100px;
}
#gnav li{
	float: left;
	position: relative;
	padding: 0 15px;
	height: 12px;
	line-height: 12px;
	border-left: 1px solid #E1E1BF;
}

#gnav li:first-child, #gnav li.first-child,#gnav ul ul li, #gnav ul ul li:first-child, #gnav ul ul li.first-child{
	border-left: 0 solid black;;
}
#gnav a{
	color: #E1E1BF;
	font-size: 1.1em;
}
#gnav li:hover a, #gnav li.hover a, #gnav li.crumb a{
	color: #ADD76B;
}
#gnav ul ul{
	position: absolute;
	top: 12px;
	left: 0;
	background-color: #C2C17E;
	width: 150px;
	display: none;
	z-index: 10;
}
#gnav ul li:hover ul, #gnav ul li.hover ul{
	display: block;
}
#gnav ul ul a, #gnav li:hover ul a, #gnav li.hover ul a{
	color: #3C1408;
}
#gnav ul ul li:hover a, #gnav ul ul li.hover a{
	color: #B1362F;
}
#gnav ul ul li{
	float: none;
	height: auto;
	line-height: 1.1em;
	padding: 7px;
	border-bottom: 1px solid #C9C98D;
}

#content{
	min-height: 300px;
	margin: 116px 0 0 68px;
	background: #E1E1BF url(i/contentbg.gif) 581px top repeat-y;
	padding: 20px 0;
}
#lnav{
	font-size: 1.1em;
	line-height: 1.2em;
	float: left;
}
#lnav ul{
	width: 150px;
	float: left;
}
#lnav li{
	padding:5px 5px 5px 40px;
	width: 105px;
}
#lnav a{
	color:#3C1408;
}
#lnav li.crumb, #lnav li.hover, #lnav li:hover{
	background-color: #C2C17E;
}
#lnav li.crumb a, #lnav li:hover a,#lnav li.hover a{
	color: white;
}
#right{
	float: right;
	width: 234px;
}
#body{
	float: left;
	margin: 0 30px;
	
}
.wysiwyg h1 {
	font-size:1.5em;
	font-weight:bold;
	line-height: 1.1em;
	margin: 0.5em 0;
}
.wysiwyg h2{
	font-weight: bold;
	font-size: 1.1em;
}
.wysiwyg p{
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 1em 0;
}

.wysiwyg ul{
	list-style-type: disc;
	margin: 1em 0 1em 20px;
}
.wysiwyg ol{
	list-style-type: decimal;
	margin: 1em 0 1em 20px;
}
.wysiwyg li{
	margin: 1em 0;
	font-size: 1.1em;
	line-height: 1.5em;	
}
.wysiwyg li li{
	font-size: 1em;
}
.wysiwyg form p{
	margin: 0;
}
.wysiwyg .required{
	color: red;
}
.wysiwyg label{
	display: inline-block;
	width: 100px;
}
.wysiwyg input[type=text], .wysiwyg input[type=password], .wysiwyg  textarea {
	background:#F4F4E7 none repeat scroll 0 0;
	border:1px solid #C2C17E;
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	margin:3px;
	width:150px;
}
.wysiwyg  textarea {
	width: 250px;
}
.wysiwyg td{
	padding: 1em 1em 1em 0;
	vertical-align: top;
}
#footer .wysiwyg p{
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 1em 0;
}
#footer .wysiwyg a{
	color: #3C1408;
}
.Quicklinks li{
	padding:5px 15px;
	font-size: 1.1em;
	line-height: 1.2em;
}
.Quicklinks a{
	color:#3C1408;
}
.Quicklinks li a:hover{
	color: #B1362F;
}
.Quicklinks li:first-child, .Quicklinks li.first-child{
	background-color:#C2C17E;
	margin-bottom:2px;
	padding:10px 15px;
}

.Spotlights li{
	color: #B1362F;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.2em;
	padding: 5px 15px;
}
#right .Spotlights li a{
	color: #3C1408;
	display: block;
	font-weight: normal;
}
#right .Spotlights li a:hover{
	color: #B1362F;
	text-decoration: none;
}
.IE6 .gallery{
	zoom: 1;
}
.IE6 .gallery #body{
	margin-left: 15px;
}
.IE6 .gallery #right{
	width: 230px;
	float: left;
}
.gallery #lnav{
	display: none;
}
.gallery .wysiwyg{
	width: 200px;
	float: left;
}
.PhotoGallery{
	float: right;
	position: relative;
}
.PhotoGallery ul{
	position: relative;
}
.PhotoGallery li{
	display: none;
}
.PhotoGallery li.magnify{
	display: block;
}
.PhotoGallery li:first-child, .PhotoGallery li.first-child{
	display: block;
}
.PhotoGallery img{
	width: 315px;
	cursor: pointer;
}
.PhotoGallery img.magnify{
	display: block;
	width: auto;
	position: absolute;
	bottom: 1px;
	right: -1px;
}
.IE6 .PhotoGallery img.magnify{
	bottom: auto;
	top: 0;
}
.PhotoGallery p{
	font-size: 1.1em;
	margin: 1em 0;
	text-align: center;
	word-spacing: 1em;
}
.PhotoGallery a{
	word-spacing: normal;
}
#content a{
	color: #B1362F;
}
#content a:hover{
	text-decoration: underline;
}

hr{
    color: #3C1408;
    background-color: #3C1408;
    border-color: #3C1408;
    border-style: solid;
    height: 2px;
}


