/* CSS Document */
html {
	height:100%;
}
body {
	padding:0;
	margin:0;
	font-size:62.5%;
	font-family:Helvetica, Arial, sans-serif;
	color:#646464;
	background:url(images/bg.jpg) repeat-x;
	text-align:center;
	background-color: #6B6633;
}
h1 {
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	font-weight: normal;
	color: #0d244f;
	margin-bottom:25px;
	line-height:1.2em;
}
h2 {
	margin:0;
	padding:0;
	font-size:1.2em;
	font-weight: bold;
	color: #0D244F;
	margin-bottom:2px;
	line-height:1.4em;
}
h3 {
	margin:0;
	padding:0;
	font-size:1em;
	font-weight: bold;
	color: #FFF;
	line-height:1.4em;
}
h4 {
	width:280px;
	height:37px;
	margin:0;
	padding:8px 0 0 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color: #0d244f;
	margin-bottom:5px;
	font-weight:normal;
	background:url(images/side-header-bg.jpg) no-repeat top left;
}
img, a img { 
	border:0px;
}
a:link{
	color:#0D244F;
	text-decoration: none;
}
a:visited {
	text-decoration:underline;
	color:#3F3E39;
}
a:hover{
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
h2 a:link, h2 a:visited {
	text-decoration:none;
	color:#0D244F;
}
h2 a:hover {
	text-decoration:underline;	
	color:#FFF;
}
#wrapper {
	position:relative;
	padding:0;
	width:900px;
	height:auto;
	margin:0 auto;
	text-align:left;
	background-image: url(images/bodybg.png);
	background-repeat: repeat-y;
	border-right: solid 3px #000;
	border-left: solid 3px #000;
}
#header {
	position:relative;
	height:154px;
	width:900px;
	margin:0 auto;
	padding:0;
	background:url(images/header.jpg) no-repeat top left;
}
#toptext {
	position:absolute;
	top:45px;
	right:35px;
	width:auto;
	height:auto;
	color:#FFF;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	font-size:1.4em;
	line-height:1.6em;
	text-align:right;
	padding:0;
	margin:0;
}
.phone {
	font-size:24px;	
}
.tag {
	font-size:18px;	
}
#navbar {
	background:url(images/navbar.png) no-repeat top left;
	margin:0;
	padding:0;
	text-align:center;
	margin-left: 335px;
	margin-top: 120px;
	position: absolute;
	width: 560px;
}
#navbar ul {
	list-style:none;
	margin:0;
	padding:0;
}
#navbar ul li {
	float:left;
	padding:0;
	margin:0;
	padding-right:2px;
}
#navbar ul li.noborder {
	background:none;	
}
#navbar ul li a {
	display:block;
	height:15px;
	color:#fff;
	text-decoration:none;
	font-size:1.7em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0;
	padding:8px 35px 9px 35px;
}
#navbar ul li a:hover, #navbar ul li a.here {
	text-decoration:none;
	color:#000000;
	background:url(images/navon.png) no-repeat center right;
}
#container {
	width:882px;
	height:auto;
	margin:0;
	text-align:left;
}
#flash {
	width:900px;
	height:310px;
	padding:0;
	background:url(images/flashbg.jpg) no-repeat top left;
	margin-left: auto;
	margin-right: auto;
}
#content {
	width:850px;
	height:auto;
	font-family:Helvetica, Arial, sans-serif;
	color: #231f20;
	font-size:1.3em;
	line-height:1.4em;
	padding:20px 20px 30px 0px;
	background-image: url(images/contentbg.png);
	margin-top: 5px;
	background-repeat: repeat-x;
	margin-left: 14px;
}
#right {
	float: right;
	width:600px;
	height: 100%;
	padding: 0px;
	margin:0;
}
#sidebar {
	width:211px;
	height:100%;
	color: #333333;
	line-height:1.4em;
	padding:0;
	border: solid 1px #10110b;
	background-image: url(images/sidebarbg.jpg);
	background-repeat: repeat-x;
	margin-left: 12px;
	background-color: #88905C;
	float: left;
}
#sidebar #bottom {
	background-image: url(images/sidebarbottom.png);
}
#sidebar .padded {
	background-image: url(images/sidebarbottom.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 20px 20px 80px 30px;
}
#sidebar .padded blockquote {
	padding-left: 0px;
	margin-left: 10px;
}
#footer {
	position:relative;
	width:900px;
	height:69px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:1.1em;
	color:#fff;
	text-align:center;
	padding:20px 0 0 0;
	margin:0 auto;
	line-height:1.8em;
	background:url(images/footer.png) no-repeat top left;
}
#footer a {
	color: #fff;
	text-decoration: none;
	margin:0 5px 0 5px;
}
#footer a:hover {
	text-decoration:underline;	
}
ul {
	line-height:1.7em;
}
.clear{
	clear:both;
}
.smaller {
	font-size:10px;
	font-style:italic;
	line-height:1.2em;
}
hr {
	border:none;
	background:none;
	border-top:1px dotted #FFF;
	margin:20px 0 20px 0;
	height:1px;
	width:100%;
}
.floatright {
	float:right;
	margin:5px 0 10px 15px;
}
.floatleft {
	float:left;
	margin:5px 15px 10px 0px;
}
.pic, .gallery img {
	border:1px solid #FFF;	
}
.noshow {
	display:none;	
}
.input {
	width:98%;
	border:1px solid #c3bfbf;	
	padding:3px;
	background:none;
	color:#FFF;
}
#login .input {
	width:50%;
	border:1px solid #c3bfbf;	
	padding:3px;
	background:none;
	color:#FFF;
}
.textarea {
	width:98%;
	height:100px;
	border:1px solid #c3bfbf;	
	padding:3px;
	background:none;
	color:#FFF;
}
.redtext {
	font-weight:bold;
	color:#d00000;
}
.yellowtext {
	font-weight:bold;
	color:#CC0;
}
.accent {
	font-weight:bold;
	font-size:1.3em;
}
.test {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-sizse:1.2em;
	line-height:1.4em;
	background:url(images/leftquote-side.gif) no-repeat top left;
	padding:15px 0 0 15px;
}
.test p {
	font-weight:bold;
	text-align:right;
	background:url(images/rightquote-side.gif) no-repeat center right;
	height:38px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:.9em;
	padding:0px 40px 0 0;
	line-height:1.6em;
}
.resources ul {
	list-style:none;
	margin:0;
	padding:0;
}
.pic {
	border: 1px solid #110080;
}
.gallery img {
	margin: 1px;
	border: 1px solid #110080;
}
