/* MCS CSS -- Print */

#top_nav, #footer, .noprint { display: none; }

.body {
	background: #BDBDBD url(../images/grey_gradient.gif) repeat-x;
	margin: 0;
	padding: 0;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #0066CC;
	text-transform: lowercase;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-transform: lowercase;
	color: #0066CC;
}




p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #333333;
}
#main_text a {
	color: #333333;
	text-decoration: none;
}
#main_text a:hover {
	color: #666666;
	text-decoration: underline;
}


/* Layout */

#page {
	width: 750px;
	margin:auto;
	background:#fff;
	height: 100%;
}

/* header */

#masthead {
	width: 750px;
	margin: auto;
	position: relative;
	z-index: 100;
 }
#mast_contact {
	position: absolute;
	top:20px;
	right: 20px;
	z-index: 1;
	width: 500px;
	height: 35px;
	padding: 0;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	}	
#mast_contact_tel {
	font-size: 2em;
}
#mast_contact_email {
	font-size: .9em;
}
#mast_contact_email a {
	color: #333333;
	text-decoration: none;
}
#mast_contact_email a:hover {
	color: #666666;
	text-decoration: underline;
}
#top_nav {
	margin-left: -375px;
	position: absolute;
	width: 750px;
	text-align: center;
	background-color: #0066CC;
	padding-top: 6px;
	padding-bottom: 6px;
	background-position: bottom;
	float: left;
	top: 121px;
	height: 17px;
	left: 50%;
}
#top_nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	background-color: #0066CC;
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-right: 5px;
	font-weight: bold;
	text-transform: lowercase;
}
#top_nav a:hover {
	background-color: #0066FF;
}
#top_nav a:active {
	color: #0033CC;
	background-color: #FFFFFF;
}

/* main content */

#main_content
{
	width: 750px;
	margin: auto;
	position: relative;
	top: 25px;
}
#main_pic
{
	width: 750px;
	height: 155px;
	position: relative;
}

#main_text
{
	position: relative;
	padding-top: 10px;
	padding-right: 15%;
	padding-bottom: 10px;
	padding-left: 15%;
}

#footer
{
	text-align: center;
	background-color: #0066CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.75em;
	position: relative;
	color: #FFFFFF;
	}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #FFFFFF;
}
#map {
	border: 1px solid #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}
#quotation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	padding: 10px;
	width: 38em;
}
input, textarea {
	width: 250px;
	margin: 0.25em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
select {
	margin: 0.25em;
}
label {
	text-align: right;
	margin: 0.25em;
	clear: both;
	float: left;
	width: 11em;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	list-style-position: inside;
	list-style-type: disc;
}
#disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #333333;
	border: 1px solid #666666;
	display: block;
	padding: 8px;
}

