

/***************************************************************** Common Styles ***************************************************************/
html, body {
	height: 100%;
}
body {
	font-size: 62.8%;
	font-family: helvetica, arial, verdana, sans-serif;
	background: #e1e1e1;
}
a { 
	text-decoration: none;
	cursor: pointer;
	color: #737373;
	font-size: 1.1em;
}
a:hover {
	color: #1096c8;
}
img { 
	display: block;
	border: 0;
}
h1, h2, h3 {
	font-weight: normal;
	font-size: 1.2em;
}
h4{
	font-size: 1.3em;
	color: #454545;
	padding-bottom: 6px;
}

p {
	font-size: 1.1em;
}
ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border: 0;
}
td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
input, textarea {
	padding: 3px;
	background: #fff;
	width: 330px;
	border: 1px solid #7f9db9;
}
label, input, textarea {
	font-size: 1.2em;
	font-family: arial;
}
label {
	float: left;
}
input, textarea {
	float: right;
}
textarea {
	height: 95px;
}
.select a {
	background-position: bottom !important;
}
.selectB a {
	background-position: right !important;
}

/******************************************************************** Resets *******************************************************************/
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	float: none;
}
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    width: 998px;
}
.clear{
    display: inline;
    display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 998px;
}

.colB{
	width: 470px;
	display: inline;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}
.colA{
	width: 470px;
	display: inline;
	float: right;
	padding-top: 10px;
	padding-right: 20px;
}


* html .clear {
    height: 1px;
}

/****************************************************************** Container ******************************************************************/
div#container {
	position: relative;
	width: 998px;
	height: auto !important;
	min-height: 100%;
	height: 100%;
	background: #fff;
	color: #969696;
}
body#custom div#container {
	width: 998px;
}
/******************************************************************* Flash *********************************************************************/
div#flashContent {
	position: absolute;
	width: 100%;
	height: 100%;
}

#map {
	width: 994px;
	height: 500px;
	margin-left: 4px;
}

/******************************************************************* Header *******************************************************************/
div#header {
	width: 998px;
	background: #fff;
	padding: 0 0 20px;
}

div#header div {
	width: 998px;
}
ul#linkNav {
	
	display: inline;
	width: 600px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align: right;
	float: right;
}

ul#linkNav li {
	float: right;
	padding: 50px 17px 0 10px;
	border-left: 1px solid #e1e1e1;
}

ul#linkNav a {
	height: 17px;

	}

ul#linkNav a:hover {
	background-position: center;
}

ul#linkNav a:active {
	background-position: top;
}

/* Contact Tab */


div#header h1 a {
	float: left;
	margin: 15px 0 0 40px;
	background: url(../img/logo/main-new.gif) top right no-repeat;
	width: 242px;
	height: 45px;
	text-indent: -9999px;
}

/******************************************************************* Footer ********************************************************************/

div#footer {
	padding: 10px 0;
	border-top: 1px solid #dedede;
}

div#footer ul {	
	padding: 0 0 0 42px;
}

div#footer li{
	float: left;
	padding: 0 15px 0 0;
	font-size: 1.1em;
	color: #9e9e9e;
}

div#footer li span {
	color: #3b3b3b;
	font-weight: bold;
}

div#footer li a {
	font-size: 1em;
	color: #1096c8;
}


