	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fff;
		min-width:600px;		/* Minimum width of layout - remove line if not required */
		font-size:90%;
	}
	html, body {font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif; color:#333;     background-color: #fff;}	
	a{color:#039; text-decoration:none; cursor:pointer;font-size:1em;}
	a:hover{text-decoration:underline;}
	h1, h2, h3 {
		margin:.3em 0 .1em 0;
		padding:0;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:0 0 0 0;
	}
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:800px;
		height: 203px;
		background:#fff;
		background-image: url('../images/header3.png');
		background-repeat: no-repeat;

	}
	#mainblurb{
		padding: .6em;
		padding-top: 0;
		padding-bottom: .1em;		
	}
	#header {
		border-bottom:1px solid #999;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}


	#header ul li a span {
		display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#fff;
		border-top:4px solid #999;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:800px;
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:800px;;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding: 0 .1em 0;	
		overflow:hidden;
		background:#ffffff;		
	}
	/* 3 Column settings */
	.threecol {
		background:#fff;		/* right column background colour */
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		background:#fff;		/* center column background colour */
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
		background:#fff;	/* left column background colour */
	}
	.threecol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:24%;			/* Width of left column content (column width minus padding on either side) */
		left:30%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:24%;			/* Width of right column content (column width minus padding on either side) */
		left:80%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	.threecol .col4 {
		width:48%;			/* Width of right column content (column width minus padding on either side) */
		left:30%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}	
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
    height: 90px;
		width:800px;			/* width of page */
		border-top:1px solid #999;
		background:#fff;
		-moz-border-radius-bottomright:10px;
		-webkit-border-radius: 10px;						
	}

#footerlogos3 {
    position: absolute;
    margin: 0 0 0 93px;
    padding: 0 0 0 0;
    width: 135px;

}
#footerlogos4 {
    position: absolute;
    margin: 8px 0 0 230px;
    padding: 0 0 0 0;
    width: 168px;
}
 
#strose {
    position: absolute;
    margin: 0 0 0 93px;
    padding: 0 0 0 0;
    width: 74px;
    top: 340px;
}
#wamc {
    position: relative;
    left: 0px;
    width: 74px;
    padding: 0 0 0 0;

}
 
	#footer p {
		padding:10px;
		margin:0;
	}
/* 2 Column (right menu) settings */
	.rightmenu {
		background:#fff;		/* right column background colour */
	}
	.rightmenu .colleft {
		right:25%;			/* right column width */
		background:#fff;		/* left column background colour */
	}
	.rightmenu .col1 {
		width:71%;			/* left column content width (left column width minus left and right padding) */
		left:27%;			/* (right column width) plus (left column left padding) */
	}
	.rightmenu .col2 {
		width:24%;			/* right column content width (right column width minus left and right padding) */
		left:29%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}

/* FAKE one columns (actually 2 Column (right menu) settings) */
	.rightmenu2 {
		background:#fff;		/* right column background colour */
	}
	.rightmenu2 .colleft {
		right:5%;			/* right column width */
		background:#fff;		/* left column background colour */
	}
	.rightmenu2 .col1 {
		width:97%;			/* left column content width (left column width minus left and right padding) */
		left:6%;			/* (right column width) plus (left column left padding) */
	}
	.rightmenu2 .col2 {
		width:5%;			/* right column content width (right column width minus left and right padding) */
		left:5%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}
	
#portalmiddle {
    width: 800px;
    height: 550px;
	background:#fff;	
}
	
#housebutton {
    position: absolute;
    width: 40px;
    height: 30px;
    left: 140px;
    top: 5px;
}
#rightad {
    position: fixed;
    left: 800px;
    top: 0px;
}
#mailbox{
	margin-top: 15px;
}

#aboutbutton {
    position: absolute;
    left: 200px;
    top: 1px;
}

#premium {
    position: absolute;  
    left: 300px;
    top: 5px;

}

#customersupport {
    position: absolute;
    left: 420px;
    top: 5px;
}

#advertise {
    position: absolute;
    width: 60px;
    height: 30px;
    left: 540px;
    top: 5px;
}

#contact {
    position: absolute;
    width: 60px;
    height: 30px;
    left: 675px;
    top: 5px;
}

#house1 {
    width : 50px;
    height : 50px;
    background-image : url(../images/homebutton.png);
    background-repeat: no-repeat;
}	
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
    color: 111111px;

    font-family:arial, verdana, sans-serif;     	
}

#nav li {
	float: left;
	width: 7em;
    background-color: #FFFFFF;
}

#nav li ul {
	position: absolute;
	width: 7em;
	left: -999em;
	padding-left: 5px;	
}

#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav2, #nav2 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav2 a {
	display: block;
    color: 111111px;
	padding: 0;
    font-family:arial, verdana, sans-serif;     	
}

