
/******/
* /* Set's border, padding and margin to 0 for all values*/
{
	padding: 0;
	margin: 0;
	border: 0;
}

body, html
{
	font-family: Verdana, Arial, Tahoma, sans-serif;
	text-align: center; /*** Centers the design in old IE versions ***/
	height: 100%;
}

body
{
	font-size: 70%;
	background-color: #a9a9a9;
}

.clear
{
	border-collapse:collapse;
	visibility: hidden;
	clear: both;
}


#outercontainer
{ 
	background: url(images/spacer.gif) #EFEFEF repeat-y right 0; 
	min-height: 100%;
	width: 1024px;
	margin: 0 auto; /*** Centers the design ***/
	text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
    display: table; 
}

* html #outercontainer
{
	height: 100%; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}

/**************************
HEADER
**************************/

.toplinksright {width: 100%;min-height:10px;padding:0;text-align: right; vertical-align:middle}
.toplinksright table { padding: 0; text-align: right; margin: 0px; margin-left: auto}
.toplinksright td{padding: 0; text-align: right}
* html .toplinksright{height:10px}

#header{clear: both;background-color: #fff;height:90px; padding: 10px 0 10px 5px}
* html #header{height: 80px}

#Logo{float: left;	width: 310px;	padding: 5px 5px 5px 0px}

.clslogotext{float: right;width: 690px;	overflow: hidden;padding:0}

.clslogotext
{
	/*color: #000;*/
}

.offscreen
{
	padding-top:5px;
	padding-left: 5px;
	position: absolute; 
	left: -3000px; 
}


/**************************
NAVIGATION
**************************/

/* Navigation Content and Columns */

.navbarouter
{	
	padding-left: 175px;
	/*background-color: #fff;*/
	height: 25px;
}

* html .navbarouter
{
	/* padding-right: 15px; /* Normally this shouldn't be in this hack, it should be in .outer, but because of IE7 had to be done */
}

#navbarleftcontent
{
	clear:both;
	float:left;
	height: 25px;
	width: 180px;
	margin-left: -175px; 
	background: url(Images/NavBarLeft.jpg) no-repeat #fff left 0;
	z-index: 999;
	/*border: 1px solid #000;*/
}

* html #navbarleftcontent
{
	margin-left: -87.5px; 
	/*background: url(Images/NavBarLeft.jpg) no-repeat #fff right 0;*/
	width: 175px;
}

.navbarcontentwrapcls
{
	float:right;
	height: 25px;
	margin-left: -175px; 
	background: url(Images/NavBarBack.jpg) #fff repeat-x;
	width: 854px;
}

* html .navbarcontentwrap
{
	position:relative;
	z-index:50; 
}


/* Breadcrumb styles*/

#leftbreadcrumbswrap
{
	clear: both;
	float: left;
	width: 814px;
}

#crumbsleft
{
	float: left;
	height: 62px;
	width: 165px;
	text-align: left;
	background: url(Images/BreadCrumbLeft.jpg) no-repeat;
	/*z-index: 49;*/
	vertical-align: middle;
	/*border: 1px solid #000;*/
}

* html #crumbsleft
{
	width: 165px;
	position:relative;
}

#crumbsmiddle
{
	float:right;
	height: 58px;
	width: 649px;
	text-align: left;
	background: url(Images/BreadCrumbMiddle.jpg) repeat-x;
	z-index: 49;
	vertical-align: middle;
}

#crumbsmiddle p
{
	padding: 5px 5px 2px 2px;
	font-size: 11px;
	color: #fff;
	font-weight:bold;
}

#crumbsmiddle a, #crumbsmiddle a:link, #crumbsmiddle a:hover, #crumbsmiddle a:visited
{
	color: #fff;
	font-weight:bold;
}

#crumbsright
{
	float: right;
	height: 53px;
	width: 205px;
	text-align: right;
	z-index: 49;
	background: url(Images/BreadCrumbMiddle.jpg) repeat-x;
	padding: 5px 5px 0 0;
}


#crumbsright a, #crumbsright a:link, #crumbsright a:hover, #crumbsright a:visited
{
	color: #ffffff;
	font-weight:bold;
	text-decoration: underline;
}


/**************************
CONTENT AND COLUMNS
**************************/


