body {
	background-color: #FFF;
}

.cpanel_background {
	background-color: #FFF;
}

.BodyBackgroundColor {
	background-color: #282828;
}

.home-header-pane {
	background-image:url(images/home-header-pane-background.png);
	background-repeat: repeat-x;
	height: 130px;
}

.home-main-image-pane {
	background-image:url(images/home-main-image-pane-background.png);
	background-repeat: repeat-x;
	height: 263px;
}

.internal-image-pane {
	background-color: #282828;
	background-repeat: repeat-x;
	height: 100px;
}

.home-content-pane {
	background-color: #FFF;
	padding-top: 25px;
}

.home-footer-pane {
	background-image:url(images/home-footer-pane-background.png);
	background-repeat: repeat-x;
	height: 85px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #dfdfdf;
}

.home-footer-pane a {
	color: #FFFFFF;
}

.register-for-e-alerts {
	text-align: right;
	color: #b4b4b4;
	padding: 9px 0 9px 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.search-pane {
	text-align: right;
}

.search-pane a img {
	margin-bottom: -5px;
	margin-left: -4px;
}

/* ################# Rad Menu ################# */


/* Standard Fixes */
.radwindow {
	z-index: 8000 !important;
}

.RadMenu_ImoMenu {
   float:right !important;
}

.RadMenu_ImoMenu {
	z-index: 2 !important;
}
.RadMenu_ImoMenu .rmItem {
	margin-left: 0px;
}
.RadMenu_ImoMenu .rmLeftImage {
	margin: 0px !important;
}
.RadMenu_ImoMenu a.rmLink {
	padding: 0px !important;
	width: auto !important;
}
.RadMenu .rmHorizontal .rmText {
	padding: 0px !important;
}
.RadMenu_ImoMenu a.rmLink:hover {
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
}
/* Sub-Menu Items */
.RadMenu_ImoMenu .rmVertical a.rmLink {
	background-color: #f6bd1e;
	font-size: 11px;
	color: #333;
	padding: 0 6px 0 6px !important;
	border-bottom: 1px solid #cea430;
	width: 125px !important;
	line-height: 22px;
}
.RadMenu_ImoMenu .rmVertical a.rmLink:hover {
	background-color: #cea430;
	color: #FFF;
}

/* Admin Menu Standard Fixes */
.RadMenu_ImoAdminMenu {
	z-index: 3 !important;
}
.RadMenu_ImoAdminMenu .rmItem {
	margin-left: 0px;
}
.RadMenu_ImoAdminMenu .rmLeftImage {
	margin: 0px !important;
}
.RadMenu_ImoAdminMenu a.rmLink {
	padding: 0px !important;
	width: auto !important;
}
.RadMenu_ImoAdminMenu .rmHorizontal .rmText {
	padding: 0px !important;
}
.RadMenu_ImoAdminMenu a.rmLink:hover {
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
}

/* Admin Menu Sub-Menu Items */
.RadMenu_ImoAdminMenu a.rmLink {
	background-color: #f6bd1e;
	font-size: 11px;
	color: #333;
	padding: 0 6px 0 6px !important;
	border-bottom: 1px solid #cea430;
	width: 125px !important;
	line-height: 22px;
}
.RadMenu_ImoAdminMenu a.rmLink:hover {
	background-color: #cea430;
	color: #FFF;
}


#thumbs { white-space:nowrap; display:block; position:relative; }

#thumbs a { padding:0px; margin:0px; }
#thumbs a img{ border:1px #333333 solid; }

/* DIV container slider example */
#gallery_container2 {  width:900px ; height:263px ; display:block; position:relative; }

/* create custom forward-backward buttons for this container */
#gallery_container2 .addfwd { display:block; position:absolute; cursor:pointer; width:20px; height:263px; top:0px; right:0px; background:url(images/gallery_forward.png) no-repeat center;  }
#gallery_container2 .addbkwd { display:block; position:absolute; cursor:pointer; width:20px; height:263px; top:0px; left:0px; background:url(images/gallery_back.png) no-repeat center;  }

/* the width is set to show the number of thumbnails that will be visible */
#thumb_container2{ position:relative ; overflow:hidden ; width:900px ; height:263px ; margin:0px auto 0px; }
/* the thumbnails container; set a width on it so everything will be fine */
#thumbs2 { display:block; position:relative; width:6000px; }

#thumbs2 div.thumbnail { display:block; position:relative; float:left; margin-right:0px; font-size:11px; width:900px; text-align:center; }

#thumbs2 a { padding:0px; margin:0px; clear:both; display:block; }
#thumbs2 a img{ border:1px #333333 solid; }

/* the forward and backward buttons */
.addfwd { display:block; position:absolute; cursor:pointer; width:20px; height:263px; top:0px; right:0px; background:url(images/gallery_forward.png) no-repeat;  }
.addbkwd { display:block; position:absolute; cursor:pointer; width:20px; height:263px; top:0px; left:0px; background:url(images/gallery_back.png) no-repeat;  }


/* ControlPanel style */
/*-------- design style --------*/
#s_wrap_main{display:table;width:970px; margin:0 auto; }
#s_wrap_sub{display:table-row}
.template_style{display:table-cell}

.ControlPanel{background:transparent url(images/cpanel_center.png) repeat-x bottom left; border:none;padding-bottom:10px;}
.cpanel_left {background: url(images/cpanel_left.png) no-repeat bottom left;padding-left:21px;}
.cpanel_right {background: url(images/cpanel_right.png) no-repeat bottom right;padding-right:33px;}

/*-------ControlPanel changes ---------------*/
.ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:visited { color:#3E81B5;}
.ControlPanel a.CommandButton:hover { color:#CB2027; text-decoration:underline;}
.ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:hover, .ControlPanel a.CommandButton:visited, .ControlPanel .SubHead {
font-size:11px;}
.ControlPanel a[disabled="disabled"]{color:#888 !important;text-decoration:none !important;}

.imoBreadcrumbPane {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top:-22px;
	padding-left: 20px;
}

a.imoBreadcrumb {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.Normal {
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	h1 {
		color: #5D5D5D;
		font-family: Arial, Helvetica, sans-serif;
		font-size:18px;
		font-weight:bold;
		line-height: 24px;
		padding: 0px;
		margin:0px;
	}
		h2 {
		color: #006469;
		font-family: Arial, Helvetica, sans-serif;
		font-size:18px;
		font-weight:bold;
		line-height: 24px;
	}
		h3 {
		color: #5D5D5D;
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
    font-weight:bold;
		line-height: 16px;
	}
		h4 {
		color: #006469;
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		line-height: 16px;
	
	}
		h5 {
		color: #073269;
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		line-height: 16px;
	
	}
	
	#dnn_CopyrightPane .Normal{
		color:#FFF
	}
	
.formmaster
{
	border: #000000 0px dotted;
	border-collapse: collapse;
}
.formmaster TD
{
	padding-right: 0px;
	padding-left: 3px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.SubHead
{
	color:#006469
}
