/* PRIMARY PAGE DESIGN ELEMENTS */

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
}

div#branding {
	position: relative;
	z-index: 10;
}

h1 {
	position:absolute;
	top: -60px;
	left: -80px;
	width: 588px;
	height: 68px;
	text-indent: -9999px;
}

div#branding blockquote {
	position: absolute;
	top: -9999px;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}
.title_maroon {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
	color: #891D03;
}

a:link {
	color: #611603;
}
a:hover {
	color: #891d03;
	text-decoration: none;
}
a:visited {
	color: #611603;
}
a.navLink:link, a.navLink:visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.navLink:hover {
	color:#e6e6e6;
	font-family: Arial, Helvetica, sans-serif;
}
.co_name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 16px;
	color: #891D03;
}


/* BORDER BOX DESIGN ELEMENTS */

.xsnazzy h1, .zsnazzy h1 {
margin:0; 
padding:0 10px 5px 10px; 
border-bottom:1px solid #891D03;
}
.xsnazzy p, .zsnazzy p {
margin:0; 
padding:5px 10px; 
}
.xsnazzy {
background: transparent; 
float:left; 
margin:0 3px;
}

.xtop, .xbottom {
display:block; 
background:transparent; 
font-size:1px;
}

.xb1, .xb2, .xb3, .xb4 {
display:block; 
overflow:hidden;
}

.xb1, .xb2, .xb3 {
height:1px;
}

.xb2, .xb3, .xb4 {
background:#fff; 
border-left:1px solid #891D03;
border-right:1px solid #891D03;
}

.xb1 {
margin:0 5px; 
background:#891D03;
}
.xb2 {
margin:0 3px;
border-width:0 2px;
}
.xb3 {
margin:0 2px;
}
.xb4 {
height:2px; 
margin:0 1px;
}

.xboxcontent {
display:block; 
border:0 solid #891D03; 
border-width:0 1px; 
height:auto;
}

* html .xboxcontent {
height:1px;
}

.pull_quote {
	margin: 0px 5px 0 5px;
	padding: 4 0 0 25px;
	background: url(images/block_quote.gif) no-repeat left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #891D03;
	font-style: italic;
	line-height: 28px;
}
.image {
	border: 1px solid #000000;
	margin: 7px;
}
.rule {
	padding:5px;
	border:1px solid #896003;
	background:#ffffff;
}
