html,body {
	margin: 0px;
	padding: 0px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
}

a {
	color: #2C3F6A;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}

td {
	vertical-align: top;
}

hr {
	color: #990000;
	height: 1px;
	width: 75%;
	background-color: #990000;
	margin-bottom: 15px;
}

#container {
	position: relative;
	width: 806px;
	margin: auto;
}

#header img,#nav img,#index-left img {
	float: left;
}

#sub-main {
	clear: both;
	background-color: #FEA600;
	background-color: #fff;
	padding: 10px 18px;
	border-top: none;
	min-height: 450px;
}

* html #sub-main {
	height: 450px;
}

#sub-main h1 {
	background: url(../images/interface/h1-bullet.jpg) no-repeat top left;
	padding: 3px 0 0 40px;
	min-height: 30px;
	height: auto !important;
	height: 30px;
	color: #000066;
	font-size: 18px;
}

#sub-main h2 {
	background: url(../images/interface/h2-bullet.jpg) no-repeat top left;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 12px;
	min-height: 10px;
	height: auto !important;
	height: 10px;
	color: #000066;
	font-size: 14px;
}

#sub-main p {
	text-align: justify;
	line-height: 140%;
}

#sub-main li {
	line-height: 125%;

}

#sub-main ul,#sub-main ol {
	margin-left: 48px;
}

#sub-main table {
	margin-top: 12px;
}

#footer {
	padding: 10px 0 10px 0;
	text-align: center;
	color: #fff;
	line-height: 160%;
}

.footer a {
	color: #fff;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.footer a:hover {
	text-decoration: none;
}

/* THIS IS FOR INDEX PAGE */
#myGallery {
	position: relative;
	top: 12px;
	left: 12px;
}

.photo {
	border: 1px solid #990000;
	margin: 0 10px 10px 0;
}

.photo2 {
	border: 1px solid #990000;
	margin: 0 10px 10px 10px;
}

#slide {
	border: 15px solid #FFA311;
	width: 542px;
	height: 366px;
}

/************** NEW STYLES*************
**************************************/
body {
	background: url(../images/interface/bg_body.png) top left;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
}

#header {
	height: 65px;
	text-align: right;
}

#logo {
	float: left;
}

#index {
	background: url(../images/interface/bg_index.jpg) repeat-y top left;
	clear: both;
}

.idx-btn {
	display: block;
	margin: 0px 6px 6px 6px;
}

#index #sidebar {
	padding: 12px 12px 0px 8px;
	width: 208px;
	float: left;
}

#sidebar .button {
	display: block;
	margin: 6px auto;
}

#index .content {
	margin-left: 220px;
}

#index #slide {
	padding: 15px;
	background: #ffa402;
}


#index #subnav {
	margin: 10px 0px 0px 220px;
}


#newsletter {
	color: #fff;
	font-size: 10px;
	padding-bottom: 8px;
	border-bottom: 3px solid #707070;
	margin-bottom: 8px;
}

#newsletter p {
	text-align: justify;
	line-height: 24px;
	font-size: 11px;
	margin: 4px 0;
}

input#email {
	width: 200px;
	margin: 4px 0 12px;
}

input#email {
	color: #8f8f8f;
}

input#email:focus,input#email:active,input#email.activefield {
	color: #000;
}

.checkboxes label {
	display: block;
	float: left;
	padding-right: 10px; /* IE needs to be 8px */
	white-space: nowrap;
	padding-top: 3px;
}

.checkboxes input {
	display: block;
	float: left;
	margin-left: 0;
	vertical-align: middle;
}

.checkboxes label span {
	display: block;
	float: left;
	vertical-align: middle;
}


#indexfooter {
	margin-top: 4px;
	border: 5px solid #5c5c5c;
	padding: 6px;
	background: #4c4c4c;
	color: #fff;
	line-height: 150%;
}

#footerinner {
	padding-bottom: 12px;
}

#footerleft {
	border-right: 5px solid #5c5c5c;
	padding-right: 10px;
	width: 533px;
	text-align: justify;
	float: left;
}

#footerleft p {
	margin-top: 8px;
	
}

#footerright {	
	margin-left: 558px;
}


#footerright td {
	padding: 2px;
}

#footerright .idx-icon {
	float: left;
	padding-right: 5px;
}

#footer {
	text-align: center;
	clear: both;
}

.footer {
	font-size: 10px;
}

#sub-main p {
	margin: 8px 0;
}

blockquote {
	margin-left: 36px;
	margin-right: 36px;
}

#portfolio td {
	padding: 12px 24px;
	vertical-align: middle;
	text-align: center;
}

#portfolio img {
	padding: 2px;
	border: 1px solid #505050;
}

.archivelist th {
	text-align: left;
}

.archivelist th,.archivelist td {
	padding: 4px 0;
}

.archivelist .alt1 {
	background-color: #eee;
}

.dropcap {
	font-size: 48px;
	color: #2C3F6A;
	float: left;
	line-height: 40px;
	padding-top: 2px;
	padding-right: 2px;
	font-family: Times New Roman;
}

/* LINKS */
.footer a {
	color: #fff;
	font-size: 10px;
}

.footer a:link,.footer a:visited {
	
}

.footer a:hover,.footer a:active {
	color: #FFA402;
}

.clear {
	clear: both;
}

.hover {
	
}.right {
	text-align: right !important;
}
