/*
|
| TITLE:		Bartlesville Homebuilder's Association master style for screen media
| AUTHOR:		Eric Shiarla, emshiarla@gmail.com
| EMPLOYED: 	Pendergraphics Design Group, http://www.pendergraphics.com
| 
| CREATED:		September 27, 2005 
| MODIFIED: 	------------------
|
*/


html{
	margin: 0;
	padding: 0;
}

body{ 
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	background: transparent url(images/bg_body.gif) repeat-y top center;	 
}

* html body{
	font-size: .75em;
}




/* GLOBAL ELEMENTS 
----------------------------------------------------*/
h1 {
	margin: 25px 0 15px 0;
	padding: .5em 0 .5em 0;
	color: #333366;
	font-size: 100%;
	letter-spacing: .75em;
	text-transform: uppercase;
	border-top: 1px solid #666699;
	border-bottom: 2px solid #666699;
}

h2 {	
	margin: 25px 0 15px 0;
	color: #333;	
}

h3 {
	margin: 25px 10px 15px 10px;
	color: #663333;
	font-size: 95%;
	letter-spacing: .35em;
	
}

h4 {
	margin: 10px;
	color: #333;	
	font-size: 90%;
}

p {
	margin: 10px 20px 10px 20px;
	font-size: 90%;	
}

a {
	color: #663333;
	text-decoration: underline;
}

a:hover {
	color: #663333;
	background-color: #FFE8E8;
}

a:active, a:focus {
	color: #663333;
} 

li {
	margin-bottom: .75em;
	padding-left: 20px;
	list-style: none;
	font-size: 90%;	
	background: transparent url(images/bg_listitem.gif) 0 0 no-repeat;	
}

dl {
	margin: 10px;
}

dt {
	font-size: 90%;
	font-weight: bold;	
	color: #663333;		
	text-transform: uppercase;
}

dd {
	font-size: 90%;	
}

select,textarea,input { 
	font-size: 90%;
}

blockquote {

} 



/* BODY 
----------------------------------------------------*/

#body {
	background: transparent url(images/bg_watermark.gif) no-repeat top right;		
}