/* Color Pallete 
#00507C
#006AA3
#0083C9
#7D5500
#A35400
#C96800
#828282
#7D7D7D
#FFFFFF

*/

body {
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:62.5%;
	margin:0px;
	padding:0px;
	background-color:#00507C;
}


p, h1, h2 {
	margin-left: 15px;	
	margin-right: 20px; /*Margins for inner DIV inside each column (to provide padding)*/
}
	
	
p {	
	font-size: 1.2em; 
	line-height: 1.4em;
}

h1 img {
	padding-bottom: 10px;
	padding-left:15px;
	}


#shadowcontainer {
	width:910px;
	margin:0px auto;
	background-image: url(../media/bg2.png);
	background-repeat: repeat-y;
	}
	


#btmshadow {
	width:910px;
	margin:0px auto;
	}

#maincontainer {
	width:850px;
	background-color:#fff;
	margin:0px auto;
	}

#topsection {
	background: #fff;
	height: 182px; /*Height of top section*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00507C;
}

#topsection h1{
	margin: 0;
	padding-top: 15px;
	}

#logoholder {
	width:850px;
	height:182px;
	background: #2d59d4;
	margin-left:0px;
}
#thelogo {
	width:850px;
	height:182px;
}

#topsection2 {
	background: #fff;
	height: 124px; /*Height of top section*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00507C;
}


#contentwrapper{
	float: left;
	width: 100%;
}


#contentcolumn {
	margin-right: 130px; /*Set right margin to RightColumnWidth*/
	background-color:#fff;
}

.principal {
clear: both;
margin-bottom:20px;
float: left;
width: 710px;
}


.principal img {
padding-right: 10px;
padding-left: 10px;
float: left;
}


.principal p {
padding-top: 0px;
margin-top:0px;
margin-left: 130px;
}


#rightcolumn {
	float: right;
	width: 130px; 			/*Width of right column*/
	margin-left: -130px; 	/*Set left margin to -(RightColumnWidth) */
	background: #6EA1EC;
}

.propertycontainer {
	width:350px;
	height:250px;
	float:left;
	}
	
.propertycontainer img {
	padding-right: 10px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	}	
	
	
/* CSS FOR SLIDESHOW SCRIPT */
.imageSlideshowHolder{
		margin:0px;	  /* "Air" */
		width:720px;  /* Image width */
		height:400px; /* Image height */
		position:relative;	/* Don't remove this line */
	}
	

/* Don't change these values */
.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
	}

	
#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:105px;
	}

#DHTMLgoodies_panel_one{		
		float:left;
			
	}

#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:245px;		/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;

	}

#DHTMLgoodies_largeImage{	/* Large image div */
		width:302px;	/* Width of large image div */
		height:242px;	/* Height of large image div */
		float:left;
		padding-bottom:40px;	/* "Air" */
		padding-right:20px;	
	}

#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
		width:100%;
		height:100%;
		text-align:center;
	}

#DHTMLgoodies_largeImage img{	/* Large image */
		border:1px solid #00507C;	/* Border around large image */
	}
	
	
.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:114px;	/* Width of strip */
		padding:1px;	/* "Air" inside filmstrip div */
		position:absolute;

	}

.strip_of_thumbnails div{
		width:105px;
		height:81px;
		padding:2px;
		text-align:center;

	}

.strip_of_thumbnails img{
		border:0px;
		padding:0px;
	}

.leftArrow{
		float:left;
	}
.rightArrow{
		float:right;
	}

#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:400px;
	}	


/* Menu */
.glossymenu{
	list-style-type: none;
	margin: 0px;
    margin-top: 30px;
	padding: 0px;
	width: 128px;
	border: 1px solid #6EA1EC;
	border-bottom-width: 0px;
}

.glossymenu li  {
	margin-bottom: 20px;

}
.glossymenu li a{
	background: #6EA1EC;
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;

}

* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 118px;	
}

.glossymenu li a:visited, .glossymenu li a:active{
	color: white;
}

.glossymenu li a:hover{
	background: #2d59d4;
}


.pressrelease {
	list-style-type: none;
	font-weight: bold;
	width: 400px;
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
}

.pressrelease li {
	padding-bottom:5px;
	}

.pressrelease li a {
	background: #fff;
	font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #000;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
}

.pressrelease li a:after {
content:"...";
}

.pressrelease li a:visited, .glossymenu li a:active{
	color: black;
}

.pressrelease li a:hover{
	background: #2d59d4;
	color: white;
}


#footer{
	clear: left;
	width: 100%;
	background-color:#006AA3;	
	padding: 2px 0;
}


#footer p {
	font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	margin: 0;
	padding: 5px;
}

.ptype {
	font: bold 18px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #00507C;
	padding: 5px 10px;
	width: 200px;
	text-align:center;
}

.thinline {
	margin-top: 20px;
	margin-bottom: 20px;
	padding:0px;
	border-bottom: 1px solid #E3E3E3;
}

.thinline p {
	margin:0;
	padding:0;
}

/* Forms CSS 
----------------------------------------------------------*/

form.cmxform fieldset {
  margin-bottom: 10px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.cmxform label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #505761;
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 120px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}
form.cmxform {
	width: 370px;
	font-size: 1.1em;
	color: #333;
	padding-left: 40px;
	}

form.cmxform legend { padding-left: 0; }
form.cmxform legend, form.cmxform label { color: #333; }

form.cmxform fieldset {
	border-top: 1px solid #b2b2b2;
	background: url(../media/cmxform-fieldset.gif) left bottom repeat-x;
	border-right: none;
	border-bottom: none;
	border-left: none;
	}

form.cmxform fieldset fieldset { background: none; }

form.cmxform fieldset li {
	padding: 5px 10px 7px;
	background: url(../media/cmxform-divider.gif) left bottom repeat-x;
	}

.clear {
	clear: both;
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac*/
/* ie hacks */	
	
