
/* element styles */

html {
	overflow: scroll;
	font-size: 100%;
}

body{
	margin: 0px;
	padding: 0px; 
	background-color: #7e8896;
}	 

div {
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	color: #fff;
}

p {
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	color: #fff;
	margin: 0px 0px 10px 0px;
	text-align: justify;
}

li {
	font-size: 100%;
	color: #fff;
}

td {
	font-size: 100%;
	color: #fff;
	vertical-align: top;
}

img {
	border: 0px;
}

a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: arial, verdana, sans-serif;
	font-size: 180%;	
	font-weight: normal;
	color: #fff;
	margin: 0;
	padding: 0 0 10px 0;
}

h2 {
	font-family: georgia, times,  serif;
	font-size: 140%;	
	font-weight: normal;
	color: #fff;
	margin: 0 0 10px 0;
}

form {
	margin: 0px;
}

textarea {
	font-family: arial, verdana, sans-serif;
	font-size: 100%;
}

/* page element styles */ 
 
#main {
	position:relative;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	width: 900px;
	padding: 10px 0 0 0;
}

#header {
	background: #bbbab4;
	padding: 20px 30px 20px 30px;
}

#header_left {
	float: left;
	width: 450px;
}

#title {
	margin: 10px 0 0 0;
	font-size: 240%;	
	color: #674b64;
}

#subtitle {
	margin: 20px 0 0 0;
	font-family: georgia, times,  serif;
	color: #4e4c73;
	font-size: 110%;
}

#header_right {
	float: right;
	width: 320px;
	height: 100px !important;
	overflow: hidden;
	border: 0;
}

#header_right p {
	font-family: arial, helvetica, sans-serif;
	text-align: right;
	font-size: 100%;
	color: #674b64;
	font-weight: bold;
}

#images {
	background: #b9a68f;
	padding: 8px 0 0 8px;
}

#images_home_left {
	float: left;
	width: 202px;
	margin-right: 8px;
}

#images_home_mid {
	float: left;
	width: 464px;
	margin-right: 8px;
}

#images_home_right {
	float: left;
	width: 202px;
}

.pad_bottom {
	margin-bottom: 8px;
}

#nav a {
	float: left;
	padding: 15px 20px 10px 20px;
	font-size: 90%;
	color: #fff;
	font-weight: bold;
	font-family: times, serif;
}

#nav a.active, #left_nav a.active {
	color: #674b64;
}

#body {
	padding: 30px;
	background: #777777;
	margin: 0 0 20px 0;
}

#left_nav {
	float: left;
	width: 200px;
}

#left_nav a {
	display: block;
	padding: 10px;
	font-size: 90%;
	color: #fff;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}

#main_body {
	float: left;
	width: 600px;
}

#body_left {
	float: left;
	width: 270px;
	margin-right: 30px;
}

#body_right {
	float: left;
	width: 270px;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.hide {
	display: none;
}

.testimonial {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/quotes.jpg) no-repeat top left;
	color: #4e4c73;
	width: 220px;	
	height: 150px;
	font-size: 90%;
	padding: 0 50px 0 50px;
	display: none;
}

.testimonial span {
	display: block;
	margin: 10px 0 0 0;
	font-style: italic;
}


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

#map {
	width: 850px; 
	height: 600px; 
	margin: 10px 0 0 0;
}

/* mobile portrait */
@media (max-width: 568px), (orientation: portrait) {


	#main {
		position:relative;
		margin:0;
		margin-left:auto;
		margin-right:auto;
		width: 340px;
		padding: 10px 0 0 0;
	}
	
	#header_left {
		float: none;
		width: 290px;
	}
	
	#title {
		font-size: 220%;	
	}
	
	#subtitle {
		font-size: 110%;
		text-align: center;
	}
	
	#header_right {
		display: none;
	}
	
	#images img {
		width: 75px;
		height: auto;
	}
		
	#images_home_left {
		width: 68px;
	}
	
	#images_home_left img {
		width: 68px;
		height: auto;
	}
		
	#images_home_mid {
		width: 176px;
	}
	
	#images_home_mid img {
		width: 176px;
		height: auto;
	}
	
	#images_home_right {
		width: 64px;
	}
	
	#images_home_right img {
		width: 64px;
		height: auto;
	}
	
	#bridge {
		width: 155px !important;
		height: auto;
	}
	
	iframe {
		width: 280px;
		height: 158px;
	}
	
	#mobile_small {
		font-size: 90%;
	}

	#nav a {
		padding: 15px 20px 10px 0;
	}
		
	#left_nav {
		float: none;
		width: 280px;
	}
	
	#main_body {
		float: none;
		width: 280px;
	}
	
	#body_left {
		float: left;
		width: 270px;
		margin-right: 30px;
	}
	
	#body_right {
		float: left;
		width: 270px;
	}
	
	.testimonial {
		position: absolute;
		top: 0;
		left: 0;
		background: url(../images/quotes.jpg) no-repeat top left;
		color: #4e4c73;
		width: 220px;	
		height: 150px;
		font-size: 90%;
		padding: 0 50px 0 50px;
		display: none;
	}
	
	.testimonial span {
		display: block;
		margin: 10px 0 0 0;
		font-style: italic;
	}
	
	#map {
		width: 280px; 
		height: 280px; 
	}

}