/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

* {
	margin: 0px;
}

html, body {
	height: 100%;
	text-align: center;
}

body {
	background: url(../images/bg-body.jpg) no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	color: #596162;
	font-size: 12px;
	height: 900px;
}

img {
	border: 0px;
}
hr {
	background-image: url(../images/hr-long.gif);
	background-repeat: no-repeat;
	float: left;
	height: 19px;
	width: 554px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
}

a:link, a:active, a:visited {
	color: #3287c6;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #1b71b1;
	font-size: 16px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

h2, h3 {
	font-size: 16px;
	margin-bottom: 15px;
	color: #1b71b1;
}

	h2 span {
		color: #1b71b1;
		display: block;
		font-size: 12px;
		font-weight: normal;
		margin-top: 5px;
	}

h3 {
	text-transform: uppercase;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -53px; /* the bottom margin is the negative value of the footer's height */
	position: relative;
	width: 958px;
	background: url(../images/bg-wrap.gif) center repeat-y;
}

#header {
	width: 958px;
	height: 307px;
}
	
#content {
	text-align: left;
}



#col1, #col2, #col3 {
	float: left;
}

#col1 {
	width: 181px;
	margin: 0px 2px 0px 1px;
	color: #FFF;
}
#col1 a:link, #col1 a:visited, #col1 a:active {
	color: #FCE01E;
}
#col1 a:hover {
	text-decoration: underline;
}

#col2 {
	width: 549px;
	padding: 20px 20px;
}

#col3 {
	width: 182px;
	margin: 0px 1px 0px 2px;
}	

#push {
	height: 53px; /* .push must be the same height as .footer */
}

#footer {
	position: relative;
	width: 958px;
	margin: 0px auto;
	height: 53px;
	background: #3287c6 url(../images/bg-footer.jpg) no-repeat;
	color: #FFFFFF;
}

	#footer p {
		position: relative;
		top: 22px;
	}

	#footer a {
		text-transform: uppercase;
		color: #FFFFFF;
	}

/*************** #header styles **************/

#header img {
	display: block;
}

/*************** #col1 styles **************/

#col1 img {
	display: block;
	margin: 0px auto 10px;
}

#nav {
	margin-bottom: 1px;
}
#nav a {
		display: block;
		width: 136px;
		height: 22px;
		background: #223d57 url(../images/sprite-nav.gif) 0px 0px;
		color: #FFFFFF;
		padding-left: 45px;
		padding-top: 6px;
		font-size: 13px;
		font-weight: bold;
		text-transform: uppercase;
	}
#nav a:link, #nav a:visited, #nav a:active {
	color: #FFF;
}
	
		#nav a:hover {
			background: #ffe214 url(../images/sprite-nav.gif) -183px 0px;
			color: #27425b;
			text-decoration: none;
		}
		
#col1 p {
	width: 160px;
	margin: 0px auto 10px;
	font-size: 10px;
}

	#col1 p span {
		display: block;
		font-weight: bold;

		font-size: 12px;
	}
	
#col1 a.read-more {
	display: block;
	width: 160px;
	margin: 0px auto 10px;
	font-size: 10px;
	text-transform: uppercase;
}

/*************** #col2 styles **************/

#col2 a.read-more {
	display: block;
	text-transform: uppercase;
	margin-top: 3px;
}

#col2 p {
	margin-bottom: 10px;
}
		
/*************** #col3 styles **************/

#col3 img {
	//display: block;
	//margin: 0px auto;
	//margin-bottom: 10px;
}

/*************** gallery styles **************/

ul#gallery {
	list-style-type: none;
	padding: 0px;
}

	ul#gallery li {
		display: inline;
	}
	
		ul#gallery li img {
			display: inline;
			margin: 0px 8px 8px 0px;
		}

/*************** news styles **************/

#col2 img.news-large {
	margin-bottom: 10px;
}

/*************** news & about styles **************/

div.content-item {
	list-style-type: none;
	padding: 0px;
}

	div.content-item div {
		float: left;
	}
	
		div.content-item .content-thumb {
			width: 206px;
			margin-right: 20px;
		}
		
		div.content-item .content-text {
			width: 315px;
		}		

/*************** contact styles **************/

.contact-form {
	color: #2476b4;
}

	.contact-form p {
		margin-top: 20px;
	}

	.contact-form label {
		float: left;
		width: 160px;
		padding-top: 2px;
	}
	
	.contact-form input {
		width: 300px;
		height: 20px;
		border: 1px solid #193550;
	}
	
	.contact-form textarea {
		width: 300px;
		height: 110px;
		border: 1px solid #193550;
	}
	
	input.submit {
		margin-left: 160px;
		width: 77px;
		height: 28px;
	}

/*************** misc styles **************/

.hr-short {
	width: 182px;
	height: 9px;
	background: url(../images/hr-short.gif) no-repeat;
	margin: 7px 0px;
}

.hr-long {
	width: 552px;
	height: 19px;
	background: url(../images/hr-long.gif) no-repeat;
	margin: 7px 0px;
}

.border {
	border: 2px solid #26405a;
}

.clear-both {
	clear: both;
}

.clear-left {
	clear: left;
}

.header {
	margin-bottom: 0px;
	width:958px;
	height:288px;
	overflow: hidden;
	background-color: #FFF;
}
#translate {
	width: 182px;
	margin: 0px 1px 0px 2px;
}
.google {
	padding-left: 10px;
	padding-top: 20px;
}
