/* CSS Document */
img	{
	border:none;
}

a	{
	text-decoration:none;
	color:#888;
}

a:hover	{
	color:#666;
	text-decoration:underline;
}

h1	{
	padding:0;
	margin:0;
	font-size:18px;
}

html,body {
	margin:0;
	padding:0;
	background:url(../images/BG.gif) repeat;
	font-family:verdana, arial,sans-serif;
	font-size:11px;
	line-height:16px;
	color:#333;
}

.clear	{
	height:0;
	width:0;
	clear:both;
}

.wrapper	{
	margin-top:20px;
	padding:0;	
}

.container {
	position:relative; 
	margin:0 auto;
	padding:10px;
	width:796px;
	background:#fff;
}

.header {
	width:796px;
	height:244px;
	padding:0;
	margin:0;
	background:url(../images/header.gif) no-repeat;
}

.nav	{
	height:45px;
	width:800px;
	padding:0;
	margin-top:5px;
}
		.nav a img	{
			float:left;
			padding:0;
			margin:0;
		}
		.nav a:hover img	{
			filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
			background:#333;
		}
.main	{
	min-height:250px;
	width:796px;
	overflow:hidden;
	padding-bottom:30px;
	margin:0;
	background:url(../images/watermark.gif) right top no-repeat; 
}
	.sidebar	{
		float:left;
		width:250px;
		padding:0; 
		margin:0;
		background:#f9efc8;
	}
		.side_nav	{
		}
			.side_nav ul	{
			}
				.side_nav li	{
					list-style:none;
					padding:5px 0;
				}
				.side_nav li a	{
					color:#333;
				}
	.content {
		float:left;
		width:800px;
		padding:0; 
		margin:10px;
	}
		.content p	{
			width:550px;
			padding:0;
			margin:0;
		}
		.content h4 {
			font-size:14px;
		}
		.content table {
			margin:0;
			padding:0;
			position:relative;
			left:-2px;
		}
		.content table th {
			padding-right:30px;
			border-bottom:1px solid #A8A8A8;
		}

.footer {
	width:796px;
	padding:0;
	margin-bottom:30px;
}
		.footer a img	{
			width:198px;
			float:left;
			padding:0;
			margin:0;
			overflow:hidden;
			clear:right;
		}
		.titan {
			padding: 47px 6px 0 0;
			float:right;
		}
		.titan a img	{
			width:95px;
			float:none;
			padding:0;
			margin:0;
			overflow:auto;
			clear:none;
		}


/**
 *Contact Styles 
 */

.contact_info 	{
	float:left;
	display:inline;
	width:366px;
	overflow:hidden;
	}
	.contact_info p {
		margin-bottom:14px;
	}
	.contact_info strong {
		font-weight:bold;
		}
.goog_map	{
	width:256px;
	float:left;
	display:inline;
	padding:1px;
	margin:15px 0 0 0;
	overflow:hidden;
	}	
		.goog_map iframe	{
			padding:1px;
			border:1px solid #ccc;
		}
.goog-txt {
	margin:0;
	padding:0;		
	text-decoration:underline;
	}

.contact_form {
	float:left;
	display:inline;
	margin:0 0 0 10px;
	padding:0;
	}
	.contact_form p {
		width:90px;
		margin-bottom:14px;
	}
	.contact_form div label {
		float: left;
		width: 90px;
		margin:0;
		}
	.contact_form input.txt, .contact_form .sel {
		border: 1px solid #ccc;
		width: 250px;
		margin:0 0 5px 0;
		}
	.contact_form .txt_area, .txt_area  {
		border: 1px solid #ccc;
		width: 250px;
		height: 150px;
		margin:0 0 5px 0;
		}
	.contact_form input.btn {
		width:92px;
		height:32px;
		border:1px solid #ccc;
		background:url(../images/submit_bg.gif) bottom #fff repeat-x;
		margin:0 0 0 90px;
		_margin:0 0 0 92px;
		padding:0;
		color:#888;
		clear:both;
		cursor:pointer;
		}

.contact_form form div.source label {
	display: block;
	width: 200px;
	vertical-align: top;
	line-height: 24px;
	font-size: 1.1em;
	position:relative;
	left:94px;
	color:#990000;
}

.contact_form form div.source input {
	display: block;
	position:relative;
	left:90px;
	_left:93px;
}



/**

Gallery

**/

.photo_thumb	{
	float:left; 
	height:116px; 
	width:133px; 
	margin:0;
	padding:2px; 
	text-align:center;
	background:url(../images/thumb_bg.png) center no-repeat;
}
	.photo_thumb img	{
		margin-top:10px;
	}
	.photo_thumb img:hover	{
		filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
	}