#leftwrap
{
	float: left;
	width: 848px;
	background: url(Images/SearchBox.jpg) no-repeat;
	min-height: 100%;
}

* html #leftwrap
{
	width: 838px;
	position: relative;
}

.leftcontent
{
	float: left;
	margin: 95px 2px 5px 5px ;
	width: 160px;
	min-height:100%;
}

* html .leftcontent
{
	width: 150px;
	position: relative;
	height:100%;
}

.content
{
	float: right;
	/*background: #fff;*/
	margin: 5px 2px 5px 5px;
	width: 665px;
	text-align:left;
	min-height:100%;
}

* html .content
{
	width: 660px;
	position: relative;
}

.rightcontent
{
	float: right;
	/*background: #fff;*/
	margin: 5px  5px 5px 5px;
	/*min-height: 100%;*/
	width: 160px;
	min-height:100%;
}

* html .rightcontent
{
	position: relative;
}


/**************************
FOOTER
**************************/

#footerContainer
{
	clear:both;
	background-color: #EFEFEF;
	width: 1024px;
	margin: 0 auto; /*** centers in anything other than IE! ***/
	height: 170px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
	margin-bottom: -170px;
}

* html #footerContainer
{
	position: relative;
}

.clsfootertop
{
	width: 98%;
	height: 70px;
	padding: 5px;
}

.clsfootermiddle
{
	width: 100%;
	height: 45px;
	padding-top:10px;
	text-align: center;
	margin-top: 10px;
	background: url(images/BottomBanner.jpg) #EFEFEF left 0 repeat-x; 
}

.clsfootermiddle a, .clsfootermiddle a:visited, .clsfootermiddle a:hover
{
	color: #fff;
}

.clsfooterbottom
{
	width: 100%;
	padding:0;
	text-align: center;
	height: 25px;
}

.BottomCopyright, a.BottomCopyright, a.BottomCopyright a:link, a.BottomCopyright a:hover, a.BottomCopyright a:visited {
	font-family: Verdana, sans-serif, arial;
	font-size: 10px;
	color: #fff;
}

.newsticker {
	list-style-type: none;
	border: 0;
	background: #fff;
	padding: 3px;
	margin: 0;
}

.newsticker li {
	list-style-type: none;
}
     

/**************************
DNN and FCK Styles
**************************/

