﻿/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
     margin: 0;
     padding: 0;
     border: 0;
}
    
body
{
    font-family: Arial,sans-serif;
    font-size: 100%;
	color: #333333;
	background-color: #FAF0E8;	
}

/* Set css margin:0 auto; to get overall form centered in browser */
#mainContainer
{	
	width:760px;
	margin:0 auto;
	text-align:left;
	background-color: white;
}
* html #mainContainer {
height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}

textarea 
{
    font-family: Arial,sans-serif;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
}

a:hover{
	text-decoration: underline;
	color: #FF9900;
}

/************** header tag styles **************/

h1{
 font: bold 1.2em Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 1.1em Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 0.8em Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 1em Arial,sans-serif;
 color:White;
 margin: 0px;
 padding: 0px;
 background-color:#ABA7A7;
 padding-left: 5px;
}

h5{
 font: 1em Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul
{
    margin: 0 0 0 1.25em;
    padding-top: 5px;
	padding-bottom: 5px;
}

li
{
    margin: 5px;
    font: 0.75em Arial,sans-serif;
    color: #666666;
}

p  
{
    margin: 1em 0;
    font: 0.75em Arial,sans-serif;
    line-height: 1.5em;
    color: #666666;
}

.normal
{
    margin: 1em 0;
    font: 0.75em Arial,sans-serif;
    line-height: 1.5em;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

.clear { clear: both; }


/* header logo */
#header{
	height:80px;
	background-image:url(Images/webhost4bizLogo.gif);
	background-repeat:no-repeat;
	background-color: White;
}
div#headertext 
{
	text-align: right;
	padding-right: 20px;
	padding-top: 30px;
}


#banner
{
    height: 90px;    
    background-image:url(Images/banner.jpg);
	background-repeat:no-repeat; 	
}

#footer {
	width: 760px;
    margin: 0 auto;
    text-align: center;
}
#footer p {
	color: #999999;
    padding:5px;
    margin:0;
	text-align:center;
	font: 0.6em Verdana,sans-serif;
}

label {
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input {
font-family: Arial,sans-serif;
}

.outer {
padding-left: 185px;  
}
* html .outer {
/*** No need for hacking IE on this layout ***/
}
.inner {
width: 575px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
}
* html .inner {
width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
float: left;
width: 760px;
margin-left: -185px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content {
float: right;
width: 570px;
background: #fff;
}

.outer {
padding-left: 185px;  
}
* html .outer {
/*** No need for hacking IE on this layout ***/
}
.inner {
width: 575px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
}
* html .inner {
width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
float: left;
width: 760px;
margin-left: -185px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content {
float: right;
width: 575px;
background: #fff;
}

* html #content {
position: relative;  /*** IE needs this  ***/
}
.contentWrap {
padding-top: 20px;
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 35px;
}
.contentWrap li {
padding-bottom: 2px;
}

/***** LEFT COLUMN ******/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
float: left;
width: 160px;
min-height: 250px;
padding: 5px;
padding-left: 15px;
}
* html #left {
position: relative;  /*** IE needs this  ***/
height: 250px;
}
#left ul {
list-style: none;
padding-bottom: 4px;
}
#left li {
padding-bottom: 2px;
}
/*************************
RIGHT COLUMN
**************************/
#bottomMenu 
{
font: 0.75em Arial,sans-serif;
text-align:center;
width: 750px;
background-color:#5A4737;
padding: 5px;
color: white;
}
#bottomMenu a 
{
color: white;
}
#right {
float: left;
width: 750px;
background: #fff;
padding: 5px;
height: 40px;
margin-left: -185px; /*** Same length as .outer padding-left but with negative value ***/
}
* html #right {
position: relative;  /*** IE needs this  ***/
}
#right ul {
list-style: none;
}
#right li {
display: inline;
padding-right: 15px;
}

