body {
	margin: 0px;
	background-color: rgb(132,132,132);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img {
  border: 0px;
}  

a:link {
  color: rgb(3,61,99);
}

table.linkcontainer td {
	background-color: #000000;
	filter:alpha(opacity=60);
	opacity: .6;
	-moz-opacity: .6;
	width: 200px;
}

td.logo_area{
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
td.middle_spacer {
	width: 1000px;
	background-color: #666666;
}
td.shadow_right {
	background-image: url(../images/border_shadow_l2.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
td.shadow_left {
	background-image: url(../images/border_shadow_r2.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
td.body_content {
	padding: 5px;
	background-image: url(../images/page_background.jpg);
	background-repeat: no-repeat;
}
td.below_header{
	background-color: rgb(0,0,0);
	height: 0px;
}
td.main_content_box {
	background-color: #FFFFFF;
}

td.horizontal_column {
	background-color: rgb(75,75,75);
	border-top-width: 15px;
	border-bottom-width: 15px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: rgb(0,0,0);
	border-bottom-color: rgb(0,0,0);
	height: 150px;
	display: table-cell;
	vertical-align: top;
}

td.bottom_link_container {
	background-color: rgb(75,75,75);
	text-align: center;
	color: #FFFFFF;
	padding: 5px;
}

td.horizontal_center {
	background-color: #FFFFFF;
	border-top-width: 15px;
	border-bottom-width: 15px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	height: 150px;
	display: table-cell;
	vertical-align: top;
	background-image: url(../images/header_bg.jpg);
}

td.header_column {
	height: 115px;
	vertical-align: middle;
	color: rgb(80,80,80);
	font-size: 10pt;
	font-weight: bold;
	background-image: url(../images/header2_bg.jpg);
	background-position: top;
	text-align: right;
}

td.left_content {
	width: 200px;
	padding: 5px;
	vertical-align: top;
	background-image: url(../images/page_background.jpg);
	background-repeat: no-repeat;
}

td.right_content {
	width: 200px;
	padding: 5px;
	vertical-align: top;
	background-image: url(../images/page_background.jpg);
	background-repeat: no-repeat;
}

a.main_link:active,a.main_link:visited,a.main_link:link{
  font-weight: bold;
  font-size: 115%;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  width: 100%;
  color: #FFFFFF;
  padding-top:10px;
}

a.main_link:hover{
  background-color:#555555;
  font-size: 115%;
  text-transform: uppercase;
  color: #FFFFFF;
}

a.bottom_link:active,a.bottom_link:visited,a.bottom_link:link{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
a.bottom_link:hover{
	color: #CCCCCC;
}
div.bottom_content{
	color: rgb(255,255,255);
	padding: 5px;
}
div.navigation {
	height: 50px;
	vertical-align: middle;
	text-align: center;
}

/* inline element styles */
h1, .pn-pagetitle {
	font-weight: bold;
	font-size: 135%;
	text-align:center;
}

h2, .pn-title {
	font-weight: bold;
	font-size: 125%;
	text-align:center;
}

h3 {
	font-weight: bold;
	font-size: 115%;
}

h4 {
	font-weight: bold;
	font-size: 105%;
}

h5 {
	font-weight: bold;
	font-size: 100%;
}

/* news styles */
a.news-title:link, a.news-title:visited {
  font-size:11pt;
  font-weight:bold;
  color: rgb(3,61,99);
}

.newssummary1 {
	padding:5px;
	border-left:1px solid #000; 
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	border-right:1px solid #000;
	color: rgb(254,254,254);
}
.newssummary2 {
	padding:5px;
	border-left:1px solid #000; 
	border-bottom:1px solid #000;
	border-top:0px solid #000;
	border-right:1px solid #000;
}
.newswrapper {
	margin-bottom: 5px;
}
.newsdate {
	color: rgb(0,0,0);
	font-size: .9em;
}

/* block styles */
.leftblocktitle {
	width: 162px;
	margin-left: 2px;
	padding:5px;
	font-weight: bold;
  background: rgb(1,56,97);
	color: rgb(255,255,255);
}
.leftblock {
	width: 160px;
	margin-left: 2px;
	padding-left:5px;
	padding-right:5px;
}

.rightblocktitle {
	width: 190px;
	height: 18px;
	margin-left: 2px;
	padding-left:5px;
	padding-right:5px;
	background-image: url(/themes/xExtraLite/images/rightcolhead.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	color: rgb(10,10,10);
}
.rightblock {
	width: 188px;
	margin-left:2px;
	padding-left:5px;
	padding-right:5px;
	border: 1px outset #0c0c0c;
}
.centerblock {
	padding:0px;
	padding-left:5px;
	padding-right:5px;
	border-left:1px solid #000; 
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	border-right:1px solid #000;
}

#themesearch {
	float:right;
	padding:20px;
}
#header {
	border: 1px solid #cecea5;
}

/* utility clearer class */
.clearing {
	height: 0px;
	clear: both;
}

.clearing5 {
	height: 5px;
	clear: both;
}

/* legacy opentable function styles */
.opentable1 {
	width:100%;
	border: 1px solid #000;
	margin-bottom: 5px;
}
.opentable2{
	border: 1px solid #000;
	margin-bottom: 5px;
}

/*=========================================================================
  Document manager
=========================================================================*/

table.docman td
{
  padding: 0px 20px 0px 0px;
}

dl.docman
{
  list-style-type: none;
  margin: 0px;
}

ul.docman
{
  margin-top: 0px;
  margin-left: 0em;
  list-style: none;
}

ul.docman ul
{
  margin-left: 1em;
  list-style: none;
}

ul.docman li
{
  margin-top: 4px;
}

ul.docman span.current
{
  font-weight: bold;
}

ul.docman li a
{
  text-decoration: none;
}

dl.docman dt
{
  margin-top: 4px;
}


dl.docman dd
{
  margin: 0px 0px 6px 15px;
}

/*---------------------------------*/
/*   Vertical Menu Style   */
/*---------------------------------*/

.verbar	{   /* Color of main vertical menubar and border */
	color: rgb(3,61,99);
	background-color: rgb(255,255,232);
}

.vertitem	{          /* Behaviour of main vertical menu items, leave as is for proper operation */
	text-align: left;
	white-space: nowrap;
	width: 200px;
}

.vertitem	a {   /* Font style, size of main menu items */
	height: 18px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;		
	font-weight: bold;
	text-decoration: none;
	position: relative;
	display: block;
	border-bottom: 1px solid rgb(0,0,200);
}

.vertitem a:link, .vertitem a:visited	{   /* Default font style & color of main menu items */
	color: rgb(3,61,99);
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;		
	font-weight: bold;
	text-decoration: none;	
}

.vertitem a:hover	{   /* Font style & color, background menu color of main menu item when hovered over */
	color: rgb(3,61,99);
	background-color: rgb(226,211,150);
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;		
	font-weight: bold;
	text-decoration: none;
}

.vertitem a:active	{   /* Font style & color, background menu color of main menu item when clicked */
	color: rgb(3,61,99);
	background-color: rgb(180,180,180);
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;		
	font-weight: bold;
	text-decoration: none;	
}

div.property_box {
  float: left;
  width: 260px;
/*  min-height: 300px;
	height: auto !important;
	height: 300px;
*/
	margin-right: 10px;
	text-align: center;
}

div.property_thumb {
	height: 150px;
}

p.pagesetterPubPager {
  text-align:center;
  color: rgb(105,0,0);
}

.pagesetterPubPager {
  font-size: 10pt;
  font-weight: bold;
  color: rgb(0,0,105);
}

a.pagesetterPubPager:link {
  font-size: 10pt;
  font-weight: bold;
  color: rgb(0,0,105);
}

a.pagesetterPubPager:visited {
  font-size: 10pt;
  font-weight: bold;
  color: rgb(0,0,105);
}

a.pagesetterPubPager:hover {
  font-size: 10pt;
  font-weight: bold;
  color: rgb(0,0,105);
}

a.pagesetterPubPager:active {
  font-size: 10pt;
  font-weight: bold;
  color: rgb(0,0,105);
}

.lblock-title, .rblock-title {
	background: url(../images/block_title_bg.gif) no-repeat 0 0 ;
	background-position:center;
	display:table-cell; 
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
	font-weight: bold;
	color: rgb(255,255,255);
	width: 190px;
	height: 30px;
}

div.gallery-block {
  vertical-align: top;
  text-align: center; 
  border: 0px solid rgb(50,50,50);
  float: left;
  display: inline;
}

#gallery_slideshow {
  width: 600px;
  margin: 0 auto;
  text-align: center;
  background-color: rgb(30,30,30);
}

#docman-left {
  float:left;
  text-align:left;
  width:215px;
}

#docman-right {
  float:right;
  text-align:left;
  width:520px;
}

#categories-left {
  float: left;
  width: 340px;
  display: table-cell;
}

#categories-right {
  float: right;
  width: 400px;
  display: table-cell;
}

legend {
  margin-bottom: 0.5em;
}

fieldset img {
  margin-bottom: 0.25em;
}

legend.prodinfo_legend {
  padding-top: 0.25em;
  font-weight:bold;
  font-size: 115%;
  border: solid rgb(50,50,50) 1px;
}

fieldset.prodinfo_fieldset {
  border: solid 1px rgb(50,50,50);
  padding-bottom: 0.5em;
}

#contact_us {
  width: 740px;
}

