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

body {
	padding:0;
	margin:0;
	background: #89ddfc  url(../img/vert_green_bg.jpg) repeat-x;
	color: #000830;
	font-family:Arial, Helvetica, sans-serif;
	width: auto;
    min-width: 768px;	
}

#outer {
	height:100%;
	min-height:100%;
	margin:0 150px;
	background:#feffeb; /* = centreborder bg color*/
	border-left:3px solid #09349c;
	border-right:3px solid #09349c;
	margin-bottom:-31px;
	color: #000830;
}
 
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:102px;
	background:#F4F9FF url(../img/bg_sky.jpg) repeat-x;
	border-bottom:1px solid #09349c;
	overflow:hidden;
	text-align:center;
	white-space:nowrap;
    min-width: 768px;
}
* html #header {
height:102px;/*for ie5.x win */
he\ight:102px;/*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: #000830;
	border: 1px solid #000830;
	background:#F1FCFF;
	font-size:0.78em;
	text-align:center;
}
* html .starbuy {
	width:145px;/*for ie5.x win */
	margin-right:0;
	
	w\idth:142px;/*for ie6*/
	marg\in-right:1px;

}

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

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

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

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

a.starlink:active {
	color: #FFFFFF;
	background: #00167c;
	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 #4995eb;
	margin-right:6px;
	margin-left:auto;	
}

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

#footer {
	width:100%;
	clear:both;
	height:31px;
	background:#00348e 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: #feffeb; 
	background: #00348e;
	text-decoration:none;	
} 
#footer a:visited { 
	color: #feffeb; 
	background: #00348e;
	text-decoration:none;
} 
#footer a:hover {
	color: #DCF3FE;
	background: #00348e;
	text-decoration:none;
}
#footer a:active {
	color: #DCF3FE;
	background: #00348e;
	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:103px;}/*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*/

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

h1 span {
	color:#58B40B;
}

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

h2 span {
	color:#58B40B;
}

* 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 #feffeb;
}

* html #centreborder {
	margin:0;
}

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

.imgbdr1 {
	border:3px solid #4995eb;
}

.imgbdr2 {
	border:2px solid #4995eb;
}

#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 #09349c;
	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;
	clear:both;
}

.imgright {
	float:right;
	margin-left:15px;
	clear:both;
	
}

.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: #feffeb;
	color: #000830;
	border: 1px solid #000830;
	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: #000830;
	background: #feffeb;	
	border: 1px solid #000830;

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

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

#current {
	background:#FFFFFF !important;
	border:1px solid #000000 !important;
	color:#000830 !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;
	line-height:1.2em;
}

.smltext95 {
	font-size: 0.95em;
}

.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: #000830;
	border: 1px solid #09349c;
	background:#F1FCFF;
	font-size:0.72em;
}
* html #convert {
	width: 142px;/*for ie5.x win */
	w\idth: 134px;/*for ie6*/
}

#convert h1 {
	background: #feffeb;
	color: #000830;
	border: 1px solid #09349c;
	font-size:1.1em;
	padding:3px;
}

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

#convert form {
	background: #0098BE;
	color: #FFFFFF;
	border: 1px solid #09349c;
	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: #F1FCFF;
	text-decoration:none;	
} 
#convert a:visited { 
	color: #0000FF; 
	background: #F1FCFF;
	text-decoration:none;
} 
#convert a:hover {
	color: #FF0000;
	background: #F1FCFF;
	text-decoration:none;
}
#convert a:active {
	color: #FF0000;
	background: #F1FCFF;
	text-decoration:none;
}


.header {
	position:relative;
	background:#feffeb;
	width:140px;
	border:1px solid #09349c;
	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:#58B40B;
	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:300px;
	width:400px;
	border:none;
}

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

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

#contact {
	margin-left:auto;
	margin-right:auto;
	border:2px solid #4995eb;
	width:360px;
	font-size:.9em;
	color:#000830;
}
* html #contact {
	width: 340px;/*for ie5.x win */
	w\idth: 360px;/*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 #4995eb;
	padding:2px 3px 2px 3px;
	background:#c90002;
	color:white;
	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;
}

.color_01 {
	color:#CC0000;
	
}

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

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


.nobdr {
	border:0 !important;
}

.bottom_left_ad {
	position:absolute; 
	bottom:0px; 
	left:6px; 
	z-index:100;
}
* html .bottom_left_ad {
	bottom:-1px; 
}

.bottom_right_ad {
	position:absolute; 
	bottom:0px; 
	right:0px;
	margin-right:3px; 
	z-index:100;
}
* html .bottom_right_ad {
	bottom:-1px; 
}


table.new {
   	background: #f4f4f4;
	border: 2px solid #4995eb;
	margin:10px;
	margin-left:auto; 
	margin-right:auto;
	width:100%;
	border-collapse:collapse;
}

table.new th {
	font-size:1em;
	padding:5px;
}

table.new td {
	padding:5px;
	background:#ffffff;
	font-size:.9em;
}


td.left {
	text-align:right;
	border:1px solid #cfcfcf;
	width:50%;
}

td.right {
	text-align:left;
	border:1px solid #cfcfcf;
	width:50%;
}

.printer  {
	border:2px solid #4995eb;
	padding:5px;
	text-align:center;
}

.red{color:#ee1d25;}
.green{color:#55ba49;}

.pol_left {
	background:white url(../img/polarisworld_140.gif) no-repeat;
	border:1px solid #183000;
	margin-left:2px;
	margin-top:-2px;
	margin-bottom:2px;
	width:140px;
	padding-top:25px;
	padding-bottom:5px;
}

.pol_left p, .pol_left h1 {
	text-align:center;
	font-weight:bold;
	font-size:0.9em;
	color:#183000;
	padding:0;
	margin:0;
	margin-bottom:5px;
}

.pol_left h2 {
	text-align:center;
	font-size:0.80em;
}

.pol_left img {
	border:0;
}

.pol_left a:link { 
	color: #0000FF; 
	background: #FFFFFF;
	text-decoration:none;	
} 

.pol_left a:visited { 
	color: #0000FF; 
	background: #FFFFFF;
	text-decoration:none;
} 

.pol_left a:hover {
	color: #FF0000;
	background: #FFFFFF;
	text-decoration:none;
}

.pol_left a:active {
	color: #FF0000;
	background: #FFFFFF;
	text-decoration:none;
}

.spa_ad{
margin-bottom:4px !important;
padding-top:2px;
background:white;
}


.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;
}