body
{
	overflow: -moz-scrollbars-vertical !important;
	font: normal normal normal 11px/18px Verdana,Tahoma,Arial,Helvetica,Sans-serif;
	margin: 0px;
	background: #FFF url(     "../img/top_back.jpg" ) repeat-x top left;
}

h1, h2, h3
{
	color: #00C;
	margin-top: 4px;
}

h1
{
	font-size: 16px;
}

h2
{
	font-size: 14px;
}

h3
{
	font-size: 12px;
}

a
{
	color: #390;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	color: #C30;
	text-decoration: underline;
}
font
{
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	color: #000;
}
form
{
	margin: 0px;
	padding: 0px;
}
input, textarea, select
{
	font-size: 11px;
	font-family: Verdana,Arial,Helvetica;
	line-height: 13px;
}
textarea
{
	width: 300px;
	border-width: 1px;
}

#container
{
	width: 770px;
	margin: 0px auto;
	padding: 0px;
}
#pageheader
{
	height: 58px;
	width: 770px;
	margin: 0px;
	padding: 0px; /* background: Transparent url(    "../img/logo.gif" ) no-repeat top left; */
}

#actionmenu
{
	float: right;
	position: absolute;
	right: 0px;
	top: 0px;
	width: auto;
	margin: 0px;
	margin-left: auto;
	padding: 0px;
	padding-left: 8px;
	white-space: nowrap;
	z-index: 200;
	background: Transparent url(../img/sw_corner.gif) no-repeat left bottom;
}

#actionmenu ul
{
	background: #000;
	font-size: 10px;
	padding: 0px 2px 2px 0px;
	margin: 0px;
	list-style: none;
	float: right;
	clear: right;
	height: 20px;
	text-align: right;
	white-space: nowrap;
}

#actionmenu ul li
{
	font-size: 10px;
	display: inline;
	padding: 0px 0px;
	margin: 0px;
	white-space: nowrap;
}

#actionmenu a
{
	font-weight: normal;
	color: #FFF;
	margin: 4px 4px;
}

#actionmenu a:hover
{
	color: #F00;
}

#actionmenu .searchfrase
{
	width: 100px;
	margin: 1px;
	padding: 1px;
	font-size: 12px;
	border-width: 1px;
	vertical-align: baseline;
}

#headerphone
{
	text-align: right;
	float: right;
	clear: right;
	height: 38px;
	font-size: 90%;
	margin-top: 21px;
}



#navigation
{
	clear: both;
	width: 770px;
}

#navigation ul
{
	float: right;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 10;
}
#navigation li ul
{
	width: 140px;
	position: absolute;
	display: none;
	left: 0px;
	border: solid 1px #090;
	background-color: #EEE;
}
#navigation li
{
	line-height: 13px;
	text-align: center;
	float: left;
	margin: 0;
	padding: 0px 8px 0px 0px;
	background: url(../img/navbutton_right.gif) no-repeat right top;
}

#navigation li a
{
	font-size: 10px;
	white-space: nowrap;
	/* width: 10px; */
	font-weight: normal;
	display: block;
	padding: 4px 8px;
	color: #FFF;
	text-decoration: none;
	background: url(../img/navbutton_left.gif) no-repeat left top;
}
#navigation li a:hover
{
	color: #00C;
}
#navigation li:hover > ul
{
	display: block;
}
#navigation li ul li
{
	color: #000;
	background: none;
	float: none;
	border: none;
	padding: 1px;
	margin: 0px;
	white-space: nowrap;
}

#navigation ul ul ul
{
	top: 0px;
	left: 115px;
}

#navigation li ul li a
{
	text-align: left;
	/* width: 98px; */
	color: #000;
	background: none;
	padding: 5px 10px 5px 10px;
	overflow: hidden;
	/* text-overflow: ellipsis; */
}

#navigation li ul li a:hover
{
	background-color: #390;
	color: #FFF;
}

