

/******/
* /* 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{float:right;width: 100%;	min-height: 10px;	padding:0;	text-align: right}
.toplinksright td{padding: 0; text-align: right}
.toplinksright table{padding: 0}
* html .toplinksleft{height:10px}

#header{clear: both;background-color: #fff;height: 75px; padding: 10px 0 10px 5px}
* html #header{height: 80px}

#Logo{float: left;	width: 310px;	padding: 15px 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 left 0 #fff;
}

.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: 58px;
	width: 165px;
	text-align: left;
	background: url(Images/BreadCrumbLeft.jpg) no-repeat;
	z-index: 49;
	vertical-align: middle;
}

* 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: 848px;
	position: relative;
}

.leftcontent
{
	float: left;
	margin: 95px 2px 5px 5px ;
	width: 160px;
	min-height:100%;
}

* html .leftcontent
{
	width: 160px;
	position: relative;
	height:100%;
}

.content
{
	float: right;
	background: #fff;
	margin: 5px 2px 5px 5px;
	width: 670px;
	text-align:left;
	min-height:100%;
}

* html .content
{
	width: 672px;
	position: relative;
}

.rightcontent
{
	float: right;
	background: #fff;
	margin: 5px  5px 5px 5px;
	/*min-height: 100%;*/
	width: 155px;
	min-height:100%;
}

* html .rightcontent
{
	position: relative;
}


/**************************
FOOTER
**************************/

#footerContainer
{
	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: 480px;
	height: 60px;
	margin: 0 auto;
	position: relative;
}

.clsfootermiddle
{
	width: 100%;
	height: 45px;
	padding-top:10px;
	text-align: center;
	margin-top: 10px;
	background: url(images/BottomBanner.jpg) #EFEFEF left 0 repeat-x; 
}

.clsfooterbottom
{
	width: 100%;
	padding:0;
	text-align: center;
	height: 25px;
}

.BottomCopyright
{
	font-family: Verdana, sans-serif, arial;
	font-size: 10px;
	color: #FFFFFF;
}

.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: #EB4217;	padding: 0}
.Head{font-size: 12px;color: #EB4217;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:#EB4217}
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: #EB4217}
a:link, a:visited, a:active{color: #EB4217;font-family: Verdana, sans-serif, arial;font-weight: normal;font-size: 10px;text-decoration: underline;}
a:hover { color: #EB4217; font-family: Verdana, sans-serif, arial; font-size: 10px; text-decoration: underline; }
a.Normal:link, a.Normal:visited { color: #EB4217; font-family: Verdana, sans-serif, arial; font-weight: normal; font-size: 10px; text-decoration: none; }
a.Normal:hover { color: #EB4217; font-family: Verdana, sans-serif, arial; font-size: 10px;	text-decoration: none; }


/* Control Panel Styles */
.ControlPanel{background: #e6e6fa}
.ControlPanel .NormalTextBox {padding: 1px 0px 1px 0px; 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;}
.Settings label {padding: 1px}
.Settings .NormalTextBox {color: #000;padding: 1px;line-height: 11px;font-family: Verdana, sans-serif, arial;font-weight: normal;font-size: 11px;border: 1px solid #b0c4de}

/* DNN Styles */
.NormalTextBox
{
	border-right: black 1px solid;
	padding-right: 1px;
	border-top: black 1px solid;
	padding-left: 1px;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 1px;
	border-left: black 1px solid;
	color: #000;
	line-height: 11px;
	padding-top: 1px;
	border-bottom: black 1px solid;
	font-family: Verdana, sans-serif, arial;
}

input, textarea,select
{
	padding: 1px 1px 1px 1px; 
	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 buttoms 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: 1px 0 0 0px;}

/* Customised Search Input */
.SearchInputTable{background: transparent;margin-bottom: 20px}

/**************************
Ads
**************************/

.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:#000; cursor:pointer;font-weight:bold} 
.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*/} 

#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;
}

<!--[if IE]>
.SEOMenuH ul {display:inline-block;}
.SEOMenuH ul {display:inline;}
.SEOMenuH ul li {float:left;}
.SEOMenuH {text-align:center;}
<![endif]-->

