/***************************************************************
COMMON COLORS***************************************************

dk brown						#474320
dk green						#10563e
dk gray							#786d59
lt gray							#d2c9b7
brown							#969650
tan								#e6dea0

***************************************************************/

html {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #969650;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	margin: 10px 0 0;
	padding: 0;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
	color: #10563e;
	padding: 0px;
	margin: 0;
}

h1, p {
	margin: 0;
	padding: 0px 0px 15px;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 15px;
}

a {
	color: #474320;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
}
a:hover {
	color: #10563e;
}

/**************************************************************/

#container {
	width: 800px;
	margin: 0px auto 10px;
	font-size: 1.2em;
	color: #000;
}

#headerDiv {
	background-color: #10563e;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 40px 16px;
	text-align: right;
}
#innerHeaderDiv {
	padding: 53px 20px;
	color: #fff;
	font-size: 1.5em;
	font-weight: normal;
	font-style: italic;
}

/**************************************************************/

#outerTable {
	width: 100%;
	background-color: #e6dea0;
}

/**************************************************************/

.logoImg {
	padding-left: 17px;
}

/**************************************************************/

#navTD {
	width: 154px;
	vertical-align: top;
	padding: 43px 0px 0px;
	background-color: #fff;
}
#navTD ul {
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 27px;
}
#navTD li {
	padding-bottom: 13px;
	font-size: 1em;
}
#navTD li a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#navTD li a:hover {
	color: #10563e;
}
#navTD li.current a {
	color: #10563e;
}

/**************************************************************/

#contentTD {
	vertical-align: top;
	padding: 15px 12px 15px 7px;
	height: 474px;
}

.home h1, .home p {
	padding-bottom: 10px;
}

/**************************************************************/

#acerDiv {
	text-align: center;
	font-size: .8em;
}
#acerDiv a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
#acerDiv a:hover {
	color: #10563e;
}
/**************************************************************/

#popUpDiv {
	position: absolute;
	top: 0;
	left: 0;
	background: #10563e;
	border-color: #10563e;
	border-style: solid;
	border-width: 5px 15px 15px 15px;
	display: none;
}
#popUpDiv a {
	color: #fff;
}
#popUpDiv a:hover {
	color: #d2c9b7;
}

/**************************************************************/

.callTodayTD {
	color: #fff;
	font-size: 1.6em;
	font-weight: bold;
	padding: 15px 12px;
}

.contactLabelTD {
	text-align: right;
	width: 200px;
}

/**************************************************************/

.bgDkGreen {
	background-color: #10563e;
}
.bgDkGray {
	background-color: #786d59;
}

.greenBorder {
	border: 2px solid #10563e;
}

/**************************************************************/
