/* site  specific css */
#menubar {
	font-family: Verdana, sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
	text-transform: uppercase;
}

body {
	background-color: #39535b;
	padding: 40px;
	margin: 0;
}

#container {
	width: 760px;
	border: 1px solid black;
	margin: 0 auto;
	height:	auto;
}

h1 {
	font-family: Times New Roman, Times, sans-serif;
	color: #7A8646;
	font-size: 1.6em;
	padding: 10px 0px 10px 0px;
}

h4 {
	text-indent: -4000px;
	height: 140px;
	width: 750px;
	_width: 749px;
	background-color: #FFFAF4;
	background-image: url(../../images/site/logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 5px solid #704561;
}

h4 a {
	border: 1px solid black;
	width: 750px;
	_width: 748px;
	height: 140px;
	display: block;
}

a,a:link,a:visited {
	color: #704561;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: none;
}

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

#menubar {
	background-color: black;
	border: 1px solid #000000;
	border-width: 5px 0;
}

#menubar {
	background-color: black;
	border: 1px solid #000000;
	border-width: 5px 0;
	height: 44px;
}

#menubar ul {
	background-color: #7A8646;
	text-align: center;
	padding: 0.5em 0;
	margin-bottom: 2em;
}

#menubar ul li {
	display: inline;
	padding-left: 5px;
	color: #FFFFFF;
}

#menubar ul li a {
	margin-right: 5px;
	text-decoration: none;
	color: #FFFFFF;
}

#menubar ul li a.active,#menubar ul li a:hover {
	border: 1px solid #FFFFFF;
	border-width: 1px 0;
}

#menubar ul ul {
	background-color: transparent;
	border: 0;
	float: left;
	text-align: center;
	width: 760px;
	padding-top: 1em;
	display: none;
	margin-bottom: -1em;
	height: 19px;
}

#menubar ul ul li a:hover {
	border: 0;
	color: #A97296;
}

#menubar ul li:hover ul, #menubar ul li.hover ul {
	display: block;
}

#content {
	border-top: 15px solid #908046;
	background-color: #704561;
	height: auto;
	width: 760px;
}

#leftcol,#rightcol,#fullcol {
	border: 1px solid black;
	border-width: 1px 0 0;
	float: left;
	margin-bottom: -2px;
}

#leftcol .sbcontent {
	float: left;
	margin: 20px;
	_margin: 10px;
	width: 228px;
	color: white;
}

#leftcol a {
	color: black;
	text-decoration: underline;
}

#rightcol,#fullcol {
	padding: 20px;
	background-color: white;
}

#leftcol {
	width: 268px;
	height: auto;
	background-color: #704561;
	float: left;
}

#rightcol {
	width: 451px;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	height: auto;
	float: right;
}

#fullcol {
	width: 720px;
	background-color: white;
}

h2 {
	color: white;
	text-align: center;
	font-size: 1.4em;
	padding: 20px;
	font-weight: normal;
}

#leftcol .fillerimg {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#rightcol {
	font-family: Times New Roman, Times, sans-serif;
}

h3 {
	font-family: Times New Roman, Times, sans-serif;
	color: #7A8646;
	font-size: 1.6em;
}

#content hr.hrtop,#content hr.hrbot {
	background-image: url(../../images/site/bg-hr.jpg);
	background-repeat: no-repeat;
	height: 17px;
	border: 0;
	margin: 20px 0;
	width: 440px;
}

#content hr.hrtop {
	background-position: center top;
}

#content hr.hrbot {
	background-position: center bottom;
}

#content p {
	
}

#content p.quote {
	color: #A97296;
	font-weight: bold;
}

#quote {
	float: right;
	font-size: 13px;
	padding-right: 3px;
}

#slogan {
	margin: 20px auto 0;
	width: 660px;
	height: 10px;
	text-align: center;
	text-transform: uppercase;
	color: white;
}

#footer {
	width: 660px;
	height: 60px;
	margin: 20px auto 0;
	background-image: url(../../images/site/bg-footleft.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#footer p {
	margin-left: 60px;
	padding-right: 60px;
	padding-top: 20px;
	height: 40px;
	color: white;
	font-size: 9pt;
	text-transform: uppercase;
	text-align: center;
	background-image: url(../../images/site/bg-footright.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

#newsletter {
	margin: 10px;
	color: white;
}

#successNewsletter {
	font-size: 18px;
	font-weight: bold;
}
