/* ---------- COMMON STYLES ---------- */

body
{
	background: #ffffff;
}

body, form, td
{
	font-family: Tahoma;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

input, textarea
{
	font-family: Tahoma;
	font-size: 12px;
}

.button
{
	height: 20px;
	border: 1px solid #b0b0b0;
	padding: 1px 4px 1px 4px;
	margin: 0px 1px 0px 1px;
	background: #e0e0e0;
	font-size: 11px;
	cursor: pointer;
	color: #494949;
}

ul, ol
{
	margin: 10px 2px 10px 48px;
	padding: 0px 0px 2px 0px;
}

ul li
{
	font-family: Tahoma;
	list-style-image: url('../images/list-bulletgray.gif');
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 2px 4px;
}

ol li
{
	font-family: Tahoma;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 2px 18px;
}

h1
{
}

h2
{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	margin: 16px 0px 10px 0px;
	padding: 2px 2px 2px 2px;
	border-bottom: 1px solid #e0e0e0;
}

h3
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	margin: 0px 0px 10px 0px;
	padding: 2px 0px 2px 2px;
}

h4
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 22px;
}

p
{
	font-family: Tahoma;
	font-size: 12px;
	margin: 4px 0px 18px 0px;
	padding: 0px 0px 0px 0px;
	text-indent: 22px;
}

a
{
	color: #3366FF;
	text-decoration: none;
	cursor: pointer;
}

a:hover
{
	color: #ff6600;
	text-decoration: underline;
	cursor: pointer;
}

spacer
{
	width: 1px;
	height: 1px;
	border: 0px;
}

.collapsible
{
	background: #ffffff;
	height: 0px;
	overflow: hidden;
	position:absolute;
	z-index: 0;
}

.dialog
{
	background: #ffffff;
	border: solid 1 black;
	float: left;
	position: absolute;
	visibility:hidden;
}

.dialogBackground {
	background-color: Gray;
	filter: alpha(opacity=70);
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	visibility:hidden;
}

.ct_header
{
	background: url('../images/map01.jpg') left bottom;
	padding: 0px 0px 5px 0px;
}

/* ---------- HEADERMENU STYLES ---------- */

.header_mainmenu1 td
{
    text-align: center;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}

.header_mainmenu1 .header_mainmenu_nw,
.header_mainmenu1 span .header_mainmenu_nw
{
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 2px 0px 0px;
}

.header_mainmenu1 .header_mainmenu_ne,
.header_mainmenu1 span .header_mainmenu_ne
{
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px -2px 0px 2px;
    padding: 3px 11px 3px 9px;
    text-transform: uppercase;
}

.header_mainmenu_sw
{
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px 2px 0px 0px;
}

.header_mainmenu_se
{
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px -2px 0px 2px;
}

.header_mainmenu1 span .header_mainmenu_nw,
.header_mainmenu1 span .header_mainmenu_ne,
.header_mainmenu_sw,
.header_mainmenu_se
{
    background-image: url('../images/header_mainmenu.gif');
	cursor: default;
}

.header_mainmenu1 a {
    text-decoration: none;
    color: #ffffff;
}

.header_mainmenu1 a:hover {
    text-decoration: underline;
    color: #ffffff;
}

.header_mainmenu2 td
{
	padding: 4px 0px 4px 0px;
	font-weight: normal;
}

.header_mainmenu2 .link
{
    float: left;
    font-family: Tahoma;
    font-size: 12px;
    color: #ffffff;
    white-space: nowrap;
    font-weight:normal;
	margin: 0px 0px 0px 4px;
}

.header_mainmenu2 .link a
{
    line-height: 20px;
	padding: 2px 5px 3px 5px;
    text-decoration: none;
	color: #ffffff;
}

.header_mainmenu2 span .link a
{
    text-decoration: none;
    color: #ff3300;
	background: #ffffff;
	
}

.header_mainmenu2 .link a:hover
{
    text-decoration: underline;
}

.header_onlinemenu td
{
    font-family: Tahoma;
	font-size: 11px;
	text-transform: uppercase;
	color: #315955;
	white-space: nowrap;
}

.header_onlinemenu img
{
	height: 17px;
	border: 0px;
}

.header_onlinemenu a
{
	color: #315955;
	text-decoration: none;
}

.header_onlinemenu a:hover
{
	color: #315955;
	text-decoration: underline;
}

.top
{
	z-index: 10;
}

.txt_capitalize
{
	text-transform: capitalize;
}
