body {
	font-family:Arial,Times,serif;
	line-height:22px;
	color:#000;
	font-size:75%;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.2;
	background-color:#FFF;
	margin:0pt;
}
#container{
	margin:0pt auto;
	max-width:945px;
	min-width:945px;
	text-align:left;
	width:945px;
	background:#FFF url(../images/background_gradient.jpg) repeat-y;
}
#header
{
	z-index: 1;
}
#header, #content, #footer{
	margin:0pt auto;
	max-width:900px;
	min-width:900px;
	text-align:left;
	width:900px;
}
#top_nav{
	font-weight: bold;
	background-color:#EF6D3B;
	color:#FFF;
	height:28px;
}
#top_nav .top_nav_menu_bar
{
	width:100%;
}
#top_nav .top_nav_item,#top_nav .top_nav_item_hover, #top_nav .top_nav_item_selected{
	float:left;
	padding-right:10px;
	padding-left:10px;
	padding-top:5px;
	font-size:11px;
	border: 1px solid #EF6D3B;
}
#top_nav .top_nav_item_selected
{
	font-weight: bold;
	background-color: #A4A4A4;
	height: 21px;
	padding-left:10px;
	border: 1px solid #566069;
}
#top_nav .top_nav_item_hover
{
	font-weight: bold;
	background-color: #A4A4A4;
	height: 21px;
	padding-left:10px;
	border: 1px solid #566069;
}
#top_nav .top_nav_item_image{
	float:left;
	padding-top:0;
	padding-right:15px;
}
#top_nav .top_nav_submenu_bar
{
	background-color:#EF6D3B;
	padding: 10px 5px;
	z-index:1000;
	border: 1px #A4A4A4 solid;
}
#top_nav .top_nav_subitem_hover, #top_nav .top_nav_subitem_selected
{
	background-color: #A4A4A4;
	padding: 10px 5px;
	z-index:1000;
}
#top_nav_bottom {
	height:25px;
}
#content
{
	z-index: 0;
}
#footer
{
	color: #FFF;
	background-color: #313131;
	height:60px;
	margin-bottom:0px;
}
#footer .footer_text
{
	text-align: center;
	font-size: 10px;
	padding-top:15px;
	margin:0 auto;
}
#footer .footer_text a
{
	color: White;
	text-decoration: none;
}
p
{
	margin: 0;
	padding: 0;
}
.Main_DNNMenu_ContainerSub
{
    background-color:#dddddd;
    border-right: solid 1px #444444;
    border-bottom: solid 1px #444444;
    border-top: solid 1px white;
    border-left: solid 1px white;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	padding: 1px 1px 1px 1px;
}

.Main_DNNMenu_NodeRoot  {
	cursor: pointer;
	cursor: hand;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	font-family: Tahoma, Arial, Helvetica;
	background-color: Transparent;
    white-space: nowrap;
    padding: 0px 10px 0px 5px;
}

.Main_DNNMenu_Node td
{
	cursor: pointer;
	cursor: hand;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	font-family: Tahoma, Arial, Helvetica;
	background-color: Transparent;
    white-space: nowrap;
    padding: 1px 3px 3px 1px;
}

.Main_DNNMenu_NodeHover
{
    background-color: #bbbbbb;
}

.Main_DNNMenu_NodeHover td
{
    background-color: #bbbbbb;
}
.SearchTextBox
{
	color:#A4A4A4;
	font-size: 11px;
}