﻿/* 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 ======================================================== */
html {width:100%;}

body { 	 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	color:#575757;
	min-width:960px;
	background:#;
}
	body#page1 {min-width:1080px;}

.bg {
	width:100%; 
	padding:45px 0;
	background:#131313;
}

.main {
	width:960px; 	
	padding:0;
	margin:0 auto;
	font-size:0.8125em;
	line-height:1.384em;
}

a {color:#212121; outline:none;}
a:hover {text-decoration:none;}

.col-1, .col-2 {float:left; width:146px;}
.col-1 {margin-right:7px;}
.col-3 {float:left; width:176px;}
.col-4 {float:left; width:140px; margin-left:30px;}

.wrapper {width:100%; overflow:hidden;}
.extra-wrap {overflow:hidden;}
 
p {margin-bottom:18px;}
.p0 {margin-bottom:4px;}
.p1 {margin-bottom:8px;}
.p2 {margin-bottom:15px;}
.p3 {margin-bottom:30px;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:50px;}

.reg {text-transform:uppercase;}

.fleft {float:left;}
.fright {float:right;}

.alignright {text-align:right;}
.aligncenter {text-align:center;}

.title {margin-bottom:18px;}

.it {font-style:italic;}

.letter {letter-spacing:-1px;}

.color-1 {color:#fff;}
.color-2 {color:#212121;}
.color-3 {color:#082683;}

/*********************************boxes**********************************/
.margin-bot {margin-bottom:35px;}

.spacing {margin-left:10px;}

.indent {padding:13px 45px 0 0;}
.indent2 {padding:0 45px 0 0;}
.indent3 {padding:0 0 0 40px;}
.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:30px;}
.indent-bot3 {margin-bottom:45px;}

.img-indent-bot {margin-bottom:25px;}
.img-indent {float:left; margin:0 25px 0px 0;}	
.img-indent2 {float:left; margin:0 13px 0px 0;}	
.img-indent3 {float:left; margin:0 88px 0px 0;}	
.img-indent-r {float:right; margin:0 0px 0px 40px;}	

.margin-right {margin-right:60px;}

.prev-indent-bot {margin-bottom:10px;}	

.buttons a:hover {cursor:pointer;}

.menu li a,
.list-1 li a,
.list-2 li a,
.link,
.button, .button2, 
.logo {text-decoration:none;}	

/*********************************header*************************************/
header {
	width:100%;
	position:relative; 
	z-index:2;
}
.row-1 {
	width:100%;
	min-height:170px;
	border-bottom:1px solid #fff;
	background:url(../images/bg-tail.gif) center 0 repeat;
	position:relative;
	z-index:2;
}
.row-2 {
	width:100%;
	min-height:480px;
	background:url(../images/bg-tail.gif) center 0 repeat;
	position:relative;
	z-index:1;
}
	.row-top {
		width:100%;
		height:417px;
		padding-top:21px;
		border-bottom:1px solid #fff;
		background:url(../images/row2-tail.gif) center 0 repeat;
	}

h1 {
	padding:76px 0 0 0; 
	position:relative;
	float:left;
}
.logo {
	display:inline-block; 
	font-size:44px;
	line-height:1.2em;
	color:#1d1d1d;
}
	.logo strong {color:#082683;}
	
.slog {
	display:block;
	font-size:28px;
	line-height:1.2em;
	color:#747474;
	margin-top:-15px;
}
.roundabout {
	width:768px;
	margin:0 auto;
	position:relative;
}
.roundabout-holder { 
	padding: 0;
	list-style: none;
	height:430px;
}
.roundabout-moveable-item {
  width:609px;
  height:430px;
  cursor: pointer;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader() !important;
}
.roundabout-moveable-item img {width: 100%;}
.roundabout-in-focus { cursor: auto;}
.roundabout .pagination { text-align:center; position:relative; z-index:410; padding-top:5px;}
.roundabout .pagination a {display:inline-block; background:url(../images/pagination.png) left top no-repeat; height:15px; width:15px; position:relative; margin-right:11px;}
.roundabout .pagination a:hover, .roundabout .pagination a.current {background-position:left bottom;}

.rbanner {
	display:block;
	width:100%;
	height:97px;
	background:url(../images/banner.png) 0 0 no-repeat;
	position:relative;
	top:-215px;
	left:-3px;
	z-index:999;
}
	.rbanner {left:-2px\0/;}

/*********************************content*************************************/
#content {
	width:100%; 
	padding:65px 0;
	position:relative;
	z-index:1;
	background:url(../images/bg-tail.gif) center 0 repeat;
}
	#page1 #content {padding:45px 0 55px;}

.spacer {
	width:100%; 
	background:url(../images/pic-2.gif) right 0 repeat-y;
}
	#page1 .spacer, #page5 .spacer {background-position:605px 0;}
.spacer-2 {
	width:100%; 
	background:url(../images/pic-2.gif) 0 0 repeat-y;
}
h2 {
	font-size:28px; 
	line-height:1.2em; 
	margin:0 0 20px 0; 
	color:#151515;
}
h3 {
	font-size:24px; 
	line-height:1.2em; 
	margin:0 0 17px 0; 
	color:#151515;
}
h4 {
	font-size:18px; 
	line-height:1.2em; 
	margin:0 0 20px 0; 
	color:#fff;
}
h6 {
	color:#212121;
}

.border-bot {
	width:100%; 
	padding-bottom:35px; 
	background:url(../images/pic-1.png) 0 bottom repeat-x;
}

.box { 
	padding:26px 30px 30px 30px;
	background:url(../images/box-tail.gif) 0 0 repeat;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

.button {
	display:inline-block; 
	padding:0 18px;
	font-size:18px;
	line-height:41px;
	color:#fff; 
	background:#181818;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}	
	.button:hover {background:#082683;}
	
.button2 {
	display:inline-block; 
	padding:0 18px;
	font-size:18px;
	line-height:41px;
	color:#fff; 
	background:#082683;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	cursor:pointer;
}	
	.button2:hover {background:#181818;}

.list-1 li {
	width:100%;
	padding-bottom:7px; 
}
	.list-1 li a {
		display:block;
		font-weight:bold;
		color:#212121;
		line-height:40px;
		background:url(../images/list1-tail.png) 0 0 repeat;
		padding-left:16px;
		border-radius:8px;
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
	}
		.list-1 li a:hover {
			color:#fff;
			background:#082683;
		}

.list-2 li {
	font-size:11px; 
	line-height:30px;
}
	.list-2 li a {
		display:block; 
		color:#a6a6a6;
		text-transform:uppercase;
		border-radius:4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		padding-left:4px;
		background:url(../images/pic-3.gif) 0 bottom repeat-x;
		cursor:pointer;
	}
		.list-2 li a span {
			display:inline-block;
			padding-left:10px; 
			background:url(../images/marker.gif) 0 13px no-repeat;
		}
		.list-2 li a:hover {background:#040404;}
	.list-2 .last-item {background:none;}
	
.list-3 li {
	font-size:13px; 
	line-height:42px;
	margin-bottom:4px;
	background:url(../images/list3-tail.gif) 0 0 repeat;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}
	.list-3 li a {
		display:block; 
		color:#212121;
		font-weight:bold;
		padding-left:28px;
		background:url(../images/marker-2.png) 12px 15px no-repeat;
		text-decoration:none;
	}
	.list-3 li a:hover {color:#082683;}
	
.list-4 li {
	font-size:13px; 
	line-height:30px;
	padding-left:16px;
	background:url(../images/marker-2.png) 0 10px no-repeat;
}
	.list-4 li a {
		color:#212121;
		font-weight:bold;
		text-decoration:none;
	}
	.list-4 li a:hover {color:#082683;}

.link:hover {text-decoration:underline;} 

.link-1 {
	font-size:13px; 
	font-weight:bold;
	cursor:pointer;
	color:#fefefe;
	text-decoration:underline;
}
	.link-1:hover {text-decoration:none;} 
	
.link-2 {
	font-size:13px; 
	font-weight:bold;
	text-decoration:none;
}
	.link-2:hover {text-decoration:underline;} 

.text-1 {font-size:14px;} 
.text-2 {font-size:14px; line-height:1.285em;}  

dl span {float:left; width:75px;}

/* Contact form */
#contact-form {
	position:relative;
	vertical-align:top;
	width:100%;
	z-index:1;
	}
	#contact-form fieldset {
		border:none;
		padding:0;
		}
		#contact-form .field {
			overflow:hidden;
			padding:0 0 6px 0;
			}
			
			#contact-form input {
				width:200px;
				line-height:1.2em;
				padding:8px 10px; 
				margin:0;
				background:url(../images/input1-tail.gif) 0 0 repeat-x #222;
				border-right:1px solid #313131;
				border-bottom:1px solid #313131;
				border-left:none;
				border-top:none;
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				color:#6b6b6b;
				border-radius:7px;
				-moz-border-radius:7px;
				-webkit-border-radius:7px;
			}
			#contact-form .area .error { float:none;}
			#contact-form textarea {
				width:200px;
				height:73px;
				background:url(../images/area1-tail.gif) 0 0 repeat-x #222;
				border-right:1px solid #313131;
				border-bottom:1px solid #313131;
				border-left:none;
				border-top:none;
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				color:#6b6b6b;
				padding:8px 10px; 
				margin:0;
				overflow:auto;
				line-height:1.2em;
				border-radius:7px;
				-moz-border-radius:7px;
				-webkit-border-radius:7px;
			}
				#contact-form a {
					cursor:pointer;
					}
				#contact-form .alignright {
					padding-top:12px;
					}
					#contact-form small {
						color:red;
						font-weight:bold;
						padding:0 0 0 5px;
						}
			#contact-form label {
				padding:0 0 0px 10px;
				display:inline-block;
				color:#F00;
				}
				#contact-form .error {
					color:#f00;
					font-size:11px;
					line-height:1.2em;
					display:none;
					overflow:hidden;
				}
		.buttons-wrapper { padding-top:18px; text-align:right;}
		.buttons-wrapper a { margin-right:20px;}
		
