/************/
/*  GLOBAL  */
/************/

/* NON-HEADER */
*{padding:0; margin:0;}
 body {
	font-size:70%;
	background-color:#FFFFFF;
	font-family:verdana,arial,sans-serif;
} /*Font-size: 1.0em = 10px when browser default size is 16px*/
.page-container {
	width:740px;
	margin:0px auto;
	margin-top:10px;
	margin-bottom:10px;
	font-size:1em;
	border: 1px solid #969696;
}
.main {
	clear:both;
	width:100%;
	background:transparent url(../images/bg_main_withoutnav.jpg) top left repeat-y;
	padding-top: 30px;
}
.main-navigation {
	display:inline /*Fix IE floating margin bug*/;
	float:right;
	width:210px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: transparent;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(../images/bg_main_withnav_reverse.jpg);
}
.main-side {
	display:inline /*Fix IE floating margin bug*/;
	float:right;
	width:300px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	background:transparent url(../images/bg_main_withnav_reverse.jpg) top left repeat-y;
	margin-top: 10px;
}
.main-content {
	display:inline; /*Fix IE floating margin bug*/
	float:left;
	width:500px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	margin-top: 0;
	margin-right: 0;
	margin-left: 15px;
	margin-bottom: 0px;
}
.main-content-search {
	display:inline; /*Fix IE floating margin bug*/
	float:left;
	width:500px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	margin-top: 0;
	margin-right: 0;
	margin-left: 15px;
	margin-bottom: 0px;
}

.footer {
	clear:both;
	width:100%;
	height:20px;
	padding:1.1em 0 0;
	font-size:1em;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	background-color: #e1e1e1;
	background-image: url(../images/bg_foot.jpg);
	background-repeat: no-repeat;
}

/* HEADER */
.header {width:100%; font-family:"trebuchet ms",arial,sans-serif;}
.header-middle {
	width:100%;
	height:140px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	background-color: #f1f1f1;
	position: relative;
	background-image: url(../images/header-image.jpg);
	background-repeat: no-repeat;
}
.header-bottom {
	width:100%;
	height:30px;
	background-color: #ffffff;
	background-image: url(../images/menubar.jpg);
	background-repeat: repeat-x;
}

#slogan{
	font-size: 16px;
	position: absolute;
	left: 20px;
	bottom: 5px;
	color:#666666;

}
/*************/
/*  2. HEAD  */
/*************/
.nav1 {
	width:auto;
	position:absolute;
	z-index:3;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	border-bottom: solid 1px #000000;
	background-color: #FFFFFF;
}
.nav1 ul { float:left; font-weight:bold;}	
.nav1 li {display:inline; list-style:none;}
.nav1 li a {
	display:block;
	float:left;
	padding:2px 5px 2px 5px;
	color:#000000;
	text-decoration:none;
	font-size: 12px;
}
.nav1 a:hover {text-decoration:none; color:#323232; background-color:#f1f1f1;}



.nav2{
	margin-left:20px;



left;
	width: 100%;
}
.nav2 ul {
	float:left;
	font-weight:bold;
}	
.nav2 li {
	display:inline;
	list-style:none;
}
.nav2 li a {
	display:block;
	float:left;
	padding:2px 20px 2px 20px;
	color:#333333;
	text-decoration:none;
	font-size: 14px;
	line-height: 26px;
}
.nav2 li a:hover{ text-decoration:none; color:#333333; background-color:#FFFFFF;}

/******************/
/*  MAIN SECTION  */
/******************/

/* MAIN NAVIGATION */
.main-navigation .round-border-topleft {width:10px; height:10px; position:absolute; z-index:100; margin:0; background:url(../images/bg_corner_topleft.gif) no-repeat;}

/* MAIN CONTENT */
.column1-unit {width:100%;  margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}

/********************/
/*  FOOTER SECTION  */
/********************/
.footer p {line-height:1.3em; text-align:center; color:#7d7d7d; font-weight:bold; font-size:110%;}
.footer p.credits {font-weight:normal;}
.footer a {text-decoration:underline; color:#7d7d7d;}
.footer a:hover, .footer a:visited {text-decoration:none; color:#000000;}


/******************/
/*  CLEAR FLOATS  */
/******************/
.clear-contentunit {clear:both; width:100%; height:0.2em; border:none; background-color:#d2d2d2; color:#d2d2d2;}
.frontnews {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	width: 320px;
	padding: 5px;
	margin-left:200px;
	margin-top:10px;
	clear: both;
	background-image: url(../images/news-bg.jpg);
}
.frontbottom{
	background-image: url(../images/swashes.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:150px;
	clear:both;
	padding:0;
	margin:0;
}
