/*
  Common CSS Styles V2.0

  History:
  2007 Jun 08: Version 1.0: Initial Version
  2007 Nov 15: Version 2.0: Revised and Expanded Version
  2008 Feb 02: Version 2.1: Fixed the Column Widths

  This module provides the styling for global application 
  within a website.

  Copyright (c) 2009, PageOne Websites and Internet Technology Co. 

*/

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxx RESET xxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var	{ border: 0; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxx LAYOUT	 xxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

body, .deffont {
  
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Sans Serif", sans-serif;
}

body {
	background: url('../img/bg.gif') repeat-y left top #5c832f;
	background-position: -125px 0;
	color: #333;
	font-size: 90%;
	line-height: 1.3; 
	width:100%;
}


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#pagecontainer {
	margin: 0;
	text-align: left;
	width: 950px;
	}

#header {
	background: #D7DFB4 url('../img/header.jpg') no-repeat bottom left;
	clear:left;
	float:left;
	height: 145px;
	width:100%;
	}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#logo_container	{ float: left; padding: 15px 12px;padding-left:30px; }

#logo	{
	display:block;
	height:75px;
	margin:0;
	padding:0;
	width:385px;
	}

#logo a:link, #logo a:visited	{ 
	display:block;
	height:75px;
	margin:0;
	padding:0;
	text-indent: -9000px;
	width:385px;
	}

#logo a:hover	{ 
	display:block;
	height:75px;
	margin:0;
	padding:0;
	text-indent: -9000px;
	width:385px;
	}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#navcontainer {
	background: transparent;
	clear: both;
	display: block;
	font-weight: bold;
  padding-left:0px;
  margin-left:20px;
}

#navcontainer ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	mxargin:13px 0 0 0;
  margin-left:0px;
	padding:0;
}
#navcontainer ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#navcontainer ul li a {
	display:block;
	float:left;
	text-align:center;
	background:#eee;
	color:#000;
	text-decoration:none;
	line-height:1.3em;
  width:115px;
  height:40px;
  margin-right:3px;
  background:url(../img/nav-tab-sprite.png) no-repeat top left;
  background-position:0px 0px;
  line-height:40px;
  color:#fff;
}

/* for IE6, use GIFs */
*html #navcontainer ul li a { 
  background:url(../img/nav-tab-sprite.gif);
}

#navcontainer ul li a:hover {
	color:#fff;
  background-position:0px -40px;
}

#navcontainer ul li a.active,
#navcontainer ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.outer_container	{
	clear:both;
	border-top: 10px solid #fff;
  border-top: 0px solid #fff;
	float:left;
	width:100%;
	overflow:hidden;
	margin-top:-2px;
	}

.middle_container{
	}

.middle_container,
.inner_container {
	float:left;
	position:relative;
	width:100%;
	}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.col1, .col2, .col3 {
	float:left;
	overflow:hidden;
	padding:0;	/* no left and right padding on columns, we just make them narrower instead only padding top and bottom is included here, make it whatever value you need */
	position:relative;
	border-top: 2px solid #999;
	padding-bottom:50px;
	}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.threecol {
	background:#eee;		/* right column background colour */
	}

.threecol .middle_container {
	right:140px;						/* width of the right column */
	background:#fff;			/* center column background colour */
    background: #fff url('../img/rightcol_bg.gif') repeat-y top right;
	}

.threecol .inner_container {
	right:587px;						/* width of the middle column */
	background:#eee;		/* left column background colour */
    background: #eee url('../img/leftcol_bg.gif') repeat-y top right;
	}

.threecol .col1 {
	width:587px;			/* width of center column content (column width minus padding on either side) */
	left:100%;			/* 100% plus left padding of center column */
	}

.threecol .col2 {
	width:223px;			/* Width of left column content (column width minus padding on either side) */
	left:140px;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}

.threecol .col3 {
	width:140px;			/* Width of right column content (column width minus padding on either side) */
	left:727px;				/* 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) */

	}

.padcenter {
	padding: 0px 23px 20px 20px;
	}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#map {
  background: #eee;
  border: 1px solid #aaa;
  height:450px;
  margin-top: 10px;
  overflow: hidden;
  width:100%;
  }  

#map img {
  text-align: center;
  }

