@charset "utf-8";
/* CSS Document */

body{
	background-color:#FFF;
}
/*****Fill Space*****/
.clearMe{
	clear:both;
}

.clearright{
	clear:right;
}

.clearleft{
	clear:left;
}

/*****End Fill*****/

#wrapper{
	width:100%;
	background-color:#FFF;
	text-align:center;
}

#header{
	text-align:left;
	width:900px;
	margin-top:75px;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

#divider{
	width:100%;
	height:50px;
	margin-bottom:10px;
	padding-top:1px;
	clear:both;
	vertical-align:bottom;
	background-image:url(Images/divider.png);
}

/*****Menu*****/

#menu{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	vertical-align:baseline;
}

.MainMenu_RootMenuItem TD
{
	font-size: 12px;
	background-image: url(images/menuSlice/menuitem.gif);
	color: #000000;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 35px;
}

.MainMenu_RootMenuItemSel TD
{
	font-size: 12px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 35px;
}

.MainMenu_RootMenuItemActive TD
{
	font-size: 12px;
	background-image: url(images/menuSlice/menuitemactive.gif);
	color: #FFFFFF;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 35px;
}

.MainMenu_MenuContainer
{
	background-color: transparent;
}

.MainMenu_MenuBar
{
	padding-right:0px;
}

.MainMenu_MenuItem
{
	font-size: 11px;
	color: #000000;
	padding-left:0px;
	padding-right:0px;
	padding-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 20px;
	border-bottom-style: none;
}

.MainMenu_SubMenu
{
	color: #333333;
	background-color: #ffffff;
	border:#CCCCCC dotted 2px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=90, Strength=0); 
	filter: alpha(Opacity=90); 
}

.MainMenu_MenuItemSel
{
	color: #ff0000;
	font-size: 11px;
	height: 20px;
	background-color: transparent;
}

.SubMenu_ItemSel
{
	font-size: 11px;
	color: #333333;
	height: 20px;
	background-color:#b6d2f7;
	border-bottom:#CCCCCC dotted 2px;
	border-top:#CCCCCC dotted 2px;
}

.MainMenu_MenuIcon
{
	display: none;
	background-color: #B1995B;
}

.MainMenu_MenuArrow
{
    display: none; 
}

.MainMenu_MenuBreak
{
	height: 0px;
	width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
}
.MainMenu_RootMenuArrow
{
	padding-left: 0px;
}
	

/*****Close Menu*****/

#subwrapper{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

#dnn_leftcolumn{
	width:200px;
	border-right:#999 solid;
	float:left;
	clear:left;
}

#flash{
	float:left;
	width:550px;
	height:350px;
}

#apDiv1 {
	float:right;
	clear:right;
	text-align:center;
	background:#FFF;
	width:130px;
	height:350px;
	border:solid #000; 
}

#dnn_contentpane{
	width:685px;
	margin-top:10px;
	float:right;
	clear:right;
}

#dnn_fullcontent{
	width:900px;
	clear:both;
}

#footer{
	width:100%;
	background-color:#444545;
	clear:both;
}
