HTML {
	margin: 0px;
}
/* Using #Body rather than BODY to avoid background image appearing in FCKEditor etc */
#Body {
	margin: 0px;
	min-height: 100%;
	background: url(background.jpg) #82A4CA bottom right fixed repeat-x;
}

.fixedCol UL, .fixedCol OL {
	padding-left: 0px;
	margin-left: 0px;
}
UL LI {
	list-style-type: none;
	background: url(sunflower.png) no-repeat top left;
	padding-left: 20px;
}
LI {
	margin-bottom: 0.5em;
}
.fixedCol LI {
	background-image: url(sunflower2.png);
}

.topborder {
	height: 3em;
	border-bottom: solid 6px #FFFFFF;
	background-color: #E0FFE0;
	-webkit-box-shadow: -10px 10px 10px #808080;
	-moz-box-shadow: -10px 10px 10px #808080;
	-khtml-box-shadow: -10px 10px 10px #808080;
	-o-box-shadow: -10px 10px 10px #808080;
	-ms-box-shadow: -10px 10px 10px #808080;
	box-shadow: 0px 10px 10px #808080;
}
.page {
	clear: both;
	position: relative;
	top: -6px;
	margin-top: 0;
}

.panes {
	margin-left: 8%;
	margin-right: 8%;
}

.fluidCol {
	min-width:350px;
	margin-right:2em;
}
.fixedCol {
	width:220px;
}

.section {
	overflow: visible;
	color: #404040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 130%;
	background-color: #F0FFF0;
	padding: 1em;
	margin: 2em 1em 2em 1em;
	border: solid 6px #FFFFFF;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-o-border-radius: 11px;
	-ms-border-radius: 11px;
	border-radius: 11px;
	-webkit-box-shadow: 10px 10px 10px #808080;
	-moz-box-shadow: 10px 10px 10px #808080;
	-khtml-box-shadow: 10px 10px 10px #808080;
	-o-box-shadow: 10px 10px 10px #808080;
	-ms-box-shadow: 10px 10px 10px #808080;
	box-shadow: 10px 10px 10px #808080;
}
.fullWidth .section {
	background-image: url(logo.png); /* top right fixed no-repeat; */
}
.scrollable {
	overflow-x: auto;
}
.section H1 {
	color: black;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.7em;
	font-weight: normal;
	line-height: 110%;
	margin: 0.5em 0em 0.5em 0em;
	background: url(leaf.png) center left no-repeat;
	padding-left: 35px;
}
.section H3 {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 110%;
	margin: 1.5em 0em 0.5em 0em;
}
.section H3 {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 110%;
	margin: 1.5em 0em 0.5em 0em;
}
.section .content {
	margin: 1em;
}
.section .Normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.section A, .section A:link, .section A:visited, .section A:hover, .section A:active {
	color: blue;
	text-decoration: none;
}
.section A:hover {
	text-decoration: underline;
}
.section A.SkinObject, .section A.SkinObject:link, .section A.SkinObject:visited, .section A.SkinObject:hover, .section A.SkinObject:active {
	color: #003366;
	text-decoration: none;
}
.section A.SkinObject:hover {
	text-decoration: underline;
}
.section .actionMenu {
	float: right;
}
.section .actionButtons {
	text-align: right;
}

.fixedCol .section {
	background-color: #E0FFE0;
	font-size: 0.7em;
}
.fixedCol .section .content {
	margin-left: 0em;
	margin-right: 0em;
}

.bottom {
	clear: both;
	width: 100%;
}

.bottom .section {
	margin: 0;
	background-color: #D0FFD0;
}

