@charset "utf-8";
/* CSS Reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, em, font, img, strong, b, u, i, center,
ol, ul, li, fieldset, form, label, legend,
table, tbody, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}
body {
	line-height: 1;
	}
ol, ul {
	list-style: none;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* ----- CSS Custom ----- */

body {
	background: url(images/bg-main.jpg) #ddd top center;
	}
	
#header {
	width: 1100px;
	height: 469px;
	margin: 0 auto;
	background-image:url(images/img-main-top-banner.jpg);
	}
#nav {
	height: 74px;
	padding-top: 395px;
	}
.menu, .social {
	width: 400px;
	float: left;
	}
.menu ul {
	margin-left: 40px;
	}
.menu li {
    float: left;
    padding-top: 25px;
    text-align: center;
    width: 100px;
	}
.menu a {
	font: 14px "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	height: 40px;
	width: 80px;
	display: block;s
	}
.menu a:hover {
	color: #036;
	background: url(images/img-nav-arrow.gif) bottom center no-repeat;
	}	
.social img {
	margin: 8px 10px 0 0;
	}
#wrap {
	width: 1100px;
	margin: 0 auto;
	}
.folds {min-height: 28px;}
	.fold-left, .fold-center, .fold-right {float:left;}
	.fold-left, .fold-right { height:28px; width:32px;}
	.fold-left { background:url(images/img-fold-left.gif) top center no-repeat;}
	.fold-right { background:url(images/img-fold-right.gif) top center no-repeat;}
	.fold-center { background-color:#fff; width:1036px; height:28px;}
.tittle-bar {
	height: 47px;
	padding-top: 8px;
	text-align: center;
	color: #fff;
	background-image: url(images/bg-tittle-bar.jpg);
	}
	.sec-title {width: 1034px; margin:0 auto; text-align:center;}
	.half-bar {	width: 478px;}
	.half-fold {width:510px; float:left;}
	.center-fold {width:80px; height:83px; float:left;}

.content {
	width: 1036px;
	margin: 0 auto;
	background-color: #fff;
	overflow: auto;
	font: 14px/20px Helvetica, Arial, sans-serif;
	color: #222;
	clear: both;
	}
	h1 {font: bold 32px Arial, Helvetica, sans-serif; text-transform: uppercase;}
	h2, h2 a {font: bold 26px Arial, Helvetica, sans-serif; color: #467fb8; text-decoration:none;}
	h2 a:hover {color: #444; text-decoration:underline;}
	strong {color:#467fb8;}

#slideshow {
	width: 942px;
	margin:0 auto;
	overflow: hidden;
	}	

.column {
	min-height: 150px;
	padding: 25px 35px 25px 65px;
	margin: 6px 0;
	clear: both;
	}

.half-column {
	width: 430px;
	float: left;
	margin: 6px 0;
	padding: 20px 40px 15px 45px ;
	min-height: 150px;
	}
	.gray {background-color: #ddd;}
	.white {background-color: #fff;}
	.left {margin-right: 6px;}
	.small-print { font-size:12px; text-align:justify;}
	
.left-float {float:left;}
.right-float {float:right;}
	
.table {
	width: 860px;
	margin: 0 auto;
	}
	.table td { text-align:center; height: 34px; vertical-align:middle;}
	.row-even { background-image:url(images/bg-table-row-even.jpg);color:#fff;}
	.half-td { width:420px;}
	
#footer {
	background-color: #4f4f4f;
	height: 30px;
	width: 1036px;
	margin:0 auto;
	padding-top: 15px;
	color:#ccc;
	font: 10px Verdana, Geneva, sans-serif;
	text-align: center;
	}

.text-field, .text-area {
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
	width: 280px;
	padding: 5px;
	border: 1px solid #ddd;
	background-color: #fff;
	}
.text-area {
	width: 320px;
	}
input:focus, textarea:focus {
	color: #000;
	border: 1px solid #bbb;
	background-color: #FEFFF0;
	}
input.submit-btn {
	font: bold 12px Verdana, Geneva, sans-serif;
	color: #fff;
	background-color: #444;
	width: 75px;
	height: 30px;
	border: 1px solid #bbb;
	}
input:hover.submit-btn {
	background-color: #467fb8;
	}
	
	
	
	
	
	
	
	
	
	
	
	

