@charset "UTF-8";
/* CSS Document */

html, body {
	margin:0px;
	padding: 0px;
	/* background-color:#fc9; */
	background-color:#ccc1b0;
}

#wrap {
	padding: 0px;
	margin: auto;
	border: thin solid black;
	min-width: 600px;
	max-width: 1200px;
	width: 97%;
	background-color: #ffffff;
	
	font-size:1em;
}


#header {
	font-size:26px;
	height:65px;
}

#header #logo {
	height:auto;
	width:auto;
	float:left;
	padding:5px;
}

#header #slogan {
	height:auto;
	width:auto;
	font-size:0.9em;
	float:right;
	margin-right:60px;
}

#navigation {
	/* background-color:#0CF; */
	background-color:#7abcb6;
	height:27px;
	font-size:20px;
	text-transform:uppercase;
	font-weight:bolder;
	border-bottom:thin solid #000000;
	border-top:thin solid #000000;
	min-width:900px;
}

#navigation ul {
	margin:auto;
	margin-top:1px;
	margin-bottom:0px;
	width:900px;
	text-decoration:none;
	list-style:none;
}

#navigation ul li {
	float:left;
	margin:3px;
	margin-right:25px;
	
}

#navigation ul li a {
	color:#000000;
	text-decoration:none;
}

#navigation ul li.highlight {
	background-color:#ffffff;
	border-left: thin solid #000000;
	border-right: thin solid #000000;
	border-top: thin solid #000000;
	padding:7px;
	padding-bottom:0px;
	padding-top:0px;

}

#content {
	min-height:600px;
	text-align:left;
	
	padding: 15px;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	

	
}

.column {
	width:40%;
	min-width:300px;
	float:left;
}

.column ul {
	font-size: 1.5em;
	line-height:1.6em;
}

.column ul li {
	font-size: .85em;
}

#sidebar {
	width:200px;
	float:right;
	border-left: thin dotted #999;
	height:95%;
	min-height:580px;
	margin:0px;
	margin-left:15px;
	background-color:#efefef;
}

#footer {
	border-top:thin solid #000;
	background-color:#ffffff;
	height:25px;
}

#footer #email {
	float:left;
	width:300px;
	margin-left:15%;
	float:left;
}

#footer #copyright {
	float:right;
	width:90px;
	margin-right:15%;
	float:right;
}