/************* the horizontal menu bar ****************/
#topmenu ul
{
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-left: 0;
	background-color: #FF9900;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}

#topmenu ul li { display: inline; }

#topmenu ul li a
{
	padding: 0.4em 2em;
	background-color: #FF9900;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #FFCC66;
	font-weight: bold;

}

#topmenu ul li a:hover
{	
	color: #443217;
}

/************* the home page ****************/
div#homeleftcolumn
{
    border: none;
    float: left;
    width: 445px;    
}
div#homeleftcolumn h1 {
    font: bold 1.2em Arial,sans-serif;
    text-align: left;
    margin: 0px;
    padding: 0px;
    padding-bottom: 5px;
}
div#homeleftcolumn h2 {
    font: bold 0.8em Arial,sans-serif;
    text-align: left;
    margin: 0px;
    padding-top: 10px;
}
div#homeleftcolumn p {
    text-align: left;
    font: 0.75em Arial,sans-serif;
    line-height: 1.5em;
}

div#homerightcolumn
{
    border: none;
    padding-left: 10px;
    padding-right: 0;
    vertical-align: top;
    float: right;
    width: 220px;
}
div#homerightcolumn h2 {
    font: bold 1.0em Arial,sans-serif;
    text-align: center;
    color: #000000;
    margin: 0px;
    padding: 0px;
}
div#homerightcolumn a {
    font-weight: bold;
}
div#homerightcolumn p {
	padding-left: 5px;
	padding-right: 5px;
}
div#homerightcolumn li {
    line-height: 1.2em;
}

/************* the left content vertical menu bar ****************/

#leftmenuheadercontent
{
    font: 0.9em sans-serif,Arial;
    text-align: center;    
    color: #333333;
    padding-top: 4px;
	padding-bottom: 4px;
}

#leftmenu 
{
    padding: 0px;
    margin: 30px 0px 40px 0px;
 }
 
 #leftmenu ul {
    list-style: none;
    margin: 0px;
    overflow:hidden;
	padding-top: 4px;
	padding-bottom: 4px;
    border: none;
 }
 #leftmenu ul li {
    margin: 0px;
    padding: 0px;
 }
 
 #leftmenu ul li a {
    display: block;
    /* border-top:1px solid #8FB8BC; */
    padding: 5px 5px 5px 10px;
    text-decoration: none;
    color: #333333;
    width: 160px;
 }
 
 #leftmenu ul li a:hover, #leftmenu ul li a:focus {
    color: #FF9900;
 }	

.sidebarcontainer 
{
    margin-top: 25px;
	padding: 5px 5px 5px 5px;
	border:1px solid #8FB8BC;
	font-size: .8em;
}

.centrecontainer 
{
    margin:10px;
	padding: 8px 8px 8px 8px;
	border:1px solid #8FB8BC;
} 

/* MJW - used to get a table effect for data entry forms. ie label on left and form elements on right */
p.errortext
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FF0000;
}

.leftcontent
{
    float: left;
    width: 450px;
}
.rightcontent
{
    padding-left: 10px;
    float: right;
    width: 150px;
    
}

.accountleftmenuheading
{
    font: 0.8em Arial,sans-serif;
    color:White;
    margin: 0px;
    margin-top: 15px;
    padding: 0px;
    background-color:#ABA7A7;
    text-align:center;
}

.accountleftmenu
{
    padding: 2px;
    margin-left: 5px;
}

/* Ajax progress panel spinning wheel image */
.Progress {
    font: 0.75em Arial,sans-serif;
}
.Progress img {
   position: absolute;
   left: 250px;
   top: 200px;
 }
 
@media print {	
	body{
		font-size:11pt;
		line-height:13pt;
		background:#FFFFFF !important;
		border:none !important;
	}	
	
	#content, * html #content {
		position: absolute;
		left: 20px;
	}
	
	#mainContainer, #outer, #banner, #inner, #float-wrap, * html #mainContainer, * html #outer, * html #inner {
		width:auto !important;
		margin:auto !important;
	}

	#mainContainer, #outer {border:none;}
	
	#topmenu{
		padding:0;
		text-align:center;
	}
		
    #left, #right, #utility, #header, #topmenu, #banner, #footer, #PrintButton {display:none;}

	
}