/*////////////  Generics //////////// */

* {
	padding:				0;
	margin:					0;
	border:					0px none;
}

body {
	background: 			#f7eedc url(images/bg_tile.gif);
	color:					#774819;
	font-family:			Tahoma, Arial, Helvetica, sans-serif;
	font-size:				11px;
}

ul, ol {
	list-style-type:		none;
}

a {
	color:					#0084ff;
	border-bottom:			1px dotted #77bdff;
	font-weight:			bold;
	text-decoration:		none;
	outline:				none;
}

* html a { 
	border-bottom:			1px solid #77bdff; 
}

a:hover {
	color:					#309bff;
}

p {
	line-height:			20px;
	padding:				0 0	20px;
}

h2, h3, h4, h5 {
	color:					#996633;
	background:				url(images/header_line.gif) bottom repeat-x;
	font-family:			Georgia, "Times New Roman", Times, serif;
	font-weight:			normal;
	padding-bottom:			10px;
	margin-bottom:			15px;	
}

h2 {
	font-size:				21px;
}

h3 {
	font-size:				18px;
}

h5 {
	background:				url(images/header_line_footer.gif) bottom repeat-x;
	font-size:				11px;
	margin-bottom:			13px;	
	text-transform:			uppercase;
	letter-spacing:			2px;
}

div.clear {
	clear:					both;
	font-size:				0px;
	line-height:			0;
	height:					0px;
}

.hide {
	display:				none;
}

.galleryContent {
	padding-bottom: 15px;
}

#wrapper {
	margin:					0 auto;
	width:					755px;
}

#wrapper_bg {
	background: 			url(images/bg.gif) top center repeat-x; 
}


/*////////////  Header //////////// */
	#header {
		height:					205px;
		position:				relative;
		background:				url(images/bg_header.jpg) 0 29px no-repeat;
	}


/*////////////  Content //////////// */
	#content {
		float:					left;
		padding-right:			60px;
		width: 					470px;
		background:				url(images/dotline_vert.gif) 500px 0 repeat-y;
	}

	#content ul {
	float:					left;
	padding-left: 25px;
	}
		
	#content ul li {
		background:				url(images/body_arrow_orange.gif) 0 8px no-repeat;
		padding:				6px 0 6px 15px;
	}
	
	#adminbullets ul {
	float:					left;
	padding-left: 25px;
	}
		
	#adminbullets ul li {
		background:				url(images/body_arrow_orange.gif) 0 8px no-repeat;
		padding:				6px 0 6px 15px;
	}

	#main {
		margin-top:				30px;
	}


/*////////////  Right Panel //////////// */

	#rightbar {
		width:					225px;
		float:					left;
	}

	#infolinks {
		margin-bottom:			20px;
		position:				relative;
	}
	
	#infolinks p {
		color:					#c2a27f;
		padding:				0 0 10px;	
		line-height:			16px;
	}
	
	#infolinks p strong {
		color:					#774819;
	}
	
	#infolinks ul {
		background:				url(images/bg_themeselector.gif) no-repeat;
		color:					#b1885d;
		width:					201px;
		height:					16px;
		padding:				12px;
	}
	
	#infolinks ul li {
		float:					left;
	}
	
	#infolinks ul li.text {
		background:				url(images/spacer_themeselect.gif) right no-repeat;
		padding-right:			6px;
		margin-right:			6px;
	}
	
		
/*//////////// Contact Form ////////////*/
	
	ul.contact_form {
		font-weight:			bold;
	}
	
	ul.contact_form input.focus, textarea.focus {
		background:				#fdfcf9;
		border:					1px solid #decfb1;
	}
	
	ul.contact_form input, textarea {
		color:					#6f573f;
		background:				#faf8f0;
		border:					1px solid #decfb1;
		font:					normal 11px Tahoma, Arial, Helvetica, sans-serif;
	}
	
	ul.contact_form input.txt {
		height:					13px;
		width:					213px;
		margin:					5px 0 10px;
		padding:				5px;
	}
	
	ul.contact_form textarea {
		width:					218px;
		height:					84px;
		line-height:			22px;
		margin:					5px 0 2px;
		padding:				2px 0 5px 5px;
	}
	
	ul.contact_form span {
		color:					#b7a48b;
		font-weight:			normal;
		font-size:				10px;
	}
	
	ul.contact_form input.btn {
		background:				none;
		outline: 				none;
		border:					none;
		cursor:					pointer;
		margin-top:				15px;
		display:				block;
		height:					26px;
		width:					77px;
	}

	ul.contact_form a.btn:hover {
		border:					none;
	}
	
	.formresponse {
		color: #CC0000;
		font-style: italic;
	}


/*//////////// Footer ////////////*/
	#footer {
		background:				url(images/bg_footer.jpg) repeat-x;
		height:					400px;
		padding:				25px 0 0 0;
		margin-top:				30px;
	}

	#footer #inner {
		width:					755px;
		margin:					0 auto;
	}
	
	#footer #inner #terms {
	float:					left;
	padding-right:			20px;
	width: 					355px;
	}
	
	#footer #inner ul {
	float:					left;
	}
		
	#footer #inner ul li {
		background:				url(images/link_arrow_orange.gif) 0 8px no-repeat;
		padding:				6px 0 6px 15px;
	}
	
	* html #footer #inner ul li a:hover {
		border-bottom:			1px solid #c7a667; 
		color:					#0084ff;
	}
	
	ul.footnotes {
		width:					755px;
		margin:					0 auto;
		line-height:			20px;
		padding-bottom:			25px;
		color:					#b7a48b;
	}
	
	ul.footnotes a {
	color:					#b7a48b;
	border-bottom:			1px dotted #b7a48b;
	text-decoration:		none;
	outline:				none;
	font-weight: normal;
	}

	ul.footnotes a:hover{
		border-bottom:			1px dotted #774819;
		text-decoration:		none;
		outline:				none;
	}


/* ////////////Spry Gallery styles //////// */

img.thumbs {

	height:57px;
	width:85px;
	margin-right: 4px;
	margin-bottom: 4px;
	border: solid #0084FF 1px;
	cursor:pointer
}

img.thumbs:hover {
	border: 1px solid #CC6633;
}

img.mainimage {
	border: solid #0084FF 1px;
}

#mainimage {
	width:540px;
	height:360px;
}

#thumbContainer {
	height: auto;
	text-align: center;
}

#PhotoPanelR {
	float: right;
	width: 540px;
}

#PhotoPanelL {
	padding-right:			15px;
	background:				url(images/dotline_vert.gif) 195px 0 repeat-y;
	clear: left;
	float: left;
	width: 190px;
	height: 360px;
}

.thumbdivider {
	clear: both;
	padding: 7px;
}
