/* CSS Document */


/*GENERAL TYPOGRAPHY*/
h1{
	color: #522010;
	font-size: large;
	font-weight: normal;
	}

h2{
	font-size: small;
	font-weight: normal;
	text-transform: uppercase;
	color: #522010;
	}

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


/*LAYOUT AND SPECIALTY TYPOGRAPHY*/
body {
        background: #e5e2d9;
		border-top: 11px solid #666;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
		font-size: 76%;
		font-family: Futura, Arial, Helvetica, sans-serif; 
		line-height: 1.8em;
        text-align: center; 
		color: #333;
        }
	
#pageWrap {
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	text-align:left;
	width: 702px;
}		

#frame {
	padding: 0;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	border-left: 12px solid #666;
	margin: 0;
	padding: 0;
	overflow: visible;
	background: url(/assets/elements/mainBG.gif) repeat-y #f7f4ef;
}		

#mainBody{
	margin: 0;
	padding: 0;
	border-top: 4px double #666;
	font-size: small;
	background: url(/assets/elements/mainBG.gif) repeat-y #f7f4ef;
	}
	
#clear{clear: both;} /*used with empty div to force mainBody with background image to fill all the way to footer*/
	
#nav {
	width: 198px;
	float: left;
	font-size: small;
	text-align: center;
	}	
	
#nav a{
	color: #333;
	font-weight: normal;
	}

#nav ul{
	list-style: none;
	text-align: left;
}

li{
	border-bottom: 4px dotted #fcdfeb;
	margin-right: 20px;
	margin-bottom: .5em;
	padding-bottom: .3em;
	}


li.current{
	list-style-image: url(/assets/elements/linkPointerGrey.gif);
	}

#nav li:hover a{
	color: #fff;
}

#nav a:hover{
	color: #fff;
	}
	
*html #content{height: 1%}/*Fix ie 3px jog*/

*html #mainBody{padding-top: 15px;}	
	
#content {
	margin: 0 0 0 198px;
	line-height: 2.5em;
	padding: 0 25px;
}

#content p{margin-right: 50px;}

#content img{
	float: right;
	border: 1px solid #666;
	margin: 0 0 10px 15px;
	}

#topGraphic{
	background: url(/assets/elements/topGraphic.gif);
	height: 13px
}
#headerMain{
	text-align: right;
	background: url(/assets/elements/headerBG.gif);
}

#headImages{
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;
	}

#headImages img{
	margin: 0 6px 0 0;
	float: 
	}

img#logo{
	margin: 0;
	padding: 0;
	border: 0;
	}

.imageBlock{
	float: right;
	margin: 0 0 1em 1.5em;
	text-align: center;
	clear: right;
	}

.imageBlockWide{
	margin: 0 0 1em 0;
	text-align: center;
	clear: right;
	}

#content .imageBlock img {
	float: none;
	margin: 0; padding: 0;
	}
	
#content .imageBlockWide img {
	float: none;
	margin: 0; padding: 0;
	border: none;
	}	

#content .imageBlock p.caption, #content .imageBlockWide p.caption {
	font-style: italic;
	margin: 0; padding: 0;
	text-align: center;
	line-height: 1.3em;
	}
	
#footer{
	font-size: x-small;
	background: url(/assets/elements/footerBG.gif) repeat-y #c2e6e4;
	clear: both;
	border-top: 4px double #666;
	margin: 0;
	}	
	
p.left{
	float: left;
	text-align: center;
	width: 200px;
	margin: 0;
	padding: 0;
	}
	
p.right{
	margin: 	0 10px 0 200px;
	padding: 0;
	text-align: right;
	}

#brushfireMedia{
	font-size: xx-small;
	text-align: right;
}	