/* commented backslash hack v2 \*/ 
html, body {height:100%;} 
/* end hack */ 

body {
	padding:0;
	margin:0;
	xbackground: #F4F9FF  url(../img/plans_bg.jpg) no-repeat right bottom;
	background: #F4F9FF  url(../img/vert_bg_blue.jpg) repeat-x;
	color: #000033;
	font-family:Arial, Helvetica, sans-serif;
	width: auto;
    min-width: 768px;	
}

#outer {
	height:100%;
	min-height:100%;
	margin-left:150px;
	margin-right:150px;
	background:#FCEEBC; /* = centreborder bg color*/
	border-left:3px solid #CC0000;
	border-right:3px solid #CC0000;
	margin-bottom:-31px;
	color: #000033;
}
 
html>body #outer {height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:88px;
	background:#F4F9FF url(../img/bg_sky.jpg) no-repeat;
	border-bottom:1px solid #874300;
	overflow:hidden;
	text-align:center;
	white-space:nowrap;
    min-width: 768px;
}
* html #header {
height:89px;/*for ie5.x win */
he\ight:88px;/*for ie6*/
}
#header img {
	padding:0 3px 0 3px;
	border:0;
}


#left {
	position:relative;/*ie needs this to show float */
	width:150px;
	float:left;
	margin-left:-149px;/*must be 1px less than width otherwise won't push footer down */
}
* html #left {padding-bottom:31px; margin-right:-3px;}/*fix gap in ie next to float and clear footer because we've moved float too far left*/

#left p {padding:0 2px 0 2px;}
#right p {padding:0 2px 0 2px;}

#right {
	position:relative;/*ie needs this to show float */
	width:150px;
	float:right;
	margin-right:-149px;/*must be 1px less than width otherwise won't push footer down */
}
* html #right {padding-bottom:31px ;margin-right:-150px;}/* stop float drop in ie */

#right img {
	margin-top:2px;
	margin-left:6px;
}

.starbuy {
	width:142px;
	margin-left:6px;
	margin-right:3px;
	margin-top:2px;
	margin-bottom:2px;
	padding:3px 0 10px 0;
	color: #000033;
	border: 1px solid #4578BA;
	background:#D8EAFF;
	font-size:0.78em;
	text-align:center;
}
* html .starbuy {
	width:141px;/*for ie5.x win */
	w\idth:140px;/*for ie6*/
}

.starbuy img  {
	padding:0;
	margin-top:0;
	margin-right:6px;
	margin-left:auto;
}

a.starlink:link { 
	color: #020895; 
	background: #FDEBAD;
	padding:3px;
	border:1px solid #4578BA;
	text-decoration:none;
	font-weight:bold;
} 

a.starlink:visited { 
	color: #020895; 
	background: #FDEBAD;
	padding:3px;
	border:1px solid #4578BA;
	text-decoration:none;
	font-weight:bold;
} 

a.starlink:hover {
	color: #FFFFFF;
	background: #020895;
	border:1px solid #FFFFFF;
}

a.starlink:active {
	color: #FFFFFF;
	background: #020895;
	border:1px solid #FFFFFF;
}

.starbuy h2{
	margin:0;
	font-size:110%;
}
.starbuy h3{
	margin:0;
	font-size:105%;
}

.thumbcontainer {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.starthumb {
	text-align:center;
	padding-top:5px;
}

.starthumb img {
	padding:0;
	border:2px solid #FFC500;
	margin-right:6px;
	margin-left:auto;	
}

.margin10 {
	margin-top:10px !important;
}

#footer {
	width:100%;
	clear:both;
	height:31px;
	background:#4578BA url(../img/ftr_blue_bg.gif) repeat-x;
	color: #FFFFFF;
	line-height:31px;
	position:relative;
	font-size:80%;
	font-weight:bold;
}

#footer a:link { 
	color: #FDEBAD; 
	background: #4578BA;
	text-decoration:none;	
} 
#footer a:visited { 
	color: #FDEBAD; 
	background: #4578BA;
	text-decoration:none;
} 
#footer a:hover {
	color: #FFF7EA;
	background: #4578BA;
	text-decoration:none;
}
#footer a:active {
	color: #FFF7EA;
	background: #4578BA;
	text-decoration:none;
}

#footer p {
	margin:0;
	padding-left:150px;
	display:inline;
}
* html #footer p {
	margin-top: -8px;/*for ie5.x win */
	marg\in-top: -8px;/*for ie6*/
}

#siteby {
	position:absolute;
	right:150px;
	display:inline;
	margin:0;
}


#clearheader{height:89px;}/*needed to make room for header*/
#clearfooter{clear:both;height:31px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}

div,p  {margin-top:0}/*clear top margin for mozilla*/

.are {
	font-weight:bold;
	color:#0055CF;
}

h1 {
	margin-top:0;
	font-size:120%;
}

h2 {
	margin-top:0;
	font-size:110%;
}

* html #centreborder {height:1%;margin-bottom:1px}/* combat IE's 3 pixel jog (was margin-bottom:1px) */
#centreborder {
	float:right;
	width:100%;
	position:relative;
	margin: 0 -1%;
	border:3px solid #fceebc;
}

