
/* MISC */

.float-left {float:left;}
	
.float-right {float:right;}
	
.align-left {text-align:left;}
	
.align-right {text-align:right;}
	
.no-border {border:none;}
	
.clearer {clear:both;}
	
.clear {display:inline-block;}
	
.clear:after {display:block; visibility:hidden;	clear:both;	height:0; content:".";}
	
blockquote {
	margin:0 10px;
	padding:5px 7px 5px 40px;
	font-weight:normal;
	font-size:17px;
	line-height:22px;
	font-style:italic;
	font-family:Georgia, 'Times New Roman', Times, serif;
	color:#80614D;
	border:1px solid #EEE8E1;
	background:#FAF7F5 url(../images/quote.gif) no-repeat 15px 15px;
}

strong {font-weight:bold;} em {font-style:italic;}


/* MAIN STYLES */

html {background:url(../images/bg1.jpg);}

body {font-size:13px; line-height:22px; font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; color:#424242; text-align:center;}
	
#wrap {width:960px;	margin:0 auto 0 auto; text-align:left; background:#111 url(../images/master-bg.jpg) no-repeat top center;}
	
#content {
	clear:both;
	float:left;
	width:880px;
	padding:15px 10px 30px;
	background:#FFF;
	margin-left:30px;
}

/* LINKS STYLES */

