/* 
	Coded by Shawn Hill 
	for Bernstein-Rein Adv.
	11 of 2005
*/

*{
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
}
div {
	padding: 0;
	margin: 0;
	position: relative;
}
form {
	padding: 0;
	margin: 0;
}
a{
	color:#063868;
	text-decoration:none;
	font-size:9pt;
}
a:visited {
	color:#063868;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#CDE2EB;
}
img{
	border:0;
}
.navFont{
	font-size:10pt;
	font-weight:bold;
	color:#063868;
}
h2{
	padding:0 0 10px 0;
	margin:0;
	font-size:13pt;
	color:#063868;
}
h3{
	padding:0 0 10px 0;
	margin:0;
	font-size:10pt;
	color:#1D7AA4;
}
h4{
	padding:5px 0 6px 0;
	margin:0;
	font-size:10pt;
	color:#000;
	text-align:center;
}
p{
	padding:0 0 10px 0;
	margin:0;
	font-size:9pt;
	color:#333;
}
th, td, span{
	padding:0;
	margin:0;
	font-size:9pt;
	color:#666;
	vertical-align:top;
}
.required{
	font-weight:bold;
	color:#f00;
}
.disclaimer{
	color:#900;
	font-size:9pt;
}
/*----------------------------------------------------------------------
	Main Structure -------------------------------------------------------*/

body{
	background: none;
	padding: 0;
	margin: 0;
	text-align:center;
}
.main{
	background: none;
	margin: 0 auto;
	text-align:left;
	width: 780px;
}
.topShadow{
	background: none;
}
.bottomShadow{
	background: none;
}
#content{
	padding: 0px 3px 1px;	
}
.shelf{
	overflow:visible;
}
.column{
	float:left;
}
.left{
	float:left;
}
.right{
	float:right;
}
/*----------------------------------------------------------------------
	Header -------------------------------------------------------*/

#topLinks{
	display:none;
}
#header{
	display:none;
}
#logo {
	width:121px;
}
#rightSide{
	width:587px;
}
#searchBox{
	display: none;
}
/*----------------------------------------------------------------------
	Top Navigation -------------------------------------------------------*/

#topNav{
	display: none;
}
.about #topNav a.about, 
.products #topNav a.products, 
.services #topNav a.services, 
.news #topNav a.news, 
.contact #topNav a.contact {
	color:#ABA485;
}
#printLogo{
	display:block;
	margin-top:-25px;
	padding: 0 0 20px 15px;
}
/*----------------------------------------------------------------------
	Bottom Navigation -------------------------------------------------------*/

#bottomNav{
	font-size:9pt;
	color:#063868;
	padding-top: 5px;
	border-top: 2px solid #000;
}
#bottomNav ul{
	padding:0;
	margin:0;
	list-style-type:none;
}
#bottomNav li{
	padding:0;
	margin:0;
	display:inline;
}
#bottomNav a{
	font-weight:bold;
	margin: 0px 14px;
	color:#063868;
}
#bottomNav a:visited {
	text-decoration:none;
}
#bottomNav a:hover {
	text-decoration:underline;
	color:#ABA485;
}
/*----------------------------------------------------------------------
	Small print -------------------------------------------------------*/

#smallPrint{
	color:#A8A8A8;
	font-size: 7pt;
}
#smallPrint a, #smallPrint a:visited {
	color:#879EB4;
	font-size: 7pt;
}
#smallPrint a:hover {
	color:#063868;
}

/*----------------------------------------------------------------------
	Footer -------------------------------------------------------*/
#footer{
	height:35px;
	text-align:center;
	padding: 0px 3px;
}
/*----------------------------------------------------------------------
	Structure -------------------------------------------------------*/
#col_1_1 {
	background: none;
	width:202px;
}
#col_1_1 .space{
	display: none;
}
#col_1_2 {
	width:520px;
}
#shelf_2{
	width:520px;
}
.leftBorder{
	border-left:1px solid #e7e7e7;
	background-color:#fff;
	overflow:visible;
}
.leftBorder .twoColumns{
	width:520px;
	float:none;
	overflow:visible;
}
#col_2_1 {
	width:520px;
	background-color:#fff;
}
#col_2_2 {
	display:none;
}
#bottomNav{
	font-size:9pt;
	color:#063868;
	padding-top: 5px;
	border-top: none;
}
#smallPrint {
	clear:both;
	float:right;
}
#smallPrint a, #bottomNav ul{
	display: none;
}