body {
	text-align:center;
	background:#edf7fa;
	color:#000000;
}
form,body {
	margin:0;padding:0;
}
body,input,textarea, p, ul, div, span , .Normal, h3, th, td, tbody{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.4em;
	color: #333333;
}

.ContentPane table td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#dnn_LeftPaneBtm table {
	
}

#dnn_ctr448_DisplayBanners_lstBanners td, dnn_ctr448_DisplayBanners_lstBanners_ctl00_lblItem {
	text-align:center;
	
}

h1#logo {
	position:absolute;
	margin:0;
	left:51px;
	top:0px;
	background-image: url(images/css/logo3.jpg);
	width:266px;
	height:99px;
}
h1#logo a {
	display:block;
	width:266px;
	height:99px;
	text-indent:-999em;
}

/*
h1#logo {
	position:absolute;
	margin:0;
	left:64px;
	top:25px;
	background-image: url(images/css/logo.jpg);
	width:243px;
	height:56px;
}
h1#logo a {
	display:block;
	height: 56px;
	width: 243px;
	text-indent:-999em;
}
*/
h2 {
	margin:0;
	padding:6px 0px 7px 21px;
	display:block;
	background:#ee903f;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}

h3 {
	font-size:12px;
	font-weight: bold;
	color: #50b5d1;
}
a, a:visited, a:link {
	color:#1852a5;
	text-decoration:none;
}
#bodyWrapper {
	background: url(images/css/bodybg.jpg) top repeat-x;
}
#container,#containerhome,#containeradmin, #containerlogin {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1em;
	width:981px;
	background:url(images/css/containersides.jpg) repeat-y #FFFFFF;
	text-align:left;
}
#dnn_LeftPaneBtm #container {
	position:relative;
	margin:0px;
	width:100%;
	background:none;
	text-align:left;
}
#containerleft {
	position:absolute;
	top:0px;
	left:0px;
	width:13px;
	height:684px;
	background:url(images/css/containerleftside.jpg) no-repeat;;
}
#containerright {
	position:absolute;
	top:0px;
	left:968px;
	width:13px;
	height:684px;
	background:url(images/css/containerrightside.jpg) no-repeat;;
}
#containerbg {
	margin-left:14px;
	width:953px;
	background:url(images/css/containerbg.jpg) top no-repeat;
	padding-bottom:0.1px;
}
 
#containerhome #containerbg {
	margin-left:14px;
	width:953px;
	background:url(images/css/containerbghome.jpg) top no-repeat;
	padding-bottom:0.1px;
}
#content {
	padding-top:130px;
	padding-bottom:0.1px;
	min-height:480px;
}

* html #content {
	height: 520px;
}
#bodyContainer {
	float:left;
	display:inline;
	margin-left:9px;
	padding-top:17px;
	width:609px;
}
#containerhome #bodyContainer {
	float:left;
	display:inline;
	margin-left:4px;
	padding-top:194px;
	width:609px;
}
#leftColumn {
	float:left;
	display:inline;
	line-height:1.2em;
	margin-left:41px;
	width:258px;
	
/*	border-left:4px solid white;
	border-right:4px solid white;*/
}

#leftColumn p, #leftColumn td, #rightColumn p, #rightColumn td, #rightColumn li {
	font-size:11px;
}

#bodyColumn {
	float:left;
	display:inline;
	width:432px;
	line-height:1.2em;
}
.bodyOneColumn #bodyColumn {
	width:609px;
}

#containerlogin #dnn_leftcontent {
	width: 203px;
	float:left;
}

#containerlogin #dnn_ContentPane {
	width: 203px;
	float:right;
}

/*#containerlogin #dnn_leftcontent {
	width: 203px;
	float:left;
}
*/
#containerlogin #dnn_rightcontent {
	width: 203px;
	float:right;
}

#containerhome #bodyColumn {
	float:left;
	display:inline;
	width:424px;
}
#containeradmin #bodyColumn {
	float:left;
	display:inline;
	width:600px;
	overflow:visible;
}
#rightColumn {
	float:right;
	width:174px;
	line-height:1.2em;
}

#dnn_newsPanel h2 {
	background: #ee903f;
}


