* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
body { 
	background:#fff; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.125em;
	color:#333333;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
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;
}
.container { 
	width:980px; 
	margin:0 auto;
	font-size:.75em;
	position:relative;
}




/*==== GLOBAL =====*/
#header {
	height:457px;
	background:url(images/tail-top.gif) left top repeat-x;
	position:relative;
}

#header.small {
	height:151px;
	overflow:hidden;
	border-bottom:9px solid #f7f7f7;
}


#content {
	padding:27px 0 0 0;
}
	#content .mainContent {
		float:left;
		width:644px;
		margin-right:23px;
	}
	#content .aside {
		float:left;
		width:312px;
		padding-top:14px;
	}
#footer {
	background:url(images/footer-bg.gif) no-repeat center top #f7f7f7;
	padding:66px 0 25px 0;
	font-size:10px;
}



/*----- forms parameters -----*/

input, select, textarea { 
	font-family: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:20px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:18px;
}
.p1 { 
	margin-bottom:9px;
}
.p2 { 
	margin-bottom:18px;
}
.p3 { 
	margin-bottom:27px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#ff0000; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	font-size:24px;
	color:#3C3C3C;
	line-height:24px;
	font-weight:normal;
	border-bottom:1px solid #f1f0f0;
	padding:0 0 30px 0;
	margin-bottom:28px;
}
	h1 span {
		color:#000000;
	}
h2 {
	font-size:30px;
	color:#1a1a17;
	line-height:1em;
	margin-bottom:20px;
}


.link1 { 
	background:url(images/marker1.gif) no-repeat left top;
	padding:0 0 0 22px;
	font-weight:bold;
}
.link2 {
	color:#1f2022;
	font-weight:bold;
}
	

.button { 
	float:left;
	background:url(images/button.jpg) no-repeat left top;
	width:84px;
	height:42px;
	color:#fff;
	text-decoration:none;
	font-size:18px;
	text-align:center;
	line-height:40px;
	text-shadow:1px 1px #9bcadb;
}
.button:hover {
	color:#111;
	text-shadow:1px 1px #fff;
}



/*===== header =====*/
#header .row-1 {
	height:151px;
	text-align:center;
}
#header .row-2 {
	height:304px;
	overflow:hidden;
}
	#header .row-2 .slideshow {
		float:left;
		width:666px;
	}

/*===== content =====*/
#content .section {
	padding-bottom:40px;
}
	.list1 li {
		background:url(images/marker1.gif) no-repeat left 2px;
		padding:0 0 7px 23px;
		border-bottom:1px solid #f1f0f0;
		margin-bottom:6px;
	}
		.list1 li a {
			color:#8bb8c8;
			text-decoration:none;
		}
		.list1 li a:hover {
			color:#000;
		}
	
	.list2 li {
		background:url(images/marker2.gif) no-repeat left 4px;
		padding:0 0 7px 23px;
		border-bottom:1px solid #f1f0f0;
		margin-bottom:6px;
	}
		.list2 li a {
			color:#8bb8c8;
			text-decoration:none;
		}
		.list2 li a:hover {
			color:#000;
		}
	
	
	.list3 li {
		background:url(images/marker1.gif) no-repeat left 2px;
		padding:0 0 6px 23px;
		border-bottom:1px solid #f1f0f0;
		margin-bottom:6px;
		vertical-align:top;
	}
		.list3 li a {
			color:#1f2022;
			font-weight:bold;
		}
	
	.img-list {
		width:100%;
		overflow:hidden;
		padding-bottom:20px;
	}
		.img-list li {
			float:left;
			padding-right:17px;
		}
		.img-list li.last {
			padding-right:0;
		}

/*===== footer =====*/
#footer {
	color:#333;
}
	#footer a {
		color:#333;
		text-decoration:none;
	}
	#footer a:hover {
		text-decoration:underline;
	}

/*----- forms -----*/
#search-form {
	float:right;
	background:url(images/search-bg.gif) no-repeat left top;
	width:258px;
	height:30px;
	margin:8px 0 0 0;
}
	#search-form fieldset {
		border:none;
	}
		#search-form input {
			width:225px;
			padding:8px 0 4px 28px;
			background:none;
			border:none;
			color:#fff;
		}

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