/* SUB MENU (NAVIGATION) */
#subMenu,
#subMenu2 {
	width: 863px;
	margin-right: 9px;
	margin-left: 9px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	border: none;
	border-right-width: 9px;
	border-left-width: 9px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#subMenu {
	height: 25px;
	background-image: url(img/submenu_bg.gif);
}
#subMenu2 {
	/* background-image: url(img/submenu_bg2.gif);*/
	height: 50px;
	background-color: #49619e;
}
#subMenu ul,
#subMenu2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 25px;
}
#subMenu li,
#subMenu2 li {
	float: left;
	padding: 0px;
	margin: 0px;
}
#subMenu a,
#subMenu2 a {
	padding: 0px;
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1.1em;
	color: #FFFFFF;
	line-height: 24px;
	margin: 0px;
	text-decoration: none;
}
#subMenu a:hover,
#subMenu2 a:hover {
	text-decoration: underline;
}
#subMenu a.active,
#subMenu2 a.active {
	font-weight: bold;
}
/* START LEFT BOX (BULK OF CONTENT - MAIN) */
#contentBox {
	background-image: url(img/contentbox_bg.gif);
	background-repeat: repeat-y;
}
#contentBox .cbTop {
	width: 863px;
	background-image: url(img/contentbox_top.gif);
	background-repeat: no-repeat;
	height: 11px;
	display: block;
}
#contentBox .cbBase {
	width: 863px;
	background-image: url(img/contentbox_base.gif);
	background-repeat: no-repeat;
	height: 16px;
	display: block;
}

/* START :: GREY BOX (MAIN GENERAL CONTENT) */
.greyBox {
	width: 827px;
	text-align: left;
	background-color: #f2efe6;
	color: #3F382A;
	margin: 0px 18px 0px 18px;
	padding: 0px;
	padding-bottom: 20px;
}
.greyBox h2 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	font-size: 2.4em;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.greyBox h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
}
.greyBox h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: normal;
}
.greyBox p {
	line-height: 1.2em;
}
.greyBox table {
	border: none;
	padding: 5px;
}
.greyBox .locCredit {
	font-size: 1.1em !important;
}
.greyBox .locImg {
	margin-right: 4px;
	margin-bottom: 4px;
}
.greyBox img.rightImg {
	float: right;
	margin: 0px;
	margin-bottom: 5px;
}
.greyBox .spdetailsBox {
	overflow: hidden;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.greyBox .spdetailsBox img {
	float: right;
	margin: 5px;
	margin-left: 10px;
}
.greyBox ul {
	list-style-type: disc;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
.greyBox ul {
	padding: 0px;
	margin-left: 25px !important;	
	margin-bottom: 10px !important;	
}
.greyBox li {
	font-size: 1.2em;
	margin: 5px;
	margin-left: 0px !important;	
	margin-right: 0px !important;	
	padding: 0px;
}
.greyBox hr {
	height: 1px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	background-color: #D0CBC1;
}
.greyBox a:link {
	color: #18368b;
}
.greyBox a:hover {

}
.greyBox a:visited {
	color: #5e62b7;
}
/*  SITE MAP LIST */
.greyBox #siteMap {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;

}
.greyBox #siteMap ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}
.greyBox #siteMap ul li,
.greyBox #siteMap ul ul li {
	padding: 0px;
	margin: 0px;
}
.greyBox #siteMap ul a {
	padding: 5px;
	display: block;
	color: #3F382A;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d7d1c8;
	font-weight: bold;
}
.greyBox #siteMap ul a:hover {
	background-color: #e5e1d3;
	text-decoration: underline;
}
.greyBox #siteMap ul ul {
	padding: 0px 0px 0px 20px;
	margin: 0px !important;
}
.greyBox .tableList {
	width: 100%;
}
.greyBox .tableList td {
	padding-top: 5px;
	padding-bottom: 5px;
}
/*.leftBox .greyBox #siteMap ul ul a:hover {
	background-color: #d1ccbd;
}*/

/* END :: GREY BOX (MAIN GENERAL CONTENT) */