/*

ATV
Common Styles 
Created 1/9/07
Edited 24/7/08 WNP

*/


html, body {height:100%}

body {
	margin: 0;
	padding: 0;
	color: #555555;
	font: .8em/1.7em Arial, Helvetica, sans-serif;
}

#outer {
	width: 990px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

/* Hidden content */
.structurelabel, .skiplinks
{
    position: absolute;
    left: -5000px;
    width: 4000px;
/*	display: none; */
}


/* HEADER AND MAIN NAV */

#header {
	width: 990px;
	height: 166px;
	margin: 0;
	padding: 0;
	background: url(../images/home_header_bg.jpg) 0 0 no-repeat;
}

#header h1 {
	float: left;
	margin-bottom: 20px;
	padding: 0;
}

#header h1 a {
	display: block;
	width: 143px;
	height: 96px;
	margin: 29px 0 0 0;
	background: url(../images/siteid.gif) no-repeat 0 0; /* this is the client logo */
}


#header h1 span { 
	display: none;
}

/* Utility Styles */

#header ul {
	display: none;
}

#header .headerLinks {
	background: url(../images/hme_portlets_bg.jpg) no-repeat top;
	clear:both;
	float: left;
	width: 990px;
}

#header .headerLinks .headerItem {
	width: 235px;
	height: 60px;
	overflow:hidden;
	padding: 5px;
	float: left;
	border-right: solid 2px #433222;
	border-bottom: solid 2px #433222;
	color: #F08A36;
	text-align: center;
	line-height: 16px;
}

#header .headerLinks .headerItem .headerItemName a {
	color: #F08A36;
	text-decoration: none;
	font-weight: bold;
	padding: 0;
	margin:0;
}

#header .headerLinks .headerItem .headerItemDesc p{
	margin:0;
	color: #EAA46A;
}

#header .headerLinks .headerIntro {
  color: #F08A36;
  text-align: center;
  padding-bottom: 7px;
}

/*********** Navigation styles ***********/

#mainNav {
	width: 990px;
	height: 35px;
	margin: 0;
	padding: 0;
	background: url(../images/nav_header.jpg) 0 0 no-repeat;
}

#mainNav ul {
	float: left;
	display: inline;
	list-style-type: none;
	margin: 7px 0 0 0;
	padding: 0;
}

#mainNav li {
	display: inline;
	margin: 0;
	padding: 0;
}

#mainNav li a {
	display: block;
	float: left;
	margin: 0;
	padding: 0 10px 5px 10px;
	font: bold 1.2em arial, helvetica, sans serif;
	text-decoration: none;
	color: #fff;
}

#mainNav li.last a {
	margin-right: 0;
}

#mainNav li a:hover {
	border-bottom: 5px solid #CC0000;
}

#mainNav li a.active {
	border-bottom: 5px solid #000;
}

/* search panel */

#toolbar-top {
	float: right;
	margin: -27px 10px 0 0;
	padding: 0;
}

#toolbar-top form {
	margin: 0;
	padding: 0;
}

#toolbar-top form label span {
	display: none;
}

#toolbar-top form input.searchinput {
	float: left;
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
	width: 100px;
	height: 14px;
	font: normal 1em Arial, Helvetica, sans-serif;
	background: #fff;
	border: none;
}

/*#toolbar-top form input.button {
	float: left;
	margin: 0;
	padding: 0;
	font: 1em arial, helvetica, sans serif;
	color: #fff;
	cursor: pointer;
	background: none;
	border: none;
	font-weight:bold;
}*/


/* CENTRECONTENT STRUCTURE */

#container {
	float: left;
	padding: 0;
	margin: 0;
	width: 990px;
	height: auto;
}

#centrecontent {
	float: left;
	display: inline;
	padding: 0;
	margin: 0;
	height: auto;
	font: 1.1em Arial, Helvetica, sans-serif;
}

#centrecontent a:link {color: #D90119; text-decoration: none;}
#centrecontent a:visited {color: #D90119; text-decoration: none;}
#centrecontent a:hover {color: #D90119; text-decoration: underline;}
#centrecontent a:active {color: #D90119; text-decoration: none;}

#centrecontent a img{
	border: none;
}

/* links */

