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

/* body -------------------------------------------------*/

h1,h2,h3,h4,h6,p,blockquote,ol,ul,li,img {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	background-color: #ebebeb;
	background-attachment: fixed;
	background-image: url(backgrounds/main.png);
	background-repeat: repeat-x;
	background-position: top;
}

/* text -------------------------------------------------*/

a:link {
	text-decoration: none;
	color: #213B6B;
}
a:visited {
	text-decoration: none;
	color: #213B6B;
}
a:hover {
	text-decoration: none;
	color: #61A9C5;
}
a:active {
	text-decoration: none;
	color: #213B6B;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #213B6B;
	margin-bottom: 15px;
	margin-top: 15px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #213B6B;
	margin-bottom: 15px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #213B6B;
	margin-bottom: 15px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	margin-bottom: 10px;
}


/* wrapper ----------------------------------------------*/

#wrapper {
	width: 980px;
	margin-top: 17px;
	margin-right: auto;
	margin-bottom: 17px;
	margin-left: auto;
}

#wrapper .wrapperTop {
	width: 980px;
	height: 47px;
	background-image: url(backgrounds/wrapperTop.png);
}

#wrapper .wrapperBottom {
	width: 980px;
	height: 47px;
	background-image: url(backgrounds/wrapperBottom.png);
}

#wrapper .wrapperContent {
	width: 920px;
	background-color: #FFF;
	padding-right: 30px;
	padding-left: 30px;
}

/* header ------------------------------------------------*/

#header {
	width: 468px;
	height: 160px;
	background-image: url(backgrounds/header.png);
	margin-bottom: 5px;
	padding-top: 90px;
	padding-left: 452px;
}

#slideshow {
	position:relative;
	height:126px;
	/*margin-top: 62px;
	margin-left: 452px;*/
}
#slideshow2 {
	position:relative;
	height:211px;
	/*margin-top: 62px;
	margin-left: 452px;*/
}
#slideshow IMG, #slideshow2 IMG {
	position:absolute;
	top:0px;
	left:0;
	z-index:8;
	opacity:0.0;
}

#slideshow IMG.active , #slideshow2 IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active, #slideshow2 IMG.last-active {
    z-index:9;
}

/* nav ------------------------------------------------*/

#nav {
	height: 40px;
	width: 920px;	
}

ul#awesome-menu {
	width: 920px; 
	list-style: none;
}

ul#awesome-menu li { display: inline; }
	
ul#awesome-menu li a {
	display: block;
	float: left;
	height: 40px;
	background-image: url(pictures/nav.png);
	text-indent: -9999px;
}

	ul#awesome-menu li a.one {
		width: 95px; background-position: 0 0;	
	}
	
	ul#awesome-menu li a.two {
		width: 70px; background-position: -95px 0;	
	}
	
	ul#awesome-menu li a.three {
		width: 85px; background-position: -165px 0;	
	}
	
	ul#awesome-menu li a.four {
		width: 105px; background-position: -250px 0;	
	}
	
	ul#awesome-menu li a.five {
		width: 100px; background-position: -355px 0;	
	}
	
	ul#awesome-menu li a.six {
		width: 140px; background-position: -455px 0;	
	}
	
	ul#awesome-menu li a.seven {
		width: 120px; background-position: -595px 0;	
	}
	
	ul#awesome-menu li a.eight {
		width: 100px; background-position: -715px 0;	
	}
	
	ul#awesome-menu li a.nine {
		width: 105px; background-position: -815px 0;	
	}
	
	
	ul#awesome-menu li a.one:hover, ul#awesome-menu li a.one:focus {
		background-position: 0 -40px;	
	}
	
	ul#awesome-menu li a.two:hover, ul#awesome-menu li a.two:focus {
		background-position: -95px -40px;	
	}
	
	ul#awesome-menu li a.three:hover, ul#awesome-menu li a.three:focus {
		background-position: -165px -40px;	
	}
	
	ul#awesome-menu li a.four:hover, ul#awesome-menu li a.four:focus {
		background-position: -250px -40px;	
	}
	
	ul#awesome-menu li a.five:hover, ul#awesome-menu li a.five:focus {
		background-position: -355px -40px;	
	}
	
	ul#awesome-menu li a.six:hover, ul#awesome-menu li a.six:focus {
		background-position: -455px -40px;	
	}
	
	ul#awesome-menu li a.seven:hover, ul#awesome-menu li a.seven:focus {
		background-position: -595px -40px;	
	}
	
	ul#awesome-menu li a.eight:hover, ul#awesome-menu li a.eight:focus {
		background-position: -715px -40px;	
	}
	
	ul#awesome-menu li a.nine:hover, ul#awesome-menu li a.nine:focus {
		background-position: -815px -40px;	
	}
	

