@charset "utf-8";


html {
	
	}
#wrapper {
	background-color:#fff;
	}
.col-border {
	background:transparent;
	}

/* ---------------------------------------------------------------------------
	LOGO / NAV
*/

.button_grey {
background:url("../img/but_right_grey.png") no-repeat scroll right top transparent;
border:0 none;
color:#ffffff;
cursor:pointer;
display:block;
float:left;
font-size:12px;
font-weight:bold;
height:30px;
margin:20px 10px 10px 55px;
outline:medium none !important;
overflow:hidden;
padding:0 12px 0 0 !important;
text-decoration:none;
}

.button_grey span {
background:url("../img/but_left_grey.png") no-repeat scroll left top transparent;
display:block;
float:left;
line-height:30px;
outline:medium none !important;
padding:0 0 0 12px;
}


.logo {
	background:url(../img/logo.png) top left no-repeat;
	}
#nav li a {
	font-weight:bold;
	text-transform:uppercase;
	color:#417cad;
	}
#nav li span {
	color:#c32940;
	}
	#sub-nav li {
		border-top:1px solid #c1c5c6;
		}
		#sub-nav li a {
			color:#383e3f;
			}
.img-thumbs {
	background-color:#e6e6e6;
	}

/* ---------------------------------------------------------------------------
	TYPOGRAPHY
*/

h1 {
	background-color:#333;
	color:#f6f6f6;
	}
	#slideshow h1 {
		background-color:#94b9c9;
		}
h2, h3, h4, h5, h6, p, a, li, b, strong, i, em, address, abbr, acronym, small, big, q, blockquote, cite, caption, table {
	color:#383e3f;
	}
a {
	color:#94b9c9;
	}
.sub-head-major {
	color:#94b9c9;
	}
.sub-head-minor {
	color:#c1c5c6;
	}
	
/* ---------------------------------------------------------------------------
	USP - UNIQUE SELLING POINTS
*/

#usp {
	background-color:#333333;
	}
	#usp li h2 {
		color:#fff;
		padding-top:15px;
		}
	#usp li p {
		color:#bbb;
		}
	.seperator {
		background:url(../img/seperator-v-grey.jpg) top right repeat-y;
		}
	.usp-1 {
		background:url(../img/usp-1.jpg) 20px 5px no-repeat;
		}
	.usp-2 {
		background:url(../img/usp-2.jpg) 20px 5px no-repeat;
		}
	.usp-3 {
		background:url(../img/usp-3.jpg) 20px 5px no-repeat;
		}
	.usp-4 {
		background:url(../img/usp-4.jpg) 20px 5px no-repeat;
		}

/* ---------------------------------------------------------------------------
	SLIDESHOW / SUB NAV / SUB DATA
*/

.showcase li, .slide-desc, #sub-nav, #sub-data {
	background-color:#94b9c9;
	}
	.slide-button {
		background:url(../img/view-more.jpg) top left no-repeat;
		}

/* ---------------------------------------------------------------------------
	FORMS
*/

input, textarea, select  {
	border:1px solid #c1c5c6;
	}
	input:focus, textarea:focus, select:focus  {
		background-color:#f6f6f6;
		}
label {
	color:#bbb;
	}
#submit {
	background-color:#eee;
	color:#383e3f;
	}
	#submit:hover {
	background-color:#e6e6e6;
	}

/* ---------------------------------------------------------------------------
	TABLE STYLES
*/	
table {
	}
th {
	color:#fff;
	background-color:#aaa;
	border:1px solid #fff;
	}
tr {
	}
	table tr.odd td {
		background-color:#e6e6e6;
		}
	table tr.even td {
		background-color:#f6f6f6;
		}
td {
	border:1px solid #fff;
	}
	
/* ---------------------------------------------------------------------------
	ACCORDION
*/

.acc-header {
	background:url(../img/bg-accordion-inactive.jpg) top left no-repeat;
	}
	.acc-header:hover {
		color:#f6f6f6;
		}
.acc-active {
	background:url(../img/bg-accordion-active.jpg) top left no-repeat;
	color:#f6f6f6;
	}

/* ---------------------------------------------------------------------------
	FOOTER
*/

#footer, #footer p, #footer li, #footer li a {
	color:#fff;
	text-transform:uppercase;
	background-color:#004a84;
	}
