/* 
	Coded by Shawn Hill 
	for Bernstein-Rein Adv.
	11 of 2005
*/

*{
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: "Century Gothic", 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:#444;
}
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:8pt;
}
.disclaimer a{
	font-size:8pt;
}
/*----------------------------------------------------------------------
	Main Structure -------------------------------------------------------*/

body{
	background-color: #dedede;
	padding: 0;
	margin: 0;
	text-align:center;
	background-image: url(../images/bg_topstripe.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.main{
	background-image: url(../images/bg_mid.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	text-align:left;
	width: 780px;
}
.topShadow{
	background-image: url(../images/bg_top_shadows.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.bottomShadow{
	background-image: url(../images/bg_bottom_shadows.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0px 15px 24px;
}
#content{
	padding: 0px 3px 1px;	
}
.shelf{
	overflow:hidden;
	width:744px;
}
.column{
	float:left;
}
.left{
	float:left;
}
.right
{
	float:right;
}
.searchTerm{
	background-color:#E5E0C2;
	color:#063868;
	border-bottom: 1px dashed #063868;
}
h1, h2, h3 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
/*----------------------------------------------------------------------
	Header -------------------------------------------------------*/

#topLinks{
	text-align: right;
	height:39px;
	padding-right:30px;
}
#topLinks a{
	padding-left: 12px;
	color: #fff;
	font-size: 9pt;
}
#header{
	height:112px;
}
#logo {
	padding: 18px 0px 0px 20px;
	width:121px;
}
#logo a {
	display: block;
	height: 78px;
	padding-top: 78px; height: 0px !important; 
	height /**/: 78px; overflow: hidden;
	background-image: url(../images/logo.gif);
}
#logo a:hover {
	text-decoration:none;
}
#rightSide{
	width:587px;
}
#searchBox{
	padding: 18px 0px 0px 0px;
	margin:0;
	text-align:right;
}
#searchBox input.text{
	font-size:9pt;
	background-color:#CDE2EB;
}
/*----------------------------------------------------------------------
	Top Navigation -------------------------------------------------------*/

#topNav{
	padding: 20px 0px 0px;
	text-align:right;
}
#topNav ul{
	list-style-type:none;
}
#topNav li{
	display:inline;
}
#topNav a{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	padding-left: 15px; 
	margin-left: 3px;
	color:#063868;
	background-repeat: no-repeat;
	background-position: -11px center;
	background-image: url(../images/arrow.gif);
	font-size:10pt;
}
#topNav a:visited {
	text-decoration:none;
}
#topNav a:hover {
	text-decoration:none;
	background-position: 2px center;
	color:#ABA485;
}
.about #topNav a.about, 
.products #topNav a.products, 
.services #topNav a.services, 
.news #topNav a.news, 
.contact #topNav a.contact {
	color:#ABA485;
}
#printLogo{
	display:none;
}
/*----------------------------------------------------------------------
	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-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	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:40px;
	text-align:center;
	padding: 0px 3px;
}
