/* CSS by Circa Consulting - info at circaconsulting dot com> */

/* everything */
html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans", Arial, sans-serif;
	background-color: #003399;
	color: #dadcde;
}

a:link { color: #a2abbe;}
a:hover { color: #5c5340; }
a:visited { color: #ab877f;}
a:active { color: #04e374;}

a img {
	border: 0;
}

h1 { font-size: 48px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
p { font-size: 14px; }

#bg {
	width: 100%;
	height: 100%;
	left: 0 px;
	top: 0 px;
	position: absolute;
	z-index: 0;
}

/* container */
#container {
	z-index:1;
	position: absolute;
	width: 950px;
	padding: 25px;
}

/* header */
#header {
	width: 950px;
	padding: 10px;
	line-height: 30px;
	background: transparent;
}

.subheader { 
	font-size: 18px; 
	padding-left: 10px;
	background: transparent;
}

#header ul {
	margin: 0;
	padding-left: 0;
	height: 35px;
	line-height: 35px;
	list-style: none;
	background: transparent;
	font-size: 20px;
}

#header li {
	float: left;
	background: transparent;
}

#header li a {
	height: 35px;
	line-height: 35px;
	padding-left: 7px;
	padding-right: 7px;
	float: left;
	border-style: none;
	background: transparent;
}

#header li a:hover {
	color: #5c5340;
	background: transparent;
}

.navigation-top  a{
	color: #5c5340;
	background: transparent;
}

.navigation-bottom {
	font-size: 16px;
	background: transparent;
}

/* content */
#content {
	width: 750px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content img {
	padding: 10px;
}

#content li {
	font-size: 14px;
	line-height: 20px;
}

#content-index {
	width: 750px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* index page */
#index-left {
	width: 270px;
	float: left;
}

#index-left p {
	font-size: 16px;
}

#index-right {
	width: 420px;
	float: right;
}

#index-right li {
	font-size: 14px;
	line-height: 20px;
}

#index-pic {
	padding: 10px;
	clear: both;
}

/* records */
#records-left {
	width: 250px;
	float: left;
}

#records-right {
	width: 450px;
	float: right;
}

/* tables */
tr {
	line-height: 24px;
}

th {
	text-align: right;
}

td {
	text-align: left;
	padding-left: 25px;
}

/* tweaks */
.center {
	text-align: center;
}

.bold {
	font-weight: 900;
}

.under {
	text-decoration: underline;
}

.small {
	font-size: 10px;
}

.p-text {
	width: 650px;
}

.case1 {
	padding-left: 110px;
}

.case2 {
	padding-left: 180px;
}

.mod {
	padding-left: 65px;
}

.unmod {
	padding-left: 155px;
}

.case-img img {
	border: 0;
	margin-left: 5px;
	margin-right: 5px;
}

/* recaptcha */
#recaptcha {
	width: 300px;
}

#recaptcha img {
	border: 0;
	padding: 0;
	background: none;
}

/* footer */
#footer {
	width: 750px;
	padding: 10px;
	border-top-width: medium;
	clear: both;
}

#footer p {
	font-size: 10px;
	text-align: left;
}

