@import "reset.css";

/*~~~~~( body / universal )~~~~~~*/
body {
	text-align: center;
	font: 88% "trebuchet ms", tahoma, verdana, arial, helvetica, sans-serif;
	line-height:1em;
	background:#F6F6F4;
	color: #666;
	}
a {
	color: #ED1C24;
	text-decoration: underline;
	}
a.top {
	margin: 0 0 10px 0;
	float: left;
	background: #999;
	color: #fff;
	text-decoration: none;
	_height: 1%;
	padding: 5px 10px;
	clear: both;
}
form {
	margin: 0 0 10px 0;
	padding: 0 10px;
	background: #fff;
	border: 1px solid #E6E6DE;
	overflow: hidden;
	_height: 1%;
}
input, textarea, select {
	border: 2px solid #E6E6DE;	
	padding: 3px;
	vertical-align: middle;
	font-size: 1em;
	margin-bottom: 0px;
}
select {
	width: 230px;
}
.text-med {
	width: 220px;
	}
.text-short {
	width: 100px;
	}
textarea {
	width: 412px;
	height: 100px;
	}
label {
	display: block;
	margin: 10px 0 0;
	color: #777;
	line-height: 1.6em;
}
.req-label.explain {
	display: inline;
	margin: 0;
	}
.main-label {
	color: #555;
}	
.button {
	background: #999;
	border: 0;
	padding: 5px;
	color: #fff;
	cursor: pointer;
	margin: 10px 0 10px;
}
/*~~~~~( Layout )~~~~~~*/
div.inner {
	text-align: left;
	width:920px;
	margin:0 auto;
	}
div#header {
	padding:35px 0 30px;
	text-align: center;	
	}
	div#header #logo {
		line-height: 1;
		margin: 0 !important;
		padding: 0 !important;
		float: left;
	}
	div#header p {
		float: right;
		margin: 0 !important;
		padding: 0 !important;
		line-height: 1;
	}
.content {
	padding: 35px 0 0;
	}
.content.first {
	background: url(../img/shadow.png) repeat-x top;
}
.content.strip {
	border-top: 1px solid #E6E6DE;
	border-bottom: 1px solid #E6E6DE;
	background: #fff;
	padding: 20px 0 10px !important;
	}
.content.strip .inner {
	background: #fff url(../img/bg2.jpg) no-repeat 10px center;
	}
.about {
	float: left;
	width: 450px;
	}
.box {
	margin: -35px 0 -25px 0 !important;
	position: relative;
	border: 5px solid #E6E6DE;
	float: right;	
	color: #050505;
	width: 440px;
	background: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	background: #F6F6F4 url(../img/bg.jpg) no-repeat center center;
	}
.box_inner {
	padding: 20px 20px 0;
}
.box div.text {
	font-size: 3.0em;
	line-height: 0.9em;
	margin-bottom: 15px;
	}
.box strong {
	color: #ED1C24;
	}
.box ul {
	list-style: none;
	background: none;
	overflow: hidden;
	_height: 1%;
	padding: 0;
	margin: 0;
	background-color: #F6F6F4;
	border-top: 2px solid #E6E6DE;
	font-family: "trebuchet ms", tahoma, verdana, arial, helvetica, sans-serif;
	}
.box ul li {
	list-style: none;
	background: none;
	margin: 0;
	padding: 0;
	display: inline;
	line-height: 1em;
	}
.box ul li.first a {
	border-right: 2px solid #E6E6DE;
	}
.box ul li a {
	padding: 20px 20px 18px;
	margin: 0;
	_height:1%;
	margin:0;
	float: left;
	width: 179px;
	text-decoration: none;
	text-align: center;
	line-height: 1em;
	color: #666;
	}
.box ul li a:hover, .box ul li a:focus {
	background: #E6E6DE;
	color: #050505;
	}
#services {
	padding-bottom: 10px;
	border-bottom: 1px solid #E6E6DE;
	}
#contact {
	padding-top: 20px;
	padding-bottom: 10px;
	border-top: 1px solid #fff;
	
	}
#notices {
	padding-top: 20px;
	padding-bottom: 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #E6E6DE;
}
.left {
	width: 445px;
	float: left;
	}
.right {
	width: 445px;
	float: right;
	}
div#footer {
	border-top: 1px solid #E6E6DE;
	background: #E6E6DE;
	padding: 20px 0 20px !important;
	font-size:0.9em !important;
	clear:both;
	text-align: center;
	}
div#footer p, div#footer a {
	color: #999;
	margin: 0;
	text-align: left;
	}

/*~~~~~( Headings & paragraphs )~~~~~~*/

h1, h2, .box {
	font-weight:bold;
	margin:0 0 10px;
	/*font-family: Helvetica,Arial,Verdana;*/
	font-family: Helvetica, Arial,Verdana;
	text-transform: uppercase;
	letter-spacing:-0.1em;
	line-height: 1em;
	}
h2 {
	font-size:1.6em;
	}
h3 {
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px 0;
	font-size: 1em;
	line-height: 1.6em;
	}
h4 {
	font-size:1.1em;
	font-weight:bold;
	color:#666;
	}
h5 {
	font-size:1em;
	font-weight:bold;
	color:#888;
	}
strong {
	font-weight:bold;
	}
p {
	margin:10px 0;
	color: #5;
	line-height: 1.6em;
	}

/*~~~~~( IMG )~~~~~~*/

.floatright {
	float:right;
	margin:4px 0 4px 4px !Important;
	}
.floatleft {
	float:left;
	margin:4px 12px 4px 0 !Important;
	}
img.map {
	margin-bottom: 10px;
	margin-top: 10px;
	border: 5px solid #E6E6DE;
	}

/*~~~~~( Lists )~~~~~~*/

ul, dl {
	margin: 5px 0;
	line-height:1.5em;
	color: #454545;
}
	ul li {
		background: url(../img/bullet.gif) no-repeat 12px 7px;
		padding: 5px 10px 5px 35px;
	}
dl {
	margin: 10px 0 0 0;
	}
dl dt {
	text-align: left;
	width: 20%;
	color: #777;
	padding: 0 0 10px;
	float: left;
	clear: both;
	margin: 0;
	}
dl dd {
	width: 75%;
	padding: 0 0 10px;
	float: right;
	text-align: left;
	margin: 0;
	}
					
/*~~~~~( Float clearing: clearfix/peusdo method )~~~~~~*/

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 1px 0 0 0;
	border: 0;
	}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
