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

body{
	background:url(../images/bg.gif) repeat-x #fff;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4e4e40;
}

.clear{
	clear:both;
}

h1{
	font-family:"Century", Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#356ba1;
	margin:0;
	padding:0;
}

h2{
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0;
	padding:0;
	color:#2f6397;
}

h3{
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0;
	padding:0;
	color:#2f6397;
}

.whiteText{
	color:#fff;
}

#container{
	margin:0 auto;
	width:1000px;
}

#swirl{
	background:url(../images/swirl.gif) no-repeat;
	width:684px;
	height:149px;
	position:absolute;
	z-index:-1;
}

#contactDetails{
	float:right;
	margin:60px 25px 0 0;
}

#logo{
	display:inline-block;
	height:81px;
	width:176px;
	background:url(../images/logo.gif) no-repeat;
	border:0;
	margin:32px 0 0 21px;
}

#navContainer{
	height:42px;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	margin-top:12px;
	margin-left:auto;
	margin-right:auto;
	width:960px;
	}

.navDivide{
	width:2px;
	height:42px;
	background:url(../images/navDivide.gif);
	display:inline-block;	
	vertical-align:top;
}

.navSpacer{
	background:url(../images/navBg.gif); 
	height:42px;
	width:21px;
	display:inline-block;
	vertical-align:top;
}

.flashContainer{
	width:639px;
	float:left;
	margin-left:17px;
	margin-top:25px;
	text-align:center;
}

.flashTop{
	background:url(../images/flashBGTop.jpg) no-repeat;
	min-height:200px;
	padding:10px 0 0 0;
}	

.flashBot{
	background:url(../images/flashBGBot.jpg) no-repeat;
	height:12px;
}	

.offersContainer{
	width:336px;
	float:right;
	margin-top:12px;
}

.offersContainer p{
	margin:0;
	padding:5px 0;
}

.offersContainer input{
	color:#4e4e40;
	font-size:11px;
}

.offersTop{
	background:url(../images/offersTop2010.jpg) no-repeat;
	min-height:292px;
	padding:25px 0 0 17px;
}	

.offer{
	padding:0 75px 0 0;	
}

.offerDivide{
	width:290px;
	border-top:1px solid #ebe7de;
}

.offersBot{
	background:url(../images/offersBot.jpg) no-repeat;
	height:16px;
}	

.contentLeft{
	float:left;
	width:612px;
	border-right:1px dotted #4e4e40;
	min-height:360px;
	margin:27px 0 0 25px;
	padding:0 10px 0 0;
}

.contentRight{
	float:left;
	width:302px;
	margin:27px 0 0 27px;
	padding:0 10px 0 0;
}

.contentRight form{
	width:350px;
	padding:0;
	margin:0;
}

#message{
	width:200px;
}

.imgBorder{
	border:1px solid #2e6092;
	margin:5px;
}

#footer{
	margin-top:24px;
	width:100%;
	background:url(../images/footBg.gif) repeat-x #eef3ff;
}

#footerContent{
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	width:950px;
	margin:0 auto;
	padding:25px 0;
}

#map{
	margin-top:10px;
	border:1px solid #356ba1;
}

/* - - Links - - */

a{color:#4e4e40; text-decoration:none;}
a:hover{color:#4e4e40; text-decoration:underline;}

#navContainer a{
	color:#FFFFFF; 
	text-decoration:none; 
	display:inline-block; 
	background:url(../images/navBg.gif); 
	height:30px;
	padding:12px 12px 0 12px;
	vertical-align:top;
	}
#navContainer a:hover{
	text-decoration:underline;
	background:url(../images/navBgOver.gif); 
	}
	
	/*-----------High Slide------------*/
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border:1px solid #0B3F66;
	margin-bottom:2px;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide:hover img {
}

.highslide-wrapper {
	background: black;
}
.highslide-image {
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    border: 3px solid #cdcdcd;
    border-top: none;
    padding: 5px;
    background-color: black;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
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;
}

#slideshow {width:619px; height:295px; overflow:hidden; margin-left:10px; }
