/* EMERSON LOFTS CSS */


/********************************************************* 

Redefined Tags - ie: base styles all content uses 

**********************************************************/

body{
	margin:0;
	padding:0;
	background-color:#473f2a;
	text-align:center;
	font-family: Georgia, Times, serif;
	font-size:12px;
	}

h1{
	font-size: 16px;
	font-weight:normal;
	color:#5a1615;
	}

h2{
	font-size:13px;
	color:#5a1615;
	border-bottom:1px solid #5a1615;
	margin-bottom:-10px;
	}
	
h3 a.firms {
	font-size:13px;
	color:#5a1615 !important; 
	border-bottom:1px solid #5a1615;
	margin-bottom:-10px;
	display:block;
	}	

h3 a.firms:hover{
	color:#000000 !important;
	border-bottom:1px solid #5a1615 !important;
	display:block !important;
}

img{ margin:0; padding:0}

a{ 
	text-decoration:none;
	font-weight: bold;
	color:#000;
	}


/********************************************************* 

Location specific Class and ID declarations


Note: Be extra cautious if editing the #container and 
#site elements as they are the backbone of the whole site

**********************************************************/

/* basically here to handle the drop shadow - GRRR drop shadow */
#container{
	width:707px;
	margin:0 auto;
	text-align:left; /*for IE :-) */
	background-image:url(../images/bkrnd.gif);
	}

/* actual container for the site */
#site{
	width:699px;
	background-image:url(../images/bkrnd_content.gif);
	background-repeat: repeat-y;
	margin-left:3px;
	margin-right:5px;
	}
	

#content{
	float:left;

	/* Alt Box Model Hack for IE5/Win */
	padding:15px;
	width: 437px !important;
  	width /**/:467px;
	text-align:justify; 
}

/* content styles */
#content p{ font-size:13px; line-height:20px;}
#content a{color:#000; }
#content a:hover{
	color:#500f12;
	text-decoration:none;
	border-bottom:1px #500f12 dotted;
	}


#sidebar{
	width: 230px;
	float:right;
	}


/*sidebar styles */
#sidebar p{ margin:0 25px 15px 20px; }
#sidebar a{ color:#000; }
#sidebar a:hover{
	color:#500f12;
	text-decoration:none;
	border-bottom:1px #500f12 dotted;
	}


/* containers for flash elements */
#header, #banner{
	width:699px;	
	margin-left:3px;
	margin-right:5px;
	}


#footer{
	width:699px;
	clear:both;	
	background:url(../images/bkrnd_footer.gif) no-repeat;
	background-color: #e6e4d8;
	}

/* footer styles */	
#footer p{ font-size:11px; text-align:center; padding:7px 0;}
#footer a{ color:#000; }
#footer a:hover{ text-decoration:underline;}

/*

*/
.datatable {border:1px solid #d1cbad; border-collapse:collapse;}
.datatable td {border:1px solid #d1cbad; padding:2px; vertical-align:center;}

.orange{ color:#fff; background-color: #e97953; text-align:center; }
.blue{ color:#fff; background-color: #1d65a9;  text-align:center; }
.green{ color:#fff; background-color: #4f9468; text-align:center; }

.accentImage{padding:3px; border:1px solid #d1cbad;}

.textButton { display:block; border:1px solid #d1cbad; color:#a7a181; text-align:center; font-size: 11px; padding:2px;}
a.textButton:hover{background-color:#ded9c2; }

/* download page styles */
#model {
	margin-top:20px; 
	width:430px;
	text-align:center;
}

#model table{
	margin-top:10px;
	background:url(../images/download_bg.gif);
	background-repeat:repeat-y;	
}

.download_bg {
	margin:0px;
	padding:0px;
	text-align:center;
}

.download_header {
	width:430px;
	height:70px;
	margin:0;
	padding:0;
}

.download_header img{
	display:block;
}

.download_footer {
	width:430px;
	height:10px;
	margin:0;
	padding:0;
}

.download_footer img{
	display:block;
}

.formTable td{font-size:12px;}