* {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

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

img {
  border: 0px;
}  

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

a:visited, a:hover {
  color: rgb(102,153,51);
}

td.logo_area {
  width: 600px;
  height: 150px;
}

td.middle_spacer {
  width: 1000px;
  background-color: rgb(121,194,94);
}
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 20px 5px 20px;
  background-repeat: repeat;
}
td.below_header{
  background-color: rgb(124,191,94);
  color: rgb(50,50,50);
  font-weight:bold;
}
td.main_content_box {
  background-color: rgb(255,255,255);
}

td.horizontal_column {
  background-color: rgb(1,56,97);
  height: 150px;
}

td.horizontal_center {
  background-color: rgb(1,57,96);
  height: 150px;
  background-image: url(../images/header_bg.jpg);
  background-repeat: no-repeat;
  padding:0;
  margin:0;
}

td.header_column {
  height: 150px;
  background-image: url(../images/header2_bg.jpg);
  background-position: top left;
  background-repeat: no-repeat;
}

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

td.right_content {
  width: 200px;
  padding: 5px 0 10px 0;
  vertical-align: top;
}

td.bottom_link_container {
  background-color: rgb(1,56,97);
  text-align: center;
  color: rgb(255,255,255);
  padding: 5px;
  width: 985px;
}

td.bottom_link_container a:link, td.bottom_link_container a:visited, td.bottom_link_container a:hover {
  color: rgb(255,255,255);
}

a.main_link:active,a.main_link:visited,a.main_link:link{
  font-weight: bold;
  text-decoration: none;
  display: block;
  width: 100%;
  color: rgb(255,255,255);
  line-height: 50px;
}
a.main_link:hover{
  background-color:#333333;
  color: rgb(255,255,255);
}
a.bottom_link:active,a.bottom_link:visited,a.bottom_link:link{
  font-weight: bold;
  text-decoration: none;
  color: rgb(255,255,255);
}
a.bottom_link:hover{
  color: #CCCCCC;
}
div.bottom_content{
  width: 990px;
  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: 15pt;
  text-align:center;
}

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

h3 {
   font-weight: bold;
  font-size: 12pt;
}

h4 {
  font-weight: bold;
  font-size: 11pt;
}

h5 {
  font-weight: bold;
  font-size: 9pt;
}

/* news styles */
a.news-title:link, a.news-title:visited {
  font-size:9pt;
  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(121,194,94);
	color: rgb(50,50,50);
}
.leftblock {
	width: 160px;
	margin-left: 2px;
	padding-left:5px;
	padding-right:5px;
}

.rightblocktitle {
	width: 182px;
	margin-left: 2px;
	padding:5px;
	font-weight: bold;
  background: rgb(121,194,94);
	color: rgb(50,50,50);
}
.rightblock {
	width: 180px;
	margin-left: 2px;
	padding-left:5px;
	padding-right:5px;
}
.centerblock {
	padding:0px;
	padding-left:5px;
	padding-right:5px;
}

#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 Fly-Out 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: 167px;
}

.vertitem	a {   /* Font style, size of main menu items */
	height: 18px;
	font-size: 10px;		
	font-weight: bold;
	text-decoration: none;
	position: relative;
	display: block;
	border: 1px outset #fdfefd;
}

.vertitem a:link, .vertitem a:visited	{   /* Default font style & color of main menu items */
	color: rgb(3,61,99);
	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(190,190,190);
	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-size: 10px;		
	font-weight: bold;
	text-decoration: none;	
}