/* Commented backslash hack hides rule from IE5-Mac \*/
#navigation li
{
	position: relative;
	padding: 0px;
}
#navigation li a
{
	font-size: 11px;
	width: auto;
	float: none;
}
/* End IE5-Mac hack */

#main
{
	clear: both;
	width: 770px;
	border: solid 1px #390;
	border-collapse: collapse;
	margin: 0px;
	padding: 8px;
	background: #FFC url( "../img/logo_back.gif" ) no-repeat top center;
}
#main ul
{
	margin: 15px 15px;
	list-style-type: square;
}
#main ul ul
{
	margin: 0px 17px;
	list-style-type: circle;
}
#main li
{
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
#main hr
{
	width: 90%;
	height: 2px;
	color: #390;
	background-color: #390;
	margin: 20px 0px;
}

#main
{
	min-height: 350px;
	overflow: auto;
}

#info
{
	width: 180px;
	float: right;
	display: block;
	margin: 20px 0px 0px 10px;
	padding: 0px;
}

#info dt
{
	background: #B00 url(../img/dl_corner.gif) no-repeat left top;
}

.SidebarUC dt
{
	background: #B00;
}

#info dt,
.SidebarUC dt
{
	color: #FFF;
	margin: 0px;
	padding: 3px 5px;
	font-weight: bold;
	border-bottom: solid 1px #FFF;
}

#info dl,
.SidebarUC dl
{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	border-bottom: solid 1px #060;
}

.SidebarUC dl
{
	float: right;
	margin-left: 1px;
	margin-right: 1px;
	width: 180px;
}

#info dl
{
	width: 180px;
}

#info dd,
.SidebarUC dd
{
	background-color: #090;
	color: #FFF;
	margin: 0px;
	padding: 3px 5px;
	border-left: solid 1px #060;
	border-right: solid 1px #060;
}

.SidebarUC dd
{
}

#info dd a,
.SidebarUC dd a
{
	color: #FFF;
	font-weight: normal;
	display: inline;
}

#info input,
dt.SidebarUC input
{
	border-width: 1px;
}

#adspopup
{
	position: absolute;
	z-index: 100;
	margin: 40px 0px 0px 25px;
}
#adspopup dl
{
	background: url(../img/information_bottom.gif) no-repeat right bottom;
	width: 325px;
	height: 350px;
	padding: 0px;
}
#adspopup dt
{
	background: url(../img/information_top_right.gif) no-repeat right top;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}
#adspopup dt a
{
	background: url(../img/information_top_left.gif) no-repeat left top;
	font-size: 10px;
	white-space: nowrap;
	font-weight: normal;
	display: block;
	padding: 4px 8px;
	color: #FFF;
	text-decoration: none;
}
#adspopup dd
{
	background: url(../img/information_middle.gif) repeat-y right top;
	height: 300px;
	color: black;
	margin: 0px;
	padding: 3px 10px 3px 15px;
}
#adspopup dd div
{
	overflow: scroll;
	height: 100%;
}

.input50
{
	width: 50px;
	height: 15px;
	border-width: 1px;
}
.input100
{
	width: 100px;
	height: 15px;
	border-width: 1px;
}
.input130
{
	width: 130px;
	border-width: 1px;
}
.input300
{
	width: 300px;
	border-width: 1px;
}
.ddl250
{
	width: 250px;
}
.btn
{
	color: #FFF;
	font-weight: normal;
	height: 20px;
	border: none;
	background-color: Transparent;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 2px;
}
.btn30
{
	width: 30px;
	background-image: url(../img/btn030.gif);
}
.btn50
{
	width: 50px;
	background-image: url(../img/btn050.gif);
}
.btn80
{
	width: 80px;
	background-image: url(../img/btn080.gif);
}
.btn100
{
	width: 100px;
	background-image: url(../img/btn100.gif);
	text-align: center;
	text-decoration: none;
}

.xlbtn80
{
	width: 160px;
	height: 20px;
	font-weight: bold;
	background-image: url(../img/btn160.gif);
}

#quicklinks
{
	padding: 15px 0px 80px 10px;
	margin: 0px;
}
#quicklinks dt
{
	color: #090;
	font-weight: bold;
}
#quicklinks dd
{
	margin: 1px;
	padding: 0px 10px;
	background: Transparent url(     "../img/twisty.gif" ) no-repeat top left;
}
#quicklinks dd a
{
	color: #060;
	font-weight: normal;
}
#quicklinks address
{
	width: 150px;
	font-style: normal;
	line-height: 16px;
	margin: 20px 0px 0px 0px;
}

#footer
{
	width: 770px; /* border-top: solid 1px #666; */
}
#footer span
{
	color: #00C;
	font-size: 9px;
	padding: 0px 7px;
}
#footer a
{
	color: #00C;
	font-weight: normal;
	font-size: 9px;
	background: transparent url(../img/separator_black.gif) no-repeat right center;
	padding: 0px 7px;
}
#pager
{
	width: 580px;
	background-color: #090;
	border-collapse: collapse;
	margin: 10px 0px;
	padding: 0px;
}
#pager td
{
	color: #FFF;
	padding: 0px 3px;
	margin: 0px;
}
#toolbar td
{
	padding: 2px 5px;
}

#partners
{
	width: 770px;
	margin-top: 30px;
}
#partners a img
{
	display: none;
}
#partners a:hover img
{
}
#partners img
{
	margin: 0px 20px;
}
#extra
{
	display: none;
}

table.locations
{
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border: solid 1px #080;
	width: 95%;
}

table.locations th
{
	background-color: #080;
	color: #FFF;
	text-align: left;
	white-space: nowrap;
}

table.locations td
{
	border-bottom: solid 1px silver;
}

table.locations td,
table.locations th
{
	padding: 0px 3px 0px 3px;
}

table.locations th a
{
	color: #FFF;
}

.alert
{
	color: #F00;
	font-weight: bold;
}
.results
{
	width: auto;
	text-align: right;
}
.active
{
	color: #FFF;
}
.disabled
{
	color: #060;
	font-weight: normal;
}
.search dt
{
	width: 400px;
	height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.search dd
{
	height: 60px;
}
.mainimage
{
	float: left;
	margin: 5px 10px 3px 0px;
	border: solid 1px #36C;
}
.thumb
{
	float: left;
	margin: 5px 5px 3px 0px;
	border: solid 1px #36C;
}
.enlarge
{
	border: solid 1px #060;
	cursor: url(img/dynamiczoom.cur);
}
.mainmultimedia
{
	float: left;
	width: 420px;
	overflow: hidden;
	margin-top: 5px;
	overflow: hidden;
}
.intro
{
	font-style: italic;
	padding: 0px 20px 0px 0px;
}
.text
{
	font-weight: normal;
}
.hline img
{
	margin: 5px 0px;
}
.clear
{
	clear: both;
	margin: 0px 0px;
	padding: 0px;
}
.bold
{
	font-weight: bold;
}
.item
{
	font-size: 11px;
	font-weight: bold;
}
.item a
{
	text-decoration: none;
	color: #390;
}
.spacer
{
	width: auto;
	border: solid 1px back;
}
.error
{
	font-weight: bold;
	color: #f00;
}
.datatable
{
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}
.datatable p
{
	margin: 3px 0px;
}
.datatable tr
{
	vertical-align: top;
}
.datatable td
{
	padding: 1px;
	width: 50%;
}

.ReadMore
{
	clear: left;
}

#clicklogo
{
	float: left;
	position: absolute;
}

#clicklogo img
{
	border: none !important;
}

a img
{
	border: none;
}

dd img
{
	margin-left: auto;
	margin-right: auto;
	display: block;
}
