
/*--------------------- 
	elements
----------------------*/

body {
	background-image:url(images/bg-main.gif);
	margin:0;
	font:13px Helvetica, Arial, sans-serif;
}

h1, h2 {
	font:bold 18px/18px Georgia, "Times New Roman", Times, serif;	padding:10px 0;	border:1px solid #e6d9bf;
	border-right:0;
	border-left:0;
	text-align:center;
}

h1 {
	
}

h2 {
	border-color: #cab48a;
	background:#E0D3BA;
}

a {
	color:#060;
	text-decoration:none;
}

a:hover {
	color:#369;
	text-decoration:underline;
}

img {
	margin:0;
	border:none
}

ul { margin-top:7px; margin-left:0; padding-left:15px; }

li {
	margin-bottom:5px;
	margin-right:5px;
}

/*--------------------- 
	general classes 
----------------------*/

.aC { text-align:center }

.fL { float:left }

.fR { float:right }

.cB { clear:both }

.cL { clear:left }

.mR {margin-right:20px;}

.spring {
	font-family:Georgia;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	margin-top:5px;
	margin-left:10px;
	color:#006600;
	width:200px;
}

.serif {
	font-family:Georgia;
	font-size:12px;
	font-weight:bold;
}

.plan { border:2px dotted #090; }

.homeThumb {
	background:url(images/thumb-bg.png) no-repeat;
	width:211px;
	height:120px;
	padding: 4px 6px 8px;
	margin-bottom: 20px;
}

.homeLink {
	text-align:center;
	background:url(images/thumb-bg.png) no-repeat;
	padding: 4px 6px 0;
	float:left;
	margin-bottom:20px;
}
.homeLink a { padding:132px 0 0; width: 211px; float:left; background-repeat:no-repeat}

.boldTan {
	color: #A29674;
	font-weight: bold;
	padding-right:30px;
}

.arrow, .pdf {
	padding-left: 20px;
	height:13px;
	overflow:hidden;
	display: block;
	float: left;
}

.arrow:hover, .pdf:hover { background-position: 2px top }

.arrow { background:url(images/icons/arrow.gif) no-repeat; }

.pdf { background:url(images/icons/pdf.gif) no-repeat; }

.col4 {width:223px}

.col8 {width:466px}

/*--------------------- 
	shell 
----------------------*/

#shell {
	width:750px;
	border:solid 1px #B8CDB1;
	border-top:0;
	border-bottom:0;
	background:#FFFFFF;
	margin: auto;
	overflow:hidden;
}

#logo {
	text-align:center;
	float:left;
	margin-bottom:10px;
	text-decoration:none;
}

#logo img { margin-bottom:-15px; }

#header {
	background:#e6d9bf url(images/header-bg.png) 0 bottom repeat-x;
	padding-bottom:8px;
	margin-bottom:20px;
	clear:both;
}

#header img {background: }

#content {
	padding: 0 20px;
	overflow:hidden;
	position: relative;
}

#content #left {
	width:260px;
	float:left;
}

#content #right {
	width:430px;
	float:right;
}

#bottom {
	border-top: 1px dotted #E6D9BF;
	padding-top:18px;
	margin: 20px auto;
	text-align:center;
	color:#006600;
	clear:both;
}

#map_canvas {height:300px}

/*--------------------- 
	nav 
----------------------*/

#nav {
	float:right;
	list-style: none;
	font:12px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	padding:0 4px 6px 0;
	margin:0;
	background: #fbf9f4 url(images/nav-bg.png) 0 bottom repeat-x;
}

#nav li {
	float:left;
	padding:0 0 0 20px;
	margin:0;
	background:url(images/nav-separator.png) 4px center no-repeat;
}

#nav .first {
	padding:0;
	background:none;
	border-left: 1px solid #eee;
	padding-left:4px;
}

#nav a {
	color:#990000;
	text-decoration:none;
	padding:15px 10px;
	float:left;
}

#nav a:hover { background-color:#f4f3e3; }
