body {
	background: url("/_ima/bg.jpg") no-repeat top center #488FA1;
	margin: 0px; 
	padding: 0px;
	color: #666;	
	font: 13px/22px Arial, Arial, Helvetica, sans-serif;
	}

/*____________________________________________________________________________________________ Links _*/

a:link {
	color: #000;
	text-decoration: none;
	}
a:visited {
	color: #000;
	text-decoration: none;
	}
a:hover {
	color: #000;
	text-decoration: underline;
	}
a:active {
	color: #000;
	text-decoration: underline;
	}
	
/*____________________________________________________________________________________________ Helpers _*/

.clearer { clear: both; line-height: 0px; font-size: 0px; width: 0px; height: 0px; margin: 0px; padding: 0px; }

.wtf { border: 1px solid red; }

.display-block { display: block; margin: 0px; padding: 0px; }

.show-btn { cursor: pointer; color: red; }

/*____________________________________________________________________________________________ Fixed Presets _*/

ul { margin: 0px; padding: 0px 0px 0px 15px; }
ul li { background: url(/); padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; line-height: 20px }
	
/*____________________________________________________________________________________________ Main Layout _*/

#top-bar {
	background-color: #2C7C8F;
	width: 100%;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin: 0px;
	padding: 8px 0px 8px 0px;
	font-size: 15px;
	}
	#top-bar a, #top-bar a:visited {
		color: #99c1c9;
		text-decoration: none;
		}
	#top-bar a:hover, #top-bar a:active {
		color: #fff;
		text-decoration: none;
		}

#container {
	width: 900px;
	height: 100%;
	margin: 0px auto;
	padding: 260px 0px 30px 0px;
	}
	
	#content-left {
		background-color: #fff;
		width: 565px;
		min-height: 590px;
		float: left;
		padding: 20px;
		}
	#content-right {
		background: url("/_ima/side-fade.png") repeat-y #E9A502;
		width: 255px;
		min-height: 490px;
		float: left;
		padding: 20px;
		margin: 100px 0px 0px 0px;
		color: #7F5900;
		}
		
		h1 {
			font-size: 23px;
			color: #E9A502;
			margin: 0px;
			padding: 10px 0px 0px 0px;
			}

		a.right-btns, a.right-btns:visited {
			background-color: #FFC12F;
			width: 247px;
			float: left;
			text-align: left;
			padding: 5px 0px 5px 8px;
			margin: 0px 0px 5px 0px;
			border: 1px solid #fff;
			color: #fff;
			font-size: 16px;
			font-weight: bold;
			}
			a.right-btns:hover, a.right-btns:active {
				background-color: #fff;
				color: #E9A502;
				text-decoration: none;
				}

		.right-title {
			font-size: 14px;
			font-weight: bold;
			padding: 10px 0px 0px 0px;
			}
			
		a.social-links {
			width: 255px;
			margin: 0px 0px 10px 0px;
			float: left;
			}	
		a.social-links img {
			border: 0px;
			float: left;
			}
		a.social-links p {
			width: 180px;
			float: right;
			margin: 0px;
			padding: 10px 0px 0px 0px;
			}
		
		.sub-title {
			font-weight: bold;
			font-size: 14px;
			border-bottom: 1px solid #e0e0e0;
			margin: 15px 0px 5px 0px;
			color: #2C7C8F;
			}

		.t2 {
			font-weight: bold;
			font-size: 12px;
			margin: 0px 0px 0px 0px;
			color: #2C7C8F;
			}

		.t1 {
			font-weight: bold;
			font-size: 15px;
			margin: 15px 0px 0px 0px;
			color: #2C7C8F;
			}

		.left-100 {
			float: left;
			width: 140px;
			}
		.left-200 {
			float: left;
			width: 250px;
			}

#footer {
	background-color: #276E7F;
	width: 100%;
	padding: 10px 0px 10px 0px;
	text-align: center;
	border-top: 1px solid #6BAFBF;
	color: #6BAFBF;
	}
	#footer a, #footer a:visited {
		color: #6BAFBF;
		text-decoration: none;
		}
	#footer a:hover, #footer a:active {
		color: #fff;
		text-decoration: none;
		}

/*____________________________________________________________________________________________ Gallery Layout _*/
		
