/* Getting the new tags to behave
---------------------------------------- */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }


/* Global properties
---------------------------------------- */
body { 
	background:#f6f6f6; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.1875em;
	color:#787878;
	margin: 0; 
 	padding: 0; 
	padding-top: 5px;
 	 
	}
html { min-width:750px;
	   max-width:980px;
	   margin: 0 auto;}
html, body { height:100%;}


.container_12 {
	font-size:.8125em;
	}


a {
	color:#75b8b6; 
	outline:none;
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	}
	

/* Left & Right alignment */

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper {
	width:100%;
	overflow:hidden;
	padding-left: 5px;
	}

.extra-wrap { 
	overflow:hidden;
	}





/* Header
---------------------------------------- */
.splash {
	background:url(../images/splash.jpg) no-repeat 50% 0;
	height:782px;
	}
header {
	background:#eaf5f4;
	height:391px;
	overflow:hidden;
	}
header.big {
	height:782px;
	background:url(../images/header-bot.gif) 0 100% repeat-x #eaf5f4;
	}

/* Logo */
.logo {
	position:absolute;
	left:0;
	top:30px;
	z-index:10;
	}
	.logo h1 {
		font-size:38px;
		line-height:1.4em;
		color:#333;
		letter-spacing:-2px;
		}
	.logo h1 a {
		color:#333;
		text-decoration:none;
		}
		.logo h1 a span {
	color:#4DA7C8;
			}
	.logo .description {
		font-size:12px;
		color:#a1a7a7;
		text-transform:uppercase;
		font-weight:bold;
		margin-top:-8px;
		padding-left:5px;
		padding-top:3px;
		}

/* Social services */
.socials {
	position:absolute;
	right:0;
	top:50px;
	z-index:10;
	}
	.socials li {
		float:left;
		padding-left:5px;
		}
		.socials li a {
			float:left;
			width:30px;
			height:30px;
			overflow:hidden;
			}
		.socials li a.twitter {
			background:url(../images/icon-twitter.gif) no-repeat 0 0;
			}
		.socials li a.rss {
			background:url(../images/icon-rss.gif) no-repeat 0 0;
			}
		.socials li a:hover {
			background-position:0 -30px;
			}

/* Main navigation */
header nav {
	position:absolute;
	z-index:10;
	left:0;
	top:136px;
	}
header.big nav {
	right:0;
	top:147px;
	}
	header nav li {
		width:100%;
		overflow:hidden;
		}
		header nav li a {
			float:left;
			font-size:25px;
			line-height:1.2em;
			font-weight:bold;
			line-height:45px;
			padding:0 20px 0 22px;
			text-decoration:none;
			color:#fff;
			background:#4da7c8;
			letter-spacing:-1px;
			}
		header.big nav li a {
			float:right;
			text-align:right;
			}
		
		header nav li.item2 a {
			background-color:#75b8b6;
			padding-right:42px;
			}
		header.big nav li.item2 a {
	padding-left:19px;
	padding-right:20px;
			}
			
		header nav li.item3 a {
			background-color:#9ecaa5;
			padding-right:60px;
			}
		header.big nav li.item3 a {
	padding-left:25px;
	padding-right:20px;
			}
			
		header nav li.item4 a {
			background-color:#c6db93;
			padding-right:33px;
			}
		header.big nav li.item4 a {
			padding-left:33px;
			padding-right:20px;
			}
			
		header nav li.item5 a {
			background-color:#eeec81;
			padding-right:50px;
			}
		header.big nav li.item5 a {
	padding-left:25px;
	padding-right:20px;
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
			}
			
		header nav li a:hover,
		header nav li a.current{
			background-color:#333;
			text-decoration:none;
			}


/* Sign up button */
.sign_up {
	position:absolute;
	right:0;
	top:545px;
	z-index:10;
	}
	.sign_up a {
		display:block;
		font-size:25px;
		color:#fff;
		font-weight:bold;
		background:#fa635e;
		letter-spacing:-1px;
		line-height:45px;
		padding:0 20px;
		text-decoration:none;
		}
	.sign_up a:hover {
		background-color:#333;
		}



