body 
{
	color: #000;
	min-width: 980px;
	font-family: Tahoma, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #f2f2f2;
}


h1 {
	margin-top: 0px;
	font-size: 19px;
	font-family: sans-serif;
	font-weight: bolder;
	margin-bottom: 0px;
}

div.ie_container
{
	/** No values, only IE uses this div */
}

div.top_content_left
{
	width: 400px;
	height: 90px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: left;
	overflow: visible;
	margin-top:5px;
	padding-top: 0px;
}

div.top_content_right
{
	width: 400px;
	height: 90px;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: right;
	overflow: hidden;
	margin-top:5px;
	padding-top: 0px;
}

img.logo
{
	margin-left: auto;
	margin-right: auto;
	height: 95px;
	margin-top: 0px;
}

object.flash
{
	margin-left: 0px;
	margin-right: 5px;
	height: 75px;
	width: 390px;
	margin-top: 12px;
}

div.topbar_container
{
	width: 100%;
	height: 110px;
	margin-bottom: 10px;
	background-color: #C00;
	color: #cc0000;
	text-align:center;
}

div.top_content_center
{
	padding-left: 6px;
	margin-left: 9px;
	margin-right: 9px;
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height: 100px;
	overflow:hidden;
}
	div.top_content_middle
	{
		font-size: 0.83em;
		width: 135px;
		height: 90px;
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
		text-align: center;
		overflow: visible;
		margin-top:4px;
	}
	div.top_content_middle a
	{
		color: #c00;
	}

div.left_column
{
	float: left;
	width: 240px;
	overflow: hidden;
}

div.right_column
{
	float: right;
	width: 240px;
	background-color: #C00;
}

div.center_column
{
	background-color: #C00;
	margin-left: 250px;
	margin-right: 250px;
	min-width: 470px;
}


div.top_border, div.top_border_ie
{
	margin:0px;
	height: 10px;
	background-color: #fff;
	overflow: hidden;
}

	div.top_border_left
	{
		background-image: url('images/topleft.jpg');
		float:left;
		height: 11px;
		width: 11px;
		margin-right: -3px;
		margin-left: 0px;
		background-repeat: no-repeat;
	}
	div.top_border_mid, div.top_border_mid_grey
	{
		height: 11px;
		margin-left: 0px;
		margin-right: 0px;
		padding: 0px;
		border-top: 1px solid #ccc;
	}
	div.top_border_mid_grey
	{
		background-color: #f2f2f2;
	}
	div.top_border_right
	{
		background-image: url('images/topright.jpg');
		float: right;
		height: 11px;
		width: 11px;
		margin-left: -3px;
		margin-right: 0px;
		background-repeat: no-repeat;
	}

div.bottom_border, div.bottom_border_ie
{
	height: 11px;
	background-color: #fff;
}

	div.bottom_border_left
	{
		background-image: url('images/bottomleft.jpg');
		float:left;
		height: 11px;
		width: 11px;
		background-repeat: no-repeat;
	}
	div.bottom_border_mid, div.bottom_border_mid_grey
	{
		height: 10px;
		background-color: #fff;
		border-bottom: 1px solid #ccc;
	}
	div.bottom_border_mid_grey
	{
		height: 10px;
		background-color: #f2f2f2;
	}
	
	div.bottom_border_right
	{
		background-image: url('images/bottomright.jpg');
		float: right;
		height: 11px;
		width: 11px;
		background-repeat: no-repeat;
	}

	