a, a:visited {color:#115280; text-decoration:none;}

	a.contact {font-weight:bold;}
	
a:hover {color:#115280; text-decoration:underline;}
	
a {outline:none;}

/* TEXT STYLES */

h1, h2, h3, h4 {font-weight:bold; padding: 10px 1px 0 10px; letter-spacing:-1px; color:#115280;}
	
h1 {font-size:35px;}
	
h2 {font-size:30px;}
	
h3 {font-size:23px;	padding-bottom:15px;}
	
h4 {font-size:20px;}
	
p {padding:10px;}

/* IMAGE STYLES */

img.border {background:#FAFAFA;	border:1px solid #E4E4E4; padding:8px;}
	
img.float-right {margin:5px 0 10px 10px;}
	
img.float-left {margin:5px 10px 10px 0;}
	
img.float-left-main {margin:5px 10px 10px;}

/* HEADER / NAVIGATION STYLES */

.header {width:900px; margin:0;	padding:0; height:101px; margin-left:30px;}
	
	.header h1 {padding:0;}
	.header h1 img {float:left; margin: 10px 0 0 8px;}

	.header .accred {float:right; margin: 25px 10px 0 0;}
		.header .accred img {margin-left:18px; float:left;}

.navigation {
	width:900px;
	height:50px;
	padding:0;
	margin:0;
	background:url(../images/nav-bg.jpg) bottom left no-repeat;
	overflow:hidden;
	position:relative;
	margin-left:30px;
}

.navigation a.current {background:transparent url(../images/nav-current.gif) bottom center no-repeat; color:#FFF;}

.navigation-right {float:right;}

.navigation-right h3 {color:#FFF; padding:15px 20px 0 0; text-align:right;}

.navigation-left {float:left; display:inline; width:590px; overflow:hidden;	padding:0; font-size:10px;}

.navigation-left li {
	float:left;
	display:inline;
	text-align:center;
	background:transparent url(../images/nav-sep.jpg) 100% 50% no-repeat;
	height:50px;
	font-size:14px;
	width:115px;
}

.navigation-left li a {
	color:#CCC;
	display:block;
	line-height:50px;
	padding:0;
	height:50px;
	width:115px;
}

.navigation-left li a:hover {
	color:#FFF;
	text-decoration:none;
}

/* SLIDER STYLES */

.slider-container {
	overflow:hidden;
	width:880px;
	margin:0 auto;
}

#slider-body {
	padding:10px;
	background:#FFF;
	border-bottom:1px solid #CCC;
}

.main_image {
	width:425px;
	height:281px;
	float:left;
	background:#333;
	position:relative;
	overflow:hidden;
	color:#FFF;
	margin: 10px 0 10px 20px;
}

.main_image h3 {
	font-size:23px;
	font-weight:bold;
	margin:0;
	padding:10px 0 0px 10px;
	letter-spacing:-.5px;
	color:#fff;
}

.main_image p {
	font-size:12px;
	padding:10px;
	margin:0;
	line-height:18px;
}

.main_image a {
	color:#FFF;
	text-decoration:underline;
	font-weight:bold;
}

.main_image a:hover {
	text-decoration:none;
}

.main_image .block small {
	margin-left:10px;
}

.main_image .desc {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	display:none;
}

.main_image .block {
	width:100%;
	background:#223959;
}

.main_image a.collapse {
	/* background:url(../images/slider/btn_collapse.gif) no-repeat left top; */
	height:27px;
	width:93px;
	text-indent:-99999px;
	position:absolute;
	top:-27px;
	right:20px;
}

.main_image a.show {
	background-position:left bottom;
}

.image_thumb {
	float:left;
	width:360px;
	background:#F0F0F0;
	border-right:1px solid #FFF;
	border-top:1px solid #CCC;
	margin-top:10px;
}

.image_thumb img {
	border:1px solid #CCC;
	padding:1px;
	background:#FFF;
	float:left;
	height:16px;
	width:22px;
	margin-top:3px;
}

.image_thumb ul {
	margin:0;
	padding:0;
	list-style:none;
}

.image_thumb ul li {
	margin:0;
	padding: 0px 20px;
	background:#F0F0F0 url(../images/slider/nav_a.gif) repeat-x;
	width:320px;
	float:left;
	border-bottom:1px solid #CCC;
	border-top:1px solid #FFF;
	border-right:1px solid #CCC;
}

.image_thumb ul li.hover {
	background:#DDD;
	cursor:pointer;
}

.image_thumb ul li.active {
	background:#FFF;
	cursor:default;
}

.image_thumb ul li.active h3 {font-weight:bold;}

.image_thumb ul li .block {
	float:left;
	margin-left:15px;
	padding:0;
	width:235px;
}

.image_thumb ul li .block h3 {font-size:14px; letter-spacing:0.5px; padding: 2px 0 2px 0;}

.image_thumb ul li .block small {padding:0;	font-size:11px;}	

.image_thumb ul li p {display:none;}

/* MAIN COLUMN STYLES */

#main {
	float:left;
	width:560px;
	padding:0;
	margin:0 20px 0 0;
	display:inline;
}

#main h2, #content h2 {
	font-size:27px;
	font-weight:bold;
	color:#115280;
	padding:10px 0 12px 5px;
	margin:0 45px 5px 5px;
	border-bottom:1px solid #DDD;
}

#main span {
	margin:0;
	font-size:18px;
	letter-spacing:-1px;
	font-weight:bold;
	color:#115280;
}

#sidebar p {padding-right:30px;}

/* FOOTER STYLES */

#footer {
	width:900px;
	height:50px;
	padding:0;
	margin:0 0 25px 30px;
	background:url(../images/footer-bg.jpg) bottom left no-repeat;
	overflow:hidden;
	position:relative;
	font-size:11px;
	color:#CCC;
	text-align:center;
	letter-spacing:-.2px;
	float: left;
}

#footer p {padding:15px 0;}

#footer a {color:#CCC; border-bottom:1px dotted #FFF; text-decoration:none;}

#footer a:hover {color:#fff; border-bottom:1px dotted #555;	text-decoration:none;}


/* CONTACT STYLES */

.ContactForm {
	padding: 20px 10px 10px 0;
	background:#F2F2F2;
}

.ContactForm input {
	font-size:12px;
	color:#424242;
}

.ContactForm input:focus {
	background:#d9effa;
	color:#424242;
}

.ContactForm select {
	border:1px solid #D5D5D5;
	padding:4px 4px 4px 8px;
}

.ContactFormRow {
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
}

.ContactFormColLeft {
	width:20%;
	float:left;
	display:inline;
	text-align:right;
	padding-top:9px;
}

.ContactFormColLeft label {
	font-size:13px;
	line-height:16px;
	font-weight:normal;
	vertical-align:middle;
	color:#115280;
}

.ContactFormColRight {
	width:77%;
	float:right;
	display:inline;
}

.ContactFormColRight label {
	font-size:12px;
	line-height:16px;
	vertical-align:middle;
	color:#666;
}

.ContactFormColRight .ContactSubmitBtn {
	width:100px;
	border:1px solid #223959;
	background:#223959;
	text-align:center;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:5px 0;
	cursor:pointer;
}

.ContactInputReg {
	width:93%;
	border:1px solid #CCC;
	padding:8px;
}

textarea.ContactInputReg {
	width:93%;
	border:1px solid #CCC;
	padding:8px;
	font:normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color:#424242;
}

textarea:focus {
	background:#D9EFFA;
	color:#424242;
}

#map_canvas {
	width:278px;
	height:300px;
	border:1px solid #CCC;
	margin:10px 10px 0 10px;
}
