/* GLOBAL */
body {
	background-color:white;
}
p {
	margin-top:0px;
	margin-bottom:10px;
}
h1, h2, h3 {
	padding:0px;
	margin-top:0px;
	margin-bottom:15px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: black;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #174B38;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: black;
}
a {
	color:#174B38;
	text-decoration:none;
}
div#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	line-height:1.5em;
}
/*
div#address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	line-height:1.5em;
}
*/
div#addressimg {
	padding-top:3px;
}
div#addressimg img {
	display:block;
}
div#address p {
	margin-bottom:7px;
}
div#address a {
	color:#174B38;
}


/* LIST */
ul {
	padding-left:20px;
	margin-left:0px;
}
ul li {
	margin-bottom:10px;
	list-style-type:square;
	list-style-image: url('../images/bullet_l1.gif');
}
/* nested list */
ul ul {
	margin-top:10px;
}
ul ul li {
	list-style-type:square;
	list-style-image: url('../images/bullet_l2.gif');
}


/* PAGE */
div#page {
/*	border:1px solid blue;*/
	
	position:relative;
	left:55px;
	top:27px;
	width:720px;
}

/* HEADER */
div#header {
/*	border:1px solid red;*/
	
	position:relative;
	height:127px;
}
div#logo {
	position:absolute;
	left:0px;
	top:0px;
}
div#slogan {
	position:absolute;
	left:190px;
	top:52px;
}

/* MENU */
div#menu {
}
div#menubar1 {
	clear:both;
	height:25px;
	background-image:url('../images/hline01.gif');
	background-repeat:no-repeat;
	background-position:left bottom;
}
div#menu a {
/*	border:1px solid red;*/

	display:block;
	float:left;
	margin-right:20px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#A1A0A0;
	text-decoration:none;
}
div#menu a:hover {
	color:#174B38;
}
div#menu a.expanded {
	color:#174B38;
	font-weight:bold;
}
div#menubar2 {
	clear:both;
	height:25px;
	background-image:url('../images/hline02.gif');
	background-repeat:no-repeat;
	background-position:left bottom;
	margin-top:10px;
}
div#menubar2.noline {
	background:none;
	height:auto;
	zoom:1;
}
div#menubar3 {
	clear:both;
	margin-top:10px;
}
div#menubar3.noline {
	margin-top:3px;
}
div#menubar1 a.item_home {
	width:170px;
}
div#menubar2 a.item_online,
div#menubar3 a.item_online {
	width:170px;
	color:#174B38;
}


div#menubar1 ,
div#menubar2 ,
div#menubar3 {
}

/* MAIN */
div#main {
/*	border:1px solid green;*/
	margin-top:23px;
}
div#column1 {
/*	border:1px solid yellow;*/
	
	float:left;
	width:190px;
}
div#column2 {
/*	border:1px solid yellow;*/
	float:left;
	width:470px;
}

div#address {
	width:160px;
}
div#content {
}
div#content div.contentcontrolitem_control {
	margin-bottom: 40px;
}

/* FOOTER */
div#footer {
	clear:both;
/*	border:1px solid red;*/
}

/* SPECIAL */

table.telfax td {
	border:none;
	padding:0px;
	padding-right:25px;
}

/* ---------------- */

/* TOOLBAR */

div.toolbar a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}