/* News slider */
/*
 * Required 
*/
#loopedSlider {
	position:absolute;
	left:50%;
	margin-left:-465px;
	top:420px;
	width:207px;
	height:250px;
	z-index:10;
	}
.slider-wrap {
	position:relative;
	width:179px;
	background:#fff;
	padding:14px 14px 27px 14px;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	box-shadow:1px 1px 4px #cfcfcf;
	-moz-box-shadow:1px 1px 4px #cfcfcf;
	-webkit-box-shadow:1px 1px 4px #cfcfcf;
	behavior:url(js/PIE.htc);
	}
#loopedSlider .container { 
	width:179px;
	height:216px;
	overflow:hidden;
	position:relative;
	cursor:pointer;
	background:#fff;
	}
.slides { position:absolute; top:0; left:0; list-style:none; padding:0; margin:0; }
.slides li { position:absolute; top:0; width:179px; display:none; padding:0; margin:0; }
/*
 * Optional
*/

.slides li {
	font-size:11px;
	line-height:16px;
	color:#787878;
	}
	.slides li h5 {
		font-size:12px;
		margin-bottom:1px;
		}
		.slides li h5 a {
			color:#75b8b6;
			text-decoration:none;
			}
		.slides li h5 a:hover {
			text-decoration:underline;
			}
	.slides li .inner {
		padding:13px 0 0 4px;
		}

#loopedSlider .controls {
	padding:10px 0 0 0 ;
	text-align:center;
	}




/* Faded slider */
#faded { 
	position:absolute;
	left:50%;
	top:0;
	margin-left:-490px;
	z-index:1;
	width:980px;
	}

ul.pagination { 
	position:absolute;
	left:80px;
	top:372px;
	z-index:11;
	}
	ul.pagination li { 
		float:left; 
		padding-right:4px;
		}
		ul.pagination li a {
			float:left;
			width:30px;
			height:30px;
			background:url(../images/bull.gif) no-repeat 0 0;
			text-indent:-9999em;
			}
		ul.pagination li a:hover,
		ul.pagination li.current a {
			background-position:0 -30px;
			}

/*
 * Required: If fixed height, state it here
*/
#faded .rap { height:782px; overflow:hidden;}

/* Slogan */
.slogan {
	position:absolute;
	left:17px;
	top:130px;
	font-size:70px;
	color:#2b2b2b;
	line-height:1.2em;
	letter-spacing:-3px;
	z-index:10;
	}
	.slogan strong {
		display:block;
		line-height:1.2em;
		}
	.slogan strong.size-3 {
		font-size:56px;
		letter-spacing:-2px;
		margin-top:-14px;
		padding-left:15px;
		}
	.slogan strong.size-5 {
		font-size:105px;
		margin-top:-27px;
		}
	.slogan strong.size-4 {
		font-size:72px;
		margin-top:-20px;
		}
	.slogan strong.size-2 {
		font-size:42px;
		letter-spacing:-2px;
		margin-top:-10px;
		padding-left:30px;
		}



/* Header boxes */
.box-wrap {
	position:absolute;
	top:136px;
	left:0;
	width:100%;
	}
	.box {
		background:#fff;
		}
		.box .indent {
			padding:24px 17px 35px 22px;
			}
	.box-wrap .one_half {
		float:right;
		}

blockquote {
	font-size:20px;
	font-style:italic;
	background:url(../images/quotes.gif) no-repeat 0 0;
	padding:18px 0 0 0;
	position:relative;
	}
	.more-link {
		display:block;
		background:url(../images/arrow1.gif) no-repeat 0 0;
		width:35px;
		height:35px;
		position:absolute;
		right:0;
		top:0;
		}




/* Content
---------------------------------------- */
#content {
	background:#fff;
	padding:20px 0 40px 0;
	zoom:1;
	}
	#content .indent {
		padding:22px 0 0 0;
		}
		#content .indent .indent {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
			}