a.lightbox-view img {
	background-color: #fff;
	width: 165px;
	height: 120px;
	float: left;
	margin: 10px 10px 0px 0px;
	padding: 5px;
	border: 1px solid #EFE5D9;
	text-decoration: none;
	}
	a.lightbox-view img:visited {
		border: 1px solid #EFE5D9;
		text-decoration: none;
		}
	a.lightbox-view img:hover {
		border: 1px solid #E9A502;
		text-decoration: none;
		}
	a.lightbox-view img:active {
		border: 1px solid #EFE5D9;
		text-decoration: none;
		}

a.link-box, a.link-box:visited {
	width: 98px;
	height: 130px;
	float: left;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
	line-height: 12px;
	padding: 5px 15px 0px 0px;
	}

a.link-box:hover, a.link-box:active {
	text-decoration: none;
	}

	a.link-box img {
		width: 90px;
		height: 90px;
		border: 4px solid #488FA1;
		}

	a.link-box:hover img {
		}
	
/*____________________________________________________________________________________________ Contact Layout _*/

.contact-left {
	width: 540px;
	float: left;
	}
	#form-section {
		float: left;
		}
	.input-names {
		width: 140px;
		height: 20px;
		padding: 3px 0px 0px 0px;
		margin: 0px 0px 10px 0px;
		float: left;
		font-size: 12px;
		}
	.input-names2 {
		width: 50px;
		height: 20px;
		padding: 3px 0px 0px 0px;
		margin: 0px 0px 10px 0px;
		float: left;
		font-size: 12px;
		}
	.inputs {
		width: 200px;
		height: 20px;
		padding: 3px 0px 0px 5px;
		margin: 0px 10px 0px 0px;
		float: left;
		font-size: 16px;
		border: 1px solid #CFC9C2;
		}
	.inputs2 {
		width: 195px;
		height: 20px;
		padding: 3px 0px 0px 5px;
		margin: 0px 0px 0px 0px;
		float: right;
		font-size: 16px;
		border: 1px solid #666;
		}
	.selects {
		width: 207px;
		height: 25px;
		padding: 2px 0px 2px 0px;
		float: left;
		font-size: 16px;
		border: 1px solid #CFC9C2;
		}
	.textareas {
		width: 369px;
		height: 65px;
		padding: 2px 0px 2px 5px;
		float: left;
		font-size: 16px;
		font-family: verdana;
		border: 1px solid #CFC9C2;
		}
	#submit-btn {
		margin: 10px 0px 0px 0px;
		padding: 0px 0px 0px 140px;
		float: left;
		}
		
	.error {
		color: red;
		}


/*____________________________________________________________________________________________ innerfade Layout _*/

#innerfade {
	background-color: #0D2A4C;
	width: 410px;
	height: 300px;
	margin: 0px;
	padding: 5px;
	}
	
/*____________________________________________________________________________________________ cycle Layout _*/

.cyclepics {
	padding: 0;
	margin:  0;
	} 
	.cyclepics img {
		margin: 0px;
		padding: 0px;
		border:  0px solid #ccc;
		background-color: #eee;  
		top: 0; 
		left: 0;
		display: block;
		} 	
	#s1 p {
	  position: absolute;
	  left: 0;
	  bottom: 0;
	  width: 544px;
	  color: #fff;
	  background: #000;
	  margin: 0px 0px 0px 0px;
	  padding: 10px;
	  }

	
/*____________________________________________________________________________________________ jslider Layout _*/
	
#slider-box {
	width: 410px;
	height: 320px;
	float: left;
	}
	
#slider {
	width: 410px; /* important to be same as image width */
	height: 300px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	padding: 0px;
	background-color: #fff;
	border: 1px solid #BFE9FF;
	}
#sliderContent {
	width: 410px; /* important to be same as image width or wider */
	height: 300px;
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0px;
	}
.sliderImage {
	float: left;
	position: relative;
	display: none;
	}
.sliderImage span {
	width: 390px;
	position: absolute;
	font: 12px/15px Arial, Helvetica, sans-serif;
	padding: 0px 10px 0px 10px;
	background-color: #fff;
	color: #00465F;
	display: none;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	}
.sliderImage span strong {
	font-size: 16px;
	}
.top {
	top: 0;
	left: 0;
	}
.bottom {
	bottom: 0px;
	left: 0;
	}
.left {
	left: 0;
    bottom: 0;
	width: 110px !important;
	height: 280px;
	}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
	}
#slider ul { list-style-type: none;}
	

