﻿
body
{
	margin: 0px;
	padding: 0px;
/*	background: url(images/body_bg.jpg) repeat-y right bottom;*/
}


div.bodybg
{
	background: #FFFFFF; 
}

/* ------ Header -------*/
td.headerspacerleft
{
	background: #00529B url(images/tophead_bg_running_over.gif) repeat-x;
}

td.headerbg
{
	background: #FFFFFF url(images/tophead_bg_fixed_over.jpg) no-repeat left top;
	height: 76px;
}

td.headerspacerright
{
	background: #FFFFFF;
}


/* ------ TopMenu -------*/

td.topmenuspacerleft
{
	background: #00529B url(images/tophead_bg_running_under.gif) repeat-x;
}


td.topmenubg
{
	background: #FFFFFF url(images/tophead_bg_fixed_under.jpg) no-repeat left top;
	height: 21px;
}

td.topmenuspacerright
{
	background: #FFFFFF;
}

#TopMenu .RadMenu
{
	border-style: none;
	border-width: 0px;
	height: 21px;
	color: #FFFFFF;
}

#TopMenu .rmItem
{
	border-style: none;
	border-width: 0px;
}

#TopMenu .rmText
{
	color: #FFFFFF;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

#TopMenu a
{
	color: #FFFFFF;
	background: url(images/tophead_bg_fixed_under.jpg) no-repeat left top;
}

#TopMenu .rmGroup
{
	color: #FFFFFF;
}

#TopMenu .rmLink:Hover
{
	text-decoration: underline;
	background: url(images/topmenu_selected_bg.jpg) left top;
}
#TopMenu .selectedItem 
{
	text-decoration: underline;
	background: url(images/topmenu_selected_bg.jpg) left top;
}


#BreadCrumb 
{
 padding-left:0px;
 padding-top: 10px;
 height: 21px;
 color: #E78021;
 
 /*border-left: 1px solid #dbe7f1;*/
}

#Search
{
	padding-left: 0px;
	position: relative;
	left: 10px;
	top:-25px;
}

#Search1
{
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 15px;
}

.sf_searchText
{
	width: 70px;
	margin-right: 5px;
}

#SideBar
{
 padding-left: 10px; padding-right: 10px; padding-top: 20px; width: 170px;
}



/* ------ SiteMap -------*/
td.sitemapspacerleft
{
}


.sitemapspacerright
{
	
}

.SiteMapPathCurrentNode
{
	color: #E78021;
}


/* ------ Content -------*/

td.contentspacerleft
{
	background-color: #FFFFFF;
}

td.contentbg
{
	width: 800px;
	padding-left:0px;
}

td.contentspacerright
{
	background-color: #FFFFFF;
}

td.LeftContent
{
	margin: 0px;
	padding-right: 0px;
	padding-top: 50px;
}

td.middlecontent
{
	border-left: 1px solid #dbe7f1;
	padding-left: 10px;
}

#LeftMenu
{
	margin: 0px;
	padding-right: 0px;
}
#LeftMenu .rtIn
{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #E78021;
	cursor: hand;
}
#LeftMenu .rtSp
{
padding-top: 10px;	
}

/* content */

#ContentHeadArea
{
	padding-right: 10px;
	padding-top: 20px;
/*	width: 450px;*/
	color: #E78021;
	font: italic bold 18px Arial, Helvetica, sans-serif;

}
#ContentSubHeadArea
{
	padding-right: 10px;
	padding-top: 15px;
/*	width: 450px;*/
	font: italic bold 14px Arial, Helvetica, sans-serif;
}
#ContentArea
{
	 padding-right: 10px; 
	 padding-top: 10px; 
	 padding-bottom: 10px; 
/*	 width: 450px;*/
}


/*     -----------   News -------------  */

td .rightcontent
{
	border-left: 1px solid #dbe7f1;
}

.NewstHeadline
{
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #E78021;
}
div.NewstHeadline
{
	margin-bottom: 5px;
}

.NewsContent
{
	font: 10px Arial, Helvetica, sans-serif;
}


div.NewsContent
{
	margin-bottom: 20px;
}

.NewsContent a
{
	color: #E78021;
}


/* ------ Footer -------*/

td.footerspacerleft
{
}

td.footerbg
{
	border-top: 1px solid #DBE7F1;
	border-bottom: 1px solid #DBE7F1;
	border-left: 1px solid #DBE7F1;
}

td.footerspacerright
{
	border-top: 1px solid #DBE7F1;
	border-bottom: 1px solid #DBE7F1;
}

.FooterContent
{
	color: #798297;
	font: 10px Arial, Helvetica, sans-serif;
}

.contentPanel
{
	border: 1px solid #DBE7F1;
	margin-top: 10px;
	margin-bottom: 10px;
}
.NewsArea
{
	vertical-align: top;
	padding-right: 10px;
}

.NewsAreaHeaderBorder
{
	border-right: #dbe7f1 1px solid;
	border-top: #dbe7f1 1px solid;
	border-left: #dbe7f1 1px solid;
	border-bottom: #dbe7f1 1px solid;
	background: #00529B url(../../img/topmenu_selected_bg.jpg);
	height: 22px;
	width: 150px;
}

.NewsAreaContentBorder
{
	border-right: #dbe7f1 1px solid;
	border-left: #dbe7f1 1px solid;
	border-bottom: #dbe7f1 1px solid;
	padding-bottom: 5px;
	height: 180px;
	width: 150px;
	vertical-align: top;
}

.NewsAreaHeader
{
	font-weight: bold;
	color: White;
	font-style: italic;
	margin-left: 5px;
	margin-right: 5px;
	width: 150px;
}

.NewsAreaContent
{
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	width: 150px;
}



