/* CSS: Mount Desert West - 11/24/06 - by Jeremy Farnum (www.jeremyfarnum.com) */


body {
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	color: #877f61;
	margin: 0;
	padding: 0;
	background: url(../images/bg.jpg) repeat-y center #DDE8F3;
}


/* ///////////////////////////////////// LAYOUT \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
#top {
	width: 100%;
	background: url(../images/middle2.jpg) no-repeat center top;
}
#topother {
	width: 100%;
	background: url(../images/othermiddle.jpg) no-repeat center top;
}
#wrapper {
	width: 750px;
	margin: auto;
}
#contenthome {
	padding-top: 250px;
	padding-left: 20px;
	padding-right: 20px;
}
#content {
	padding-top: 130px;
	padding-left: 20px;
	padding-right: 20px;
}
#topper {
	width: 100%;
	padding-bottom: 5px;
	padding-top: 5px;
	background: url(../images/topper.jpg) repeat-x center top #8D0000;
}
#logo {
	width: 90%;
	min-width: 750px;
	margin: auto;
	height: 100px;
}
#footer {
	clear: both;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 15px;
	background: url(../images/footer.jpg) no-repeat top center #002153;
}
#innerfooter {
	width: 750px;
	margin: auto;
}
#right {
	padding: 10px;
	width: 200px;
	float: right;
}


/* ///////////////////////////////////// CONTENT \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
ul { list-style: none;}
li {
	padding-left: 30px;
	font-size: 15px;
	line-height: 20px;
}
p {
	padding-left: 30px;
	padding-right: 10px;
	font-size: 15px;
	line-height: 28px;
	font-weight: normal;
	color: #2f4b61;
}
#left b { 
	font-weight: bold; 
	background-color: #FEE99E;
}
strong {
	color: #8D0000;
}
h1 {
	font-size: 40px;
	font-family: Georgia, times, sans-serif;
	color: #1f4079;
	font-weight: normal;
	margin: 0;
	padding-top: 10px;
}
h2 {
	font-size: 20px;
	font-family: Georgia, times, sans-serif;
	font-weight: normal;
	color: #a10000;
	margin-top: 10px;
	margin-left: 20px;
}
h3 {
	color: #1f4079;
	font-size: 18px;
	margin-left: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eae1cc;
}
img {
	border: 0;
}
table.topper {
	padding-right: 150px;
}
#left a:link, #left a:visited {
	color: #8D0000;
	font-weight: bold;
	border-bottom: 1px dotted #8D0000;
	text-decoration: none;
}
#left a:hover {
	color: #fff;
	text-decoration: none;
	background: #003a66;
}

/* ///////////////////////////////////// TOP NAVIGATION \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
#logo {
	color: #efe9c5;
}
.lowerlink a:link, .lowerlink a:visited {
	font-size: 13px;
	color: #efe9c5;
	font-weight: bold;
	text-decoration: none;
	background: #981e1e;
	border: 1px solid #6d1717;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 2px;
	line-height: 23px;
}
.lowerlink a:hover {
	text-decoration: none;
	background: #003a66;
	border: 1px solid #1e3965;
	color: #fff;
}
.toplink a:link, .toplink a:visited {
	font-size: 13px;
	line-height: 20px;
	color: #efe9c5;
	font-weight: bold;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	background: #001b47;
	border: 1px solid #001b47;
	margin-top: 2px;
	margin-bottom: 5px;
}
.toplink a:hover {
	border: 1px solid #1e3965;
	background: #1a3156;
}


/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ FOOTER \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

#footer a:link, #footer a:visited {
	color: #efe9c5;
	font-weight: bold;
	background: #003a66;
	text-decoration: none;
	padding: 1px;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
	background: #5d0000;
}
#footer p {
	color: #efe9c5;
	font-size: 14px;
	line-height: 18px;
}
.designed {
	font-weight: bold;
	background: #003a66;
	padding: 3px;
}


/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ SIDE MENU \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
#menu {
	padding: 10px;
}
#menu a:link, #menu a:visited { 
	background: #ede3cc; 
	display: block; 
	color: #857d6b; 
	text-decoration: none; 
	padding: 5px; 
	font-weight: bold; 
	font-size: 16px;
	margin: 5px; 
	border: 1px solid #dad1be; 
}
#menu a:hover, #menu a:active { 
	color: #ffffff; 	
	background: #8D0000; 
	border: 1px solid #770000;
}
#menu .active a { 
	color: #efe59d; 
	text-decoration: none; 
	background: #003a66; 
	border: 1px solid #002e58;
}