.section.logo {
	text-align: center;
	margin-top: 0px;
	border-top: 0;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-khtml-border-top-left-radius: 0px;
	-khtml-border-top-right-radius: 0px;
	-o-border-radius-topleft: 0px;
	-o-border-radius-topright: 0px;
	-ms-border-radius-topleft: 0px;
	-ms-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.section.logo IMG {
	border-width: 0px;
}

.searchPane {
	float: right;
	margin-left: 2em;
	height:26px;
	padding-top:6px;
}
.linksPane {
	height: 32px;
}

.smallPrint {
	margin-left: 5%;
	margin-right: 5%;
}

.verySmallPrint {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align: center;
}
.verySmallPrint A {
	color: white;
}

/* A background image on the FCKEditor doesn't help */
IFRAME BODY {
	background-image: none;
}


/*************************/
/* Menu styles - DNNMenu */
/*************************/

.mainMenu {
	float: left;
	position: relative;
	z-index: 10000;
	margin: 0.75em;
	padding: 0.25em;
}
.mainMenu UL, .mainMenu LI {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	background: none;
}
.mainMenu IMG {
	display: none;
}
.mainMenu .m0 {
	margin-top: 1px;
}
.mainMenu A, .mainMenu A:link, .mainMenu A:visited, .mainMenu A:hover, .mainMenu A:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
	text-decoration: none;
	margin: 0px 0.25em 0px 0.25em;
}
.mainMenu .mi {
	padding: 0.5em 1em 0.5em 1em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
.mainMenu .m {
	color:white;
	background-color: #E0FFE0;
	margin-left: 3px;
	border: solid 1px black;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	z-index: 10000;
}
.mainMenu .m .mi {
	padding: 0.25em 0.5em 0.25em 0.5em;
	font-size: 0.9em;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
}
.mainMenu .bc {
	background-color: #A2C4EA;
}
.mainMenu .hov {
	background-color: #A2C4EA;
}


/*************************/
/* IE6 quirks mode hacks */
/*************************/
.quirksMode .page {
	width: 100%;
}
.quirksMode .section {
	position: relative;
}
.quirksMode .searchPane {
	position: relative;
}


/****************************************************************/
/* Graphical rounded corners for browsers without border-radius */
/* This could be a lot more concise if it wasn't for IE6!       */
/****************************************************************/

.dgbOuter {
	position: relative;
}
.dgb {
	position: absolute;
	font-size:1px;
}
.dgbtl {
	background: url(section-tl.png) left top;
}
.dgbtc {
	background: url(section-t.png) left;
	left: 14px;
	right: 14px;
}
.dgbtr {
	background:url(section-tr.png) right top;
	right: 0px;
}
.dgbml {
	background: url(section-l.png) left;
	top: 14px;
	bottom: 14px;
}
.dgbmr {
	background:url(section-r.png) right;
	top: 14px;
	bottom: 14px;
	right: 0px;
}
.dgbbl {
	background:url(section-bl.png) left bottom;
	bottom: 0px;
}
.dgbbc {
	background:url(section-b.png) top;
	left: 14px;
	right: 14px;
	bottom: 0px;
}
.dgbbr {
	background:url(section-br.png) right bottom;
	bottom: 0px;
	right: 0px;
}
.dgbt, .dgbb {
	height: 14px;
}
.dgbl, .dgbr {
	width: 14px;
}
.dgbNoTop .dgbt {
	display: none;
}
.dgbNoTop .dgbml, .dgbNoTop .dgbmr {
	top: 0px;
}


/*********************************************************************************************************/
/* CSS3 selectors below here. These need to be replicated in jQuery for browsers that don't support them */
/*********************************************************************************************************/

/* Bold heading for the first container in the content pane */
.fluidCol .section:first-of-type H1 {
	font-size: 2em;
}

/* These styles lay out the two columns using CSS3 flexible box layout */
.columns {
	display: -moz-box;
	display: -webkit-box;
	display: -khtml-box;
	display: -o-box;
	display: -ms-box;
	display: box;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-khtml-box-orient: horizontal;
	-o-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	-khtml-box-align: stretch;
	-o-box-align: stretch;
	-ms-box-align: stretch;
	box-align: stretch;
}
.fluidCol {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-khtml-box-flex: 1;
	-o-box-flex: 1;
	-ms-box-flex: 1;
	box-flex: 1;
}


/***************************/
/* Menu styles - Superfish */
/***************************/

.dgsf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			12em; /* left offset of submenus need to match (see below) */
}
.dgsf-menu ul li {
	float: none;
}
.dgsf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.dgsf-menu li {
	float:			left;
	position:		relative;
}
.dgsf-menu a {
	display:		block;
	position:		relative;
}
.dgsf-menu li:hover ul,
.dgsf-menu li.sfHover ul {
	left:			0;
	top:			2.2em; /* match top ul list item height */
	z-index:		10000;
}
ul.dgsf-menu li:hover li ul,
ul.dgsf-menu li.sfHover li ul {
	top:			-999em;
}
ul.dgsf-menu li li:hover ul,
ul.dgsf-menu li li.sfHover ul {
	left:			14em; /* match ul width */
	top:			-0.25em;
}
.quirksMode ul.dgsf-menu li li:hover ul,
.quirksMode ul.dgsf-menu li li.sfHover ul {
	left:			13em; /* match ul width */
}
ul.dgsf-menu li li:hover li ul,
ul.dgsf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.dgsf-menu li li li:hover ul,
ul.dgsf-menu li li li.sfHover ul {
	left:			14em; /* match ul width */
	top:			-0.25em;
}