.vertsubmenu	{   /* Behaviour of sub-menu  - leave as is for proper operation of submenus */
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.vertsubframe	{   /* Color of submenu item and border */
	background-color: rgb(190,190,190);
	position: relative;
	display: block;	
}

.vertsubitem	{     /* Behaviour of sub-menu  - leave as is for proper operation of submenus */
	text-align: left;
	white-space: nowrap;
}

.vertsubitem a	{   /* Font style, size of submenu items */
	height: 18px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid rgb(100,100,100);
	position: relative;
	display: block;	
	padding-left: 5px;
}

.vertsubitem a:link, .vertsubitem a:visited	{   /* Default font style & color of submenu items */
	color: rgb(3,61,99);
	font-size: 10px;		
	font-weight: bold;
	text-decoration: none;	
}

.vertsubitem a:hover	{   /* Font style & color, background submenu color of submenu item when hovered over */
	color: rgb(3,61,99);
	background-color: rgb(205,205,205);
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

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

.vertsubitem .vertfwdarr, .vertitem .vertfwdarr	{   /* Positioning of right arrow for submenus */
	position: absolute;
	top: 5px;
	right: 8px;
}

.vertsubseparator	{   /* Style for line-separator in vertical menus - Use '---' for Link title to display */
	background-color: #ff0000;
	border-top: 1px solid #cdcecd;
	border-bottom: 1px solid rgb(255,255,255);
	margin: 2px 0px 2px 0px;	/* top right bottom left */
	height: 0px;
	font-size: 1px;
	line-height: 0px;

}

/*   End Vertical Fly-Out Menu Style   */

div.property_box {
  float: left;
  width: 215px;
  min-height: 325px;
	height: auto !important;
	height: 325px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 18px;
	margin-bottom: 5px;
	text-align: left;
	border: 1px solid rgb(121, 194, 94);
}

.property_box_header {
  background: rgb(121, 194, 94);
  font-weight:bold;
  width:215px;
  margin-top:5px;
  padding:3px;
  font-size:9pt;
}

div.property_thumb {
	height: 150px;
}

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

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

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

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

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

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

.tagline {
  font-size: 17pt;
  font-style:italic;
  font-family: Times Roman, Times, ms-serif;
  color: rgb(255,255,255);
  text-align: left;
  padding-left: 20px;
  padding-top: 100px;
  width:75%;
}

.address {
  font-size: 9pt;
  font-weight: bold;
  color: rgb(255,255,255);
  padding-top: 40px;
  padding-left: 40px;
  width:25%;
}

.newsitem-header {
  border: 1px solid #cccccc;
  width:177px;
  padding:4px;
  float:left;
  position:relative;
}

.date-time {
  margin: 10px 10px 0 0;
  float:right;
  font-size:9pt;
}

.search-box {
  float:left;
  padding: 5px 0 10px 10px ;
  font-size:9pt;
}

/*   Start Vertical Menu Style   */

#menubar {
  color: rgb(3,61,99);
  background-color: rgb(255,255,232);
  width: 167px;
}

ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 167px;;
}

ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li {
  margin-top: 1px;
}

ul#menu li a {
  background: rgb(255,255,232);
  color: rgb(3,61,99);
  font-size: 10px;
  font-weight: bold;
  padding: 2px;
  border: 1px solid rgb(180,180,180);
}

ul#menu li a:hover {
  background: rgb(180,180,180);
}

ul#menu li ul li a {
  background: rgb(255,255,232);
  color: rgb(3,61,99);
  padding-left: 15px;
}

ul#menu li ul li a:hover {
  background: rgb(180,180,180);
  padding-left: 15px;
}

#video {
  width:540px;
  margin:0 auto;
  text-align:center;
}

.property-box { width:100%; }
.column1, .column2 { float:left; width:50%;}
.property-box fieldset { border: rgb(1, 56, 97) 1px solid; padding:15px 5px 10px 5px;}
.property-box legend { color: rgb(1, 56, 97); font-weight: bold; margin-top:10px; margin-bottom:10px;}
.property-box label { text-align:left; width:50%; color:rgb(0,100,0); font-weight:bold; }
.property-box .clear { clear: left; }
.property-box clear5 { clear: left; height: .5em;}
.property-box .column1, .property-box .column2 { float:left; width:50%; }
