/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background: #fff;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.75em;
	text-align: center;
}

h1, h2 {
	width: 300px;
	color: #6b5193;
	margin: 20px 0 0 0;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.4em;
}

p{
	padding-bottom: 10px;
}
ul {
	padding: 0 20px 0 20px;
}
li {
	list-style-type: square;	
}	

dl {
	padding: 10px;
}
dt {
	font-weight: bold;
}
dd {
	padding: 0 0 15px 20px;
}

th {
	text-align: left;
}
td {
	text-align: left;
	vertical-align: top;
	padding: 5px 15px 5px 5px;
	border-bottom: 1px solid #999;
}

.row1 {
	background-color: #f9f9f9;
}
.row2 {
	background-color: #ececec;
}


#wrapper {
	position: relative;
    min-height: 100%;
	width: 720px;
	margin: 0 auto 0 auto;
}

#wrapper #navigation {
	width: 720px;
	height: 104px;
	background: transparent url(../images/navigation.gif) no-repeat;
	text-align: left;
}
#navigation ul{
	padding: 52px 0 0 0;
	list-style-type: none;	
}
#navigation ul li{
	display: inline;
	padding: 0 0 0 0;
}
#navigation ul li a{
	display: block;
	float: left;
	margin: 30px 15px 0 15px;
	color: #fff;
	text-decoration: none;
}
#navigation ul li a:hover{
	text-decoration: underline;

}
#navigation ul li a.selected{
	text-decoration: underline;

}
/* Navigation blocks */
a #index{
	
}

#content {
	width: 680px;
	margin: 0 10px;
	padding-bottom: 100px;
	text-align: left;
}

#content a {
	color: #778B4C;
}
#content a:link,
#content a:visited {
	color: #778B4C;
}
#content a:hover,
#content a:active {
	text-decoration: none;
}

#map {
	border: 8px solid #fff;
	width: 600px;
	height: 500px;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 90px;
	margin: 20px 0 0 0;
	color: #999999;
	font-size: 0.8em;
	background: transparent url(../images/footer.gif) no-repeat;
}
#footer ul {
	list-style-type: none;
	padding: 95px 0 0 0;	
}
#footer ul li{
	display: inline;
	padding: 0 5px;
	border-right: 1px solid #333;	
}
#footer ul li a{
	color: #666;
	text-decoration: none;
}
#footer ul li a:link,
#footer ul li a:visited {
	color: #6b5193;
}
#footer ul li a:hover,
#footer ul li a:active {
	color: #6b5193;
	text-decoration: underline;
}