/*********************************************************
*	Styles for nav0igation
**********************************************************/
/*********Menu containers **********/
ul#nav0 {
	display:block;
	background:url(images/css/navbg.jpg) repeat-x #dcf0f6;
	text-align:left;
	margin:0 0 5px 0;
	padding:0 0 20px 23px;
	color:#1980ab;
	font-weight:bold;
	list-style:none;
}
ul#nav0 ul,ul#nav0 li {
	margin:0;
	padding:0;
	list-style-type:none;
}

/*** Level 2 containers, initially hide ****/
ul#nav0 li ul {
	position:absolute;
	left:-999em;
	top:0;
	padding:0;
	border:1px solid #1980ab;
	font-weight:normal;
	font-size:10px;
	
}
/*** Level 2 containers, simulate the popup effect ****/
ul#nav0 li:hover ul,
ul#nav0 li.sfhover ul {
	left:211px;
	border:1px solid #1980ab;
}
/*** Level 2 containers, expanded effect ****/
ul#nav0 li.selected ul,
ul#nav0 li#navCurrentItem ul {
	position:relative;
	left:0;
	top:0;
	border:none;
}
/*** Level 3 containers ***/
ul#nav0 li ul ul{
	display:none;
}
/*** Level 3 containers ***/
ul#nav0 li.selected ul ul,
ul#nav0 li#navCurrentItem ul ul {
	display:block;
	position:relative;
	left:0;
	top:0;
}

/****** Level 1 menu items ******/
ul#nav0 li {
	background:url(images/css/nav_separator.gif) bottom no-repeat;
	position:relative;
	list-style:none;
	padding-bottom:1px;
	z-index:20;
}

ul#nav0 li.last, ul#nav0 li:last-child {
	background:transparent;
}
ul#nav0 li li {
	background:transparent;
	position:relative;
	list-style:none;
	padding-bottom:1px;
	margin:0;
	z-index:50;
}

ul#nav0 li a {
	display:block;
	background-image:url(images/css/navbullet.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:23px;
	height:24px;
	line-height:22px;
	text-decoration:none;
	color:#1980ab;
	z-index:100;
}
ul#nav0 li.selected a,
ul#nav0 li#navCurrentItem a,
ul#nav0 li a:hover {
	background-image:url(images/css/navbullet_on.gif);
	/*color:#ffba00;*/
}
ul#nav0 li ul {
	background:#FFFFFF;
	width:163px;
}
ul#nav0 li li a {
	background:#FFFFFF;
	height:12px;
	line-height:12px;
	color:#1980ab;
	font-weight:normal;
	font-size:10px;
	padding:3px 0 3px 10px;
	z-index:1000;
}
ul#nav0 li li a:hover {
	color:#ee903f;
	background:#FFFFFF;
}
ul#nav0 li.selected ul,
ul#nav0 li#navCurrentItem ul {
	width:auto;
	background:transparent;
	margin-left:23px;
}
ul#nav0 li.selected li a,
ul#nav0 li#navCurrentItem li a {
	background:url(images/css/subnavbullet.gif) left top no-repeat;
	height:10px;
	line-height:10px;
	padding-left:8px;
	color:#1980ab;
	font-weight:normal;
	font-size:11px;
	width:auto;
}
ul#nav0 li.selected li a:hover,
ul#nav0 li#navCurrentItem li a:hover,
ul#nav0 li.selected li a#navCurrentLink {
	background:url(images/css/subnavbullet_on.gif) left top no-repeat;
	color:#1980ab;
}

/*********************************************************
*	Search panel styles
**********************************************************/
p.nopadding {
	margin:0; padding:0;
}

p.captiontext {
	font-size: 11px;
	text-align:right;
	padding-top: 5px;
	margin:0;
}

p.smalltext {
	font-size: 11px;
}
.leftPanel {
	border-top: 4px solid #FFF;
	border-bottom: 16px solid #FFF;
}
.colouredpara {
	background:#dcf0f6;
	border: 1px solid #dcf0f6;
	padding:5px;
}
.leftPanelBtmBack {
	background:#dcf0f6;
	overflow:auto;
	border-bottom: 1px solid #dcf0f6;
	border-top: 1px solid #dcf0f6;
	padding:6px 21px 6px 21px;
}

