/* andreas09 v1.0 (Dec 10th 2005) - An open source template by Andreas Viklund - http://andreasviklund.com. Free to use for any purpose as long as the proper credits are given to the original author. */
/* edited for DotNetNuke by Lee Sykes - DNN Creative Magazine - www.dnncreative.com */
*
{
	margin: 0px;
	padding: 0px;
}
body
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Verdana;
	color: #000000;
}
/*changed body to #Body so that the FCKEditor has a white background
(FCKEditor does not pick up #body details) */
#Body
{
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-color: #cccccc;
	background-position: top center;
}

a
{
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

a:hover
{
	color: #000;
	text-decoration: underline;
}

p
{
	line-height: 1.5em;
	margin: 0 0 15px 0;
}

/*DNN Styles to override */
/* text style used for most text rendered by modules */
#masthead
{
	width: 972px;
	background: url( 'img/header-edit.jpg' ) no-repeat top center;
	height: 216px;
	margin: auto;
}

.Normal, .NormalDisabled, .NormalBold, .NormalRed
{
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 100%;
	font-weight: normal;
}

.NormalEvent
{
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.NormalDisabled
{
	color: Silver;
}
.NormalBold
{
	font-weight: bold;
}
.NormalRed
{
	font-weight: bold;
	color: #ff0000;
}
h1, h2, h3, h4, h5, h6, .Head
{
	font-family: Verdana,Tahoma,Arial,sans-serif;
}
.Head
{
	background-color: inherit;
	color: #606060;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 0 15px 0;
	padding: 0;
}

.SkinItemBold
{
	font-size: 12px;
	font-weight: bold;
}

.SkinItem
{
	font-size: 11px;
}
/*target dnn ids to style search button */

#dnn_dnnSEARCH_cmdSearch
{
	padding-left: 5px;
	float: left;
}

#dnn_dnnSEARCH_cmdSearch img
{
}

#dnn_dnnSEARCH_txtSearch
{
	border: 1px solid #FFFFFF;
	height: 16px;
	width: 193px;
	background-color: #cccccc;
	padding-top: 0;
	margin-top: 0;
	float: left;
}

#dnn_dnnSEARCH_ClassicSearch
{
}
/*** Main container ***/

#container
{
	/*background:#f0f0f0 url(img/bodybg.jpg) repeat-x; color:#303030; min-width:770px; padding:0; text-align:left; width:100%;*/
	margin: auto;
}

/*** Header section ***/
.headerbar
{
	margin: 0px;
	padding: 0px;
	height: 29px;
	width: 955px;
	float:left;
}
#bar1
{
	margin: 0px;
	padding: 0px;
	float: left;
	height: 29px;
	width: 955px;
}
#row2
{
	margin: 0px;
	padding: 0px;
	float: left;
	height: 88px;
	width: 955px;
}
#row3
{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 955px;
	background-color: #0C3698;
	overflow: hidden;
}

#sitename
{
	margin: auto;
	text-align: left;
}

#sitename h1, #sitename h2
{
	font-weight: 400;
	letter-spacing: -2px;
	margin: 0;
	padding: 0;
	color: #fff; /*moved from #sitename to override the h1 tags in default.css */
}

#sitename h1
{
	font-size: 2.4em;
	padding-top: 20px;
}

#sitename h2
{
	font-size: 1.6em;
}

/*** Horizontal menu ***/
.menu_bg
{
	padding: 0 0 0 6px;
	margin: 0px;
	background: url(images/menu_bg.png) repeat-x top left;
}
.menu_left
{
	padding: 0px;
	margin: 0px;
	background: url(images/menu_left.png) no-repeat top left;
}
.menu_right
{
	margin: 0px;
	background: url(images/menu_right.png) no-repeat top right;
}

.search_style
{
	float: right;
	padding: 8px 0px 0px 0px;
}
.search_bg
{
	padding-right: 2px;
}
.search_bg Input
{
	color: #43494D;
}

.menu_style
{
	float: left;
	margin-top: 180px;
	margin-left: 225px;
	background-position: left top;
	width: 756px;
	height: 34px;
	background-image: url('img/menu.jpg' );
	background-repeat: no-repeat;

}


.main_dnnmenu_bar
{
	cursor: pointer;
	font-size: 11px;
}

/*  Main Menu Normal  */
.main_dnnmenu_rootitem
{
	color: #fff;
	font-size: 12px;
	padding: 5px 5px 0px 30px;
}

/*  Main menu hover  */
.main_dnnmenu_rootitem_hover
{
	color: #ccc;
}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected
{
	color: #ffffff;
	font-size: 12px;
	line-height: 31px;
	padding: 5px 5px 0px 30px;

}

/*  SUB Menu Normal */
.main_dnnmenu_submenu
{
	border: 0px solid #C0D6E5;
	padding-left: 20px;
	margin-left: 25px;
	margin-top: 13px;
}

.main_dnnmenu_submenu td
{
	/*background-color:#E1E8ED;*/
	background-color: #D6D6D6;
	font-size: 11px;
	text-align: left;
	color: #000000;
	line-height: 2em;
	padding: 0px 5px;
	margin: 0px;
}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td, .main_dnnmenu_itemselected td
{
	font-size: 11px;
	color: #ffffff;
	text-align: left;
	line-height: 2em;
	padding: 0px 5px;
	margin: 0px;
}

.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/menu_hover.gif) repeat-x top left;
	color: #fff;
}