#nav2 li {
	float: left;
	width: 9em;
    background-color: #FFFFFF;


}

#nav2 li ul {
	position: absolute;
	width: 9em;
	left: -999em;
	padding-left: 5px;	
}

#nav2 li:hover ul {
	left: auto;
}
#nav2 li:hover ul, #nav2 li.sfhover ul {
	left: auto;
}
#news li {
  list-style-type:none;
  margin:0 0 0.1em -3em;
  }
#news a {color:#039; text-decoration:none; cursor:pointer;font-size:0.9em;}  
#quicklink li {
  list-style-type:none;
  margin:0 0 0.1em -3em;
  }  
#quicklink a {color:#039; text-decoration:none; cursor:pointer;font-size:0.9em;}
#footer	a{color:#039; text-decoration:none; cursor:pointer;font-size:0.9em;}
#footerlogos {
    position: absolute;
    margin: 0 0 0 0;
    padding: 0 0 0 10px;
    width: 210px;
	background:#fff;
}
#footerlogos2 {
    position: absolute;
    margin: 0 0 0 0;
    padding: 0;
    left: 215px;
	background:#fff;
}
#footerlinks {
  margin: 10px 0 0 340px;
  padding: 0 15px 0 0;
  width: 450px;
  color: #999999;
  font-family:arial, verdana, sans-serif; 
  text-decoration:none;
  float: right;
  text-align: right;  
}

#footerblurb {
  margin: 5px 0 0 340px;
  padding: 0 15px 3px 0;
  width: 450px;
  color: #333;
  font-family:arial, verdana, sans-serif; 
  text-decoration:none;
  float: right;
  text-align: right; 
}
#premiumlogin {
    position: relative;
    width: 300px;
    height: 92px;
    background-image: url('../images/premium_login.png');
    background-repeat: no-repeat;
		margin-left:auto;		
		margin-right:auto;    
}
#premiumlogininner {
    position: relative;
    top: 30px;
}
#forgotmypassword {
    margin-top: 30px;
}
#freelogin {
    width: 300px;
    height: 20px;
    position: relative;
	padding-top 0;
  padding-left: 40px;
  text-align: center;
}

#logintext {
  position: relative;
  top: 35px;
  left: 30px;
  color: #FFFFFF;
  font-family:arial, verdana, sans-serif; 
  font-size:0.9em; 
}
#portaltext {
  position: relative;
  top: 30px;
  color: #333;
  font-family:arial, verdana, sans-serif; 
  font-size:1.1em; 
  text-align: center;
  font-weight:bold
}

#box-table-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	margin-left: 0px;	
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border-top: 7px solid #666;
	border-bottom: 7px solid #666;
}
#box-table-b th
{
	font-size: 13px;
	font-weight: normal;
	padding: 3px;
	background: #e8edff;
	border-right: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	color: #039;
}
#box-table-b td
{
	padding: 3px;
	background: #ffffff; 
	border-right: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-top: 1px solid #cdcdcd;	
	color: #333;
}
#mapcontent {
    position: relative;
    width: 500px;
    left: 10px;
    top: 0px;
    margin-bottom: 5px;
    padding-bottom:5px;
}
#orderform fieldset, div#service{border:1px solid #ccc; padding:10px 20px 20px 20px; margin-bottom:20px; }
#orderform fieldset h2, div#service h2{margin-left:-15px}
#orderform .form-row{margin-bottom:10px; clear:both;}
#orderform label{float:left; margin-right:10px; line-height:27px; text-align:right; width:200px; font-weight:bold}
#orderform label.none{float:none; margin-right:10px; line-height:27px; text-align:left; font-weight:bold}
#orderform input, #orderform textarea, #orderform select{margin-right:5px;}
#orderform select{padding-top:0}
#orderform .textfield{width:208px; font-size:12px; line-height:1; padding:3px;}
#orderform .selectfield{width:160px;}
#orderform td table td.plan-select{width:1%; padding:7px 0 4px 10px; vertical-align:top}
#orderform td table td.plan-price{padding:4px 10px 4px 0}
#orderform td table td .term{font-size:10px; color:#666;}
#orderform .order-note{font-size:11px; color:#666;}

#loginform .form-row{margin-bottom:2px; clear:both;}
#loginform label{float:left; margin-right:10px; line-height:27px; text-align:right; width:100px; color:#fff;}}
#loginform label.none{float:none; margin-right:10px; line-height:27px; text-align:left; font-weight:bold}
#loginform input, #orderform textarea, #orderform select{margin-right:5px;}
#loginform select{padding-top:0}
#loginform .textfield{width:100px; font-size:12px; line-height:1; padding:3px;}
#loginform .selectfield{width:160px;}
#orderform .order-note{font-size:11px; color:#666;}

input {background-color: #e8edff; font-weight: normal; font-size: 12px; color: #333;}