div.center_content_border
{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

div.center_content_border_ie
{
	border-left: 1px solid #ccc;
}

div.center_content, div.center_content_grey
{
	padding-left: 6px;
	margin-left: 9px;
	margin-right: 9px;
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

div.center_content_grey
{
	background-color: #f2f2f2;
}

div.center_content_ie
{
	background-image: url('images/menuback2.jpg');
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 10px;
}

div.center_content a
{
	color: #f00;
	font-weight: bold;
	text-decoration: none;
	border-width: 0px;
}

div.center_content img
{
	margin: 5px;
	border-width: 0px;
	border: 2px solid #c00;
}

div.center_content p
{
	text-align: justify;
	padding-right: 8px;
}

ul.adv_menu
{
	padding: 0px;
	margin: 0px;
	display: block;
	width: 190px;
	background-color: transparent;
}

ul.adv_menu li.sub, ul.adv_menu li.no_sub
{
	list-style-type: none;
	border-bottom: 0px;
	border-top: 0px;
	margin-top: -2px;
	padding-top: 3px;
	padding-bottom: 1px;
	width: 218px;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}

ul.adv_menu li.sub a, ul.adv_menu li.no_sub a
{
	position: relative;
	padding-top: 3px;
	padding-bottom: 5px;
	margin-left: 7px;
	margin-right: 10px;
	display: block;
	text-decoration: none;
	color: #c00;
	font-weight: bolder;
	outline: none;
	width: 190px;
	font-size: 14px;
}

#shine
{
	background-image: url('images/uberlink.gif');
}
ul.adv_menu li.sub:hover a, ul.adv_menu li.no_sub:hover a
{
	color: #000;
}

/* pop-out */
ul.adv_menu li.sub ul
{
	position: absolute;
	margin-left: 229px;
	margin-right: 0px;
	margin-top: -30px;
	padding: 0px;
	background-image: url('images/menuback.jpg');
	background-repeat: repeat-y;
	display: none;
	width: 190px;
	z-index: 10;
}

ul.adv_menu li.no_sub:hover
{
	background-color: #fff;
	width: 218px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

ul.adv_menu li.sub:hover
{
	background-color: #fff;
	width: 229px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

ul.adv_menu li.sub:hover ul, ul.adv_menu li.sub:hover ul li
{
	display: block;
	width: 190px;
	z-index: 10;
}

ul.adv_menu li.sub ul li
{
	background-image: url('images/menuback.jpg');
	background-repeat: repeat-y;
	margin-top: -2px;
	margin-bottom: 3px;
	/*margin-bottom: 0.4em;*/
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 7px;
	list-style-type: none;
	width: 150px;
	border-bottom: 0px;
	border-top: 0px;
}

ul.adv_menu li.sub ul li:hover
{
	margin-top: -2px;
	margin-bottom: 3px;
	width: 190px;
	border-bottom: 0px;
	border-top: 0px;
}

ul.adv_menu li.sub ul li a, ul.adv_menu li.sub:hover ul li a
{
	width: 155px;
	margin-left: 6px;
	color: #c00;
}

ul.adv_menu li.sub ul li:hover a
{
	width: 155px;
	margin-left: 6px;
	color: #000;
}

ul.adv_menu li.sub ul li.top, ul.adv_menu li.sub ul li.top:hover
{
	height: 11px;
	width: 190px;
	margin: 0px;
	padding: 0px;
	background-image: url('images/menutop.jpg');
	background-repeat: repeat-x;
	overflow: hidden;
}

ul.adv_menu li.sub ul li.bottom, ul.adv_menu li.sub ul li.bottom:hover
{
	height: 11px;
	width: 190px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-image: url('images/menubottom.jpg');
	background-repeat: repeat-x;
	overflow: hidden;
}

div.gallerytext
{
	width: 30%;
	border: 1px solid #ccc;
	margin: 0px;
	padding: 5px;
	float: left;
}

div.galleryimage
{
	width: 60%;
	border: 1px solid #ccc;
	margin: 0px;
	padding: 5px;
	float: left;
	margin-left: 5px;
}

img.galleryimage
{
	width: 90%;
	margin: 0px;
	margin-left: 5%;
	margin-right: 5%;
}

.clearboth
{
	clear:both;
}

.clearright
{
	clear:right;
}

div.gallerydesc
{
	width: 90%;
	margin: 0px;
	padding: 5px;
}

div.thumbnailholder
{
	width: 100%;
	text-align:center;
	background-color: transparent;
}

div.thumbnail
{
	width: 110px;
	margin: 3px;
	border: 1px solid #ccc;
	padding: 3px;
	overflow: hidden;
	float:left;
}

img.thumbnail
{
	width: 90%;
}

div.center_content img.bar
{
	border-width: 0px;
}

div.break
{
	background-color: #f2f2f2;
	height: 14px;
}

div.center_content img.navigation
{
	border: 1px solid #fff;
}

div.navigation
{
	display: block;
	width: 99%;
	float: left;
	text-align: center;
}
