body {
	background : #F5F1E9;
	margin : 0px;
}

body, td {
	font-size : 9pt;
	font-family : verdana, arial, helvetica, sans-serif;
	color : #7E7E7E;
	line-height : 1.5em;
}

img {
	border : none;
}

a {
	color : #600F04;
}

#container {
	width : 970px;
	position : relative;
	text-align : left;
}

#nav {
	width : 198px;
	height : 375px;
	left : 40px;
	background : url(/images/layout/nav_bg.png) no-repeat top left;
	position : absolute;
}

#navPadding {
	margin-left : 20px;
	margin-top : 55px;
}

#nav a {
	display : block;
	margin : 10px 0px;
}

#subnav {
	position : absolute;
	height : 35px;
	left : 250px;
	top : 335px;
	font-family : Palatino Linotype, Book Antiqua, Palatino, serif;
}

#subnav a {
	color : #600F04;
	text-decoration : none;
}

#subnav a:hover {
	text-decoration : underline;
}


#footer {
	border-top : 5px double #600F04;
	margin : 10px 0px;
	font-size : 7pt;
	line-height : 10pt;
}

h1, h2, h3 {
	font-family : Palatino Linotype, Book Antiqua, Palatino, serif;
}

h2 {
	color : #600F04;
	font-size : 16pt;
	margin : 0px;
	margin-bottom : 5px;
	font-weight : normal;
	text-transform : uppercase;
}

h3 {
	color : #600F04;
	font-size : 12pt;
	margin : 0px;
	margin-bottom : 5px;
}

h4 {
	color : #600F04;
	font-size : 10pt;
	margin : 0px;
}


.gutter {
	width : 54px;
}

.gutter10 {
	width : 10px;
}

.gutter20 {
	width : 20px;
}

.sidebar {
	width : 260px;
	background : #E8E1D1;
}

.main {
	width : 700px;
	background : #E8E1D1;
}

.padding {
	margin : 15px;
}

.teasers td {
	font-size : 8pt;
}

.teaserLink {
	text-align : right;
	display : block;
}

.spaced li {
	margin-bottom : 10px;
}

#homepageText {
	display : none;
}

#mapContainer, #flashMap {
	display : none;
}

#toggleMap {
	outline : none;
}



/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:205px; width:629px;}
#simplemodal-container a.modalCloseImg {background:url(/images/x.png) no-repeat; width:17px; height:17px; display:inline; z-index:3200; position:absolute; top:15px; right:15px; cursor:pointer;}
