@charset "utf-8";
/* CSS Document */

html body {
	text-align: center;
	background-color:#ffffff;
	background-image: url(images/bodybkg.gif);
	background-position: center top;
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
}

a:visited:hover {
	text-decoration: underline;
} 

.glossary {
	text-decoration: underline;
	font-style: italic;
}

.whatis {
	font-weight:bold;
	text-decoration: underline;
}

h1, h2, h3, p, ul, ol, li {
	padding: 0;
	margin: 0;
}

#main h1 {
	font-size: 24px;
	padding: 0 0 20px 0;
}

#main h2 {
	font-size: 18px;
	padding: 0 0 20px 0;
}

#main h3 {
	font-size: 14px;
	padding: 0 0 20px 0;
}

#main p {
	font-size: 12px;
	padding: 0 0 20px 0;
}

#main ul {
	font-size: 12px;
	padding: 0 0 20px 20px;
}

#main ol {
	font-size: 12px;
	padding: 0 0 20px 20px;
	margin: 0 20px 0 20px;
	list-style:lower-alpha;
}

#main li {
	padding: 20px 0 0 20px;
}

#container {
	width: 1000px;
	height: auto;
	margin: 0 auto 0 auto;
	background-image: url(images/sidebkg.gif);
	background-repeat: repeat-y;
}

#header {
	width: 1000px;
	height: 150px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin: 0;
}

#tagline {
	width: 800px;
	height: 183px;
	background-image: url(images/taglinebkg.jpg);
	background-repeat: no-repeat;
	margin: 0;
	position: relative;
	float: right;
}

#headline {
	width: 580px;
	height: auto;
	padding: 80px 20px 20px 200px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}


#clear1 {
	clear: both;
}


#main {
	width: 760px;
	height: auto;
	padding: 20px;
	text-align: left;
	position: relative;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
}

#rates {
	width: 180px;
	height: auto;
	padding: 10px;
	float: right;
	font-size: 12px;
}

#clear {
	clear: both;
}

#sidebar {
	width: 200px;
	height: auto;
	position: relative;
	float: left;
}

#address {
	width: 180px;
	height: auto;
	margin: 30px 10px 30px 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#footer {
	width: 960px;
	height: 10px;
	padding: 10px 20px 10px 20px;
	background-image: url(images/footerbkg.gif);
	background-repeat: repeat-x;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	font-size: 10px;
}

#button {
	width: 200px;
	height: 30px;
	margin: 5px 0 0 0;
}

#app_container {
	width:90%;
	margin:auto;
	text-align:left;
}

#box_header {
	width: 614px;
	height: auto;
	margin: 0 auto 0 auto;
	padding:2px;
	padding-left:4px;
	font-weight:bold;
	border:1px solid #660000; 
	background:#EEEEEE; 
	clear:both;
}

#box_body {	
	padding:10px; 
	border-left:1px solid #660000; 
	border-right:1px solid #660000; 
	border-bottom:1px solid #660000;
	width: 600px;
	height: auto;
	margin: 0 auto 0 auto;
	font-size: 12px;
}



#closing_box_body{	
	padding:10px; 
	border-left:1px solid #7FA6CD; 
	border-right:1px solid #7FA6CD; 
	border-bottom:1px solid #7FA6CD;
}

#box_body label {
	display:block;
	float:left;
	width:30%;
}

#closing_box_body label {
	display:block;
	float:left;
	width:35%;
}

.app_input {
	border:1px solid #999999;
	width:310px;
}

.closing_input {
	border:1px solid #999999;
	width:290px;
}
	
#counter {
	width: 800px;
	height: auto;
	float: right;
	padding: 10px 0 10px 0;
}