/*************************************
    Author: Andrew Valums
    Date: 01/01/2008

    Table of Contents:

    General Template
    Typography
	Navigation
	Main Page
	Search Form
*************************************/


/*************************************
    General Template
*************************************/
body {
    background: white url(images/bg.jpg);
    margin: 0;
    padding: 0;
    text-align: center;
}
#wrapper {
    margin: 0 auto;
    position: relative;
    width: 1006px;
    background-color: white;
    text-align: left;
    
}
#header {
    background-color: black;	
}
#header img {
    display: block;
	margin: 0;
	padding: 0;
}
#header_main  img {
    display: block;
	margin: 0;
	padding: 0;
}	
#header_main {
}
#wrapper2 {
    position: relative;
}
#header2 {
    background: url(images/header2.jpg) no-repeat;
    height: 90px;
}
#menu {
	background: url(images/menu.jpg) no-repeat;	
	left: 58px;
	position: absolute;
	top: 0;
    padding: 0;
    width: 229px;
}
#menu-b {
	padding: 0;
	background: url(images/menu_b.jpg) no-repeat;
	height: 52px;
	width: 231px;	
}
#map {
	left: 0px;
	position: absolute;
	top: 230px;
}
#container {
    background: white;
    padding: 1px 30px 1px 285px;
	min-height:360px;
	_height:360px; /* for iexploler 6 */
}
/*************************************
    Typography
*************************************/
.menu a {
	font-size: 18px;
	text-decoration: underline;
	color:rgb(0,102,255);
}
.menu a:hover{
	color:rgb(0,0,255);
}
h1{
	margin: 0 0 10px 0;
	font-size: 22px;
	text-align: center;
	color: rgb(64,128,255);
}
body {
	font-size: 16px;
}
/*************************************
    Navigation
*************************************/
.menu {
	list-style: url(images/menu_li.gif);
}
.menu {
	padding: 15px 0 0 50px;
	margin: 0;
	line-height: 1.7;
}
li.menu {
	padding: 0;
	margin: 0;
}
/*************************************
    Main Page
*************************************/
.columns h5{
	color: rgb(64,96,255);
	font-size: 16px;
	margin: 5px 0 0 0;
	padding:0;
}
.columns p{
	font-size: 14px;
	margin: 10px 0 10px 0;
	padding:0;

}
.columns div{
	float: left;
	width: 150px;
	margin: 0 20px 0 0;
	padding:0;
}


img {
	border: none;
}




.imagelist * {
	margin: 0;
	padding: 0;
}
.imagelist dl{
	float: left;
	width: 202px;
	_width: 210px; /* for iexploler 6 */
	
	padding: 10px 4px 0 4px;
	margin: 0 0 20px 16px;

	
	border: 1px solid #CCC;
	background-color: #EEE;
}
.imagelist dl dt{
	width: 200px;
	height: 200px;
	background-color: white;
	border: 1px solid #DDD;
	text-align: center;
	font-size: 178px;
	line-height: 0px;
	
	display: table-cell;
	vertical-align: middle;
}
.imagelist dl dt img{	
	vertical-align: middle;
	font-size: 12px;
}
.imagelist dl dd h1{
	text-align: center;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.imagelist dl dd{
	text-align: left;
	font-size: 12px;
}

/*************************************
    Search Form
*************************************/
#search_q {
	position: absolute;
	top: 21px;
	right: 79px;
	width: 108px;
	height: 9px;
	border: none;
}
#search_submit{
	position: absolute;
	top: 0;	
	right: 5px;
}
