@charset "utf-8";
/* CSS Document */
* {
	margin: 0px; padding: 0px;
}

/* General Formating */
a img {
	border: 0px;
}
html {
	height: 100%;
}

body {
	background: url(/images/bg.gif) repeat;
	margin: 0px; padding: 0px;
	height: 100%; min-height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 100%; height: 100%;
	position: relative;
}

#bg1 {
	width: 100%; height: 188px;
	background: url(/images/bg-top.gif) repeat-x top;
	position: absolute; top: 0px;
}

#bg2 {
	width: 100%; height: 114px;
	background: url(/images/bg-bot.gif) repeat-x bottom;
}

#big_link a:link, a:hover, a:visited {
	text-decoration: none;		
}

hr {color: #5a2c8d; width: 75%; margin: 0 auto;}
/* Text Formating */
h1, h2, h3, h4, h5, h6, p {padding-bottom: 20px; color: #5a2c8d;}
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link ,h6 a:link {color: #5a2c8d; text-decoration: underline;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {color: #008b77; text-decoration: underline;}
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {color: #5a2c8d; text-decoration: underline;}
h1 {font-size: 20px; font-weight: bold;}
h2 {font-size: 14px; font-style: italic;}
h3 {font-size: 14px; font-style: italic;}
h4 {font-size: 12px; font-style: italic;}
p, td {color: #a47e30; font-size: 11px;}
td strong {color: #008b77;}
.content p:first-line{color: #008b77;}
.content ul {color: #a47e30; font-size: 11px; list-style: inside; list-style-image: url(/images/bullet.gif); margin-left: 20px; padding-bottom: 20px;}
.content li {padding-bottom: 5px;}
.special {color: #5a2c8d; font-size: 14px;}
.content a:link {color: #5a2c8d; text-decoration: none;}
.content a:hover {color: #5a2c8d; text-decoration: underline;}
.content a:visted {color: #5a2c8d; text-decoration: none;}
blockquote {margin: 0px 30px 0px 20px; }
/* Header */
#header {
	width:  940px; height: 287px;
	position: relative;	
	background: #faf4e2;
	margin: 0 auto;
}
#h-side1 {
	position: absolute; top: -2; left: 0;
}
#h-side2 {
	background: url(/images/side.gif) repeat-y right;
	width: 679px; height: 287px;
	position: absolute; top: 0; left: 261px;
}
#h-imgs {
	position: absolute; bottom: 0px; margin: 0px auto;
}
#nav2 {
	position: absolute;
	top: 8px;
	left: 82px;
}
#nav2 ul {
	display: inline;
}
#nav2 li {
	display: inline;
}
/* Content Area */
#container {
	width:  940px; min-height: 50%;
	margin: 0 auto;
	background: url(/images/content-bg.gif) repeat-y;
	position: relative; z-index: 4;
}
#navbar {
	margin-left: 70px;
	float: left;
	padding-top: 15px;
	overflow: visible;
	position: relative;
}
.content {
	width: 550px;
	margin: 0px 20px 0px 285px;
	padding: 20px 0px 20px 0px;
}
.content2 {
	width: 650px; margin: 0px 50px 0px 250px; padding: 20px 0px 20px 0px;}
}
.content img.border {border: 2px solid #a48953;}
/* Footer */

#footer {
	width:  940px; height: 114px;
	background: url(/images/footer-bg.gif);
	margin: 0 auto;
	position: relative;
}
#footer2 {
	width: 477px;
	height: 60px;
	position: absolute;
	top: 45px;
	left: 254px;
}
#footer p {text-align: center; font-size: 9px; color: #008b77; margin: 0px;}
#footer p a:link {color: #008b77; text-decoration: none;}
#footer p a:hover {color: #008b77; text-decoration: underline;}
#footer p a:visited {color: #008b77; text-decoration: none; }

