* {
	margin: 0px;
	padding: 0px;
}

html { height: 101%; }

body {
	padding: 10px 0px 10px;
	background-color: #484848;
	color: #fff;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	text-align: center;
}

a {
	color: #fff;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #e1d9a7;
	background-color: inherit;
}


img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	margin: 6px 0px 15px;
	text-align: justify;
	line-height: 14px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
	visibility: hidden;
}


#body_wrapper {
	margin: 0px auto;
	padding: 2px 0px;
	width: 777px;
	background-color: #fcfcfc;
	color: inherit;
	text-align: left;
}

.add_shadow {
	float: left;
	background: url('images/shadow_bot.gif') no-repeat 0% 100%;
}

.add_shadow div {
	display: block;
	float: left;
	background: url('images/shadow_right.gif') no-repeat 100% 0%;
}

.add_shadow div div {
	display: block;
	float: none;
	padding: 0px 5px 5px 0px;
	background: url('images/shadow_rightbot.gif') no-repeat 100% 100%;
}

.add_shadow div div div {
	padding: 0px;
	background: none;
}


#header {
	text-align: left;
	background: url('images/13.jpg') no-repeat right top;
	height: 244px;
}

/* Navigational Menu */

#nav_menu {
	margin: 0px 2px;
	width: 773px;
	background-color: #5c3424;
	color: #fff;
	border-bottom: #fff 2px solid;
	font-family: arial, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
}
#nav_menu div 
{
	padding: 5px 0;
}

#nav_menu a {
	text-decoration: none;
}

#nav_menu a.selected 
{
	color: #f77;
}



/* Content Body */

#content_body {
	margin: 0px 2px;
	padding: 17px 12px 15px 15px;
	background-color: #dddacc;
	border-bottom: #fff 2px solid;
	color: #000000;
	text-align: left;
}

#content_body a {
	background-color: inherit;
	color: #000000;
}

#content_body a:hover {
	background-color: inherit;
	color: #a64a26;
}

#content_body .content_header h2 {
	padding: 3px 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.content_header h2 {
	background-color: #a64a26;
	color: #fff;
}


/* Travel Gallery */

#travelgallery {
	padding-bottom: 5px;
	float: none;
	clear: both;
	text-align: center;
}

.gallery_thumbnail {
	float: left;
	padding: 5px 5px 0px 0px;
}

.gallery_thumbnail .add_shadow {
	background-color: #000;
	color: #fff;
}

.gallery_thumbnail .add_shadow div div {
	padding-bottom: 3px;
}

.gallery_thumbnail .add_shadow img {
	margin: 1px;
}

#travelgallery .view_all {
	margin: 15px auto 0px;
	width: 154px;
	height: 26px;
	float: none;
	clear: both;
}

#travelgallery .view_all a {
	padding: 3px 5px;
	border: #000 1px solid;
	background-color: #c4bea1;
	color: #5c3424;
	display: block;
	font-weight: bold;
	font-family: arial, sans-serif;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}

#travelgallery .view_all a:hover {
	background-color: #be552c;
	color: #fff;
}


/* Page Footer */

#page_footer {
	margin: 0px 2px;
	padding: 7px 0px;
	width: 773px;
	background-color: #5c3424;
	color: inherit;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.admin_list 
{
	border: 1px solid #444;
	width: 100%;
}
.admin_list th 
{
	padding: 2px 5px;
	background-color: #aa9;
}

.admin_list td 
{
	padding: 2px 5px;
	background-color: #cca;
}

form fieldset
{
	display: block;
	padding: 10px;
}

div.element label 
{
	padding: 0 8px;
}


h1 
{
	font-size: 20px;
}
#header ul {
	padding: 10px 0 0 20px;
}
#header ul li { 
	list-style-type: square;
	padding-bottom: 5px;
	font-size: 11px;
}

#header ul li h2, #header ul li h2 a
{
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #d30;
}

h1.logo
{ 
	background: url('images/12.jpg') no-repeat 15px top;
	height: 58px;
}
h1.logo a {
	display: block;
	width: 350px;
	height: 60px;
}

h1.logo a:hover {
	background: none;
	background-color: transparent;
}

h1.logo a span 
{
	display: none;
}

.element { padding: 5px; }

.samples_list
{
	width: 400px;
	padding-left: 30px;
}
.samples_list li {
	padding-bottom: 5px;
	list-style-type: disc;
}

span.error 
{
	color: yellow;
	line-height: 20px;
	font-weight: bold;
}

span.required 
{
	color: white;
}
