@charset "utf-8";
/* CSS Document */

Body {
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, sans-serif;
 	font-size: 12px;
	color: #333333;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	height: 100%;
	width: 100%;
	text-align: center;
}

a:link { color: #0099CC; text-decoration: none; font-weight: normal; }
a:visited { color: #666666; text-decoration: none; font-weight: normal; }
a:hover { color: #FF6600; text-decoration: underline; font-weight: normal; }
a:active { color: #0099CC; font-weight: normal; }

.Normal {
	font-family: Tahoma, Arial, sans-serif;
 	font-size: 12px;
	color: #333333;
	line-height: 1.5em;
	text-align: left;
}

.SkinObject {
	font-weight: normal;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
}

.BreadCrumb {
    color: #999999; 
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.subtitle2 {
	color: #000000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
}

.sidebar-title {
	padding: 4px;
	background-color: #212260;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	width: 199px;
}

#header-wrapper {
	background: url(images/bg-top.png) repeat-x bottom;
	height: 155px;
	width: 100%;
	background-color: #191951;
}

#header-main {
	margin: 0px auto;
	width: 950px;
	height: 154px;
	vertical-align: bottom;
}


#main-wrapper {
	background: url(images/bg-main2.png) repeat-x;
	width: 100%;
	min-height: 400px;
}

#nav-wrapper {
	height: 25px;
	width: 100%;
	background-color: #000000;
	background: url(images/bg-nav2.png) repeat-x;
	color: #EEEEEE;
}

#nav-content {
	padding: 1px 25px;
	width: 790px;
	_width: 810px;
	margin: 0px auto;
	text-align: left;
}

#main-content {
	margin: 0px auto;
	width: 790px;
	_width: 810px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-top: 1px solid #CCCCCC;
	background: #FFFFFF;
	padding: 10px 10px 20px 10px;
	min-height: 400px;
	text-align: left;	
}

#ContentPane {
	text-align: left;
}

.maininside {
	padding-right: 20px;
	text-align: left;
}

#footer-wrapper {
	background: #000000;
	/*position: absolute;
	bottom: 0;*/
	width: 100%;
	min-height: 80px;   /* Height of the footer */
	clear: both;
}

#footer-content {
	background: #333333;
	margin:0px auto;
	width: 790px;
	_width: 810px;
	padding: 20px 15px 5px 15px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	text-align: center;
	min-height: 80px;
}

td#RightPane {
	width: 199px;
	padding: 0px 5px 0px 5px;
	text-align: left;
}

td#footer-cell-left {
	width: 25%;
	vertical-align: top;
	text-align: left;
	border-right: 1px solid #0099CC;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #FFFFFF;
}

td#footer-cell-middle {
	width: 50%;
	vertical-align: top;
	text-align: center;
	border-right: 1px solid #0099CC;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #FFFFFF;
}

td#footer-cell-right {
	width: 25%;
	vertical-align: top;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #FFFFFF;
}

#footer-content a:link { color: #FFF; text-decoration: none; font-weight: normal; }
#footer-content a:visited { color: #FFF; text-decoration: none; font-weight: normal; }
#footer-content a:hover { color: #0099CC; text-decoration: underline; font-weight: normal; }
#footer-content a:active { color: #FFF; font-weight: normal; }


/* Menu Styles */

.Main_DNNMenu_ContainerSub {
	background-color: #333333;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	padding: 3px 5px 3px 5px;
	min-width: 140px;
}

.Main_DNNMenu_NodeRoot {
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	font-family: Tahoma, Arial, Helvetica;
	background-color: Transparent;
	white-space: nowrap;
	padding: 0px 30px 0px 5px;
}

.Main_DNNMenu_Node {
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	font-family: Tahoma, Arial, Helvetica;
	background-color: Transparent;
	white-space: nowrap;
	padding: 1px 30px 3px 25px;
}

.Main_DNNMenu_Node td {
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	font-family: Tahoma, Arial, Helvetica;
	background-color: Transparent;
	white-space: nowrap;
	padding: 1px 3px 3px 1px;
}

.Main_DNNMenu_NodeHover {
	color: #0099CC;
}

.Main_DNNMenu_NodeHover td {
	color: #0099CC;
}

.Main_DNNMenu_MenuArrow {
    display: none; 
}




