/* General Styles */
body {background: url(images/bramlett-bkgd.jpg) #bababa repeat-x; margin: 0; padding: 0px; }

a { color: #1755c6; }
a:visited { color: #000; }

.centering { margin: 26px auto; width: 970px; }

.br_core { background: #FFF; border-top: 1px #000 solid; border-right: 1px #000 solid; border-bottom: 20px #000 solid; border-left: 1px #000 solid; width: 970px;  }

.br_core .right_col { width: 370px; background: #dddddd; padding: 15px; text-align: center; }
	.br_core .right_col img { padding: 15px 15px;  }

.br_core .right_col2 { width: 400px; background: #dddddd; text-align: center; }
	.br_core .right_col2 img { padding: 15px 15px;  }

.br-text { padding: 30px 35px; }
	.br-text h1 { font-size: 16px; }
	.br-text p { margin: 20px 0px; font: 12px/20px "georgia","verdana","helvetica";  }
	.br-text td { margin: 20px 0px; font: 12px/20px "georgia","verdana","helvetica";  }
	.br-text p.home { margin: 0px; font: 12px/26px "georgia","verdana","helvetica";  }
	.br-text ul.highlight1 { margin: 0px; font: 14px/26px "georgia","verdana","helvetica"; margin-left: 30px; }
	.br-text ul.sub-list { margin: 0px; padding-top: 5px; font: 10px/15px "verdana","helvetica"; margin-left: 70px; }
	.br-text p.sub { margin: 20px 0px 2px 0px; font: 10px/16px "verdana","helvetica";  }
	.br-text hr { height: 1px; color: #999; }
	
.br-text .highlight-bkgd { background: #ddd; padding: 20px; width: 300px; margin-left: 50px; }
.nav { width: 970px; }

.br-text .next-page { margin: 0; padding: 10px; font: bold 10.5px verdana; background: black url(images/blockdefault.gif) center center repeat-x; text-align: center; }
	.br-text .next-page a { color: white; padding: 10px 15px; text-decoration: none; }
	.br-text .next-page a:visited { color: white; }
	.br-text .next-page a:hover { color: #ddd;  }

.contact-form { background: #ddd; padding: 10px 20px; }

.staff-button { background: #ddd; text-align:center; padding: 10px; font: 10px/15px "verdana"; border: 1px solid #b2b2b2; margin: 5px; height: 75px;}
	.staff-button strong { font: 16px/17px "georgia"; }
	.staff-button a.button-link:link { color: #1755c6; text-decoration: none; }
	.staff-button a.button-link:visited { color: #1755c6; }
	.staff-button a.button-link:hover { text-decoration: underline;  }

.error { background: #faef93; padding: 20px; border: 1px solid #fad163; }

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
margin: 0;
padding: 0;
font: bold 10.5px verdana;
width: 970px;
overflow: hidden;
border-bottom: 10px solid #1755c6;
border-width: 1px 1px 5px 1px;
background: black url(images/blockdefault.gif) center center repeat-x;
}

ul.solidblockmenu { width: 970px; }

.solidblockmenu li{
display: inline;
width: auto; 
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 22px;
text-decoration: none;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(images/blockactive.gif) center center repeat-x;
}



/* FOOTER STYLES */

.footer { padding: 10px; text-align: center; color: #666; font: 10px/18px "verdana","helvetica"; }

	.footer a.webvantix:link, .footer a.webvantix:visited { font: 9px/18px "verdana","helvetica"; color: #000; text-decoration: none;  }
	.footer a.webvantix:hover { color: #000; }
	.footer a:link, .footer a:visited { font: 9px/18px "verdana","helvetica"; text-transform: uppercase; color: #000; text-decoration: none; }
	.footer a:hover { color: #1755c6; }
	.footer a.active:link, .footer a.active:visited { font: 9px/18px "verdana","helvetica"; text-transform: uppercase; color: #000; text-decoration: none; }
	.footer a.active:hover { color: #000; }
	.footer em { font-size: 9px; }
	

/* CONTENT AREA STYLES */

.core { min-height: 350px; padding: 20px; }

.right { width: 180px; float: right; text-align: center; }
	.right img { padding: 0 10px 15px 10px;  }

.content { min-height: 350px; width: 625px; background: #f1f1f1; }
	.content p { font: 13px/24px "georgia","times","arial"; padding: 20px 20px 0px 20px; }
	.content .button { margin-right: 20px; background: url(images/bramlett-final-bkgd4.gif) repeat-x #000;  color: #FFF; font-family: verdana; font-size: 10px; padding: 5px; float: right; }
		.button a:link, .button a:visited { font: 10px/18px "verdana","helvetica"; color: #FFF; text-decoration: none; padding: 0px 10px; }
		.button a:hover { color: #bbb; }

/* POP OUT TEXT */

.popout { width: 750px; background: #FFF; padding: 10px 20px; font: 12px/16px "verdana","helvetica"; margin: 10px; }
	.popout p { font: 12px/16px "verdana","helvetica"; padding: 10px; margin: 0px; }
	.popout ul { font: 12px/16px "verdana","helvetica"; padding: 10px; margin: 5px 5px 5px 40px; font-weight: bold; }
	.popout li { margin-top: 10px; }
	.popout h1 { font-size: 16px; }
	.popout em { font-size: 10px; }
	.popout img.staff { float: left; margin: 0 10px 20px 0; }