/* FCK Editor Class */
.EditorBackClass {padding:5px;background-color: #fff;text-align:left}
.EditorBackClass table {border-collapse: collapse}
.EditorBackClass td {border: 1px solid #333333;text-align:left;width:20%;color:#000;padding:4;font-size:10px}
.EditorBackClass th {border: 1px solid #333333; background-color:#EFEEF9;text-align:left;width:20%;color:#000;font-weight:bold;padding:4}


/*  Site Text */
.normal, .Normal {font-family: Verdana, sans-serif, arial;font-size: 11px;color: #000}
.NormalBold { font-family: Verdana, sans-serif, arial; font-size: 11px; font-weight: bold; color: #000}
.NormalRed { color: #C50000; font-family: Verdana, sans-serif, arial; font-weight: bold; font-size: 11px}
.SubHead, a.SubHead {font-family: Verdana, sans-serif, arial;font-size: 11px;font-weight: bold;color: #192666;	padding: 0}
.Head {font-size: 12px;color: #192666;font-weight: bold; padding: 0}

/* for <blockquote> */
blockquote {PADDING-RIGHT: 0px; PADDING-LEFT: 50px; BACKGROUND: url(images/blockquote.gif) no-repeat left top; PADDING-BOTTOM: 10px; MARGIN: 1em; COLOR: #666; PADDING-TOP: 0px}

/* for and Script examples */
.CodeBlock{	background-color: #dcdcdc;	padding: 5px}

/* Styles for the main text and images within the Text/HTML module */
.imageleftside img{border: 1px solid #CCC;margin-right: 15px;margin-bottom: 20px;float: left}
.imagerightside img{border: 1px solid #CCC;margin-left: 15px;margin-bottom: 20px;float: right}
.imageleftsidecaption{font-size: 85%;font-style: italic;float: left;margin-right: 15px;margin-bottom: 15px}
.imageleftsidecaption img{border: 1px solid #CCC;margin-bottom: 5px}
.imagerightsidecaption{font-size: 85%;font-style: italic;float: right;margin-left: 15px;margin-bottom: 15px}
.imagerightsidecaption img{border: 1px solid #CCC;margin-bottom: 5px}
.textclear{clear: both}

/* lists  */
ul li {margin-left: 20px;padding: 0;list-style-type:disc}
div.SimpleList ul li{list-style-type:none;margin:0;padding:0}

p{padding: 7px 0 7px 0;text-align:left;}
h1, h2, h3, h4, h5, h6 {font-weight: bold;color:#192666}
h1, h1 a:link, h1 a:visited, h1 a:hover {font-size: 1.2em;}
h2, h2 a:link, h2 a:visited, h2 a:hover {font-size: 1.1em;}
h3, h3 a:link, h3 a:visited, h3 a:hover {font-size: 1.0em;}
h4{	font-size: 0.9em;}

/* Styles for the Site Map */
div.dotpsSiteMaps {border-bottom: #EFEFEF 1px double;padding:5px 0 5px 0}
div.dotpsSiteMapsChildTabs {border-bottom: #EFEFEF 1px double;padding:5px 0 5px 0;margin-left:10px}
div.dotpsSiteMapsTabTitle {margin:5px 0 0 0;float:left}
div.dotpsSiteMapsPreviewLink {float:right;padding-bottom:5px}
div.dotpsSiteMapsDesc {padding-left: 10px; margin-bottom: 10px;border-left:solid #EFEFEF 10px;clear:both}
div.dotpsSiteMapsPreviewContainer {display:none;background-color:#EFEFEF;padding-right:5px;margin-bottom:5px;border-bottom:1px solid #666}
div.dotpsSiteMapsPreviewContainer p {font-style:italic}
div.dotpsSiteMapsPreviewContainer a {font-weight:bolder}
div.dotpsSiteMapsModule {margin-left: 10px; margin-bottom: 5px;margin-top: 5px}
div.dotpsSiteMapsModuleDesc {padding-left: 20px; margin-left: 10px; margin-bottom: 10px;border-left:solid #333333 10px}

/* All Links */ 
a{color: #192666}
a:link, a:visited, a:active{color: #192666;font-family: Verdana, sans-serif, arial;font-weight: normal;font-size: 10px;text-decoration: underline;}
a:hover { color: #4F6AD7; font-family: Verdana, sans-serif, arial; font-size: 10px; text-decoration: underline; }
a.Normal:link, a.Normal:visited { color: #192666; font-family: Verdana, sans-serif, arial; font-weight: normal; font-size: 10px; text-decoration: none; }
a.Normal:hover { color: #192666; font-family: Verdana, sans-serif, arial; font-size: 10px;	text-decoration: none; }


/* Control Panel Styles */
.ControlPanel{background: #e6e6fa}
.ControlPanel .NormalTextBox {min-height: 20px;padding: 4px 4px 0 4px; border: 1px solid #b0c4de}
.ControlPanel a.CommandButton { border: 0; background: none; font-family: Verdana, sans-serif, arial; font-weight: normal; font-size: 10px;}
.ControlPanel a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active { border: 0; background: none; font-family: Verdana, sans-serif, arial; font-weight: normal; font-size: 10px; text-decoration: underline;}
.ControlPanel a.CommandButton:hover { border: 0; color:#3a6b9d;background: none; font-family: Verdana, sans-serif, arial; font-weight: normal; font-size: 10px; text-decoration: underline; height: 20px; }
.ControlPanel .SubHead {font-family: Verdana, sans-serif, arial;font-size: 10px;color: #000099;	padding: 1px}
.ControlPanel td {padding: 1px;}
.ControlPanel label {padding: 3px}

.Settings td {padding: 0; text-align: left;border: 1px solid #b0c4de}
.Settings label {padding: 1px}
.Settings .NormalTextBox {min-height: 20px;color: #000;padding: 4px 4px 0 4px;line-height: 11px;font-family: Verdana, sans-serif, arial;font-weight: normal;font-size: 11px;border: 1px solid #b0c4de}

/* DNN Styles */
.NormalTextBox {min-height: 20px; padding: 4px 4px 0 4px; border: 1px solid #b0c4de}

input, textarea, select
{
	border: 1px solid #b0c4de;
}

label {padding: 3px}

/* Styles for CommandButtons - the links such fogotten password on the login screen */
a.CommandButton{ color:#666666; font-family: Verdana, sans-serif, arial; font-weight: normal; font-size: 10px; text-decoration: underline; }
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active { color:#666666;font-family: Verdana, sans-serif, arial; font-weight: normal; font-size: 10px; text-decoration: underline; }
a.CommandButton:hover { color:#999999;font-family: Verdana, sans-serif, arial; font-weight: normal; font-size: 10px; text-decoration: underline; }

/* Styles for StandardButton - the buttohs such as "login" */
.StandardButton{border: 1px solid #ABABAB;background: #000099;	color:#fff; padding: 2px 3px 3px 4px;	font-family: Verdana, sans-serif, arial;	font-weight: bold;	font-size: 11px;	text-decoration: none;	height: 20px;}
.StandardButton:hover{	border: 1px solid #868686;	background: #000099;cursor:hand; padding: 2px 3px 3px 4px;	font-family: Verdana, sans-serif, arial;	font-weight: bold;	font-size: 11px;	text-decoration: none;	height: 20px;}
.SearchBox{ background: transparent; cursor: hand; margin: 2px 0 0 0px;}

/* Customised Search Input */
.SearchInputTable {background: transparent;margin-bottom: 20px;width: 140px; border: 0}
.SearchInputTable table {}
.SearchInputTable td {width: 100%; text-align: right}

/* Customised Login */
#dnn_ctr444_Login_pnlLogin table { padding: 0; text-align: center; margin-right: 0px; margin: 0 auto}


/**************************
Ads
**************************/

.AdWrapperButton
{
    border: 0;
    margin: 0px;
    width: 125px;
    font-family: Verdana, Arial;
    font-size: 8pt;
}

.AdWrapper
{
    border: 0;
    margin: 0px;
    width: 530px;
    font-family: Verdana, Arial;
    font-size: 8pt;
}

.AdCampaignText
{
	text-align: left;
	padding: 5px;
	background-color: #f5f5f5;
}

.AdFooterLeft
{
    height: 15px;
    float:left;
    text-align:left;
    background-color: #000;
    width: 50%;
    position:relative;
}

.AdFooterLeft a:link, .AdFooterLeft a:visited, .AdFooterLeft a:hover
{
    color: white;
}

.AdFooterRight
{
    height: 15px;
    width: 50%;
    float:right;
    background-color: #000;
    text-align: right;
}

* html .AdFooterRight
{
    clear:left;
}

*:first-child+html .AdFooterRight
{
    clear:left;
}

.AdFooterRight a:link, .AdFooterRight a:visited, .AdFooterRight a:hover
{
    color: white;
}

/**************************
Menus
**************************/

/*
.SEOMenuH ul {margin:0; padding:0; list-style:none; display:table; white-space:nowrap; font-family: arial, verdana, sans-serif; font-weight:bold;}
.SEOMenuH li {display:table-cell; margin: 0 -1px 0 0; padding:0}
* html .SEOMenuH li  {display:table-cell; margin: 0 0 0 0; padding:0}
* html .SEOMenuH a:visited {color:#000; text-decoration:none; font-size:11px}
.SEOMenuH a {float:left; color:#000; background: url(Images/MenuInactive.jpg) no-repeat left top; margin:0; padding: 6px 0 0 0; text-decoration:none; width:100px;height:25px; font-size:11px;}
.SEOMenuH a b {float:left; display:block; background:url(Images/MenuInactive.jpg) no-repeat left top;}
.SEOMenuH a:hover {color:#CCCC00; cursor:pointer} 
.SEOMenuH .CurrentItem a {background: url(Images/MenuActive.jpg) no-repeat left top; color:#fff; cursor:default;width:100px;height:25px;padding-top:6px;font-size:11px; font-weight:bold; }
.SEOMenuH .ParentItem a {background: url(Images/MenuActive.jpg) no-repeat left top; color:#fff; cursor:default;width:100px;height:25px;padding-top:6px;font-size:11px; font-weight:bold; }
.SEOMenuH {padding: 0 0 0 0; height:25px; /*background-color:#B9B9B9}*/ 

.SEOMenuH {padding: 0; margin: 0; height:25px; border: 0}
.SEOMenuH ul {margin:0; padding:0; list-style:none; display:table; white-space:nowrap; font-family: verdana, arial, sans-serif; font-weight:bold;}
.SEOMenuH li {display:table-cell; margin: 0 -3px 0 0; padding:0}
.SEOMenuH a {float:left; color:#000; background: url(Images/MenuInactive.jpg) no-repeat left top; margin:0; padding: 5px 0 0 0; text-decoration:none; width:100px; font-size:11px;height:20px}
.SEOMenuH a b {float:left; display:block; background:url(Images/MenuInactive.jpg) no-repeat left top}
.SEOMenuH .CurrentItem a {background: url(Images/MenuActive.jpg) no-repeat left top; color:#fff; cursor:default;width:100px;height:20px;padding-top:5px;font-size:11px; text-decoration:underline;font-weight:bold;}
.SEOMenuH .CurrentItem a:hover {color:#fff}
.SEOMenuH .CurrentItem a:visited {color:#fff}
.SEOMenuH .ParentItem a {background: url(Images/MenuActive.jpg) no-repeat left top; color:#fff; cursor:default;width:100px;height:20px;padding-top:5px;font-size:11px; text-decoration:underline; font-weight:bold;}
.SEOMenuH .ParentItem a:hover {color:#fff}
.SEOMenuH .ParentItem a:visited {color:#fff}
.SEOMenuH a:hover {color:#CCCC00; cursor:pointer /*color:#fff;text-decoration:underline;background: url(img/Menu-Tab-Selected.jpg) no-repeat left bottom */} 
.SEOMenuH a:visited {color:#000; text-decoration:none; font-size:11px}
.SEOMenuH li a:hover {color:#CCCC00; text-decoration:none; font-size:11px}

* html .SEOMenuH a:hover {color:#CCCC00; cursor:pointer; text-decoration:none /*color:#fff;text-decoration:underline;background: url(img/Menu-Tab-Selected.jpg) no-repeat left bottom*/} 
* html .SEOMenuH a:visited {color:#000; text-decoration:none; font-size:11px}
* html .SEOMenuH li a:hover {color:#CCCC00; text-decoration:none; font-size:11px}
* html .SEOMenuH {padding: 0; height:25px;margin: 0; } 
* html .SEOMenuH li {margin: 0; padding:0}



/* Admin pages */

#dnnADMINSEOMENU
{
}

.adminleftcontent
{
	margin: 170px 2px 5px 5px;
}


div.afadminheader table, div.afadminheader td
{
	text-align: left;
}

td, th
{
	text-align: left;
}

.afadminTextBox, .afadminNormal, input, textarea
{
	padding: 1px 1px 1px 1px; 
	border: 1px solid #b0c4de;
}

/* Mid Column Layout */
.ContentPaneLeft {
	float: left;
	width: 49.5%;
}

* html .ContentPaneLeft {
	width: 49%;
}

.ContentPaneRight {
	float: right;
	width: 49.5%;
}

* html .ContentPaneRight {
	width: 49%;
}


#LeftPaneHolder {
}


#innercontentwrapper {
	float: right;
	margin: 5px 2px 5px 5px;
	width: 665px;
	text-align:left;
	min-height:100%;
}

* html #innercontentwrapper {
	width: 665px;
}


    #adventnet .pro-name
    {
        font: bold 13px Verdana, Arial, Helvetica, sans-serif;
        color: #383232;
        text-align: center;
    }
    #adventnet a
    {
        font: bold 13px Arial, Helvetica, sans-serif;
        text-align: center;
        color: #757575;
        text-decoration: none;
    }
    #adventnet .download
    {
        font: bold 20px "Courier New" , Courier, monospace;
        color: #ff5a00;
    }
    #adventnet .pro-name:hover, #adventnet a:hover, #adventnet .download:hover
    {
        color: #006;
    }




<!--[if IE]>
.SEOMenuH ul {display:inline-block;}
.SEOMenuH ul {display:inline;}
.SEOMenuH ul li {float:left;}
.SEOMenuH {text-align:center;}
<![endif]-->

