* {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}
html { height: 100%; }
body {
	background: #f1f6fc url(../images/bg_body.png) repeat-x 0 0;
	color: #000;
	height: 100%;
	text-align: center;
}
body, textarea, input {	font: 62.5%/100% Arial, Tahoma, Verdana, sans-serif; }
h1, h2, h3, h4, h5, h6, textarea, input, select { font-size: 1em; }
ul { list-style: none; }
a { text-decoration: none; }
img, fieldset { border: none; }
/** INPUT ELEMENTS **/
form label {
	float: left;
	padding-top: 2px;
	width: 150px; 
}
textarea, input, select {
	background: #fcfcf0;
	border: 1px solid #e1e1e1;
	padding: 1px;
}
.btn {
	background: #fcfcf0;
	border: 1px solid #e1e1e1;
	height: 20px;
}
.file { color: #000; }
/** MAIN ELEMENTS **/
#container {
	border: 1px solid #e1e1e1;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 749px;
}
#contentWrap {
	background: #fff url(../images/bg_contentwrap.png) repeat-y 0 0;
	overflow: hidden;
	width: 749px;
}
#header {
	background: #e1e1e1 url(../images/header.jpg) no-repeat 0 0;
	color: #0052b0;
	font-size: 1.1em;
	overflow: hidden;
	padding: 106px 5px 10px 5px;
	text-align: left;
	width: 739px;
}
#secondaryContent {
	float: left;
	font-size: 1.1em;
	padding-bottom: 10px;
	width: 147px;
}
#mainContent {
	float: right;
	font-size: 1.3em;
	line-height: 120%;
	overflow: hidden;
	padding: 5px;
	text-align: justify;
	width: 590px;
}
#footer {
	background: #e1e1e1;
	color: #0052b0;
	font-size: 1.1em;
	overflow: hidden;
	padding: 10px 5px;
	text-align: left;
	width: 739px;
}
/** MAINCONTENT ELEMENTS **/
#mainContent a { 
	color: #ff4e00;
	text-decoration: none;
}
#mainContent a:hover { text-decoration: underline; }
#mainContent h1 {
	border-bottom: 1px dashed #e1e1e1;
	color: #2171d6;
	font-size: 1.2em;
	line-height: 150%;
	margin-bottom: 10px;
	text-align: center;
	width: 99%;
}
#mainContent h3 {
	color: #000;
	font-size: 1.1em;
	padding-bottom: 5px;
}
#mainContent p {
	padding-bottom: 5px;
}
#mainContent li {
	list-style-type: disc;
	margin-left: 20px;
	padding-bottom: 5px;
	text-align: left;
}
#mainContent .hours {
	margin: 0 auto;
}
#mainContent .hours td {
	border: 1px solid #e1e1e1;
	padding: 2px;
}
/** SECONDARYCONTENT ELEMENTS **/
#secondaryContent a {
	color: #927474;
}
#secondaryContent a:hover { color: #d70000; }
#secondaryContent ul {
	margin-bottom: 15px;
	text-align: left;
}
#secondaryContent ul li {
	border-bottom: 1px solid #e1e1e1;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 120%;
	padding: 10px 0 10px 5px;
}
/** HEADER ELEMENTS **/
#header a {
	color: #0052b0;
}
#header a:hover {
	text-decoration: underline;
}
/** FOOTER ELEMENTS **/
#footer a {
	color: #0052b0;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	padding-top: 5px;
}
