a {
	color: #8DA9BD;
	text-decoration: underline;
}

a:hover {
	color: #8DA9BD;
	text-decoration: underline;
}
.subNavSettBox
{
	height:25px;
	background-color:#eaae2c;
}

h1 {
	background: #8DA9BD no-repeat right;
	height: 80px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #8DA7BE;
	margin-bottom: 15px;
}


#content-container {
	background: #FFFFFF url("../images/core/bg-subnav-col.gif") repeat-y;
}

#content {
	padding: 20px;
	margin-left: 195px;
}


#subnav {
	float: left;
	line-height: 12px;
	padding-top: 0px;
	display: inline;
	width:195px;
}
#subnav a 
{
	font-weight:bold;
	text-decoration: none;
	padding: 10px 20px 10px 20px;
	display: block;
	width: 155px;
	color:#888888;
	/*background-color: #F3F2EF;*/
	background-color:#ffffff;
	/*(background: url("../images/nav/subnav-arrow-orange.gif") no-repeat 20px 14px;*/
}

#subnav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #eaae2c;
	/*background: #862F00 url("../images/nav/subnav-arrow-white.gif") no-repeat 20px 14px;*/
}

#subnav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #E2E1DE;
}
#subnav li {
	border-bottom: 1px solid #E2E1DE;
}



.pic-caption {
	background-color: #F3F2EF;
	padding: 5px 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #545454;
	line-height:normal;
}


#content ul {
	list-style-type: none;
	padding: 10px 0 15px 0;
	margin: 0;
}
#content li {
	background-image:  url("../images/core/bullet-orange.gif");
	background-repeat: no-repeat;
	background-position: 12px 5px;
	padding-left: 24px;
	padding-bottom: 8px;
}


/******************************
Contact
*******************************/

.contact .heading {
	border-bottom: 1px solid #E2E1DE;
	font-weight: bold;
	color: #E4A216;
	padding-top: 10px;
	padding-bottom: 2px;
}

.heading1 {
	border-bottom: 1px solid #E2E1DE;
	font-weight: bold;
	color: #E4A216;
	padding-top: 10px;
	padding-bottom: 2px;
}

.contact td {
	padding: 5px 0;
}

.guidesinfo td{
	vertical-align: top;	
}