.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon
{
	height: 2px;
	background-color: #D5E0FF;
}


#mainmenu
{
	float: left;
	margin-bottom: 5px; /*reduced for breadcrumbs */
	margin-top: 181px;
	margin-left: 187px;
	background-position: left top;
	width: 756px;
	height: 34px;
	background-repeat: no-repeat;
	position: absolute;
}
/* added to remove spacing */
#HouseMenuNav
{
	padding: 0;
	margin: 0;
	color: #fff;
}

#HouseMenuNav ul
{
	margin: 0;
	padding: 0;
}

#HouseMenuNav li
{
	font-size: 16px; /* (moved from ul) */
	float: left;
	height: 35px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#HouseMenuNav a
{
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 11px 5px 0px 30px;
}

#HouseMenuNav a:hover
{
	color: #ccc;
	text-decoration: none;
}
#HouseMenuNavCurrentItem a
{
	color: #CCC;
	text-decoration: none;
}
/*** login links ***/
#loginlinks
{
	float: right;
	padding: 10px;
}

/*** Content wrap ***/

#wrap
{
	width: 972px;
	margin: auto;
	background-color: #fff;
}

/** Breadcrumbs - added in for easier navigation **/
#bread
{
	margin-bottom: 10px; /* space before main content */
	text-transform: uppercase;
	font-size: 90%;
	text-align: center;
}

/*** Sidebars ***/

#leftside
{
	width: 180px;
	float: left;
	background: url( 'img/join_bg.jpg' ) no-repeat top #fff;
}



#rightside
{
	float: left;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 180px;
	text-align: left;
	left: 0px;
	top: 0px;
	min-height: 708px;
}

#leftside h1, #rightside h1, #leftside h2, #rightside h2
{
	color: #505050;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 0 12px 0;
}
/* - give h2 tags matching style as h1 for sidebars
#leftside h2,#rightside h2 {
font-size:1.1em;
margin:0 0 20px;
}*/

#leftside p, #rightside p
{
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 0 0 16px 10px;
}

.linklist
{
	list-style: none;
	margin: 0 0 16px 10px;
	padding: 0;
}

.linklist li
{
	margin-bottom: 0.7em;
}

/*** Sidebar menu ***/

#HouseMenuNavSub /* Housemenu puts this id in the first ul tag */
{
	padding: 0 0 0 10px; /* indent whole menu 10px */
	border: 0;
	margin: 0 0 25px 0;
	list-style: none;
}

#HouseMenuNavSub li
{
	list-style: none;
}

#HouseMenuNavSub a
{
	background: #e8e9ea;
	border: 1px solid #b0b0b0;
	color: #606060;
	display: block;
	margin-top: 8px;
	padding: 5px 4px 4px 10px;
	position: relative;
	text-transform: uppercase;
	width: 140px;
}

#HouseMenuNavSub a:hover
{
	background: #f8f9fa;
	border: 1px solid #909090;
	color: #303030;
	text-decoration: none;
}
/* sub menu - zero out margins and then add in for a tags*/
#HouseMenuNavSub ul
{
	/* second level menu items */
	font-size: 0.8em;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
}
#HouseMenuNavSub ul a
{
	width: 125px;
	margin: 3px 0 2px 10px;
	padding: 4px 2px 2px 8px;
}


#nav
{
	top: 200px;
}
/* =S JDMENU */
.jd_menu, .jd_menu ul, .jd_menu li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.jd_menu
{
	margin-right: 7px;
}

.jd_menu:after
{
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

.jd_menu li
{
	float: left;
	cursor: pointer;
}

.jd_menu a
{
	display: block;
	background: url( "img/menu_right.png" ) no-repeat right bottom;
	color: #fff;
	font: 14px/30px Arial,sans-serif;
	text-decoration: none;
	white-space: nowrap;
}

.jd_menu a span
{
	display: block;
	padding: 0 18px 0 30px;
	background: url( "img/menu_left.png" ) no-repeat left bottom;
}

.jd_menu a:hover, .jd_menu li.activetab a, .jd_menu li.jdm_hover a
{
	background: url( "img/menu_right_h.png" ) no-repeat right bottom;
}

.jd_menu a:hover span, .jd_menu li.activetab a span, .jd_menu li.jdm_hover a span
{
	background: url( "img/menu_left_h.png" ) no-repeat left bottom;
}

.jd_menu ul
{
	position: absolute;
	display: none;
	z-index: 10000;
	margin: 0 0 0 2px;
}

.jd_menu ul li
{
	float: none;
}

* html .jd_menu ul li
{
	border-bottom: 1px solid #549e9a;
}

.jd_menu ul ul
{
	margin: 0;
}

.jd_menu ul li a, .jd_menu li.activetab ul li a, .jd_menu li.jdm_hover ul li a
{
	display: block;
	padding: 3px;
	background: #333366;
	color: #fff;
	font: normal 11px/20px Arial,sans-serif;
	text-align: left;
	width: 130px;
}

.jd_menu ul a span, .jd_menu ul a:hover span, .jd_menu li.activetab ul a span, .jd_menu li.jdm_hover ul a span
{
	display: inline;
	padding: 0;
	background: none;
}

.jd_menu ul li a:hover, .jd_menu li.activetab ul li a:hover, .jd_menu li.jdm_hover ul li a:hover
{
	background: #273f6b;
	color: #fff;
}



/*** Content ***/

#content, #contentalt
{
	float: left;
	background-color: white;
	padding-top: 8px;
	min-height: 700px;
	width: 770px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#contentalt
{
	margin: 0 200px 0 20px;
}

#content h1, #content h2, #contentalt h1, #contentalt h2
{
	background-color: inherit;
	color: #606060;
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 0 15px;
	padding: 0;
}

#content h2, #contentalt h2
{
	font-size: 1.6em;
	margin-bottom: 10px;
}

#content .Normal img, #contentalt .Normal img
{
	/*specified it into the Normal class, otherwise it adds space to images such as the help '?' when clicking on login */
	border: 0px solid #b0b0b0;
	margin: 3px 5px 3px;
	padding: 1px;
}

/*** Footer ***/

#footer
{
	background: #8b8b8b url(img/footerbg.jpg) top left repeat-x;
	clear: both;
	color: #d0d0d0;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
	padding: 20px 0;
	text-align: center;
	width: 100%;
}

#footer a
{
	color: #d0d0d0;
	font-weight: bold;
}

/*** Various classes ***/

.thumbnail
{
	background: #fafbfc;
	border: 1px solid #b0b0b0;
	margin: 0 0 10px 10px;
	padding: 5px;
}
/*
.searchform {margin:0;}

.searchbox {
background:#f0f0f0;
border:1px solid #b0b0b0;
margin:0 4px 0 0;
width:100px;
}
/*
.searchbutton {
background:#f0f0f0;
border:1px solid #b0b0b0;
}
*/

.clearingdiv
{
	clear: both;
	width: 1px;
	height: 1px;
}

.hide
{
	display: none;
}

/*** Text format ***/

.intro
{
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -1px;
}

.small
{
	font-size: 0.8em;
}
.large
{
	font-size: 1.4em;
}
.center
{
	text-align: center;
}
.right
{
	text-align: right;
}

/*** End of file ***/
.menupane
{
}

.MainMenu_MenuContainer
{
}
/* Don't need menu bar in vertical menu
=====================
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
======================
*/
.MainMenu_MenuItem
{
	color: #fff;
	font-size: 12px;
	font-family: Arial;
	height: 23px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
	cursor: hand;
}
.MainMenu_MenuIcon
{
	text-align: left;
	width: 1px;
	height: 24px;
	color: #fff;
	background-color: Fuchsia;
	margin: 0px;
	padding: 0px;
	display: none;
	cursor: pointer;
	cursor: hand;
}

.MainMenu_SubMenu
{
	background-color: #686868;
	margin-left: 2px;
	margin-top: 1px;
}
.MainMenu_MenuBreak
{
	height: 0px;
}
.MainMenu_MenuItemSel
{
	color: #ccc;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	height: 23px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}


.MainMenu_MenuArrow
{
	border-right: #cad5ea 0px solid;
	border-bottom: #cad5ea 0px solid;
	border-top: #cad5ea 0px solid;
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}
.MainMenu_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	display: none;
}


.MainMenu_MenuContainer td
{
}


/*========================================================*/
/*     Main Menu and Module Menus                         */
/*========================================================*/

.MenuTDx
{
	background: url(nav2-bgx.gif) repeat-x top left;
	padding: 0 0px 0 0;
}
.MenuLeftx
{
	width: 3px;
	background: url(nav2-bg-lx.gif) no-repeat top left;
}
.MenuRightx
{
	width: 3px;
	background: url(nav2-bg-rx.gif) no-repeat top left;
}

/*-- box that holds the menu    --*/.MainMenu_MenuContainer
{
	background: transparent;
}
/*-- bar that holds the menu    --*/.MainMenu_MenuBar
{
	cursor: pointer;
	cursor: hand;
	background: transparent;
}
/*-- submenu container          --*/.MainMenu_SubMenuSel, .MainMenu_SubMenuItem TD, .MainMenu_SubMenux, .ModuleTitle_SubMenux
{
	background: transparent;
	line-height: 18px;
	color: #F8F6C3;
	background: url(sub.gif) repeat-xy top center transparent;
	font-size: 10pt;
	font-weight: normal;
	height: 23px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
/*-- menuitems idle             --*/.MainMenu_Idle TD
{
	color: #FFF;
	background: url(images/idbg.jpg) repeat-x top center transparent;
	font-size: 10pt;
	font-weight: normal;
	height: 23px;
	
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
/*-- menuitems over             --*/.MainMenu_Selected TD
{
	color: #FFF;
	background: url(images/idbg.jpg) repeat-x top center transparent;
	font-size: 10pt;
	font-weight: normal;
	height: 23px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
/*-- menuitems active           --*/.MainMenu_Active TD, .MainMenu_BreadcrumbActive TD
{
	color: #FFF;
	background: url(images/acbg.jpg) repeat-x top center transparent;
	font-size: 10pt;
	height: 23px;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
/*-- middle seperator           --*/.MainMenu_Seperatorr
{
	background: url(images/idrightsep.jpg) no-repeat top center transparent;
	width: 8px;
	height: 23px;
	font-size: 1px;
}
.MainMenu_Seperatorl
{
	background: url(images/idleftsep.jpg) no-repeat top center transparent;
	width: 7px;
	height: 23px;
	font-size: 1px;
}
.MainMenu_Seperator_ar
{
	background: url(images/acrightsep.jpg) no-repeat top center transparent;
	width: 7px;
	height: 23px;
	font-size: 1px;
}
/*-- middle seperator           --*/.MainMenu_Seperator_al
{
	background: url(images/acleftsep.jpg) no-repeat top center transparent;
	width: 8px;
	height: 23px;
	font-size: 1px;
}
/*-- not needed - main menu     --*/.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon
{
	display: none;
}
/*-- module menu continer       --*/.ModuleTitle_MenuContainer
{
	color: #2c2c2c;
}
/*-- module menu bar            --*/.ModuleTitle_MenuBar
{
	cursor: pointer;
	cursor: hand;
}
/*-- module menu padding        --*/.ModuleTitle_MenuItem, .ModuleTitle_MenuItemSel
{
	padding: 0 0px 0 0px;
}
/*-- not needed - module menu   --*/.MainMenuSeperator, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow
{
	display: none;
}
.ModuleTitle_MenuIcon
{
	background: #FFF;
	border: 0px;
	border-bottom: 1px dotted #999;
	width: 0px;
	height: 20px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 0px;
}
.ModuleTitle_MenuIcon IMG
{
	margin: 0 0px 0 0px;
}
/*-- removing seperator borders --*/.MainMenu_MenuBreak
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	background: transparent;
	vertical-align: top;
}

/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/
.menubg
{
	background: url(images/header_08.jpg) no-repeat top left;
}
