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


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}
.topBar {background-color: #000;}
.midBar { background-color:#fff;}
.botBar {
	background-color: #666;
	margin-top: 15px;
}
.container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.phone {
	color: #f3e082;
	text-align: right;
	float: right;
	width: 200px;
}
.header .nav a {
	color: #f3e082;
	padding-left: 12px;
	border-right: 1px solid #f3e082;
	padding-right: 13px;
	height: 10px;
	text-decoration: none;
}
.header .nav a:hover {
	color: #FFFFFF;
	border-right: 1px solid #f3e082;
}
.logoHome {
	text-align: center;
}
.logo {
	float: left;
	width: 250px;
	height: 103px;
}
img {
	border-style: none;
}
h2 , h1, h2 a{
	padding: 1px;
	margin: 1px;
	text-decoration: none;
	color: #000;
}



.nav {
	text-align: right;
	padding-bottom: 10px;
	width: 700px;
	float: right;
	margin-top: 70px;
}
.left {
	float: left;
	width: 650px;
	min-height: 400px;
	text-align: left;
}
.right {
	width: 256px;
	float: right;
	text-align: center;
}
.clear {
	clear: both;
}
.footer {
	text-align: center;
	padding-top: 15px;
	min-height: 150px;
}
.footer a {
	color: #000;
	text-decoration: none;
}



.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
	outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 1px solid #333333;
}
.highslide:hover img {
	border: 1px solid silver;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {

}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	border-bottom: 1px solid white;
	font-family: "Century Schoolbook", "Times New Roman";
	font-size: 10pt;
	padding: 5px;
	background-color: #333333;
	color: #FFFFFF;
}
.highslide-loading {
	display: block;
	color: #CCCCCC;
	font-size: 10pt;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	border: 1px solid black;
	background-color: #333333;
	padding-left: 22px;
	background-image: url(highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
	z-index:5000
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