.leftPanelBtmBack h3{
	margin:0;
	padding: 10px 0 10px 0;
}
.leftPanelBtmBack p {
	padding:0;
	margin:2px 0 6px 0;
	line-height: 1.2em;
}

.leftPanel, #dnn_leftPane div{
	background:#dcf0f6;
}
#dnn_leftPane .ContentPane {
	margin: 0;
	padding:10px 21px 10px 21px; 
}
#dnn_LeftPanelBtm h3 {
	margin:0;
	padding:5px 0 5px 0;
}


.leftPanel h2,#dnn_leftPane h2 {
	background:#50b5d1;
	color:#FFFFFF;
}
.leftPanel div {
	padding:20px 0px 20px 20px;
}
.leftPanel input,.leftPanel img {
	vertical-align:middle;
}
.leftPanel #dnn__ctl1_txtSearch{
	border:1px solid #50b5d1;
	width:158px;
}
#rightColumn {
	width:174px;
}

#container #rightColumn {
	border-bottom: none;
}

#picturePanel {
	font-size:10px;
	margin-top:5px;
	margin-bottom:30px;
}
#picturePanel img {
	display:block;
}

/********************************************
Form Styles
*****************************************/

.iframepage {
	background: transparent;
	text-align:left;
}

.formTable {
	color: #000;
}

.formTable th {
	font-weight: normal;
	width: 165px;
}

#newsForm p, #newsFormThanks p, .newsTable{
	font-size: 11px;
}

.newsinput {
	background: #FFF;
	border: 1px solid #50b5d1;
	width: 140px;
}

.textinput {
	background: #FFF;
	border: 1px solid #50b5d1;
	width: 200px;
}

select.textinput {
	background: #FFF;
	border: 1px solid #50b5d1;
	width: 203px !important;
}

.submit, .StandardButton {
	background: #50b5d1;
	border: none;
	color: #FFF;
	font-weight: bold;
	padding: 0; margin:0;
	text-transform: uppercase;

}


.StandardButton {
	width: 100px;
	padding: 2px;
}


#dnn_newsPanel p {
	margin:0 0 0.5em 0;
}
#dnn_newsPanel ul {
	list-style:none;
	padding:0;
	margin:0;
}
#dnn_newsPanel ul li {
	margin:0 0 10px 0;
	padding-left:16px;
	list-style:none;
	font-weight: bold;
	color:#275eab;
	background:url(images/css/relatedbullet.gif) left top no-repeat;
}

#dnn_newsPanel ul ul {
	list-style:none;
	padding:0;
	/*margin-left:16px;*/
}
#dnn_newsPanel ul li ul li {
	margin:0;
	background:none;
	padding:0;
	list-style:none;
	font-weight: normal;
	color:#333;
}


#dnn_newsPanel a {
	font-weight:bold;
	text-decoration:none;
}
#containerhome #dnn_newsPanel {
	margin:auto;
}
ul#headerNav {
	position:absolute;
	left:604px;
	top:21px;
	width:380px;
}

ul#headerNav li {
	position:relative;
	float:left;
	list-style:none;
}
ul#headerNav li.separator {
	background: url(images/css/headernavseparator.gif) no-repeat; 
	display:inline-block;
	float:left;
	width:5px;
	height:29px;
	border-top:none;
}
ul#headerNav li a {
	display:block;
	float:left;
	/*background:url(images/css/headernav0bullet.gif) top no-repeat;*/
	width:70px;
	height:25px;
	line-height:11px;
	text-align:center;
	border-top:4px solid #66aeca;
	padding-top: 7px;
	font-size: 11px;
	color: #ffffff;
}
ul#headerNav li a:hover,ul#headerNav li a.selected {
/*	background:url(images/css/headernav0bullet_on.gif) top no-repeat;*/
	color:#ffffff;
	border-top:4px solid #ffffff;
}
ul#headerNav li#jobs a,
ul#headerNav li#jobs a:hover {
	color:#ffffff;
	border-top:4px solid #ffffff;
}


