body { 
	margin:0px; 
	padding:0px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#000000;
	background-color:#ffffff;
}

/* header */

#header1{
	background:url(../images/Schoenfeld_header01.gif) no-repeat top left;
	width:507px;
	height:81px;
	float: left;
}

#header2{
    background:url(../images/Schoenfeld_header02.gif) no-repeat top right;
	width:253px;
	height:81px;
	float: right;	
}

/* banner */

#banner1{
	background:url(../images/Schoenfeld_banner01.gif) no-repeat top left;
	width:243px;
	height:229px;
	float: left;
	clear:both;
}

#banner2{
	background:url(../images/Schoenfeld_banner02.gif) no-repeat top left;
	width:517px;
	height:229px;
	float: right;
}

#banner3{
    background:url(../images/Schoenfeld_banner03.gif) no-repeat top right;
	width:404px;
	height:188px;
	float: left;
}

#banner4{
    background:url(../images/Schoenfeld_banner04.gif) no-repeat top right;
	width:356px;
	height:188px;
	float: right;	
}

/* content */
#content{
	width:760px;
}

#contentbottomleft{
	padding:12px 12px 12px 20px;
	width:150px;
	float:left;

}

#contentbottomright{
	width:530px;
	padding:12px 40px 12px 5px;
	float:right;
	clear:both;
}

#contentmiddle{
	width:24px;
	float:left;

}

#contenttopleft{
	width:680px;
	padding:12px 40px 12px 40px;
	float:left;
	clear:both;
}

#contenttopright{
	width:340px;
	padding:12px 10px 12px 0px;
	float:right;
	clear:both;
}

.email{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#000000;
	text-decoration:underline;
}

a.email:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#FF6C00;
	text-decoration:none;
}

a.email:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#1679DB;
	text-decoration:underline;
}

.heading{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

#image1{
	padding:4px 12px 12px 4px;
	margin:0px;
	float:left;
}

#imageflower{
	background-position:right;
	background-repeat:no-repeat;
	width:24px;
	height:18px;
}

.outerline{
border:1px #D72B00 solid;

}

.padding{
	padding:10px 20px 20px 20px;
}

.padding2{
	padding:12px 12px 12px 16px;
}

.padding3{
	padding:5px;
}

.pagetitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#040404;
	font-weight:bold;
	text-decoration:none;
	line-height:15px;
	
}

.subhead{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

.text{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	text-decoration:none;
}

.text_lg{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	text-decoration:none;
	text-indent : .5in;
}

#topnav{
	padding-top:20px;
	width:517px;
	height:22px;
	float:right;
}

/* footer */
#footer{
	width:200px;
	float:right;
	padding: 5px 5px;
	height:8px;
}

.footerback{
	background:url(../images/Schoenfeld1_footerline.gif) repeat-x;
}

.footertext{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	text-decoration:none;
}

.footertext:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FF6C00;
	text-decoration:underline;
}

.chromestyle{
width: 99%;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px; 
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	border: 1px solid #BBB;
	width: 100%;
	background-color : #CEC6BD; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: center;
	/*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #000000;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{	/*THEME CHANGE HERE*/
	color: #ffffff;
	background-color : Black;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