a { outline: none; }

/* left ------------------------------------------------*/

#content {
	width: 920px;
	margin-bottom: 20px;
}

/* left ------------------------------------------------*/

#left {
	float: left;
	width: 560px;
	margin-right: 30px;
	padding-left: 30px;
	margin: 5px 30px 5px 0px;
}

/* left ------------------------------------------------*/

#right {
	float: left;
	width: 300px;
	margin: 5px 0px 5px 0px;
}

.picBox {
	margin-bottom: 5px;	
}

.buttonBox {
	margin-bottom: 5px;	
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.5em;
}
.quoteBut a {
	display: block;
	width: 300px;
	height: 52px;
	background-image: url(buttons/quote.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.quoteBut a:hover {
	background-position: 0 -52px;
}

.visitBut a {
	display: block;
	width: 300px;
	height: 52px;
	background-image: url(buttons/visit.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.visitBut a:hover {
	background-position: 0 -52px;
}

.testimonialsBut a {
	display: block;
	width: 300px;
	height: 52px;
	background-image: url(buttons/testimonials.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.testimonialsBut a:hover {
	background-position: 0 -52px;
}


/* footer ------------------------------------------------*/

#footer {
	width: 860px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0px;
	background-image: url(backgrounds/footer2.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #243F70;
}

#footer .left {
	float: left;
	width: 400px;
}

#footer .right {
	float: right;
	width: 138px;
	text-align: right;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
}

#footer p .blue {
	color: #fff;
}

#footer a:link {
	text-decoration: none;
	color: #7DA9D5;
}
#footer a:visited {
	text-decoration: none;
	color: #7DA9D5;
}
#footer a:hover {
	text-decoration: underline;
	color: #7DA9D5;
}
#footer a:active {
	text-decoration: none;
	color: #7DA9D5;
}
.telephone_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #FFF;
}


/* others ------------------------------------------------*/

.bullets li {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding-left: 15px;
	padding-bottom: 5px;
	background-image: url(backgrounds/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	font-weight: bold;
}

blockquote {
	background-image: url(pictures/quoleft.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left: 25px;
	font-style: normal;
}

blockquote span {
	background-image: url(pictures/quoright.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	padding-right: 20px;
}
.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
.formfieldmed {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333; 
	background-color: #F7F7F7 !important;
	border: 1px solid #243F70;
	margin: 0px;
	padding: 1px;
	height: 17px;
	width: 220px;
}
.formfielddropdown {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	background-color: #F7F7F7 !important;
	border: 1px solid #243F70;
	margin: 0px;
	padding: 1px;
	height: 21px;
	width: 224px;
	line-height: 1.5em;
}
.formfieldtextarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	background-color: #F7F7F7;
	height: 60px;
	width: 220px;
	border: 1px solid #243F70;
}

blockquote {
	float: left;
	width: 500;
}

blockquote span { line-height: 22px;}

.bqstart, .bqend {
	font-family: serif;
	width: 22px;
	margin: 0px;
	display: inline;
	position: relative;
	height: 0px;
}

.bqstart {
	left: 0px;
	margin-right: 4px;
	margin-left: -25px;
}

.bqend { top: 4px; left: 4px; height: 0px;}

.bqstart IMG, .bqend IMG { display: inline; line-height; 0px; position: relative;}


