body 
{
	background-color: #EEEEEE;
}
#titleHeader
{
	background-image: url('/skin/titleheader.png');
	background-repeat: no-repeat;
	height: 134px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #c37223;
}
.logo
{
	background-image: url('/skin/logo.png');
	background-repeat: no-repeat;
	width: 154px;
	height: 134px;
	float: left;
}
.titleText
{
	font-size: 36pt;
	font-family: 'Goudy Old Style';
	color: #FFFFFF;
}
.sloganText
{
	font-size: 18pt;
	font-family: 'myriad Pro';
	color: #FFFFFF;
}
#imageHeader
{
	background-image: url('/skin/titleheader2.png');
	background-repeat: no-repeat;
	width: 950px;
	height: 205px;
	border-top-style: solid;
	border-top-color: #ee7e24;
	border-top-width: 6px;
	border-bottom-color: #424d20;
	border-bottom-width: 7px;
	border-bottom-style: solid;
}

/* Top menu items */

.topMenuList 
{
	list-style-type: none;
	margin: 182px 0px 0px 222px;
	padding: 0px;
}
.topMenuList li
{
	display: block;
	float: left;
	margin-left: 8px;
}

.topMenuList li a
{
	display: block;
	width: 94px;
	height: 22px;
	text-align: center;
	border-top: solid #FFFFFF 1px;
	text-decoration: none;
}
.topMenuList li a:hover
{
	text-decoration: underline;
}

#topOne
{
	color: #FFFFFF;
	background-color: #ee7e24;
}
#topTwo
{
	color: #FFFFFF;
	background-color: #6e7222;
}
#topThree
{
	color: #000000;
	background-color: #fcfcfc;
}
#topFour
{
	color: #FFFFFF;
	background-color: #424d20;
}
#topFive
{
	color: #FFFFFF;
	background-color: #436cd1;
}
#topSix
{
	color: #FFFFFF;
	background-color: #6e7222;
}
#topSeven
{
	color: #FFFFFF;
	background-color: #ee7e24;
}

/* End top menu Items */
.clear 
{
	clear: both;
	height: 0px;
	border: none 0px #FFFFFF;
}

#page
{
	width: 950px;
	margin: 0 auto;
	background-image: url('/skin/pageBG2.png');
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
.header
{
	height: 353px;
}
#leftcol
{
	width: 221px;
	min-height: 350px;
	float: left;
}
#maincol
{
	width: 707px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

#footer
{
	height: 116px;
	background-image: url('/skin/footerBG.png');
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-align: center;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #ee7e24;
}

.orangeMenuItem
{ 
	background-color: #ee7e24;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #ffffff;
	width: 214px;
	height: 37px;
	color: #FFFFFF;
	text-align: center;
	font-size: 24pt;
	font-family: 'Goudy Old Style'; 
}
.darkGreenMenuItem
{
	background-color: #424D20;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #6E7222;
	width: 214px;
	height: 37px;
	color: #EE7E24;
	text-align: center;
	font-size: 24pt;
	font-family: 'Goudy Old Style';
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #6E7222;
}
.lightGreenMenuItem
{
	background-color: #6e7222;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #ffffff;
	width: 214px;
	height: 37px;
	color: #FFFFFF;
	text-align: center;
	font-size: 24pt;
	font-family: 'Goudy Old Style';
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #FFFFFF;
}
.otherProperty
{
        background-color: #424D20;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #6E7222;
	width: 214px;
	color: #EE7E24;
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	font-family: 'Goudy Old Style';
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #6E7222;
	margin-bottom: 20px;
}
.otherProperty a
{
color: #EE7E24;
text-decoration: none;
}
.otherProperty a:hover
{
text-decoration: underline;
}