.clearer {
	clear:both;
	line-height:0px;
	height:0px;
	overflow:hidden;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

#footer {
	position:relative;
	margin:0 auto;
	width:981px;
	height:31px;
	background:url(images/css/footerbg.jpg) no-repeat left bottom;
	color:#197faa;
	font-size:10px;
}
#footer ul {
	position:absolute;
	width:700px;
	top:9px;
	left:19px;
	list-style:none;
	margin:0; padding:0;
}
#footer ul li{
	display:block;
	float:left;
	color:#197faa;
}
#footer a {
	color:#197faa;
	margin-left:16px;
	margin-right:16px;
	font-size: 11px;
}
.SkinObject {
	font-weight:normal;
}

td {
	text-align:left;
	vertical-align:top;
}
td a,td span,td img {
	display:inline;
}
span { display:inline; }

.ContentPane .largeText {
	font-size:14px;
}

#dnn_ContentPane a,#dnn_newsPanel a {
	color:#50b5d1;
	text-decoration:none;
}
#dnn_ContentPane a:hover,#dnn_newsPanel a:hover {
	text-decoration:underline;
}

#dnn_ContentPane p {
	text-align: justify;
}

.SubHead {
	font-weight:normal;
	color:#ee903f;
}

.salesTable td{
border-top:#339999 1px solid;
border-left:#339999 1px solid;
}

.salesTable{
width:565px;
border-bottom:#339999 1px solid;
border-right:#339999 1px solid;
}

.salesTable .heaeder{
color:#FFFFFF;
background-color:#006666;
}

.salesTable .tablehead td{
color:#FFFFFF;
background-color:#333333;
}


/*******************************
  Container Styles
********************************/
a.loadedlink, a:visited.loadedlink, a:hover.loadedlink, a:link.loadedlink {
	color: #dcf0f6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
}
#loadeddiv {
	padding-right:24px;
	text-align:right;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1em;
	width:981px;
}

#dnn_ContentPane .ContentPane {
	padding:21px 21px 10px 21px;
/*	position:relative;*/
}

#dnn_OptionalImagePanel {
	margin:0; padding:0;
}

#dnn_newsPanel .ContentPane{
	padding:21px 21px 10px 21px;
	border-bottom:4px solid #ee903f;
}

.ContentPane span {
	padding:0;
	margin:0;
}
h2 .Head {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}

.NormalTextBox {
	width: 150px;
	border: 1px solid #50b5d1;
}

.rtmTable {
	width: 380px;
	border: 1px solid #50b5d1;
	background: #fde8d5;
}

table.Normal td {
	border-bottom: 1px solid #fde8d5;
}

#dnn_ctr430_ContentPane, #dnn_ctr431_ContentPane, #dnn_ctr432_ContentPane, #dnn_ctr433_ContentPane, #dnn_ctr434_ContentPane, #dnn_ctr435_ContentPane,
#dnn_ctr416_ContentPane, #dnn_ctr417_ContentPane, #dnn_ctr418_ContentPane, #dnn_ctr427_ContentPane, #dnn_ctr428_ContentPane, #dnn_ctr429_ContentPane,
#dnn_ctr410_ContentPane, #dnn_ctr419_ContentPane, #dnn_ctr420_ContentPane, #dnn_ctr447_ContentPane, #dnn_ctr445_ContentPane, #dnn_ctr446_ContentPane,
#dnn_ctr456_ContentPane, #dnn_ctr489_ContentPane, #dnn_ctr490_ContentPane, #dnn_ctr491_ContentPane,
#dnn_ctr492_ContentPane, #dnn_ctr493_ContentPane, #dnn_ctr521_ContentPane {
	border: 1px solid #ee903f;
}

.DescriptionCell {
	width:60%;
}

.TitleCell {
	width: 30%;
}

.DownloadCell {
	width: 10%;
}

#loaded-frame {
	
	width: 120px;
	height: 80px;
	padding: 20px 20px 20px 0px;
	width: 950px;
	margin: 0px auto;
	
}

#loaded-logo{
	float:right;
	display:block;
}

a#loaded-webdeveloper:link, a#loaded-webdeveloper:hover, a#loaded-webdeveloper:visited{
	float:right;
	clear:both;
	display:block;
	padding:2px 0px 2px 0px;
	width: 110px;
	font-size: 8px !important;
	text-align: right;
	color: #e6e6e6;
	text-decoration: none;
	letter-spacing:1px;
}

a#loaded-webdeveloper:hover{
	color: #e6e6e6;
}
