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

* {
	margin: 0;
	padding: 0;}
	
img {
	outline: none;
	border: none;}
	
a {
	outline: none;
	border: none;}
	
/* Tell the browser to render HTML 5 elements as block */  
header, footer, aside, nav, article, section {  
	display: block;}  

html {
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	background-color: #f2f2f2;}
	
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
	
.main_container {
	width: 960px;
	margin: 0 auto;}
	
header {
	height: 150px;}
	
.logo {
	width: 336px;
	height: 90px;
	float: left;
	margin-top: 25px;}
	
.quote_top {
	background-image: url(../img/quote_top.png);
	width: 233px;
	height: 33px;
	float: right;
	padding-top: 7px;
	margin-right: -28px;}
	
.quote_top a {
	color: #fff;
	text-decoration: none;
	text-shadow: 0px -1px 0px #000;
	font-weight: bold;
	font-size: 1.1em;
	margin-left: 45px;}
	
.quote_top a:visited {
	color: #fff;
	text-decoration: none;}
	
.quote_top a:hover {
	text-decoration: underline;}
	
.quote_top a:active {
	text-decoration: none;}
	
#intro {
	background-image: url(../img/red_section.png);
	width: 890px;
	height: 438px;
	margin-top: 2px;
	padding-top: 20px;
	padding-left: 35px;
	padding-right: 35px;}
	
#intro h1 {
	color: #fff;
	font-size: 1.6em;
	text-shadow: 0px -1px 0px #000;}
	
.hr {
  height: 10px;
  background-image: url(../img/hr.gif);
  background-repeat: repeat-x;
  margin-top: 15px;}
  
#slideshow {
	padding: 5px;
	width: 465px;
	height: 308px;
	background-color: #fff;
	margin-top: 20px;
	float: left;}
	
#slideshow img {
	margin-top: 5px;
	margin-left: 5px;
	width: 465px;
	height: 308px;}

#intro p {
	float: right;
	margin-top: 20px;
	font-size: 15px;
	line-height: 1.5em;
	color: #fff;
	text-shadow: 0px -1px 0px #000;
	width: 380px;}
	
#quote_button {
	float: right;
	width: 223px;
	height: 84px;
	background-image: url(../img/quote_button.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin-right: 80px;
	margin-top: 0px;}
	
#quote_button2 {
	width: 189px;
	height: 50px;
	background-image: url(../img/quote_button2.png);
	background-position: top center;
	background-repeat: no-repeat;}
	
#quote_button:hover {
	background-position: bottom center;
	cursor: pointer;}
	
#quote_button2:hover {
	background-position: bottom center;
	cursor: pointer;}
	
#quote_button a {
	width: 223px;
	height: 84px;
	display: block;}
	
#news {
	float: left;
	padding: 20px;
	background-color: #fff;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	min-height: 300px;
	border: 1px solid #cacaca;
	width: 600px;
	margin-top: 40px;}
	
#news h2, #contact_info h2 {
	color: #272425;}
	
#news h3 {
	color: #0c5d7a;
	font-size: .9em;
	font-weight: bold;
	margin-top: 15px;}
	
#news p {
	font-size: .75em;
	color: #4f4f4f;}
	
#news p a:link, #news p a:visited, #content p a:link, #content p a:visited, #content_left p a:link, #content_left p a:visited, #content_right p a:link, #content_right p a:visited {
	color: #0c5d7a;
	text-decoration: underline;}

#news p a:hover, #content p a:hover, #content_left p a:hover, #content_right p a:hover{
	text-decoration: none;}
	
#news p a:active, #content p a:active, #content_left p a:active, #content_right p a:active {
	color: #168db8;}

#contact_info {
	float: right;
	padding: 20px;
	background-color: #fff;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	min-height: 300px;
	border: 1px solid #cacaca;
	width: 250px;
	margin-top: 40px;}
	
#contact_info p {
	font-size: .75em;
	color: #4f4f4f;
	margin-top: 15px;}
	
#contact_info p a:link, #contact_info p a:visited {
	font-size: 1.2em;
	color: #0c5d7a;
	text-decoration: underline;}
	
#contact_info p a:hover {
	text-decoration: none;}
	
#contact_info p a:active {
	color: #168db8;}
	
#contact_info p a img {
	margin-bottom: -5px;}
	
#contact_info p a#email {
	font-size: 1em;}
	
#content {
	padding: 20px;
	background-color: #fff;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	min-height: 500px;
	border: 1px solid #cacaca;
	width: 920px;
	margin-top: 2px;}
	
#content h1, #content_left h1, #content_right h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #a50329;
	border-bottom: 1px solid #cacaca;
	padding-bottom: 4px;
	margin-bottom: 16px;}
	
#content h2, #content_left h2, #content_right h2 {
	font-size: 1em;
	font-weight: bold;
	color: #4f4f4f;
	margin-top: 15px;}

