/* CSS Document */

body {
	background-color: #333333;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	width: 750px;
	border: 8px solid #ffffff;
	margin: 0 auto;
}

#header {
	height: 108px;
	background: url(../images/headerBkgrd.gif) bottom repeat-x;
}

.headerLeft {
	width: 220px;
	float: left;
}

.headerRight {
	width: 340px;
	float: right;
	color: #717171;
	text-align: right;
	padding: 10px 5px 0px 0px;
	font-weight: bold;
}

#nav {
	height: 20px;
	border-top: 3px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #bdc2a9;
}

#nav ul {
	padding: 0px;
	margin: 0px;
}

#nav ul li {
	float: left;
	list-style: none;
	margin: 0px 5px 0px 5px;
}

#nav a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 8px 1px 8px;
}

#nav .nav01 a:hover {background: url(../images/nav-arrow.gif) no-repeat 47px 0px;}
#nav .nav02 a:hover {background: url(../images/nav-arrow.gif) no-repeat 25px 0px;}
#nav .nav03 a:hover {background: url(../images/nav-arrow.gif) no-repeat 18px 0px;}
#nav .nav04 a:hover {background: url(../images/nav-arrow.gif) no-repeat 80px 0px;}
#nav .nav05 a:hover {background: url(../images/nav-arrow.gif) no-repeat 53px 0px;}
#nav .nav06 a:hover {background: url(../images/nav-arrow.gif) no-repeat 22px 0px;}
#nav .nav07 a:hover {background: url(../images/nav-arrow.gif) no-repeat 55px 0px;}
#nav .nav08 a:hover {background: url(../images/nav-arrow.gif) no-repeat 40px 0px;}
#nav .nav09 a:hover {background: url(../images/nav-arrow.gif) no-repeat 60px 0px;}




#homeCTA {
	border-top: 3px solid #ffffff;
}


#homeCTA01 {
	float: left;
	width: 375px;
	height: 99px;
	background: url(../images/cta-01.gif) #ffffff no-repeat right;
}

#homeCTA01 .content {
	width: 210px;
	color: #9c9a71;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
}

#homeCTA01 .content a {
	display: block;
	width: 350px;
	height: 89px;
	padding: 10px 0px 0px 15px;
	color: #9c9a71;
	text-decoration: none;
}

#homeCTA01 .content h1 {
	font-size: 16px;
	padding: 0px;
	margin: -5px 0px 0px 0px;
	letter-spacing: normal;
}

#homeCTA01 .content p {
	font-size: 11px;
	letter-spacing: normal;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	width: 220px;
}

#homeCTA02 {
	width: 103px;
	float: left;
}

#homeCTA03 {
	width: 272px;
	float: left;
}

#insideContent {
	height: 100%;
	height: auto;
	background: url(../images/contentBkgrd.gif);
}

#leftColumn {
	float: left;
	width: 221px;
}

#leftColumn .leftContent {
	text-align: center;
}

#middleColumn {
	float: left;
	width: 429px;
	height: 100%;
}

.pageContent {
	color: #ffffff;
	font-size: 11px;
	padding: 0px 10px 0px 10px;
}

.pageContent h1 {
	color: #999966;
	font-size: 24px;
	padding: 0px;
	margin: 25px 0px 0px 0px;
}

.pageContent h2 {
	color: #999966;
	font-size: 20px;
	padding: 0px;
	margin: 10px 0px;
}

.pageContent a {
	color: #cccc99;
	text-decoration: none;
}

.pageContent a:hover {
	color: #9a9a70;
	text-decoration: underline;
}

.center {
	text-align: center;
}

.note {
	color: #c4c491;
}

.noteLarge {
	font-size: 14px;
	font-weight: bold;
}

#rightColumn {
	float: left;
	width: 99px;
	height: 100%;
}

.clearLeft {
	clear: left;
}

#footer {
	height: 84px;
	background: url(../images/hoshalls_15.jpg) #333333 no-repeat;
	text-align: right;
	clear: left;
	color: #998b4e;
	font-size: 11px;
	
}

#footer p {
	margin: 0px;
	padding: 15px 10px 0px 0px;
	
}

#footer a {
	color: #cccc99;
	text-decoration: none;
}

#footer a:hover {
	color: #989868;
	text-decoration: none;
}


















