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

html {
    -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}

body, h1, h2, h3, h4, h5, h6, blockquote, p {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0 auto;
	padding: 0px;
	background-color: #e9eaec;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3A393B;
	line-height: 1.6em;
}

#navigation {
	width: 1000px;
	height: 244px;
	margin: 0 auto;
}

	#logo {
		width: 348px;
	}

#content {
	width: 1000px;
	height: 400px;
	margin: 0 auto;
}

#contentLeft {
	width: 450px;
	float: left;
}

#contentRight {
	width: 550px;
	float: right;
}

#contact {
	height: 40px;
	padding-bottom: 18px;
}

#detailsLeft {
	width: 275px;
	float: left;
}

#detailsRight {
	width: 255px;
	float: right;
}

#blocktext {
	padding-bottom: 6px;
}

	#barTitle {
		font-size: 15px;
		background-color: #EB5025;
		padding: 6px 15px;
	}
	
	#bartext {
		background-color: #EB5025;
		padding: 6px 15px;
	}	

#address {
	padding: 13px 20px;
	background-color: #dbdcde;
}

#footer_band {
	height: 150px;
	margin: 0 auto;
	padding: 0px;
	background-color: #666;
}

#footer {
	width: 900px;
	margin: 0 auto;
}

/*----------------------*/
p {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.28em;
	color: #424143;
	padding: 0px;
	margin: 0px;
}

/*----------------------*/

h1 {
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

/*----------------------*/

h2 {
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

/*----------------------*/
h3 {
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

/*----------------------*/
h4 {
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

/*---------------------*/

h5 {
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

/*----------site design by case+point:media-----------*/
h6 {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.28em;
	color: #00a0af;
	margin: 0px;
	padding-top: 14px;
	text-align: right;
}

/* -------------------------------------------------------------- */


img {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	vertical-align: bottom; /*disables 3px bottom on ie7*/
}

hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #363124;		
}

/* -------------------------------------------------------------- */ 

a:link {
	color: #EB5025;
	text-decoration: none;
}

a:visited {
	color: #EB5025;
	text-decoration: none;
}

a:hover {
	color: #808285;
	text-decoration: none;
}

a:active {
	color: #EB5025;
	text-decoration: none;
}

#footer a:link {
	color: #fff;
	text-decoration: none;
}

#footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #70cde3;
	text-decoration: none;
}

#footer a:active {
	color: #fff;
	text-decoration: none;
}