/*	reset styles so all browsers have the same defaults, 
	gives us a common base starting point
*/
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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	vertical-align: baseline;
	color: inherit;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	padding: 0;
	border: 0 none;
	margin: 0;
	outline: 0;	
}

/*set styles for editable and dynamic content*/
.dynamiccontent pre, .dynamiccontent blockquote, .dynamiccontent form, .dynamiccontent label, .dynamiccontent ul, .dynamiccontent ol, .dynamiccontent dl, .dynamiccontent fieldset, .dynamiccontent address {
	margin:20px 0;
}

.dynamiccontent h1,.dynamiccontent  h2 {
	margin-bottom: 20px;
}

.dynamiccontent h3, .dynamiccontent h4, .dynamiccontent h5, .dynamiccontent h6 {
	line-height: 20px;
}

.dynamiccontent p {
	line-height: 20px;
	margin-bottom:20px;
}

.dynamiccontent li {
	margin-left: 20px;
	margin-top: 5px;
}


body {
	background: #e3dcd2 url(../images/common/pageback.jpg) no-repeat top center fixed;
	font: 12px Arial, "Helvetica light", Helvetica, arial;
	color: #7e7b7b; 
}

/*ie6 stop image spacing*/
img {
	display: block;
}

a {
	text-decoration: none;
}

a:hover {
	color: #8c6a3a;
}

strong {
	font-weight: bold;
}

h1 {
	color: #543a32;
	font: 22px/100% "Neue Helvetica", Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
	font-weight:normal;
}

h2 {
	color: #f15903;
  	font: 14px/120% "Neue Helvetica", Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
  
}

h3 {
	color: #f15903;
	font-size: 12px;
}

h4 {
	color: #f15903;
	font-size: 12px;
	font-weight:bold;
}

.formfield {
	border: 1px solid #b7b7b7;
	font-size: 12px;
	color: #76615b;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
}

.formbutton {
	border: 1px solid #beb3a5;
	background-color: #dbd5cd;
	font-size: 12px;
	color: #76615b;
}

.submitformbutton {
	border: 1px solid #beb3a5;
	background-color: #dbd5cd;
	font-size: 20px;
	color: #76615b;
}
.clearingelement {
	clear: both;
}

.rightarrow {
	display: inline;
	vertical-align: middle;
}
.rightarrowsitemap {
	display: inline;
	vertical-align: middle;
	padding-right:10px;
}

.bullet {
	display: inline;
	vertical-align: middle;
}


#pagewrapper {
	margin: 0px auto auto auto;
	width: 960px;
	background-color: #eeeae4;
}

#header {
	width: 910px;
	height: 218px;
	background-color: #ffffff;
	padding: 0px 25px 0px 25px;
}

#shinesig {
	width: 570px;
	height: 30px;
	float: left;
	background-color: #ffffff;
	line-height:30px;
}

#topnav {
	width: 340px;
	height: 30px;
	line-height:30px;
	float: right;
	background-color: #ffffff;
	text-align: right;
}

#topnav  img {
	display: inline;
	vertical-align: middle;
}

#topnav span {
	margin-right: 5px;
}

.inactivetopnav {
	color: #7e7b7b;
}

.activetopnav  {
	color: #f15903;
}

#shinelogo {
	clear: both;
}

#content {
	width: 910px;
	background-color: #ffffff;
	padding: 1px 25px 1px 25px;
}

#footer {
	width: 950px;
	padding-left: 10px;
	padding-top: 20px;
	font-size: 11px;
}

.footernav {
	width: 160px;
	margin-right: 10px;
	float: left;
}

.footernav h4 {
	padding-left: 5px;
}

.footernav ul {
	list-style-type: none;
	border-top: 1px dotted #95847f;
}

.footernav li {
	line-height:18px;
	border-bottom: 1px dotted #95847f;
	padding-left: 5px;
}

.footernav a {
	color: #7e7b7b;
}

.footernav a:hover {
	color: #8c6a3a;
}


#subscribe {
	width: 230px;
	padding-left: 40px;
	float: left;
}

#footersigspace {
	width: 950px;
	height: 35px;
	clear: both;
}

#footersig {
	width: 940px;
	border-top: 1px solid #b7b2ad;
}

#footersig a {
	color: #f15903;
	text-decoration: underline;
}

#footersig a:hover {
	color: #8c6a3a;
}

#footersig p {
	line-height: 20px;
}