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

/*//////////////////////globals////////////////*/
body{
	margin:0;
	padding:0;
	background:#fff;
	background:url('../images/layout/bck_circles.png') repeat-y center 100px;
}
li, ul{	list-style:none; padding:0; margin:0; }
p{ margin:0; padding: 0;text-align:justify}
form, input{ margin:0; padding:0; }	
img,iframe{max-width:100%;border:none}

/*//////////////////////divs////////////////*/
div.content{
	max-width:800px;
	margin:0 auto;
	position:relative;
}
div.clear, li.clear{
	display:block;
	clear:both;
	height:0px;
	overflow:hidden;
}
div#header{
	position:relative;
	z-index:2;
}
div#footer{
	padding:20px 0;
	color:#6A6B6C;
	font-size:11px;
}
#footer div.content{
	padding:20px 0 0 0;
	border-top:1px solid #AEB5BA;
}
.foot_col{
	width:185px;
	padding-right:15px;
	float:left;
}

#banner{
	position:relative;
	z-index:1;
	background:#F9F9F9;
	overflow:hidden;
}

#banner h2, #slider h2{
	z-index:2;
	color:#00A3AD;
	max-width:375px;
	font-size:22px;
	line-height:22px;
	padding:50px 0 0 125px;
	font-style:italic;
	font-weight:300;
	position:absolute;
	bottom:0;
	right:0;
	min-height:100px;
	background:url(../images/layout/bck_h2.png) repeat-y;
}
.white_band{
	position:absolute;
	height:100%;
	width:1000px;
	right:-1000px;
	top:0;
	background:#fff;
}
.left_textbox, .right_textbox{
	float:left;
	width:200px;
	padding-top:40px;
}

div#header{
	position:relative;
	background:url('../images/layout/bck_header.png') repeat-x top left;
	background-color:#FEFEFE;
	-moz-box-shadow: 0 0 13px #555;
	-webkit-box-shadow: 0 0 13px #555;
	box-shadow: 0 0 13px #555;
	padding:15px 0;
}

/*//////////////////////fonts///////////////*/
body, td, input{
	font-size:13px;
	font-family:ubuntu,verdana,helvetica, arial, sans-serif;
	color:#606060;
	line-height:18px;
}
strong{
	color:#434343;
}
h1, h2, h3, h4,p{
	padding:0;
	margin:0;
	font-weight:normal;
}
p{
	padding-bottom:18px
}
h1{
	float:left;
	width:160px;
}
h1 a{
	padding:0 20px;
}


h3{
	padding:25px 0 5px 0;
	font-size:17px;
	color:#34A3AE;
}
h2{
	color:#00A3AE;
	font-weight:400;
	font-size:15px;
	padding-bottom:18px
}
.left_textbox h2{
	color:#00A3AE;
	font-weight:400;
	font-size:15px;
	margin-top:100px;
	text-align:right;
}
div#header h2{
	float:right;
	display:block;
	width:460px;
	padding:40px;
	padding-left:0;
	text-align:right;
	font-size:24px;
	font-style:italic;
	background:url(../images/layout/header_h2.png) repeat-y top left;
}

div#lower{
	padding-bottom:13px;
}
div.wider{
	float:right;
	width:590px;
	padding-top:40px;
	padding-right:10px;
}
div#footer .wider{
	padding-top:0;
}
/*///////////////Links///////////////*/
a:link, a:visited, a:hover, a:active{
	text-decoration:underline;
	color:#34A3AE;
}
a:hover{
	text-decoration:none;
}
ul.navs a:link, ul.navs a:visited, ul.navs a:hover, ul.navs a:active{
	color:#4c5356;
	text-decoration:none;
	display:block;
	padding:5px 15px;
	width:auto;
	border-right:1px solid #ADB5BA;
}
ul#right_nav a:link, ul#right_nav a:visited, ul#right_nav a:hover, ul#right_nav a:active{
	border-left:1px solid #ADB5BA;
	border-right:none;
}
ul.navs a.first:link, ul.navs a.first:visited, ul.navs a.first:hover, ul.navs a.first:active,
ul#right_nav a.first:link, ul#right_nav a.first:visited, ul#right_nav a.first:hover, ul#right_nav a.first:active{
	border:none;
}
div#header a:hover{
	color:#00A3AE;
}
div#header a.cur_link{
	color:#00A3AE;
}
.shad{
	height:13px;
	background:url('../images/layout/bck_shad.png') repeat-x ;
	position:absolute;
	bottom:-13px;
	left:0;
	width:100%;
}

.tab a, a.button, input.button{
	border:none;
	display:inline-block;
	width:133px;
	background:#8FC7E2;
	text-decoration:none;
	margin:0 5px 0 0;
	padding:5px;
	border-radius:3px;
	color:#333333;
	font-size:16px;
}
.hme{
	font-size:20px;
	color:#aaa;
	display:inline-block;
	float:left;
	margin-top:-1px;
	width:30px;
}
.tab a strong, a.button:link strong, a.button:visited strong{
	color:#fff;
	font-weight:normal;
}
.celebrate, .error{
	color:#83D7A2;
	border:none;
	padding:0;
	background:none;
}	
.error{
	color:#FB4765;
}
.red{
	color:#FB4765;
}
div.red{
		border-top:1px solid #FB4765;
}
.form_break{
	width:180px;
	background:#eee;
	height:1px;
	margin-bottom:25px
}
/*///////////////Images///////////////*/

/*///////////////Navigation///////////////*/
ul.navs{
	position:relative;
	width:320px;
	float:left;
	padding-top:40px;
}
.navs li{
	display:inline-block;
	float:right;
}
#right_nav li{
	float:left;
}

@media screen and (max-width: 800px) {
	ul.navs{
		float:right;
		width:auto;
		padding-top:5px;
	}
	#right_nav{
		clear:right;
	}
	h1{
		float:left;
	}
	#banner img, #slider img{
		margin-right:-80%;
		margin-left:-20%;
		max-width:200%;
		display:block;
		height:auto;
	}
	div.left_textbox{
		padding-left:10px;
	}
	div.left_textbox{
		float:right;
		max-width:590px;
		padding:0;
	}
	div#footer div.content{
		padding:0 10px;
	}
	.foot_col{
		margin-bottom:5px;
		padding-bottom:5px;
		padding-right:0;
		width:100%;
	}
}
@media screen and (max-width: 590px) {
	div.wider,div.left_textbox{
		width:100%;
		padding-left:0;
		padding-right:0;
	}
	div.content{
		padding:0 10px;
	}
}
@media screen and (max-width: 500px) {
	h1{
		margin-top:20px;
	}
	#slider h2{
		max-width:auto;
		width:auto;
		font-size:18px;
		padding:10px 10px 0 10px;
		margin:0;
		
	}
	#banner  h2{
		max-width:none;
		position:relative;
		padding:20px 10px;
		min-height:0;
		background:#fff;
		margin:0;
	}
	ul.navs li{
		clear:right;
	}
	ul#right_nav li{
		clear:right;
		float:right;
	}
	ul.navs a:link,ul.navs a:visited,ul.navs a:hover,ul.navs a:active,
	ul#right_nav a:link,ul#right_nav a:visited,ul#right_nav a:hover,ul#right_nav a:active{
		border:none;
		text-align:right;
		padding:3px 10px;
	}
	
}
@media screen and (max-width: 350px) {
	.foot_col{
		padding:0;
		width:100%;
		border-bottom:1px solid #efefef;
	}
}
.ie6 .content{
	width:800px;
}
.ie6 #banner h2, .ie6 #slider h2{
	width:375px;
	height:100px;
}