.links .imageright img {margin-top: -20px;}
.links .link a, .links .link {clear: left;}
.linktype {padding: 25px 0; border-bottom: solid 1px #ccc;}


/* Form Styles */

DIV.form P {padding-left:20px;}
DIV.form H1 {margin:0px 0px 20px 0px; padding:32px 34px 12px 0px; color:#FFF; background:#4D4F53; font-size:2.4em; text-align:right; text-transform:uppercase;}
DIV.form FORM {width:505px; padding:0px 0px 0px 20px;}
DIV.form DIV.formElement {float:left; clear:left; width:525px; padding:3px 0px;}
DIV.form LABEL {float:left; clear:left; width:220px;}
DIV.form FIELDSET {float:left; clear:left; margin:10px 0px 0px 0px; padding:5px 0px 10px 209px; border: 0;}
DIV.form FIELDSET LABEL {width:300px; padding:1px 0px;}
DIV.form INPUT {width:294px; padding:2px 3px; border:1px solid #4D4F53;}
DIV.form INPUT.formCheckbox, DIV#centrecontent DIV.form INPUT.formRadio {width:22px; padding:0px; border:none;}
DIV.form INPUT.formSubmit {float:right; width:auto; margin:10px 0px 0px 0px; color:#000; background:#ccc; border:none;}
DIV.form TEXTAREA {float:left; height:150px; width:296px; padding:4px 3px; border:1px solid #4D4F53;}
DIV.form FIELDSET#inquiry_type {border: none;}
DIV.form FIELDSET#inquiry_type legend.mandatory {float: left; clear: left; margin: 0 0 -25px -210px;}
DIV.form LEGEND {margin: 10px 0 0 -220px; font-size:1em}
DIV.form SELECT {MARGIN-LEFT: 10PX;}

DIV.inquiry P {padding-left:20px;}
DIV.inquiry H1 {margin:0px 0px 20px 0px; padding:32px 34px 12px 0px; color:#FFF; background:#4D4F53; font-size:2.4em; text-align:right; text-transform:uppercase;}
#centrecontent DIV.inquiry FORM {width:400px; padding:0px 0px 0px 20px;}
DIV.inquiry DIV.formElement {float:left; clear:left; width:525px; padding:3px 0px;}
DIV.inquiry LABEL {float:left; clear:left; width:100%; MARGIN: 5PX 0;}
DIV.inquiry LABEL span {width: auto; display: block; float: left}
DIV.inquiry FIELDSET {float:left; clear:left; margin:10px 0px 0px 0px; padding:5px 0px 10px 220px;}
DIV.inquiry FIELDSET LABEL {width:300px; padding:1px 0px;}
DIV.inquiry INPUT {width:294px; padding:2px 3px; border:1px solid #4D4F53; margin: 2px 0; float: right}
DIV.inquiry INPUT.formCheckbox, DIV#centrecontent DIV.form INPUT.formRadio {width:22px; padding:0px; border:none;}
DIV.inquiry INPUT.formSubmit {float:right; width:auto; margin:10px 0px 0px 0px; color:#000; background:#ccc; border:none;}
DIV.inquiry TEXTAREA {float:right; height:150px; width:296px; padding:4px 3px; border:1px solid #4D4F53;}
DIV.inquiry FIELDSET#inquiry_type {border: none;}
DIV.inquiry FIELDSET#inquiry_type legend.mandatory {float: left; clear: left; margin: 0 0 -25px -222px;}
DIV.inquiry input.defaultbutton {width: auto; margin: 10px 0; float: right; clear: both;}
DIV.inquiry select {float: right; margin: 2px 0;}

form.search_form table th {text-align: left;}

.logoutLink { width: 200px;float: right;clear: left;text-align:right; margin-top: -10px; margin-right: 6px;padding: 2px; color: #fff; font-weight: bold;}
 .logoutLink input.button, #toolbar-top form input.button {color:#000; background:#ccc; border:none; width: 55px;}
/*.logoutLink input.button {background: #fff; border:0; color: #663300; font-weight:bold; float:right;}*/

/* Rich text Image styles */
div.imageleft, div.imageright, div.leftobject, div.rightobject
{
    padding-top: 4px;
    padding-bottom: 4px;
    display: inline;
}

div.imagecenter, div.centerobject
{
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
    display: block;
}

div.imagecenter
{
    text-align: center;
}


div.imageleft, div.leftobject
{
    float: left;
    padding-right: 8px;
}

div.imageright, div.rightobject
{
    float: right;
    padding-left: 8px;
}

div.imageleft p.picturetext, div.imageright p.picturetext, div.imagecenter p.picturetext
{
    margin-top: 2px;
    margin-bottom: 2px;
}

div.imageleft p.picturetext, div.imageright p.picturetext, span.picturetext
{
    background-color: #f0f0f0;
}


/* RIGHT STYLES */

#right {
	float: right;
	width: 226px;
	margin: -100px 0 0 0;
	padding: 0;
}

#right .toolbarPortal h1,
#right .toolbarPortal h2,
#right .toollist h1 {
	/* margin: 0 0 5px 0;
	font: bold 1.2em Times New Roman, Times, serif;
	text-transform: uppercase; */
	display: none;
}

#right .toolbarPortal a img {
	border: none;
}

#right .toolbarPortal .object-center {
	margin-bottom: 20px;
}

/* Latest News */

#right .toollist h2 {
	margin: 11px 0 0 0;
	padding: 0;
	font: bold .9em verdana, arial, helvetica, sans serif;
	text-transform: uppercase; 
}

#right .toollist ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#right .toollist li {
	margin: 0;
	padding: 0;
}

#right .toollist li a {
	margin: 0;
	padding: 5px 0;
	text-decoration: none;
	color: #D90119;
}

#right .toollist li a:hover {
	text-decoration: underline;
}


/* FOOTER STYLES */

#footer {
	clear: both;
	width: 990px;
	height: 10px;
	padding: 70px 0 0 0;
	margin: 0 auto 0 auto;
	color: #777;
	font: 1em arial, helvetica, sans serif;
}

#footer ul {
	list-style-type: none;
	border-top: solid 1px  #C9C9C9;
}

#footer li {
	display: inline;
	margin: 0;
	padding: 0;
}

#footer li a {
	display: block;
	float: right;
	color:  #777;
	text-decoration: none;
	padding: 0 8px 0 0;
}

#footer li a:hover {
	text-decoration: underline;
}

#footer ul#Credits {
	display: none;
}