fieldset.contact_us {
  border: 1px solid rgb(50,50,50);
  padding: 0 0 5px 5px;
}

legend.contact_us {
  font-weight:bold;
  font-size: 115%;
  border: solid rgb(50,50,50) 1px;
  color: rgb(159,152,124);
  background-color: rgb(50,50,50);
}

fieldset.docman_fieldset  {
  border: 1px solid rgb(50,50,50);
  padding:0px 10px 0px 10px;
}

legend.docman_legend {
  font-weight:bold;
  font-size: 115%;
  border: solid rgb(50,50,50) 1px;
  color: rgb(159,152,124);
  background-color: rgb(50,50,50);
}

.docman li {
  margin-left: -1.0em;
}

a.news-title:link {
  color: rgb(0,0,0);  
  font-weight: bold;
}

a.news-title:visited {
  color: rgb(30,30,30);  
  font-weight: bold;
}

a.news-title:hover {
  color: rgb(30,30,30);  
  font-weight: bold;
}

div.pab_frame {
  float: left;
  width: 220px;
  padding-left: 5px;
  padding-right: 5px;
  display: inline;
  min-height: 150px;
}

div.pab_thumb {
  width: 150px;
  min-height: 150px;
  margin: 0 auto;
  border: 1px solid rgb(50,50,50);
}

div.pager {
  font-size: 12pt;
}

div.pager a:link {
  font-size: 12pt;
}

div.pager a:active {
  font-size: 12pt;
}

div.pager a:visited {
  font-size: 12pt;
}

div.pager a:hover {
  font-size: 12pt;
}

fieldset.survey_fieldset {
  border: solid 1px rgb(50,50,50);
  padding-bottom: 0.5em;
}

.clear { clear:both; height:1px;  overflow:hidden; }

h3.toggler {
  font-size: 110%;
  padding-bottom: 0;
  margin-bottom: 0 
}

#logos {
  border: solid 1px rgb(150,150,150);
  }

div.prodinfo-sidebar-left {
  float:left;
  width:375px;
  }

div.prodinfo-sidebar-right {
  float:left;
  width:375px;
  }

div.sidebar-page {
  float:left;
  padding: 0 10px 0 10px;
  }