/* Contact form2 */
#contact-form2 {
	position:relative;
	vertical-align:top;
	width:575px;
	z-index:1;
	}
	#contact-form2 fieldset {
		border:none;
		padding:0;
		}
		#contact-form2 .field {
			overflow:hidden;
			padding:0 0 6px 0;
			}
			
			#contact-form2 input {
				display:block;
				width:430px;
				line-height:1.2em;
				padding:14px 15px; 
				margin:0;
				border:none;
				background:url(../images/input2-tail.gif) 0 0 repeat;
				font-family:Arial, Helvetica, sans-serif;
				font-size:13px;
				color:#575757;
				border-radius:7px;
				-moz-border-radius:7px;
				-webkit-border-radius:7px;
			}
			#contact-form2 .area .error { float:none;}
			#contact-form2 textarea {
				display:block;
				width:542px;
				height:245px;
				border:none;
				background:url(../images/input2-tail.gif) 0 0 repeat;
				font-family:Arial, Helvetica, sans-serif;
				font-size:13px;
				color:#575757;
				padding:14px 15px; 
				margin:0;
				overflow:auto;
				line-height:1.2em;
				border-radius:7px;
				-moz-border-radius:7px;
				-webkit-border-radius:7px;
			}
				#contact-form2 a {
					cursor:pointer;
					}
			#contact-form2 label {
				padding:0 0 0px 10px;
				display:inline-block;
				color:#F00;
				}
				#contact-form2 .error {
					color:#f00;
					font-size:11px;
					line-height:2em;
					font-weight:bold;
					display:none;
					overflow:hidden;
				}
		#contact-form2 .buttons-wrapper2 { padding-top:25px; text-align:right;}
		#contact-form2 .buttons-wrapper2 a { margin-left:5px;}
		
.button-wrapper a { margin-right:5px;}

span.circle {
	display:inline-block; 
	padding:13px 18px; 
	font-size:13px; 
	line-height:18px; 
	color:#fff; 
	border-radius:35px;
	-moz-border-radius:35px;
	-webkit-border-radius:35px;
	text-align:center;
}
	span.circle span {display:block;}
	
span.circle2 {
	display:inline-block; 
	padding:10px 16px; 
	font-size:24px; 
	line-height:1.2em; 
	color:#fff; 
	border-radius:35px;
	-moz-border-radius:35px;
	-webkit-border-radius:35px;
	text-align:center;
	text-transform:uppercase;
	float:left;
	margin-right:14px;
}
.ground {background:#27c1e2;}

.banner {
	width:100%;
	background:url(../images/banner-bg.png) 0 0 no-repeat;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
	.banner .pad {padding:130px 0 30px 30px;}
		
/****************************footer************************/
footer {
	width:100%; 
	padding:0;
	color:#bfbfbf;
}
	footer .padding {padding:19px 0 16px;}
.footer-text {
	display:inline-block;
	font-size:11px;
	line-height:2em;
	text-transform:uppercase;
}
	.footer-text a {color:#bfbfbf;}