.printthismap { float:right;padding-top:0;margin-top:0; }
.printthismapicon { margin-bottom: -5px; }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#footer_container {
  background: #333 url('../img/footer.jpg') no-repeat top left;
  border-top:1px solid #000;
  clear:both;
	color: #fff;
  font-size: 85%;
  margin-top: -2px;
  padding: 0px 150px 0px 245px;
  text-align: left;
  height:150px;
}

#footer_container p.pad10_bot {
  margin:20px 0 10px;
}

.ftr_adr {
  display:block; 
  margin:10px 0 10px; 
  padding:0; 
}

.ftr_phn {
  margin:0; 
  padding:0; 
  font-size:120%;
}


#footer_container a:link,#footer_container a:visited {
	color: #ccc;
	}
#footer_container a:hover {
	color: #fff;
	}
	
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.ppx_clear { background: transparent; clear:both; font-size:1px; height:1%; line-height:1px; } 

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxx TYPOGRAPHIC xxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

h1, h2, h3, h4, h5, h6 { border: 0; font-family: Verdana, "Helvetica Neue", Helvetica, Arial, "Microsoft Sans Serif", sans-serif; font-weight:bold; line-height:1.3; margin: 20px 0 5px 0; outline: 0; padding: 0; vertical-align: baseline; }

h1 {
	font-size: 200%;
	font-weight: normal;
	letter-spacing:-1px;
	margin-top: 10px;
	}
 
h2 {
	font-size: 140%;
	letter-spacing:-1px;
	}

h3 {
	font-size: 125%;
	letter-spacing:-1px;
	}
 
h4 {
	font-size: 110%;
	margin-top: 15px;
	}
 
h5 {
	font-size: 100%;
	}
 
h6 {
	color: #999;
	font-size: 100%;
	font-weight: normal;
	}
 
