/**********************************************/
/* Content Management Styling                 */
/**********************************************/
#WebPageContent1_adminBox
{
	background-color:#F9F57C;
	border: solid 1px #BBB627;
	float:none;
	clear:both;
	height:18px;
	width:410px;
	padding:5px;
	
}

#WebPageContent1_adminBox A
{
	
	padding:3px 10px 3px 10px;
	background-color:silver;
	text-decoration:none;
	color:#eeeeee;
	
}

#WebPageContent1_adminBox A:hover
{
	background-color:#eeeeee;
	text-decoration:none;
	color:silver;
}

/**********************************************/

/**********************************************/
/* Accessible Form Styling                    */
/**********************************************/

#rightColumn.focused,
textarea.focused {
  border-color: #f00;
}
#rightColumn.accessible:not([ie]) {
  display: none;
}
#rightColumn fieldset {
  border: none;
  
  width: 270px;
  padding: 0;
  margin: 0 0 10px;
}
#rightColumn legend {
  padding: 0 2px;
  font-weight: bold;
  color: #333;
}
#rightColumn fieldset label {
  
  display: -moz-inline-box;
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
#rightColumn fieldset ol {
  margin: 0;
  padding: 0;
}
#rightColumn fieldset input,
#rightColumn fieldset textarea {
  width: 230px;
}
#rightColumn fieldset li {
  list-style: none;
  margin: 0;
  padding: 5px 10px 7px;
}
#rightColumn fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
#rightColumn fieldset fieldset label {
  display: block;
  width: auto;
}
#rightColumn fieldset em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
#rightColumn fieldset label {
  width: 100px;
}
#rightColumn fieldset fieldset label {
  margin-left: 123px;
}
#rightColumn fieldset label.nostyle {
  width: auto;
  margin: 0;
  display: inline;
}

/**********************************************/

body 
{
    background-color:#143f6a;
    background-image:url(../images/bgImage.jpg);
    background-position:top;
    background-repeat:repeat-x;
    text-align:center;
    font-family:Trebuchet MS, Verdana, Arial;
    font-size:74%;
   	margin:0px 0px 0px 0px; 
	padding:0px 0px 0px 0px; 
}

h1
{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: lighter; 
}

a img
{
border: none;
}

#contentColumn
{
    width:760px;
    margin: 0 auto;
    text-align:left;
}

#topBar
{
    height:100px;
    margin-bottom:15px;
}

#topBar UL
{
    list-style-type:none;
    margin-top:70px;
    
}

#topBar UL LI
{
    float:left;
    padding-left:10px;
    padding-right:10px;
    border-right: solid 1px #6990af;
    color:#ffffff;
}

#topBar UL LI.end
{
    border-right: none;
    
}

#topBar UL LI A
{
    text-decoration:none;
    font-size:0.9em;
    color:#ffffff;
}

#topBar UL LI A:hover
{
	text-decoration:underline;
}

#topBar #topLeft
{
    float:left;
    width:260px;
}

#topBar #topRight
{
    float:left;
    width:500px;
    text-align:right;
}

#topBar #topLogoLink
{
    padding-top:5px;
    padding-left:5px;
}

#pageTitleBar
{
	
	height:115px;
	width:735px;
	margin-bottom:0px;
	padding:0px;
	color:white;
	font-weight:bold;
	font-size:1.4em;
}
#midBar
{
    height:200px;
	 margin-top:50px;
    margin-bottom:20px;
}

#bottomBar
{
    height:25px;
    margin-bottom:15px;
	border-top: #6990af solid 1px;
	border-bottom: #6990af solid 1px;
    padding:10px;
}

#PropertyDetailsRow 
{
	width:740px;
	overflow:visible;
	margin-bottom:15px;
	/*background-color:White;*/
	color:White;
	padding:10px 10px 10px 10px;
}

#PropertyDetailsRow A
{
	text-decoration:none;
	color:#87A7C0;
}

#PropertyDetailsRow A:hover
{
	text-decoration:underline;
	
}

#PropertyDetailsRow .PropertyDetails 
{ 
	/*background-color:Red;*/
	float:right;
	width:270px;
}

#PropertyDetailsRow .PropertyDetails h2 { 
	/* background: url(h.gif) no-repeat left;*/
	/*color:#336699;*/
	color:#87a7c0;
	font-size:115%; 
	font-weight:normal; 
	margin: 5px 0 5px 0px; 
	padding:0 0 0 0px; 
}


#PropertyDetailsRow .PropertyDetails TD
{ 
	/*font-size:74%;*/
}

#PropertyDetailsRow .PropertyDetails P TDTitle
{ 
	color:#999999;
	
}

#OneLevelDownContentRow 
{
	width:760px;
	overflow:hidden;
	margin-bottom:10px;
	padding:10px;
	color: #ffffff;
	border-top: #6990af solid 1px;
	border-bottom: #6990af solid 1px;
}

#OneLevelDownContentRow A
{
	text-decoration:none;
	color:#87A7C0;
}

#OneLevelDownContentRow A:hover
{
	text-decoration:underline;
	
}

#OneLevelDownContentRow #leftColumn
{
	float:left;
	width:430px;
	margin-right:15px;
	padding:10px 10px 10px 10px;
}

#OneLevelDownContentRow #rightColumn
{
	float:left;
	width:275px;
	padding:10px 10px 10px 10px;
}

#OneLevelDownContentRow #rightColumn #btnSubmitForm
{
	float:right;
	
}

#footer
{
    height:15px;
    color:#87A7C0;
    clear:both;
}

#footer #footLeft A
{
    color:#87A7C0;
    text-decoration:none;
}

#footer #footLeft A:hover
{
    color:#ffffff;
    text-decoration:underline;
}

#footer #footRight
{
    width:110px;
    float:left;
    text-align:right;
}

#footer #footLeft
{
    width:650px;
    float:left;
}