html {
	margin: 0;
	padding: 0;
	border: none;
	height: 110%;
}

body {
	font-family:'Droid Sans', Arial, sans-serif;
	margin: 0;
	padding: 0;
	border: none;
	height: 100%;
	background: url(../images/bkg_map.jpg); background-repeat: repeat-x; 
}


#page {
	margin:auto;
	width: 980px; 
	height: 100%;
	text-align: center; /* center for old IE */
	margin-left: auto;  /* center */
	margin-right: auto; /* center */  
	background-color: #faffe8;
	color: #343f0a;
}

#header {
	width: 980px; 
	background: #333333;
	text-align: center; /* center for old IE */
	margin-left: auto;  /* center */
	margin-right: auto; /* center */  
}

#logoArea {
	padding-top: 0px;
	padding-bottom: 0px; 
	margin-top: 0px;
	margin-bottom: 0px;
}

#logo {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px; 
	padding-left: 0px; 
	padding-right: 0px; 
	display: block; /* remove gap below image */
}

.navigation {  
	font-family:'Droid Sans';
	font-size: 14px;
	font-weight: 700; 
	height: 30px;
	text-align: left;
	/*background: #252d07;*/
	background: #444444;
}


.navigation ul {
	margin-left: 30px; 
	margin-top: 0px; 
	margin-bottom: 0px; 
	list-style: none;
}

.navigation li a {color: #fff; text-decoration: none;  text-transform: uppercase; }
.navigation li a:hover { color:#fff; text-decoration: none;	text-transform: uppercase; background: #000; display:inline-block;}

.navigation li span { 
	display:inline-block; text-transform:uppercase; 
	line-height:30px; 
	padding:0px 10px 0px 10px; 
}

.navigation li {
	color: #fff;
	float: left;
	margin-right: 45px;
	display: inline;
	text-transform: uppercase;  
}

.navigation li.active {
	color: #fff;
	float: left;
	background: #000;
	line-height:30px;
}

.navigation li.right {
	float: right;
}

.navigation li.active-right {
	float: right; 
	color: #fff;
	background: #000;
	line-height:30px;
}

.navigation img {
	padding-top: 0px;
	padding-right: 0px; 
	border-style: none;
}


.menu  {
	height: 32px;
	line-height:32px; 
	text-decoration: none;	
	font-weight: normal; 
	border-top-style: solid; 
	border-color: #b8bfdb;
	border-width: 2px;
	/*border-collapse:collapse;*/
	font-size: 13px;
	margin-top: 0px; 
	margin-bottom: 0px; 
	padding-left: 0px;
	background-color: #5263a8; 
}

.menu a {    
	color: #fff;
	display: block; 
	width: 170px;
	text-decoration: none;
	padding-left: 5px; 
	/*background: url(../images/arrow.png) no-repeat left 50%;*/
	background-color: #5263a8; 
}

.menu a:hover {
	color: #fff;
	width: 170px;
	text-decoration: none;	
	display: block; 
	/*background: url(../images/arrow.png) no-repeat left 50%;*/
	background-color: #3b4779;
	padding-left: 5px; 
}

#content1col {
	float:left;
	height: 100%;
	text-align: left;
	background-color: #faffe8;
	padding-left: 40px; 
	padding-right: 40px; 
}

#content3col {
	text-align: left;
	background-color: #faffe8;
}


#footer { 
	clear: both;
	width: 980px; 
	padding-top: 5px;
	text-align: center;
	margin-left: auto;  /* center */
	margin-right: auto; /* center */  
	font-size: 14px;
} 

#footer ul { 
	list-style: none;
} 

#footer li {
	margin-right: 45px;
	display: inline;
	/*background: url("../images/bkg_pipe1.gif") no-repeat scroll 100% 50% transparent; */
	padding: 0px 10px 0px 0px;
	margin: 0px 10px 0px 0px;
}


.contentMenu {
	padding-top: 10px;
}  

.content-table {
	text-align: center; /* center for old IE */
	margin-left: auto;  /* center */
	margin-right: auto; /* center */  
	table-layout:fixed;
	border-top-style: none; 
	border-left-style: none; 
	border-right-style: none; 
	border-bottom-style: solid; 
	border-color: #666666;
	border-width: 1px;
	border-collapse:collapse;
}    

.leftBar {
	border-right-style: none; 
	background: #b8bfdb;  /*#666666 */
	vertical-align:top;
	text-align: left; 
	padding-top: 22px;
}

.rightBar {
	border-left-style: none; 
	background: #b8bfdb;
	vertical-align:top;
}

.content-col {
	vertical-align:top;
	background-color: #fff; 
}

.content {
	text-align: left; 
	vertical-align:top;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 40px;
	/*background-color: #faffe8;*/
	background-color: #fff; 
	min-height: 500px;
}