#content h2 a, #content h2 a:visited, #content_left h2 a, #content_left h2 a:visited {
	color: #0c5d7a;
	text-decoration: underline;
}
#content h2 a:hover, #content_left h2 a:hover {
	text-decoration: none;
}

#content h3, #content_left h3, #content_right h3 {
	font-size: .9em;
	font-weight: bold;
	color: #4f4f4f;
	margin-top: 15px;}
	
#content ul, #content_left ul , #content ol, #content_left ol{
	margin-left: 30px;
	font-size: .75em;
	color: #4f4f4f;}
	
#content p, #content_left p, #content_right p {
	color: #4f4f4f;
	font-size: .75em;
	margin-top: 5px;}	

#content form {
	color: #4f4f4f;
	font-size: .75em;
	margin-top: 5px;
}
#content form h2 {
	font-size: 1.25em;
	font-weight: bold;
	color: #4f4f4f;
	margin-top: 15px;
}

#content_left {
	float: left;
	padding: 20px;
	background-color: #fff;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	min-height: 500px;
	border: 1px solid #cacaca;
	width: 661px;
	margin-top: 2px;}
	
#content_right {
	float: right;
	padding: 20px;
	background-color: #fff;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	min-height: 500px;
	border: 1px solid #cacaca;
	width: 189px;
	margin-top: 2px;}

	
footer {
	background-image: url(../img/footer_bg.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 233px;
	margin-top: 40px;}
	
footer .logo {
	width: 336px;
	height: 90px;
	float: none;
	margin: 0 auto;
	padding-top: 35px;}

footer p {
	font-size: .75em;
	text-align: center;
	margin-top: 25px;}
	
footer p a:link, footer p a:visited {
	color: #0c5d7a;
	text-decoration: underline;}
	
footer p a:hover {
	text-decoration: none;}
	
footer p a:active {
	color: #168db8;}

/* DROP DOWN NAV----------------------------------------------------------------------------------------------------------*/
nav {
	margin-top: 35px;
	height: 43px;
	float: right;}

.left_nav {
	width: 5px;
	height: 43px;
	background-image: url(../img/nav_left.png);
	background-repeat: no-repeat;
	z-index: 3;
	float: left;
	position: relative;}

.right_nav {
	width: 5px;
	height: 43px;
	background-image: url(../img/nav_right.png);
	background-repeat: no-repeat;
	z-index: 3;
	float: left;
	margin-left: -5px;
	position: relative;}
	
ul#nav {
	float: left;
	z-index: 2;
	margin-left: -5px;
	min-width: 565px;
	background-image: url(../img/nav_bg.png);
	background-repeat: repeat-x;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
	font-size: .9em;}

ul#nav li {
	z-index: 2;
	float: left;
	background-image: url(../img/nav_middle.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-shadow: 0px -1px 0px #000;
	font-weight: bold;
	font-size: 1em;}

ul#nav li a {
	color: #fff;
	display: block;
	height: 31px;
	padding-top: 12px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 2;
	text-align: center;
	text-decoration: none;}

ul#nav li:hover { 	
	color: #fff;
	text-decoration: none;
	background-position: bottom left;
	z-index: 2;}

ul#nav li span {
	z-index: 0;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	background-color: #353535;
	float: left;
	position: absolute;
	left: 0; 
	top: 43px;
	display: none;
	margin-left: 6px;
	width: 550px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom: 1px solid #090808;
	border-left: 1px solid #090808;
	border-right: 1px solid #090808;
	text-shadow: none;
	text-shadow: 0px 1px 0px #000;}

ul#nav li span a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
	z-index: 0;
	margin: 0;
	padding: 0;
	height: 25px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 0px;}

ul#nav li:hover span { display: block;} /*--Show subnav on hover--*/
ul#nav li span a { display: inline;} /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#nav li span a:hover {text-decoration: underline;}
/*END DROP DOWN NAV ---------------------------------------------------------------------------------------*/

/*INPUT STYLING --------------------------------------------------------------------------------------------*/
input[type=text], select {
	color: #4f4f4f;
	font-size: 1em;
	width: 250px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 5px;
}
textarea {
	color: #4f4f4f;
	font-size: 1em;
	width: 350px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 5px;
	height: 200px;
}
input[type=submit] {
	color: #4f4f4f;
	font-size: 1em;
	width: 100px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 5px;
}
/*END INPUT STYLING -----------------------------------------------------------------------------------------*/

.success_box {
	/* green success box */
	position: relative;
	width: 100% - 20px;
	background-color: #e2f9e1;
	border: 1px solid #a5e1a2;
	padding: 10px 10px;
	margin-bottom: 10px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.message {
	/* blue box */
	position: relative;
	width: 100% - 20px;
	background-color: #e1f4f9;
	border: 1px solid #a2d5e1;
	padding: 10px 10px;
	margin-bottom: 10px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.error_box, .error-message {
	/* red-ish? box */
	position: relative;
	width: 100% - 20px;
	background-color: #f9e1e5;
	border: 1px solid #e1a2ad;
	padding: 10px 10px;
	margin-bottom: 10px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}