.dgsf-menu {
	float: left;
	position: relative;
	z-index: 10000;
	margin: 0.5em;
	padding: 0;
}
.dgsf-menu UL, .dgsf-menu LI {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	background: none;
}
.dgsf-menu A, .dgsf-menu A:link, .dgsf-menu A:visited, .dgsf-menu A:hover, .dgsf-menu A:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
.dgsf-menu LI {
	padding: 0.5em 1em 0.5em 1em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
.dgsf-menu UL {
	padding: 0.25em;
	color:white;
	background-color: #E0FFE0;
	border: solid 1px black;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	z-index: 10000;
}
.dgsf-menu LI UL LI {
	border: 0px;
	padding: 0.25em 0.5em 0.25em 0.5em;
	font-size: 0.9em;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
}
.dgsf-menu .current, .dgsf-menu LI:hover, .dgsf-menu LI.sfHover, .dgsf-menu A:focus, .dgsf-menu A:hover, .dgsf-menu A:active {
	background-color: #A2C4EA;
}
.dgsf-menu .sf-sub-indicator {
	display: none;
}





/*--------- 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: #375162;
	font-size: 13px; 
	font-weight:bold; 	
	text-align:center; 
	padding:12px 12px 12px 12px;
	text-transform:uppercase; margin-right:1px;
	white-space:nowrap;
	float:left;
}


/*  Main menu hover  */
.main_dnnmenu_rootitem_hover
{  
	color:#ffffff;
	font-size: 13px; 
	font-weight:bold;
	text-align:center;
	padding:12px 12px 12px 12px;
	background:url(DNNMenuImages/menu_hover.gif) repeat-x top left;
	text-transform:uppercase; 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: 13px;
	padding:12px 12px 12px 12px;
	background:url(DNNMenuImages/menu_active.gif) repeat-x top left;
	text-transform:uppercase; margin-right:1px;
	white-space:nowrap;
	float:left;
}

/*  SUB Menu Normal */
.main_dnnmenu_submenu 
{
	border:1px solid #C0D6E5;
}

.main_dnnmenu_submenu td
{
	background-color:#F8FAFF;
	z-index: 10000;
	font-size: 11px; 
	font-weight:bold;
	text-align:left;
	color:#000000;
	line-height:2em;
	padding: 0px 5px;
	margin:0px;
}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td   
{  
	background: #CE0D0D url(DNNMenuImages/submenu_hover.gif) repeat-x top left;
	color:#ffffff;
}
.main_dnnmenu_itemhover span
{
  color:#ffffff;
}
.main_dnnmenu_itemselected td{
  background: #CE0D0D url(DNNMenuImages/submenu_active.gif) repeat-x top left;
	color:#ffffff;
}

.main_dnnmenu_break
{
	height: 2px;
	background-color: #D5E0FF;
}

.menu_bg{padding:0 0 0 6px;  margin: 0 21px 0 9px; background:url(DNNMenuImages/menu_bg.png) top left;}
.menu_left{padding:0px; margin:0px; background:url(DNNMenuImages/menu_left.png) repeat-y  top left;}
.menu_right{margin:0px; background:url(DNNMenuImages/menu_right.png) repeat-y top right; }
.clear_float{clear:both; line-height:0; font-size:0; height:0;}
.search_style{float:right; height:40px;}
.search_bg{padding:8px 2px 0 0;}

.menu_style SPAN { font:bold 13px Verdana, Arial, Helvetica, sans-serif; color:inherit}
.main_dnnmenu_submenu TD { font:bold 11px Verdana, Arial, Helvetica, sans-serif; color:inherit; height:22px}
.main_dnnmenu_submenu SPAN { font:bold 11px Verdana, Arial, Helvetica, sans-serif; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:inherit}

.main_dnnmenu_rootitem_hover span { color:#ffffff; }
.main_dnnmenu_rootitem_selected span { color:#ffffff; }
.main_dnnmenu_itemhover span { color:#ffffff; }
.main_dnnmenu_itemselected span { color:#ffffff; }


.DDRMenuMega1
{
	background: url(DNNMenuImages/menu_bg.png) left top;
}
.DDRMenuMega1 A,.DDRMenuMega1 A:link,.DDRMenuMega1 A:visited,.DDRMenuMega1 A:active
{
	text-decoration: none;
}
.DDRMenuMega1 .main_dnnmenu_bar 
{
	width: auto;
}
.DDRMenuMega1 .ddrmenulevel1
{
	background-color: white;
}
.DDRMenuMega1 A.ddrmenuitemlevel0
{	
	color: #375162;
	font-size: 13px; 
	font-weight:bold; 	
	text-align:center; 
	padding:12px 12px 12px 12px;
	text-transform:uppercase;
	margin-right:1px;
}
.DDRMenuMega1 A.ddrmenuitemlevel0:hover
{  
	color:#ffffff;
	background:url(DNNMenuImages/menu_hover.gif) repeat-x top left;
	text-decoration:none;
}
.DDRMenuMega1 A.main_dnnmenu_rootitem_selected 
{
	color:#ffffff;
	background:url(DNNMenuImages/menu_active.gif) repeat-x top left;
}
.DDRMenuMega1 .ddrmenu .ddrmenulevel1
{
	border:1px solid #C0D6E5;
}
.DDRMenuMega1 .ddrmenulevel1 A
{
	background-color:#F8FAFF;
	font-size: 11px; 
	font-weight:bold;
	text-align:left;
	color:#000000;
	line-height:2em;
	padding: 0px 5px;
	margin:0px;
}
.DDRMenuMega1 .ddrmenulevel2
{
	margin-left: 2em;
}
.DDRMenuMega1 A.ddrmenuitemlevel2
{
	font-weight: normal;
}
.DDRMenuMega1 .ddrmenulevel1 A:hover
{  
	background:url(DNNMenuImages/menu_hover.gif) repeat-x top left;
	color:#ffffff;
	text-decoration:none;
}
.DDRMenuMega1 .ddrmenulevel1 .main_dnnmenu_itemselected 
{
	background:url(DNNMenuImages/submenu_active.gif) repeat-x top left;
	color:#ffffff;
}

SPAN.code {
	font-family: "Courier New", Courier, monospace;
}
DIV.code {
	font-family: "Courier New", Courier, monospace;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 2em;
}
DIV.code  DIV {
	font-family: "Courier New", Courier, monospace;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 2em;
}

.blog_subhead A {
	display: none;
}
