/* styles used by the various page layouts */


/* *****************************************************
   template_index
   ***************************************************** */
   

/* left hand box */
#index_contentBox {
	width: 475px;
	font-weight: normal;
	margin-left: 15px;
	line-height:150%;
}


/* where the news is shown */
#index_newsBox {
	float: right;
	width: 466px;
	margin: 0px;
	padding: 0px;
	line-height:150%;
	font-weight: normal;
}


/* sub style box */
#index_subBox {
	padding-left: 18px;
	padding-top: 10px;
}

/* home page filling area */
#homePageHeadingFiller {
	height: 243px;
	width: 992px;
}

/* home page bottom bit */
#homePageHeadingGraphic {
	position: relative;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 992px;
	height: 482px;
}

/* home page shufle box */
#homePageShuffle {
	background-image: url(/images/homepage.gif);
	background-repeat: no-repeat;
	width: 992px;
	height: 239px;
}

/* where the box goes that is doing the mouse overs for the map */
#mapHoverManager {
	float: right; 
	width: 176px;
	height: 239px;
	background-image: url(/images/mapover.gif);
	background-repeat: no-repeat;
	background-position: 176px 0px;
}

/* where the box goes that is doing the mouse overs for the map */
#mapHoverManager2 {
	float: right; 
	width: 176px;
	height: 239px;
	background-image: url(/images/mapover2.gif);
	background-repeat: no-repeat;
	background-position: 176px 0px;
}

/* box for the drop down and text */
#mapHoverContentText {
	position: absolute;
	left: 635px;
	top: 269px;
	width: 180px;
	height: 136px;
	z-index: 10;
}

/* drop box */
#mapHoverContentDrop {
	width: 180px;
	top: 440px;
	left: 635px;
	border: 1px solid #C0C0C0;
	height: 20px;
	position: absolute;
	background-image: url(/images/inputboxbottom.gif);
	background-position: 0% 100%;
	background-repeat: repeat-x;
	background-color: #FFFFFF;	
}

/* inner box, just a patch */
.inneranimBox {
	position: absolute;
}

/* off image */
.offimage {
	position: absolute;
	top: 50px;
	height: 136px;
	left: 26px;
	width: 118px;
	border: 0px;
}

/* on image */
.onimage {	
	border: 0px;
	position: absolute;
	top: 50px;
	height: 136px;
	left: 26px;
	width: 118px;
	filter:alpha(opacity=0);
	opacity: 0;
	-moz-opacity:0;
}


.registrationform {
	width: 196px;
	height: 24px;
	line-height: 24px;
	background-image: url(/images/subscribe.gif);
	background-repeat: no-repeat;
	border: 0px;
	padding: 0px;
	margin: 0px;
	display: block;
	cursor: pointer;
	float: right;
}

/* shadow box */
.shadowMore {
	border: 0px;
	position: absolute;
	top: 190px;
	height: 15px;
	left: 26px;
	width: 118px;
	filter:alpha(opacity=20);
	opacity: 0.2;
	-moz-opacity:0.2;
}

/* *****************************************************
   template_inside
   ***************************************************** */

/* breadcrumb holder */
.breadcrumbholder {
	background-color: #000000;
	width: 992px;
	font-size: 80%;
	color: #C7C7C7;
	padding-top: 2px;
	padding-bottom: 3px;
}

.breadcrumbinner {
	padding-left: 17px;
	padding-right: 17px;
}

.breadcrumbinner a {
	color: #C7C7C7;
	text-decoration: none;
}

.breadcrumbinner a:hover {
	color: #C7C7C7;
	text-decoration: underlined;
}

/* image for page heading */
#inside_image {
	width: 992px; 
	height: 145px;
	background-repeat: no-repeat;
}


/* H2 replacement */
#inside_pagetitle {
	width: 992px;
	height: 62px;
	color: #FFFFFF;
	background-image: url(/images/title.gif);
	background-repeat: no-repeat;	
	vertical-align: middle;
}

/* sub meny style */
#subMenu {
	list-style-type: none;
	margin-left: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

/* sub sub menu */
#subsubMenu {
	list-style-type: none;
	margin-left: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	list-style-image: none;
}

/* single entry */
.subMenuLevel1 {
	background-color: #454033;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	overflow-x: hidden;
	border-bottom: 2px solid #FFFFFF;
	cursor: pointer;
	word-wrap: break-word;
}

/* single entry */
.subMenuLevel2 {
	background-color: #FFFFFF;
	color: #454033;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 33px;
	overflow-x: hidden;
	border-bottom: 2px solid #FFFFFF;
	word-wrap: break-word;
}


.subMenuLevel1ON {
	color: #FF9864 !important;
	text-decoration: none !important;
}

.subMenuLevel1ON:hover {
	color: #FF9864 !important;
	text-decoration: none !important;
}


.subMenuLevel2ON {
	color: #F26303 !important;
	text-decoration: none !important;
}

.subMenuLevel2ON:hover {
	color: #F26303 !important;
	text-decoration: none !important;
}



/* special box for th eleft side text */
#inside_leftsubBox {
	padding-left: 18px;
}

.subMenuLevel1 a {
	color: #FFFFFF;
}


.subMenuLevel2 a {
	color: #454033;
}

.subMenuLevel1 a:hover {
	color: #FF9864;
	text-decoration: none;
}


.subMenuLevel2 a:hover {
	color: #F26303;
	text-decoration: none;
}

/* text inside the above title */
#inside_texttitle {
	font-size: 200%;
	padding-left: 295px;
	vertical-align: middle;
	line-height: 67px;
	overflow: hidden;
	overflow-x: hidden;
	width: 990px;
}


/* left hand box */
#inside_contentBox {
	font-weight: normal;
	line-height:150%;
	float: right;
	padding-right: 40px;
}

#inside_xontentBox2 {
	width: 630px;
}

/* news box for the right hand side */
#inside_newsBox {
	margin-left: 60px;
	width: 266px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #404040;
}

/* faux column */
#inside_fauxcolumn {
	background-image: url(/images/gbar.gif);
	background-repeat: repeat-y;
	background-position: 275px 0px;
}


/* sub style box */
#inside_subBox {
	padding-left: 0px;
	padding-top: 20px;
}
