/* CSS Document */
/* main navigation styles are in the SPIE-NavStyles.css file 
/* Registry styles found in the SPIE-FormStyle.css */
/* left column styles found in the SPIE-LeftcolStyle.css */

/* 
global colors 
beige stroke color #cbc5b5
drk beige fill color #a89e84
meddrk red #6e0f12
SPH blue #004669


*/

body {
	background-color:#004669;
	background-image: url(../brokers/img/Broker-bkground.gif);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#000;	
	margin:0px;
	padding:0px;
}
img { border:0; }
a { color:#6e0f12; font-weight:bold; }
a:hover { text-decoration:none; }
a:visited { text-decoration:none;color:#004669 }

/* Visibility Hidden */
.Hidden {
	visibility: hidden;
}
.Directions {
	visibility: hidden;
} 	
/* Visibility Visible */
.Visible {
	visibility: visible;
}
/* Header Graphic styles for each page */
#headmaster { width:100%; text-align:center;margin:0px; padding:0px; height:377px  }
	#headmaster span { display:none; }
	#headmaster img { border:0; margin:0px; padding:0px; }
	html>body #headmaster img { border:0; margin:0px; padding:0px;  }
	
	
/* Overall page structure styles */	
#wrapper {
width:100%;
background:#ffffff;
display:block;
margin:0px;padding:30px 0px 0px 0px;
height:325px;
}
#page { width:955px;  margin:0px 1% 0px 2%; padding:0px;  }
html>body #page { margin:0 auto 0 auto;   }
#clear { clear:both; }

#page p { text-align:left; }

	
/* Footer Styles */
#footer { width:100%; color:#ffffff; background-image:url(../brokers/img/Broker-ftr-bkground.gif); background-repeat:repeat-x; background-position:top; text-align:center;margin:0px; }
#footer img { margin:50px auto 0px auto ;}

#footernav { width:955px; margin:0 auto 0 auto; padding:25px 0 20px 0; color:#ffffff; font-weight:bold  }
#footernav a { color:#ffffff; font-weight:normal; margin:5px 3px 0 3px }
#footernav a:hover { text-decoration:none; font-weight:normal }
#footernav a:active { text-decoration:none; font-weight:normal }
#footernav p#License {
text-align:left;
font-weight:normal;
padding:0;
margin:0;
}