body
{
	background-color: #2759A4;
	color: #000000;
	background-image: url(/pics/bg_body.gif);
	font-family: Arial, Helvetica, sans-serif;
}
.clear
{
	clear: both;
}

div#base
{
	width: 716px;
	margin: 0px auto;
	position: relative;
	background-image: url(/pics/bg_base.png);
	background-repeat: repeat-y;
}
div#topMenu
{
	text-align: right;
	margin: 0px;
	font-size: 90%;
}
div#botMenu
{
	text-align: center;
	margin-top: 30px;
	border-top: solid 1px #2759A4;
	padding-top: 10px;
}
div#header
{
	width: 716px;
	position: relative;
	display: block;
}
div#header img
{
	border: none;
}
div#advernture_logo
{
	width: 177px;
	height: 174px;
	float: left;
}
div#slideshow
{
	width: 539px;
	height: 136px;
	float: right;
	z-index: 100000;
	display: block;
}
div#slide_over
{
	height: 174px;
	position: absolute;
	top: 0px;
	left: 177px;
	z-index: 200000;
	display: block;
}
div#left_content
{
	background-image: url(/pics/bg_left_menu.gif);
	background-repeat: repeat-y;
	width: 177px;
	min-height: 300px;
	background-color: #2759A4;
	float: left;
}
div#right_content
{
	background-color: #fff;
	width: 504px;
	float: right;
	min-height: 300px;
	background-image: url(/pics/bg_right_base.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding: 20px 20px 10px 15px; 
	font-size: 80%;
}
div#right_content p
{
	margin-top: 0px;
	margin-bottom: 12px;
}
div#menu
{
	padding: 20px 17px 0px 17px;
}
div#footer
{
	width: 716px;
}
div#footer a:link, div#footer a:visited, div#footer a:hover, div#footer a:active
{
	color: #fff;
}
div#footer_left
{
	float: left;
	width: 177px;
	height: 140px;
}
div#footer_right
{
	float: right;
	width: 500px;
	height: 70px;
	background-image: url(/pics/bg_right_footer.png);
	text-align:center;
	padding-top: 70px;
	font-size: 70%;
	padding-right: 39px;
	color: #fff;
}
div#testimonial
{
	border: solid 1px #B8DBEF;
	padding: 10px;
	background-color: #F4FAFD;
	font-style: italic;
	margin: 10px 0px;
}
div#testimonial p
{
	margin: 0px;
}
h1
{
	color: #2759a4;
	font-style: italic;
	font-size: 150%;
	margin-top: 0px;
}
h2
{
	color: #2759a4;
	font-size: 130%;
	margin-bottom: 3px;
}
h3
{
	color: #000;
	font-size: 110%;
	margin: 0px;
}
img.slideshow
{
	filter: progid:DXImageTransform.Microsoft.Fade(duration=1);
}
/* Form specific styling */
textarea
{
	font-family: Arial, Helvetica, sans-serif;
}

/* Table specific styling */
table.form
{
	width: 450px;
	border-top: solid 1px #DDD;
	border-left: solid 1px #DDD;
	margin-bottom:5px;
}
table.form textarea
{
	width: 320px;
}
table.form caption
{
	background-color: #D6EAF6;
	font-size: 1.0em;
	text-align: left;
	padding: 3px;
	font-weight: bold;
}
table.form td, table.form th
{
	text-align: left;
	font-size: 0.9em;
	border-right: solid 1px #D6EAF6;
	border-bottom: solid 1px #D6EAF6;
	padding: 3px;
	vertical-align: top;
}
table.form th
{
	background-color: #EEF7FB;
	font-weight: normal;
}
table.form td
{
	padding-left: 5px;
}
/*GALLERY STYLES */
td.gallery_img
{
	text-align: center;
}
td.gallery_img img
{
	background-color: #D6EAF6;
	border: solid 1px #C0C0C0;
	padding: 5px;
	margin-bottom: 5px;
}
/*LIST ITEM*/
div.list_item
{
	width: 502px;
	margin: 0px;
	background-color: #D6EAF6;
	background-image: url(../pics/bg_list_mid.gif);
	background-repeat: repeat-y;
}
div.bg_list_top, div.bg_list_bot
{
	background-repeat: no-repeat;
	height: 9px;
	width: 502px;
}
div.bg_list_top
{
	background-image: url(../pics/bg_list_top.gif);
	background-position: bottom;
}
div.bg_list_bot
{
	background-image: url(../pics/bg_list_bot.gif);
	margin-bottom: 10px;
	background-position: top;
}
div.item_left
{
	float: left;
	width: 143px;
	padding:3px 5px 3px 13px;
}
div.item_right
{
	float: right;
	width: 320px;
	padding: 5px 20px 5px 0px;
}
div.item_right h3
{
	margin: 0px;
	margin-bottom: 3px;
}
div.item_right h3 a:link, div.item_right h3 a:visited
{
	color: #000;
	text-decoration: none;
}
div.item_right h3 a:hover, div.item_right h3 a:active
{
	color: #000;
	text-decoration: underline;
}
div.item_right p
{
	margin: 0px;
	margin-bottom: 0px;
}
hr
{
	border-top: solid 1px #2759A4;
	border-bottom: solid 1px #fff;
	border-left: none;
	border-right: none;
}
.nomargin
{
	margin: 0px;
	margin-bottom: 0px;
}