@charset "utf-8";
/* CSS Document */

/* ====================BASE STYLES==================== */

html {
	height: 100%;
	font-size: 100%; /* IE hack */ 
	}
	
body {
	height: 100%;
	text-align: center;
	margin: 0;
	background: #fff url(../images/structure/bg.gif) top repeat;
	color: #575757;
	font-size: 82%;
	line-height: 1.2em;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	}
	
/* --------------------text-------------------- */	

p {
	margin: 10px 0 10px 0;
	padding: 0;
	}
	
h1 {
	font-size: 1.5em;
	padding: 0;
	margin: 0;
	line-height: 1.2em;
	text-transform: uppercase;
	}
	
h2 {
	font-size: 1.1em;
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
	line-height: 1.2em;
	}
	
/* --------------------images-------------------- */	
	
img {
	border: 0;
	}
	
.right {
	float: right;
	padding: 20px 0 20px 40px;
	}
	
/* --------------------links-------------------- */

a {
	text-decoration: none;
	font-weight: bold;
	color: #575757;
	}
	
a:hover {
	text-decoration: underline;
	}
	
/* --------------------forms-------------------- */

form {
	height: 100%;
	min-height: 100%;
	}
	
input,
select,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000;
	}

/* --------------------tables-------------------- */

table  {
	border-collapse: collapse;
	border-spacing: 0px;
	border-width: 0px;
	font-size: 100%; /* IE hack */
	}
	
/* --------------------lists-------------------- */

ul {
    list-style-type: none;
    margin: 0;
	padding: 8px 0 16px 0;
	}
	
ul li {
	background: url(../images/widgets/bullet.gif) top left no-repeat;
	padding: 0 0 2px 12px;	
	}
	
/* --------------------misc-------------------- */

.clear {
	clear: both;
	}

.hidden {
	display: none;
	}
	
/* ====================MASTER LAYOUT==================== */

#container {
	text-align: left;
	margin: 0 auto;
	width: 940px;
	border: 0;
	padding: 0;
    min-height: 100%;
   	voice-family: "\"}\"";
   	voice-family: inherit;
	font-size: 0.9em;
	}

html>body #container {
	height: 100%;
	}
	
#frame {
	margin: 20px 0;
	padding: 0;
 	width: 940px;
	background: #fff;
	}
	
#top {
	width: 940px;
	height: 34px;
	background: url(../images/structure/top.gif) bottom no-repeat;
	}
	
#main {
 	width: 940px;
	background: url(../images/structure/middle.gif) repeat-y;	
	}
	
#bottom {
	width: 940px;
	height: 27px;
	background: url(../images/structure/bottom.gif) top no-repeat;	
	}

/* ====================LAYOUT ELEMENTS==================== */

#logo {
	float: left;
	padding: 0 207px 0 40px;
	width: 326px !important;
 	width /**/: 573px;
	height: 91px;
	}

#nav {
	float: left;
	margin: 0 40px 0 0;
 	width: 327px;
	height: 23px;
	background: url(../images/nav/nav-bg.gif) top repeat-x;
	}

.navFlag {
	padding: 0 0 0 13px;
	}	

#bannerHome {
	width: 900px !important;
 	width /**/: 940px;
	height: 252px !important;
 	height /**/: 322px;
	padding: 20px 20px 50px 20px;
	}
	
#banner {
	width: 900px !important;
 	width /**/: 940px;
	height: 176px !important;
 	height /**/: 246px;
	padding: 20px 20px 50px 20px;
	}

#content {
	float: left;
	padding: 0 50px 50px 40px;
	width: 483px !important;
 	width /**/: 573px;
	}
	
#contentWide {
	padding: 0 50px 50px 40px;
	width: 850px !important;
 	width /**/: 940px;
	}

#images {
	float: left;
	padding: 15px 40px 50px 0;
	width: 327px !important;
 	width /**/: 367px;	
	}

#footer {
	padding: 0 40px 0 40px;
	width: 860px !important;
 	width /**/: 940px;
	color: #bebebe;
	}
	
#footerItems {
	padding: 20px 0 0 0;
	border-top: 1px solid #e3e3e3;	
	}
	
#footer a {
	color: #bebebe;
	}
	
/* ====================GOOGLE MAP==================== */

#gMap {
 	width: 327px;
	height: 245px;
	}
	
.gmnoprint img {

	}
	
.gmnoprint div div {
	padding: 0 20px 0 0;
	margin: 0;
	}
	
.gMapFull {
	text-align: right;
	}