/* Body */
body
{
	background-color: #AAAF78;
	margin: 0px;
	font-size: 12px;
	height:100%;
}

.bodyArea ul {
  list-style-type: none;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-left: 0px;
 }
.bodyArea li {
  background-image: url(../assets/westbridge_greenbllet.gif); 
  background-repeat: no-repeat; 
  background-position: 0px 6px; 
  padding-left: 10px;
 }
.bodyArea ul ul {
	padding-left: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}
/* Main Site Holder */
#SiteHolder
{
	text-align: center;
	margin: 0;
}

/* Main Site Table */
#Site
{
	width: 780px;
	text-align: left;
	background-color: #FFFFFF;
	margin: 0px auto;
}

/* Header */
#Header
{
	width: 780px;
}

/* Main Navigation */
#MainNav
{
	padding-left: 10px;
	padding-right: 10px;
}
#MainNav img
{
	border: 0px;
}
/* Content */
#Content
{
	padding-left: 10px;
	padding-right: 10px;
}

/* Home Page Flash Holder */
#HomePageFlashHolder
{
	width: 760px;
}

/* Bottom Boxes Holder */
#BottomBoxesHolder
{
	color: #666666;
	font-size: 12px;
	font: Tahoma;
}
#BottomBoxesHolder a
{
	color: #C87123;
	text-decoration: none;
	font-size: 12px;
}
#BottomBoxesHolder a:hover
{
	color: #DB802D;
	text-decoration: none;
	font-size: 12px;
}

/* About Holder */
#AboutHolder
{
	width: 235px;
	padding-left: 20px;
	vertical-align: top;
}
#AboutHolder ul
{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
}
#AboutHolder ul li
{
	padding-left: 10px;
	background-image: url(/images/uldot.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

/* Testimonials Holder */
#TestimonialsHolder
{
	font-size:12px;
	width: 262px;
	vertical-align: top;
}

/* Resource Center Holder */
#ResourceCenterHolder
{
	width: 283px;
	padding-right: 10px;
	vertical-align: top;
}

/* a class for the vertical hr */
.hashrbg
{
	background-image: url(/images/sidehr.gif);
	background-repeat:repeat-y;
	padding-left: 20px;
}

/* a class for the vertical hr pushes over more*/
.hashrbg2
{
	background-image: url(/images/sidehr.gif);
	background-repeat: no-repeat;
	background-position: 6px 0px;
	padding-left: 20px;
}
/* Footer */
#Footer
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	text-align: center;
	color: #AAAF78;
	line-height: 18px;
}
#Footer a
{
	color: #AAAF78;
	text-decoration: none;
}
#Footer a:hover
{
	color: #92985A;
	text-decoration: none;
}
#Footer img
{
	padding-bottom: 10px;
}
#Td1
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
}

.NavSideBar
{
	width: 175px;
	padding-right: 10px;
	padding-left: 7px; /*Added Padding to side navigation to indent everything.*/
	font-size:12px;
}
.NavSideBar ul
{
	list-style-type: none;
	padding: 5px;
	margin: 0px;
}
.NavSideBar li
{
	background-image: url(../assets/westbridge_greenbllet.gif); 
  	background-repeat: no-repeat; 
 	background-position: 0px 6px; 
 	padding-left: 10px;
	padding-bottom: 5px;
	margin: 0px;
}
.NavMainLink
{
	font-weight: bold;
	color: #C87123;
	font-size: 12px;
	text-decoration: none;
}
.NavMainLink:hover
{
	color: #DB802D;
	text-decoration: none;
}
.NavSubLink
{
	font-size:12px;
	color: #C87123;
	text-decoration: none;
}
.NavSubLink:hover
{
	color: #C65E03;
	text-decoration: none;
}
.PageHeader
{
	font-size: 16px;
	color: Green;
}
h1
{
	font-weight: bold;
	color: #C87123;
	font-size: 15px;
	text-decoration: none;
}
a:active, a:visited, a
{
	font-size:12px;
	color: #C87123;
	text-decoration: none;
}