#centrecontent {
	background:#FFFFFF;
	border:3px solid #CC0000;
	margin: 15px 12px 15px 11px;
	padding:10px;
}

.imgbdr1 {
	border:3px solid #FFC500;
}

#centrecontent a:link { 
	color: #0000FF; 
	background: #FFFFFF;
	text-decoration:none;	
} 
#centrecontent a:visited { 
	color: #0000FF; 
	background: #FFFFFF;
	text-decoration:none;
} 
#centrecontent a:hover {
	color: #FF0000;
	background: #FFFFFF;
	text-decoration:none;
}
#centrecontent a:active {
	color: #FF0000;
	background: #FFFFFF;
	text-decoration:none;
}

.centerinner1 {
	border:2px solid #CC0000;
	margin:20px ;
	padding:20px;
}

.centerinner1 p {
	text-align:left;
}

.centerform fieldset {
	border:0;
}

.centerform select {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin-top:10px;
}

.imgleft {
	float:left;
	margin-right:15px;
	border:3px solid #FFC500;
}

.imgright {
	float:right;
	margin-left:15px;
	border:3px solid #FFC500;
}

.outerwrap {
	float: left;
	width: 99%;
}

/* --------- nav ------------- */
ul#navlist {
	margin:0;
	padding: 2px;
	width: 142px;
}
* html #navlist li {
	width: 142px;/*for ie5.x win */
	w\idth: 134px;/*for ie6*/
}

#navlist li {
	list-style-type: none;
	background: #FDEBAD;
	color: #020895;
	border: 1px solid #4578BA;
	font-weight: 600;
	font-size:80%;
	padding: 3px;
	margin-bottom: 2px;
}
* html #navlist li {
	display:inline;/*for ie5.x win */
	d\isplay:block;/*for ie6*/
}

#navlist li a {
	color: #020895;
	text-decoration: none;
	display: block;
	width:93%;
	padding:3px 2px 3px 5px;
	border: 1px solid #4578BA;
}
* html #navlist li a {
	width:100%;/*for ie5.x win */
	w\idth:93%;/*for ie6*/
}

#navlist li a:hover {
	background: #020895;
	color: #FFFFFF;
	border: 1px solid #F4F9FF;
}

#current {
	background:#FFFFFF !important;
	border:1px solid #000000 !important;
	color:#020895 !important;
}

.spacer2{
	height:2px;
	overflow:hidden;
}
p.spacer2 {margin:0;padding:0;}

.spacer15{
	height:15px;
	overflow:hidden;
}
p.spacer15 {margin:0;padding:0;}

.spacer120{
	height:120px;
	overflow:hidden;
}
p.spacer120 {margin:0;padding:0;}

.centertext {
	text-align:center;
}

.smltext90 {
	font-size: 0.9em;
}

.smlcaps {
	font-variant:small-caps;
}

.valign-40 {
	vertical-align:-40%
}
* html .valign-40 {
    /*ie5 doesn't respect -%*/
	vertical-al\ign:-10%;/*for ie6*/
}

.valign-50 {
	vertical-align:-50%
}
* html .valign-50 {
    /*ie5 doesn't respect -%*/
	vertical-al\ign:-20%;/*for ie6*/
}

.noborder {
	border:0;
}

.nobr {
	white-space:nowrap;
}

.lrpad10 {
	padding:0 10px 0 10px;
}

.tbmargin10 {
	margin:10px 0 10px 0;
}

.textjustify {
	text-align:justify;
}

.textleft {
	text-align:left;
}

.bold {
	font-weight:bold;
}

.clearer{
	height:1px;
	overflow:hidden;
	clear:both;
	margin-top:-1px;
	margin-bottom:0;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

/* xxxxxxxxxxx  convert id   xxxxxxxxxxxxx */

#convert {
	width:134px;
	margin:0;
	margin-left:2px;
	margin-right:3px;
	padding:3px;
	color: #000033;
	border: 1px solid #CC0000;
	background:#D8EAFF;
	font-size:0.72em;
}
* html #convert {
	width: 142px;/*for ie5.x win */
	w\idth: 134px;/*for ie6*/
}

#convert h1 {
	background: #FDEBAD;
	color: #000033;
	border: 1px solid #CC0000;
	font-size:1.1em;
	padding:3px;
}

#convert h2 {
	font-size:1em;
	padding:0 0 0 3px;
}

#convert form {
	background: #4578BA;
	color: #FFFFFF;
	border: 1px solid #CC0000;
	font-size:1em;
	font-weight:bold;
}

#convert input {
	width:120px;
}

* html #convert input{
	width: 110px;/*for ie5.x win */
	w\idth: 110px;/*for ie6*/
}

#convert img {
	margin:5px;
	margin-left:0;
}

#convert a:link { 
	color: #0000FF; 
	background: #D8EAFF;
	text-decoration:none;	
} 
#convert a:visited { 
	color: #0000FF; 
	background: #D8EAFF;
	text-decoration:none;
} 
#convert a:hover {
	color: #FF0000;
	background: #D8EAFF;
	text-decoration:none;
}
#convert a:active {
	color: #FF0000;
	background: #D8EAFF;
	text-decoration:none;
}