/* Other */
.img-indent { 
	margin:0 18px 0 0; 
	float:left;
	}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
	}
	.img-box img { 
		float:left; 
		margin:0 18px 0 0;
		}


/* Lists */
.list1 li {
	background:url(../images/arrow2.gif) no-repeat 0 7px;
	padding:0 0 9px 18px;
	}

.list2 li {
	position:relative;
	background:#fff;
	padding:15px 14px 13px 54px;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	box-shadow:1px 1px 6px #cfcfcf;
	-moz-box-shadow:1px 1px 6px #cfcfcf;
	-webkit-box-shadow:1px 1px 6px #cfcfcf;
	behavior:url(js/PIE.htc);
	font-size:12px;
	color:#8b8b8b;
	margin-bottom:2px;
	}
	.list2 li .icon {
		display:block;
		position:absolute;
		left:15px;
		top:10px;
		}

.list3 li {
	position:relative;
	padding:0 0 21px 66px;
	font-size:12px;
	zoom:1;
	}
	.list3 li .icon {
	position:absolute;
	left:0;
	top:0;
	width: 52;
		}

.partners li {
	width:100%;
	overflow:hidden;
	padding-bottom:19px;
	}
	.partners li img {
		float:left;
		margin:0 8px 0 -2px;
		}
	.partners li p {
	margin-bottom:14px;
		}


/* Read more link */
.read_more {
	font-size:16px;
	font-weight:bold;
	line-height:1.2em;
	color:#75b8b6;
	text-decoration:none;
	letter-spacing:0px;
	}
.read_more:hover {
	color:#2b2b2b;
	text-decoration:none;
	}




/* Google map */
#map_canvas {
	width:270px;
	height:270px;
	overflow:hidden;
	}

/* Address */
.address { 
	overflow:hidden;
}
	.address dt {
		margin-top:19px;
	}
	.address dd { 
		clear:both;
	}
		.address dd span { 
			float:left;
			width:93px;
		}
		
		

/* Paragraph */
p {
	margin-bottom:19px;
}
.p1 { margin-bottom:9px;}
.p2 { margin-bottom:19px;}
.p3 { margin-bottom:28px;}



/* Titles */
h2 {
	font-size:34px;
	line-height:1.2em;
	color:#2b2b2b;
	margin-bottom:.5em;
	letter-spacing:-2px;
	}
h3 {
	font-size:24px;
	line-height:1.2em;
	color:#2b2b2b;
	margin-bottom:.6em;
	letter-spacing:-1px;
	position:relative;
	}
h5 {
	font-size:1em;
	}
	
	


/* Footer
---------------------------------------- */
footer {
	padding:38px 0 43px 0;
	zoom:1;
	}
	footer a {
		color:#75b8b6;
		text-decoration:none;
		font-weight:bold;
		}
	footer a:hover {
		text-decoration:underline;
		}
		


footer .copy {
	float:left;
	padding:27px 0 0 0;
	}

.footer-logos {
	float:right;
	}
	.footer-logos li {
		float:left;
		padding-left:18px;
		}


/* Forms
---------------------------------------- */

/* Form defaults */
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
	}

/* Search form */
#contacts-form fieldset {
	border:none;
}
	#contacts-form label {
		display:block;
		height:54px;
		overflow:hidden;
		background:url(../images/input-bg.gif) no-repeat 0 0;
	}
		#contacts-form input {
			width:355px;
			padding:8px 5px 7px 10px;
			border:none;
			background:none;
			color:#787878;
		}
		.textarea-wrap {
			width:584px;
			height:192px;
			background:url(../images/textarea-bg.gif) no-repeat 0 0;
			overflow:hidden;
			margin-bottom:19px;
			}
		#contacts-form textarea {
			width:562px;
			padding:8px 5px 7px 10px;
			height:185px;
			border:none;
			background:none;
			overflow:auto;
			color:#787878;
		}

/*==========================================*/
