@charset "utf-8";
/* CSS Document */
body {
	background: #2b3644;
	margin: 0px;
	padding: 0px;
	font: 82.5% Arial;
}

img {
	border: 0px;
}

#header-wrap {
	background: url(../images/interface/main_bg.png) repeat-x;
	height: 141px;
	text-align: center;
}

#header {
	width: 965px;
	margin: 0 auto 0 auto;
}

#header-inner {

	background: url(../images/interface/header.png) no-repeat;
	height: 104px;
}

#header-inner a {
	text-decoration: none;
	float: left;
	width: 425px;
	height: 104px;
	display: block;
}

#header-phone {
	float: left;
	margin: 75px 0px 0px 375px;
	height: 25px;
	color: #fff;
	font: bold 16px "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

#main-wrap {
	background: #FBFBFB url(../images/interface/main-wrap-bg.png) repeat-x;
	min-height: 500px;
	text-align: center;
}

#main {
	width: 965px;
	margin: 0 auto;
	background: url(../images/interface/sidebar-bg.png) repeat-y;
	min-height: 500px;
	text-align: left;
}

#side-bar {
	width: 205px;
	float: left;
	min-height: 500px;
	text-align: left;
}

#content {
	margin-left: 210px;
	color: #49576b;
	padding: 10px 0px 10px 10px;
	background: url(../images/interface/main-wrap-bg.png) repeat-x;
}

#content p {

	line-height: 140%;
	text-align: justify;
}

#content h2 {
	font-size: 22px;
	padding: 0 0 0 0;
	margin: 0px;
}

#content a:link, #content a:visited {
	color: #003366;
}
#content a:hover, #content a:active {
	color: #c86116;
	text-decoration: none;
}

#side-bar-nav {
	margin: 0px;
	padding: 0px;
}


#side-bar-nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background: url(../images/interface/side_nav_normal.png) no-repeat;
	height: 30px;
	width: 205px;
}

#side-bar-nav li a {
	display: block;
	color: #49576b;
	/* font: 14px Helvetica; */
	padding: 8px 0 0 30px;
	text-decoration: none;
}

#side-bar-nav li a:hover {
	color: #c86116;
	text-decoration: underline;
}


/* NEW MENUS
#side-bar-nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 205px;
}

#side-bar-nav li a {
	height: 30px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
}

#side-bar-nav li a:link, #side-bar-nav li a:visited {
	color: #49576b;
	display: block;
	background: url(../images/interface/side_nav_normal-mouse.png);
	padding: 7px 0 0 30px;
}

#side-bar-nav li a:hover, #side-bar-nav li #current {
	color: #F78E41;
	background: url(../images/interface/side_nav_normal.png-mouse.png) 0 -30px;
	padding: 7px 0 0 30px;
}

#side-bar-nav li a:active {
	color: #26370A;
	background: url(../images/interface/side_nav_normal.png-mouse.png) 0 -30px;
	padding: 7px 0 0 30px;
} */

/*#footer-wrap {
	text-align: center;
}

#footer {
	width: 850px;
	padding: 5px 0 0 0;
	margin: 0 auto;
	height: 100px;
}

#footer, #footer a, #footer a:visited {
	color: #b1bcca;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer ul {
	list-style-type: square;
	margin: 0;
}
#footer blockquote {
	margin-top: 0;
	margin-bottom: 0;
}

#footer strong {
	color: #fff;
}

#footer .border {
	border-right: 1px dashed #8a8b8c;
}

#footer td {
	padding: 5px;
}
*/

#footer-wrap {
	text-align: center;
}

.footer {
		padding-top: 15px;
		clear: both;
	}
	
	#footer {
		text-align: left;
		width: 850px;
		padding: 5px 0 0 0;
		margin: auto;
		height: 100px;
	}

	#footer, #footer a, #footer a:visited {
		color: #b1bcca;
		text-decoration: none;
	}
	
	#footer a:hover {
		color: #fff;
		text-decoration: underline;
	}
	
	#footer ul {
		list-style-type: square;
	}
	
	#footer strong {
		color: #fff;
	}
	
	#footer .border {
		border-right: 1px dashed #8a8b8c;
	}
	
	#footer td {
		padding: 5px;
		font-size: 12px;
		
	}
	#footer p, #footer li, #footer blockquote {
	color: #b1bcca;
	}

ul.city-list {
  float: left;
  width: 150px;
  padding-bottom: 60px;
}
	
	/* IE styles */
	

.page-photo {
	float: right;
	padding: 0 0 0 10px;
}

.img-fix img {
	float: left;
}

/* H.E.L.P.E.R. Classes */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */