/*	
================================
CSS modified by the XD Design team - http://www.xd.com.au
================================
*/ 

body { margin: 0; padding:0; background: #e1f2d0; }
.pagemaster { font-size: 12px; color: #222222; padding:0; margin:0; border-top:1px solid #6bab30; border-bottom:1px solid #6bab30; }
.sitel { background: url(media/sitel.gif) repeat-y right; }
.siter { background: url(media/siter.gif) repeat-y left; }

h1, h2, h3 { color: #538d19; }
h1, h2 { margin-bottom: 20px; font-weight: normal; }
h1 { font-size: 14pt; }
h2 { font-size: 12pt; }
h3 { font-size: 10pt; }

p, td, .Normal, .normal { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 17px; color:#222222; }

p, ul, ol { margin-bottom: 20px; line-height: 1.8em; }
ul, ol { margin-left: 3em; }

a:link, a:active, a:visited { color: #75B03C; }
a:hover { text-decoration: underline; color: #111111; }

img { border: none; }
img.left { float: left; margin: 0 20px 10px 0; }

#whitemid { background: url(media/whitemid.gif) no-repeat; width:800px; height:25px; margin: 0 auto; }

/* NAVIGATION */
#menu { width: 800px; height: 30px; margin: 0 auto; background: #75b03c; }
#navcontainer { width: 100%; margin:auto; padding:0; text-align:center;}
#navholder { width:800px; margin:auto; padding:0; text-align:center;  vertical-align:center;  }
#navigation { display:block; margin:0; padding:0 0 0 10px; list-style:none; }
#navigation ul { width:800px; display:block; float:left; clear:none; list-style:none; margin:0; padding:0; }
#navigation li { display:inline; float:left; clear:none; list-style:none; }
#navigation li a { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-weight:600; color:#ffffff; display:block; font-size:12px; text-decoration:none; padding:0 10px; line-height: 30px; float:left; }
#navigation li a:hover { color:#000000; }
#navigation li a:active { color: #000000; }
.MainMenu_MenuIcon { display: none; }

.MainMenu_MenuContainer { vertical-align: center; }
.MainMenu_MenuBar { height: 30; }
/* Header */
#header { width: 800px; height: 80px; margin: 0 auto; background: url(media/header.gif) repeat-x; }
#headpos { padding: 0 0 0 10px; }
#dnn_dnnLOGO_imgLogo { display:block; margin-left: auto; margin-right: auto; }

/* Page */
#page { background: #ffffff; width: 800px; margin: 0 auto; padding: 0; }
#content { padding:0 10px; }

/* Content */
.panecontentl { width: 550px; padding: 15px 0 20px 10px; }
.panecontentr { width: 550px; padding: 15px 10px 20px 0; }
.panecontenta { padding: 15px 0 20px 0; }
.post { margin-bottom: 20px; padding: 0 20px; }
.hr { border-bottom: 1px solid #538d19; }

/* Sidebar */
.paneleft { width: 210px; padding: 15px 0 5px 0; }
.paneright { width: 210px; padding: 15px 0 5px 0; }

/* Footer */
#footer { clear: both; padding: 5px 0; text-align: center; border-top: 1px dotted #aaaaaa; width:780px; margin:0 auto; }
#footer p { margin: 0; text-align: center; font-size: 11px; }

.footlink { color:#AAAAAA; text-decoration:none; font-size:11px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; line-height: 18px; }
a.footlink:link, a.footlink:visited, a.footlink:active { color:#AAAAAA; text-decoration:none; font-size:11px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; line-height: 18px; }
a.footlink:hover{ color:#111111; text-decoration:underline; font-size:11px; }

/* Modified by Nina Meiers (c) 2009 - for the DNN Community Downloaded from http://www.dnnskins.com */
/* Free and Commercial skins for DotNetNuke! All credits remain with existing designer */
/* credits to remain in files as part of license agreement - Nina Meiers - nina@xd.com.au */

/*--------- dnn menu style ----------*/
/* main menu td */
.main_dnnmenu_bar 
{
	cursor:pointer;
	font-size: 11px; 
	background-color:transparent;
	width:970px;
}

/*  Main Menu Normal  */
.main_dnnmenu_rootitem  
{	
	color: #ffffff;
	font-size: 12px; 
	font-weight:bold; 	
	text-align:center; 
	padding:2px 5px 2px 5px;
	margin-right:1px;
	white-space:nowrap;
	float:left;
}


/*  Main menu hover  */
.main_dnnmenu_rootitem_hover
{  
	color:#ffffff;
	font-size: 12px; 
	font-weight:bold;
	text-align:center;
	padding:2px 5px 2px 5px;
	background:url(../images/MenuBGhover.gif) repeat-x top left;
	margin-right:1px;
	white-space:nowrap;
	float:left;
}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected 
{
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	font-size: 12px;
	padding:2px 5px 2px 5px;
	background:url(../images/MenuBGhover.gif) repeat-x top left;
	margin-right:1px;
	white-space:nowrap;
	float:left;
}

/*  SUB Menu Normal */
.main_dnnmenu_submenu 
{
	border:0px solid #C0D6E5;
	border-radius: 1em;
}

.main_dnnmenu_submenu td
{
    opacity: .9;
    filter: alpha(opacity=90);
    background-color:  #75b03c;
    z-index: 1000;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    color: #FFFFFF;
    line-height: 2em;
    padding: 0px 5px;
    margin: 0px;
}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td   
{  
	opacity: 1;
	filter:alpha(opacity=100);
	background: #090;
	color:#ffffff;
}
.main_dnnmenu_itemselected td{
	opacity: 1;
	filter:alpha(opacity=100);
    background: #090;
	color:#ffffff;
}

.main_dnnmenu_break
{
	height: 2px;
	background-color: #D5E0FF;
}

/* Module Action Menus */
.ModuleTitle_SubMenu
{
	border:1px solid #C0D6E5;
}

.ModuleTitle_SubMenu td{
	background-color:#F8FAFF;
	white-space: nowrap;
} 

.ModuleTitle_MenuIcon {
	background-color:#F8FAFF; 
	border:none;
	padding: 0px 2px;
}

.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon{
	background: #CE0D0D url(../images/submenu_hover.gif) repeat-x top left;
	color: #fff;
}

.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon
{
	height: 2px;
	background-color: #D5E0FF;
}

