/***********************************************/
/* based on 3col_leftNav.css template           */
/* Modifications by Max Sandler			*/
/***********************************************/

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#header{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 173px;
	width: 100%;
	border-bottom: 0px;
	border-top: 0px;
	background: left top url('t37_banner.jpg') repeat-x rgb(0,0,200);
}

#logo{
	height: 148px;	/* 173 - 25 */
	width: 197px;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px;
	border-top: 0px;
	background: top url('sandlerco_logo.gif') no-repeat rgb(215, 225, 225);
	background-position: 33px 6px;
	float: right;
}

#search{
	height: 25px;	/* was 23, IE6 worked better at 25 */
	width: 191px;	/* was 188, IE6 required 191 (3 wasted pixels) */
	padding: 0px 0px 0px 6px;
	margin: 0;
	/* border: thin solid blue; */
	border: 0;
	background: rgb(215, 225, 225);
	float: right;
	clear: right;
}

/* required to make IE6 work the same as other tested browsers */
#search form{
	padding: 0;
	margin: 0;
	height: 25px;
	width: 191px;
}

#menu{
	float: left;
	width: 20%;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0 0px;
	border-right: 0px;
	border-bottom: 0px;
}

#content{
	float: right;
	width: 75%;
	padding: 0;
	margin: 30px 0px 0px 0px;
}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, sans-serif;
	color: #000066;
	margin: 0px;
	padding: 0px 5% 0px 5%;
	font-size: small;
	font-weight: normal;
	background: rgb(215, 225, 225);
}

a{
	/* hs 171009 removed color: blue; */
	text-decoration: none;
}

a:link{
	/* hs 171009 removed color: blue; */
	text-decoration: none;
}

 a:visited{			
	/* hs 171009 removed color: red; */
	text-decoration: none;  
}

a:hover{
	color: blue;
	text-decoration: underline;
}

h1{
 	font-family: Verdana, Arial, sans-serif;
 	font-size: 120%;
 	color: #000066;
 	margin: 10px 0px;
 	padding: 10px 0px;
}

h2{
	font-family: Verdana, Arial, sans-serif; 
	font-size: 75%;
	color: #000066;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#code{
	font-family: Courier;
	/* font-size: 75%; */
	color: #000066;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}


/***********************************************/
/* Components                                  */
/***********************************************/

/************* #header styles **************/

#logo p{
	margin: 118px 30px 0px 33px;
	font-size: 75%;
}

#menu{
	float: left;
	width: 20%;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0 0px;
	border-right: 0px;
	border-bottom: 0px;
}

#content{
	float: right;
	width: 75%;
	padding: 0;
	margin: 30px 0px 0px 0px;
}

/************** #content styles ***************/
p.q{
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-style: oblique;
	color: #000066;
	font-weight: bold;
}

span.a{
	font-weight: bold;
}

#noWrap{
	clear: both;
}

#content ul{
	margin: 0px 0px 0px 20px;
	padding: 0px; 
	clear: left;
}

#content img{
	margin: 5px 10px 10px 0px;
	padding: 0px 10px 10px 10px;
	background-color: #ffffff;
}

#content img.btn_img{
	margin: 0;
	padding: 0;
	background: rgb(215, 225, 225);
}


/************* #footer styles ***************/

#footer{
	clear: both; 
	border-top: 1px solid #cccccc;#000066;
	font-size: 75%;
	/* color: #cccccc; */
	margin: 20px 0 0 0;
	padding: 4px 10px 7px 10px;
	text-align:center;
}

#footer a{
	color:#FFFFFF
}

/*********** #menu link styles ***********/

#menu a, #menu a:link, #menu a:hover {
	/* hs 171009 removed #menu a:visited */
	/* font-size: 100%; */
	/* color: rgb(255,255,255);*/
}

#menu #self_link, #menu #self_link:link, #menu #self_link:hover{
	/* hs 171009 removed #menu #self_link:visited */
 	color: rgb(90, 90, 130);
	text-decoration: none;
}

#menu a:hover{
	color: blue;
}

#menu ul a:link, #menu ul a:visited {display: block;}
#menu ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
 #menu li {border-bottom: 1px solid rgb(215, 225, 225);}

/* fix for browsers that don't need the hack */
html>body #menu li {border-bottom: none;}

/* will this interfere with above hack? */
#menu li{
	padding: 10px 10px 0px 0px;
}

#address{
	font-size: 75%;
}

p.error{
	color: red;
}