.header {
	position:relative;
	background:#FDEBAD;
	width:140px;
	border:1px solid #CC0000;
	height:1.2em;
	line-height:1.2em;
}
* html .header {
	width: 142px;/*for ie5.x win */
	w\idth: 140px;/*for ie6*/
}

.header h1 {
	margin:0;
	padding:0;
	color:#0209C3;
	background:transparent;
	position:absolute;
	left:5px;
	right:0;
	font-size:1em;
	font-weight:bold;
}

.header h1.overlay {
	color:#000000;
	background:transparent;
	position:absolute;
	left:6px;
	top:1px;
}

.headerleft {
	margin-left:2px;
	margin-bottom:2px;
}

.headerright {
	margin-left:6px;
	margin-bottom:2px;
	margin-top:2px;
}

iframe {
	margin:0;
	height:270px;
	width:328px;
}

#description {
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	width:360px;
	border:2px solid #CC0000;
}

.leftcontact{
	margin-left:0 !important;
	font-size:0.9em;
}

#contact {
	margin-left:auto;
	margin-right:auto;
	border:2px solid #CC0000;
	width:380px;
}
* html #contact {
	width: 360px;/*for ie5.x win */
	w\idth: 380px;/*for ie6*/
}

#contact h2 {
	margin-left:25px;
}


#contact div {
	margin-top:10px;
	margin-left:25px;
	margin-right:25px;
	
}

#contact fieldset {
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	border:0;

}
#contact label {
	float:left;
}

#contact input {	
	width:200px;
	float:right;
}

#contact textarea {
	width:200px;
	height:100px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.94em;
}

.contacterror {
	float:right;
	border:2px solid #CC0000;
	padding:2px 3px 2px 3px;
	background:#FFF4F5;
	font-weight:bold;
	text-align:right;
	font-variant:small-caps;
}

.contactbutton {
	width:120px !important;
}

.telephone {
	width:57%;
}

.telephone p {
	margin:0;
}

/*  form for proplist */
#formouter {
	margin-left:auto;
	margin-right:auto;
	display:table;
}

.col1 {
	text-align: right;
	width: 160px;
	margin: 0;
	margin-right: 0.1em;
	margin-top:0.2em;
	float: left;
}

.col2 {
	width: 160px;
	display: block;
	float: left;
	margin: 0;
}

div.row {
	clear: both;
	width: 330px;
}

.input {
	background: #FFFFFF;
	font-size: .9em;
	width:10em;
	margin: 4px 0 10px 8px;
}

.left_col_img {
	margin:-2px 0 2px 2px;
}

.no_border {
	border:0;
}


.links {
	border:2px solid #CC0000;
	padding:5px 10px;
	margin-bottom:5px;
}

.links h2 {
	font-size:95%;
	margin-top:5px;
}


/*   phpweather   */

div#wx {
	background:#fff;
	width:142px;
	border: 1px solid #4578BA;
	text-align:center;
	margin-left:6px;
	font-size:0.9em;
}

* html div#wx {
	width:141px;/*for ie5.x win */
	w\idth:140px;/*for ie6*/
}

div#wx a  {
	text-decoration:none;
}

div#wx a:hover {
	background: white;
	text-decoration: none;
}
div#wx a span {display: none;}
div#wx a:hover span {
	display: block;
	position: absolute;
	right: 70%;
	width: 200px;
	padding: 3px;
	margin: 3px;
	margin-top:-50px;
	z-index: 100;
	color: #000033;
	background: #FDEBAD; 
	text-align: center;
	border: 1px solid #4578BA;
	text-decoration: none;
}

div#wx p {
	position:relative;
	margin:5px;
	}
	
div#wx img {
	border:0;
	margin:0;
	}

.wx_temp 
{
	display:inline;
	position:absolute;
	left:50px;
	padding: 0;
	margin: 12px 0 0 0;
	z-index: 48;
	font-weight:bold;
}
* html .wx_temp {
	left: 5px;/* for ie win */
}

.wx_note
{
	font-size:11px; 
	margin:3px 0 0 0; 
	padding:0; 
	background: #D8EAFF; 
	border: 1px solid #4578BA;
	display:block;
}

.w85 
{
	width:85px !important;
}

.right_col_h1 {
	background: #FDEBAD;
	color: #000033;
	border: 1px solid #CC0000;
	font-size:1em;
	padding:3px;
}


.google_ad_468_60 iframe{
width:468px !important;
height:60px !important;
margin-bottom:10px;
clear:both;
}

.google_ad_468_15 iframe{
width:468px !important;
height:15px !important;
clear:both;
padding-bottom:10px;
}

.google_ad_120_600 iframe{
width:120px !important;
height:600px !important;
clear:both;
margin:10px 0 24px 15px !important;
}

.google_ad_336_280 iframe{
width:336px !important;
height:280px !important;
}

.google_ad_120_90 iframe{
width:120px !important;
height:90px !important;
margin:0 5px 0 5px;
}