* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:986px;
}
body { 
	background:url(images/tail-top.gif) 0 246px repeat-x; 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.125em;
	color:#5d5d60;
}

img {
	vertical-align: top;
	text-align: left;
	padding-left: 10px;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3, .col-4 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper {
	width: 100%;
	overflow: hidden;
	position: static;
}
.container { 
	width:100%;
}




/*==== GLOBAL =====*/
#main, .container {
	width: 986px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	font-size: .8125em;
	position: relative;
	padding-top: 20px;
}

#header {
	height: 500px;
}
#content {
	position: relative;

}
#footer {
	background:#f5f6f7;
	padding:20px 0 32px 0;
}


/*---- tailings ----*/
.top-bg {
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-image: url(images/top-bg.jpg);
}

.tail-right {
	background:url(images/tail-right.gif) 0 0 repeat-x;
	width:50%;
	height:155px;
	top:246px;
	right:0;
	position:absolute;
}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:35px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	padding-bottom: 0px;
	text-align: left;
}
.p1 { 
	margin-bottom:9px;
}
.p2 { 
	margin-bottom:18px;
}
.p3 { 
	margin-bottom:27px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#82be00; 
	outline:none;
}
a:hover{
	text-decoration:none;
}


h2 {
	font-size:30px;
	line-height:1.2em;
	color:#36373e;
	font-weight:normal;
	margin-bottom:20px;
	letter-spacing:-1px;
}
h3 {
	font-size:21px;
	color:#36373e;
	line-height:20px;
	font-weight:normal;
	letter-spacing:-1px;
	padding:3px 0 19px 63px;
	border-bottom:8px solid #eeeff1;
	margin-bottom:29px;
}
	h3.icon1 {
		background:url(images/icon1.jpg) no-repeat 0 0;
	}
	h3.icon2 {
		background:url(images/icon2.jpg) no-repeat 0 0;
	}
	h3.icon3 {
		background:url(images/icon3.jpg) no-repeat 0 0;
	}
	h3.icon4 {
		background:url(images/icon4.jpg) no-repeat 0 0;
	}
h4 {
	font-size:14px;
	line-height:24px;
	color:#82be00;
	font-style:italic;
	margin-bottom:12px;
}


.txt1 {
	font-size:15px;
	line-height:24px;
}

.link1 { 
	display:block;
	float:right;
	background:url(images/marker.png) left top no-repeat; 
	color:#5d5d60; 
	text-decoration:none;
}
.link1:hover {
	text-decoration: underline;
	color: #5d5d60;
}
	.link1 em {
		display:block;
		background:url(images/link1-left.gif) no-repeat left top;
	}
	.link1 b { 
		display:block;
		background:url(images/link1-right.gif) no-repeat right top; 
		padding:5px 16px 6px 16px; 
		font-weight:normal; font-style:normal;
	}
	

.line-hor { 
	background:#e2e2e2;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 0 20px 0;
}
.line-ver { 
	background-image:url(images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}
.divider {
	background:#eeeff1;
	height:4px;
	font-size:0;
	line-height:0;
	overflow:hidden;
	margin:47px 0 40px 0;
}


.address { 
	float:left;
	margin-right:30px;
}
.address.last {
	margin-right:0;
}
	.address dt {
		margin-bottom:12px;
		font-size:14px;
		color:#82be00;
		font-weight:bold;
		font-style:italic;
		line-height:24px;
	}
	.address dd { 
		clear:both;
		font-size:15px;
		line-height:23px;
	}
		.address dd span { 
			float:left;
		}


/*===== header =====*/
#header .nav {
	float:right;
	padding:28px 0 0 0;
}
	#header .nav li {
		float:left;
		padding-left:10px;
	}
		#header .nav li a {
			float:left;
			font-size:19px;
			line-height:29px;
			color:#b7b7b8;
			text-decoration:none;
		}
			#header .nav li a b {
				float:left;
				font-weight:normal;
				padding:0 14px;
				line-height:29px;
				cursor:pointer;
			}
		
		#header .nav li a:hover, #header .nav li a.current {
			background:url(images/nav-right.gif) no-repeat 100% 0 #82c125;
			color:#fff;
		}
			#header .nav li a:hover b, #header .nav li a.current b {
				background:url(images/nav-left.gif) no-repeat 0 0;
			}

#header .logo {
	position:absolute;
	right:-8px;
	top:140px;
}

#header .slogan {
	font-size:30px;
	color:#36373e;
	line-height:35px;
	width:650px;
	position:absolute;
	top:290px;
	right:-8px;
	text-align:right;
	text-transform:capitalize;
	letter-spacing:-2px;
}
	#header .slogan span {
		background:url(images/slogan-right.gif) no-repeat 100% 2px;
		color:#fff;
		display:inline-block;
	}
		#header .slogan span span {
			background:url(images/slogan-left.gif) no-repeat 0 2px;
			padding:0 12px 0 12px;
		}
			#header .slogan span span span {
				background:url(images/slogan-tail.gif) 0 2px repeat-x;
			}

/*===== content =====*/
	
	.sponsors {
		width:100%;
		overflow:hidden;
		padding-top:10px;
	}
		.sponsors li {
			float:left;
			margin-right:22px;
		}
		.sponsors li.last {
			margin-right:0;
		}
	
	
	.list1 li {
		font-size:15px;
		padding-bottom:8px;
	}
	
	.locations dt {
		font-weight:bold;
		color:#82be00;
		font-style:italic;
		margin-bottom:12px;
		font-size:14px;
	}
	.locations dd {
		font-size:15px;
		line-height:23px;
		border-bottom:1px solid #e2e2e2;
		padding-bottom:20px;
		margin-bottom:20px;
	}
	.locations dd.last {
		border-bottom:none;
		margin-bottom:0;
		padding-bottom:0;
	}
	

/*===== footer =====*/
#footer a {
	color:#5d5d60;
}
#footer .fleft {
	border-right:1px solid #c9cacb;
	padding-right:65px;
}
#footer .fright {
	text-align: right;
}

#footer .nav {
	margin:0 -25px 0 0;
	padding:12px 0 5px 0;
}
	#footer .nav li {
		display:inline;
		color:#c91620;
	}
		#footer .nav li a {
			color:#5d5d60;
			text-decoration:none;
			padding:0 25px 0 22px;
		}
		#footer .nav li a:hover {
			text-decoration:underline;
		}

#footer .social-services {
	padding-top:10px;
}
	#footer .social-services li {
		display:inline;
	}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
	width:100%;
	overflow:hidden;
	display:block;
}
	#contacts-form .col-1 {
		width:300px !important;
		margin-right:0 !important;
	}
	#contacts-form .col-2 {
		width:280px !important;
		margin-right:0 !important;
	}
	#contacts-form label {
		display:block;
		height:60px;
		overflow:hidden;
	}
		#contacts-form input {
			color:#111;
			border:1px solid #b1b1b1;
			background:none;
			padding:3px 0 3px 5px;
			width:235px;
		}
		#contacts-form textarea {
			color:#111;
			border:1px solid #b1b1b1;
			background:none;
			padding:3px 0 3px 5px;
			width:270px;
			overflow:auto;
			height:80px;
			margin-bottom:18px;
		}
		#contacts-form .link1 {
			float:right;
			margin-left:11px;
		}
		.style_gallery {
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size:24px;
		}
        .style_phone{
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size:18px;
/*==========================================*/
