/* MINI RESET */
html, body, div, img, fieldset {
	border: 0 none;
	margin: 0;
	padding: 0;
}

/* CLEAR FIX */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/* TAGS & CLASSES */
body {
	background: #fff url(../images/bg-body.png) repeat-x scroll 0 0;
	color: #757f81;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
h1 {
	color: #6b93a7;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: -1px;
}
h2 {
	color: #1d8fca;
	font-size: 14px;
	margin: 12px 0;
	text-transform: uppercase;
}
p {
	line-height: 18px;
	margin: 12px 0;
}
p+p { margin: 40px 0; }
a {
	color: #1d8fca;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
hr {
	background-color: #e7edf1;
	border: 0 none;
	color: #e7edf1;
	height: 1px;
}
form ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
input[type="text"], textarea, select {
	background: #fff url(../images/bg-input.gif) repeat-x scroll 1px 0;
	border: 1px solid #dfdfe4;
	color: #626264;
	font-size: 13px;
	margin: 0;
	padding: 9px;
}
input[type="text"] {
	height: 9px;
	width: 182px;
}
textarea {
	height: 175px;
	width: 500px;
}
select {
	height: 27px;
	padding: 4px;
	width: 202px;
}
option {
	background-color: transparent;
	margin: 0;
	padding: 0;
}

.container {
	margin: 0 auto;
	width: 960px;
}
.column {
	float: left;
}
.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
.cufon { letter-spacing: -1px; }

/* COMMON LAYOUT */
#header {
	height: 200px;
}
	#logo {
		float: left;
		margin: 39px 0 48px;
	}
	#search {
		float: right;
		margin: 63px 0 0;
		width: 260px;
	}
	#callout {
	color: #6b93a7;
	float: right;
	font-size: 24px;
	letter-spacing: -1px;
	margin: 63px 0 0;
	}
		#query { float: left; }
		#search #ok {
			background: transparent url(../images/btn-ok.png) no-repeat scroll 0 0;
			border: 0 none;
			cursor: pointer;
			float: left;
			height: 31px;
			margin: 0 0 0 6px;
			padding: 0;
			text-indent: -999em;
			width: 33px;
		}
	#menu {
		background: transparent url(../images/menu-sep.png) no-repeat scroll 0 0;
		clear: both;
		list-style: none;
		margin: 0 0 25px 3px;
		padding: 0 0 0 2px;
	} * html #menu { padding: 0; }
		#menu li {
			background: transparent url(../images/menu-sep.png) no-repeat scroll right top;
			display: block;
			height: 49px;
			float: left;
			width: 136px;
		}
		#menu a {
			color: #7bd4ea;
			display: block;
			float: left;
			margin: 0 2px 0 1px;
			padding: 20px 0;
			text-align: center;
			width: 132px;
		} * html #menu a { margin: 0; }
		#menu a:hover {
			background: transparent url(../images/bg-menu-highlight.gif) repeat-x scroll 0 0;
			color: #fff;
			font-size: 14px;
			text-decoration: none;
		}
.content {
	background: transparent url(../images/bg-main.gif) no-repeat scroll 0 0;
	padding: 20px 0;
}
	.content > h1:first-child { margin-bottom: 30px; }
	.content > *:first-child, .column > *:first-child { margin-top: 0 !important; }
#footer {
	background: transparent url(../images/bg-footer.gif) repeat scroll 0 0;
	border-top: 10px solid #ecf0f6;
	color: #7c8890;
	padding: 0 0 50px;
}
	#footer .container {
		border-bottom: 1px solid #55626b;
		padding: 25px 0;
	}
	#language, #menu2 {
		float: left;
		width: 50%;
	}
		#language p {
			float: left;
			margin: 0 6px 0 0;
			}
		#language ul, #menu2 ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
			#language ul li, #menu2 ul li {
				display: block;
				float: left;
			}
				#language ul li a, #menu2 ul li a {
					border-left: 1px solid #7c8890;
					color: #fff;
					display: block;
					float: left;
					line-height: 9px;
					margin: 3px 0;
					padding: 0 5px 0 4px;
				}
				#language ul li:first-child a, #menu2 ul li:first-child a { border: 0 none; }
	#copyright {
		float: right;
		width: 50%;
	}
		#copyright p {
	margin: 0;
	text-align: right;
	font-size: 11px;
		}

/* SPECIFIC PAGES */

/* index */
#index { background-image: url(../images/bg-body-index.png); }
#index #header { height: 530px; }
#index #banner {
	background: transparent url(../images/bg-banner.jpg) no-repeat scroll 0 0;
	height: 241px;
	position: relative;
	}
	#index #banner .overlay {
		color: #f1fbff;
		font-size: 18px;
		left: 30px;
		margin: 0;
		position: absolute;
		top: 30px;
		width: 450px;
	}
		#index #banner .overlay big {
	color: #fff;
	display: block;
	font-size: 25px;
	line-height: 40px;
	margin-bottom: -10px;
	text-transform: uppercase;
		}
	#index #banner .more {
		background: transparent url(../images/bullet-large.png) no-repeat scroll left center;
		bottom: 30px;
		font-size: 24px;
		left: 30px;
		margin: 0;
		padding-left: 15px;
		position: absolute;
	}
		#index #banner .more a {
			color: #f1fbff;
		}
#index .column { width: 277px; }
#index .middle.column { margin: 0 63px; } * html #index .middle.column { display: inline; margin: 0 21px; }
#index .content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
	#index .content ul li {
		border-bottom: 1px solid #e7edf1;
		margin: 10px 0;
		padding: 0 0 10px;
	}
	#index .left.column ul li:first-child {
		border-top: 1px solid #e7edf1;
		padding-top: 10px;
		}
	#index .middle.column ul li {
		background: transparent url(../images/bullet-small.png) no-repeat scroll left 4px;
		padding-left: 12px;
	}
#consultation li { margin: 7px 0; }
	#consultation label {
		clear: both;
		display: block;
		float: left;
		line-height: 27px;
		margin: 0 10px 0 0;
		width: 60px;
	}
	#consultation input[type="text"] {	width: 187px; }
	#consultation select { width: 207px; }
	#consultation input[type="checkbox"] {
		float: left;
		margin: 7px 7px 0 0;
		padding: 0;
	}
	#start {
		background: transparent url(../images/btn-submit.png) no-repeat scroll 0 0;
		border: 0 none;
		cursor: pointer;
		float: center;
		height: 31px;
		margin: 0;
		padding: 0;
		text-indent: -999em;
		width: 143px;
	}

/* about bvi */
#about-bvi .left.column { width: 289px; }
	#about-bvi .left.column img {
		margin: 20px 0;
	}
#about-bvi .right.column { width: 670px; }
	#about-bvi #main ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
		#about-bvi #main ul li {
			line-height: 18px;
			margin: 10px 0;
		}
		#about-bvi #main ul li:first-child { margin-top: 0; }
			#about-bvi #main ul li strong:first-child { margin-right: 10px; }

/* contact */
#contact-form { width: 633px; }
	#contact-form li { margin: 7px 0; }
	#contact-form label {
		display: block;
		float: left;
		line-height: 27px;
		margin: 0 10px 0 0;
		text-align: right;
		width: 100px;
	}
	#contact-form #submit {
		background: transparent url(../images/btn-submit.png) no-repeat scroll 0 0;
		border: 0 none;
		cursor: pointer;
		float: right;
		height: 31px;
		margin: 0 0 0 6px;
		padding: 0;
		text-indent: -999em;
		width: 123px;	
	}
#index #main .right.column.content #consultation fieldset ol li strong .style3 {
	font-size: 11px;
}