.underline { border-bottom: 1px solid #aaa; }

/* xxxxxxxxxxxxxxxxxxxxxxx PARAGRAPHS xxxxxxxxxxxxxxxxxxxxxxx */

p	{ margin:0; padding:5px 0; }

/* xxxxxxxxxxxxxxxxxxxxxxx LISTS xxxxxxxxxxxxxxxxxxxxxxx */
 
ul, ol, dl, dd, dt, li	{ margin:0; padding:0; }
 
ul, ol, dl {
	margin-left:40px;
	padding-bottom: 10px;
	}
 
dl, dd	{	margin-left:20px;	}
 
li, dt {	margin-top:10px;	}

dt {	font-weight:bold;	}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

ul.list_buttons	{
	line-height: 1.2;
	list-style-type:none;
	margin:0;
	margin-right:2px;
	padding:0;
	}

ul.list_buttons li	{
	display:block;
  font-size: 90%;
	height: 1%;
	list-style-type:none;
	margin:0;
	padding:0;
	}


ul.list_buttons li a {
  background-color: #fffffe;
  border-bottom:1px solid #e6e2cc;
  border-left:5px solid #ccc;
  display: block;
  height: 100%;
  margin:0;
  padding: 4px;
  text-decoration: underline;
}

ul.list_buttons li a.newlink {
  background-image:url(../img/new_tiny.gif);
  background-position: 3px 3px;
  background-repeat:no-repeat;
  text-indent:26px;
}

ul.list_buttons li a:hover {
  background-color: #d7dfb4;
  border-bottom-color: #999;
  border-left-color: #5c832f;
  color: #000;
}

/* xxxxxxxxxxxxxxxxxxxxxxx FORMATTING xxxxxxxxxxxxxxxxxxxxxxx */

blockquote { font-style:italic; margin:0 20px; }

big		{	font-size: 120%;	}
small	{	font-size: 76%;	}

em		{	font-style: italic;		}
strong {	font-weight:bold;	}
 
sup	{ position:relative; bottom:0.3em; vertical-align:baseline; }
sub	{ position:relative; bottom:-0.2em; vertical-align:baseline; }
 
pre	{ font-family: "Courier New", Courier; }

acronym, abbr { cursor:help; border-bottom:1px dashed; }
 
address {
	font-size: 100%;
	font-style:normal;
	margin:0;
	padding:5px 0 5px 0;
	} 

/* xxxxxxxxxxxxxxxxxxxxxxx LINKS xxxxxxxxxxxxxxxxxxxxxxx */
 
a, a:link, a:visited, a:hover { text-decoration:underline; }

a:link		{ color: #265195;	}
a:visited	{ color:#265195; }
a:hover		{ color:#000;	 }

/* xxxxxxxxxxxxxxxxxxxxxxx FORMS xxxxxxxxxxxxxxxxxxxxxxx */

form {
  background-color:#eee;
  border:1px solid #ccc;
  margin:0;
  padding:0;
  }

input, textarea { margin-bottom:10px; }

legend { font-weight:bold; }

label { cursor:pointer; border-bottom:1px solid #ccc; }

.formdetails {
  background: #ffd;
  border: 1px solid #ccc;
  border-bottom: 0;
  font-size: 90%;
  margin:0;
  padding: 7px 10px;
  }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#contactform {
  margin: 0;
  padding: 15px 0 5px 0;
  }

#contactformbtncontainer {
  margin: 0 auto; 
  text-align: center;
  }

#contactformbtn {
  margin: 10px;
  }


/* Quick Contact Form */

form.quickcontact {
  background:#F1F2B9;
  border:0;
  padding:6px; 
  margin:0; 
}

form.quickcontact p.propid {
  margin-bottom:4px;
  padding-top:1px;
  text-align:center;
}

form.quickcontact div.contactformbtncontainer {
  text-align:center;
}

form.quickcontact input {
  margin-bottom:0;
}

form.quickcontact input.contactformbtn {
  margin-bottom:3px;
  padding:1px;
}

h3.quickcont {
  color:#CE0000;
  font-weight:bold;
  font-size:115%;
  letter-spacing: 0px;
  margin-top:3px;
  text-align:center;
}

table.compact td {
  line-height: 1.1em;
}

table.compact td.fldname {
  width:20%;
  padding-top:5px;
}

table.compact td.flddata {
  width:80%;
}


/* xxxxxxxxxxxxxxxxxxxxxxx TABLES xxxxxxxxxxxxxxxxxxxxxxx */
 
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  border-collapse: collapse;
  line-height:1.5;
  margin: 0;
  outline: 0;
  padding: 0;
  table-layout:fixed;
  text-align: left;
  vertical-align: top;
  }

table {
  }

td {
  }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.fldname {
  padding-right:5px;
  text-align:right;
  width:30%;
  font-weight:bold;
  }

.flddata {
  font-weight:normal;
  text-align:left;
  vertical-align:bottom;
  width:70%; 
  }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

 /* xxxxxxxxxxxxxxxxxxxxxxx IMAGES xxxxxxxxxxxxxxxxxxxxxxx */

 img { border:0; margin:0; padding:0; }

.sm_icon	{ margin-bottom:-6px; }
	
.whiteborder	{ border-right:5px solid white; }



/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* xxxxxxxxxxxxxxxxxxxxxxx GLOBAL CLASSES xxxxxxxxxxxxxxxxxxxxxxx */
 
	.clear				{ clear:both; }
	.float-left			{ float:left; }
	.float-right		{ float:right; }
 
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

	.text-big		{	font-size: 125%;line-height:1.5;	}
	.text-small	{	font-size: 76%;	}

	.text-left			{ text-align:left; }
	.text-right		{ text-align:right; }
	.text-center		{ text-align:center; }
	.text-justify		{ text-align:justify; }
 
	.notbold		{font-weight:normal	}

	.highlight	{ background:#ffd; }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

	.noindent		{ margin-left:0;padding-left:0; }
	.nobullet			{ list-style:none;list-style-image:none; }
	.nounderline	{ text-decoration:none;	}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

	.pri_colour { color:#ce0000; }
	.remax_blue { color: #314594; }
	.remax_red { color: #ce0000; }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

	.subtle_bdr		{ border: 1px solid #eee; }

	a:link img.subtle_bdr, a:visited img.subtle_bdr { border: 1px solid #eee; }
	a:hover img.subtle_bdr { border: 1px solid #2b8ebc; }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

	.img-left			{ float:left; margin: 15px 15px 5px 0; }
	.img-right		{ float:right; margin: 15px 0 5px 15px; }
 
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

 	.nomargin		{ margin:0; }
 	.marg0_top	{	margin-top: 0px; }
 	.marg0_bot	{	margin-bottom: 0px; }
 	.marg0_left	{	margin-left: 0px; }
 	.marg0_right	{	margin-right: 0px; }

 	.marg10			{	margin: 10px; }
 	.marg10_top	{	margin-top: 10px; }
 	.marg10_bot	{	margin-bottom: 10px; }
 	.marg10_left	{	margin-left: 10px; }
 	.marg10_right	{	margin-right: 10px; }
 
 	.marg20			{	margin: 20px; }
 	.marg20_top	{	margin-top: 20px; }
 	.marg20_bot	{	margin-bottom: 20px; }
 	.marg20_left	{	margin-left: 20px; }
 	.marg20_right	{	margin-right: 20px; }
 
 	.marg30			{	margin: 30px; }
 	.marg30_top	{	margin-top: 30px; }
 	.marg30_bot	{	margin-bottom: 30px; }
 	.marg30_left	{	margin-left: 30px; }
 	.marg30_right	{	margin-right: 30px; }
 
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

	.nopadding		{ padding:0; }
 	.pad0_top		{	padding-top: 0px; }
 	.pad0_bot		{	padding-bottom: 0px; }
 	.pad0_left		{	padding-left: 0px; }
 	.pad0_right	{	padding-right: 0px; }

 	.pad10				{	padding: 10px; }
 	.pad10_top		{	padding-top: 10px; }
 	.pad10_bot		{	padding-bottom: 10px; }
 	.pad10_left		{	padding-left: 10px; }
 	.pad10_right	{	padding-right: 10px; }
 
 	.pad20				{	padding: 20px; }
 	.pad20_top		{	padding-top: 20px; }
 	.pad20_bot		{	padding-bottom: 20px; }
 	.pad20_left		{	padding-left: 20px; }
 	.pad20_right	{	padding-right: 20px; }
 
 	.pad30				{	padding: 30px; }
 	.pad30_top		{	padding-top: 30px; }
 	.pad30_bot		{	padding-bottom: 30px; }
 	.pad30_left		{	padding-left: 30px; }
 	.pad30_right	{	padding-right: 30px; }
 


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxx THE SITE SEARCH FORM xxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

form { background-color: #fff;margin:0; margin-right:2px;padding:5px; border: 0;border-bottom: 1px solid #aaa; }

#searchformcontainer {
  width:100%;
  }

.ss_sitesearch  {
  color: #666;
  font-size: 76%;
  margin-left:5px;
  margin-bottom:5px;
  padding-top: 5px;
  }

.ss_searchbox    { margin-left:5px; }
.ss_dropdown	  {  margin-left:5px; }

.ss_advsearch	  {
	color: #fff;
	font-size: 76%;
	margin:0;
	padding:2px 6px;
	padding-top: 0;
	text-align:right;
	}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#input {
  width:175px; 
  height:20px;
  }

* html #input {
	width: 182px;
	}
		 
#input1 {
  width:153px;
  }

.g5 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:11px;  
  color:#9B9B9B; 
  color:black;
  text-decoration:none;
  }


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxx THE LISTING CELLS xxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.normal {
	border:1px solid #ddd;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	background-color:#eee;
	clear:both;
	height:1%;
	line-height: 1.2;
	margin:0 0 5px 0;  
	padding:10px;
	text-align: left;
    }

.prod_thumb {
	background: #fff;
	border: 2px solid #ddd;
	float:left;
	overflow:hidden;
	width:160px;
	}

.photocomingsoon { display: block; text-align: center; padding: 10px 0; font-size: 84%; }

* html .listing_thumb { margin-bottom: -3px; }

.sectionbanner {
	background: #ce0000;
	color: white;
	line-height: 1;
	padding: 6px;
	text-align: left;	
	}

.prod_details {
	background:#fff;
  width:246px;
	border:2px solid #ddd;
	float: left;
	margin-left: 6px;
	padding: 6px;
	}

.datacell {
	clear:both;
	float: left;
	margin: 0;
	padding: 0;
	width:238px;  
	}

.price {
	font-weight: bold;
	font-size:120%;  
	margin-bottom: 5px;
    }

.addr {
	border-bottom: 0px solid #ddd;
	font-weight: bold;
	font-size:115%;
	margin-bottom: 5px;
	padding: 0 0 5px 0;
	}

.newlisting { font-weight: normal; color: #ce0000; font-size: 84%; }

.newlistex {
  background:url(../img/new-listing.gif) no-repeat;
  height:2.4em; 
}

.newlistex a {
 margin-left:42px;
 line-height:2.0em;
}

.prod_actions {
	float:right;
	width:84px;
	}
    
.prod_actions img {
	mxargin-bottom: 5px;
  vertical-align:middle;
	}
    
.actionitem {
	clear:both;
	padding:0px;
	text-align:left;
	}

.sorrynolistings {
	background: #fff;
	border:1px solid #ddd;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	padding: 20px;
	text-align: center;
	}

.result_pages	{
	color:#444;
	font-size:100%;
	font-weight:normal;
	line-height:1;
	padding:4px 0px 5px 0px;
	margin:0;
  margin-bottom:5px;
	}

.result_pages a	{ color: #189ee5;font-size:120%;line-height:.2;font-weight:bold; }


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxx CONTENT SLIDER xxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid #2D5288;
border-bottom-width: 6px;
width: 120px; /*width of featured content slider*/
height: 400px;
background: #D1D1D1;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 3px;
background: transparent;
width: 114px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;

/* WEJ, September 7, 2009: commenting out due to bug in IE6/IE7 when
   MS ClearType is activated, the text using this filter is somewhat obscured.
   Fogbugz case no. 774  */
/* filter:progid:DXImageTransform.Microsoft.alpha(opacity=100); */

-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 100px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #2D5288;
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */


.testimonial {
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Sans Serif", sans-serif;
  font-size:76%;
  line-height:1.2;
}

.testimsig {
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Sans Serif", sans-serif;
  font-size:76%;
  padding-top:0;
  margin-top:0;
  text-align:right;
  font-weight:bold;
}


/* February 22, 2009 New h1 container styling */

div.h1cont {
  background:white;
  padding:10px;
  text-align:center;
}

div.h1cont h1 {
  font-weight:bold;
  margin-top:0px;
}

em.re {
  color: #265195;
}

/* February 22, 2009 New Inner Page Header Containers styling */

div.phleft {
  float:left;
  width:420px;
}

div.phleft h2 {
  margin-top:5px;
}
div.phright {
  border:2px solid #EEEEEE;
  float:right;
  margin:0;
  margin-top:5px; 
  margin-bottom:-8px;
  padding:0px;
  width:120px;
}

div.phright p {
  font-size:76%;
  padding:2px;
}

div.pagetools {
  background: #FAFAFA;
  padding:3px;
}

.brclear {
  clear:both;
  font-size:1px;
  height:0;
  line-height:0;
  margin:0;
}

/* Action Items Styling */

.actionitem {
  background:transparent;
  border:1px solid #D0D8AF;
  padding:5px;
  margin-bottom:4px;
}

.actionitem:hover {
  background-color:#D0D8AF;
  color:white;
}

.prod_actions img {
  margin-right:5px;
  margin-top:-1px;
}
.prod_actions a {
  text-decoration:none;
}

h5#printcontact {
  display:none;
}

.threecol .col2 .pad10 {
  padding-top:0;
}
span.rred {
  color: #CE0000;
}

/* Private Client Services Pop Window */

div#pcswrapper {
  background:#ffffff; 
  border: 1px solid #E2E2E2;
  margin:0;
  padding:0 15px 5px 15px; 
  width:470px;
}

div#pcswrapper img.imgright {    
  float:right;
  margin-top:5px;
}

div#pcswrapper h2 {        
  letter-spacing:0.15em;
  margin:0;
  margin-top:5px;
  padding:0;    
}

div#pcswrapper h4 {            
  margin-top:3px;
}

div#pcswrapper ul {  
  line-height:0.5em;
}

div#pcswrapper ul.benefits {                
  line-height:0.8em;
  list-style-type:none;
  margin-left:20px;
}

div#pcswrapper ul.benefits li {
  background-image:url(../img/checkmark_green.gif);
  background-position:0px -4px;
  background-repeat:no-repeat;
  padding-left:18px;
}

div#pcswrapper p.tell {                
  margin-top:5px;
  padding:0; 
}

form#pcscontact {
  background-color:#E2E2E2;
  background-image:url(../img/pcs-bg.jpg);
  background-repeat:no-repeat;
  border-top:2px solid #D3D3D3;
  width:488px;
}

form#pcscontact textarea#Enquiry {
  width:24em;
}

div#cellnum {
  position:absolute;
  top:107px;
  left:501px;
}
