/* * * * * * * * * * * * * * * * * * * * * * 
 HTML STYLES (See also Form and Link styles)
* * * * * * * * * * * * * * * * * * * * * */

body {
	margin: 0;
	padding: 0;
	background: #C20000 url(../fw/bgTilePage.gif);
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #333333;
}/* See also embedded style sheet on home page */
table {
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 0;
	font-size: 1em;
}/* font-size must be reset here or all embedded tables will have increasingly smaller text */
img{
border: 0;
}
div#rightColumn ul {
	padding-left: 22px;
}
div#rightColumn ul li {
	background: transparent url(../fw/linkArrow.gif) no-repeat scroll 0 4px;
	list-style: none;
	margin: 0;
	padding: 1px 0 1px 18px;
}
/* NOTE: Set heading properties in individual sections to avoid inheritance issues! */

/* * * * * * * * * * * * * * * * * * * * * * 
 LAYOUT DIVS
* * * * * * * * * * * * * * * * * * * * * */

div#containerBox {
	width: 740px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	margin: 0 auto;
}
div#headerBox {
	width: 740px;
	float: left;

	background: url(../fw/bgTileHeader.jpg) repeat-x bottom;
	margin-bottom: 1px;
}/* See also headerBox styles below */
div#navmenuBorderBox {
	float: left;
	border-width: 3px 0;
	border-style: solid;
	border-color: #333333;
}
div#contentBox {
	width: 740px;
	float: left;
	background: url(../fw/bgTileContentBox.gif) repeat-y left top;
	margin: 1px 0 7px 0;
}/* See also contentBox & "home page specific" styles below */
div#leftColumn {
	width: 174px;
	float: left;
	margin-right: 7px;
	display: inline;
	padding: 15px;
	color: #000000;
}/* See also navmenuLeft & "home page specific" styles below. Total width should be 204px. Note: display inline is a IE/Win double margin fix. */
div#rightColumn {
    position: relative;
	width: 488px;
	float: left;
	padding: 20px;
	color: #333333;
}/* See also "home page specific" styles below. Total width should be 528px */

/* * * * * * * * * * * * * * * * * * * * * * 
headerBox STYLES 
* * * * * * * * * * * * * * * * * * * * * */
div#headerLogo {
	float: left;
	clear: left;
	vertical-align: bottom;
}
div#navLineBox {
	float: right;
	background: #FFFFFF url(../fw/bgTileNavLine.jpg) repeat-x bottom;
	height: 20px;
	padding: 0px 8px 0px 8px;
	color: #B90000;
	font-size: 90%;
	margin: 5px 10px 0px 10px;
}
div#navLineBox a {
	color: #B90000;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 3px;
}
div#navLineBox a:hover {
	text-decoration: underline;
}

div#addressBox {
	float: right;
	clear: right;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
	padding: 5px 0px 5px 0px;
	_position: relative;
	_top: 10%;
}
div#addressBox p {
	margin-bottom: 0;
}

div#phoneBox {
	text-align: right;
	float: right;
	clear: right;
	font-size: 160%;
	font-weight: bold;
	color: #000000;
	margin-right: 10px;
	padding-left: 40px;
	background: url(../fw/iconPhone.gif) no-repeat 0 50%;
	/*width: auto !important; */
	width: 150px;
	_position: relative;
	_top: 15%;
	
}/* HACK - IE will use the last rule defined. Other browsers will use the important rules. */


/* * * * * * * * * * * * * * * * * * * * * * 
HOME PAGE SPECIFIC STYLES 
* * * * * * * * * * * * * * * * * * * * * */

div#containerBox.home div#navmenuBorderBox.home {
	border-bottom-width: 0;
}
div#containerBox.home div#contentBox {
	background-image: url(../fw/bgTileContentBoxHome.gif);
	margin-top: 7px;
}
div#containerBox.home div#leftColumn {
	width: 445px;
	color: #333333;
	padding: 0px;
	position: relative;
}/* Total width should be 445px */
div#containerBox.home div#rightColumn {
	width: 248px;
	color: #000000;
	padding: 0 20px 20px 20px !important;
	padding-top: 20px;	
	position: relative;
}/* Total width should be 289px */
/* HACK - IE will use the last rule defined. Other browsers will use the important rules. */
div#homeMainContentBox {
	padding: 10px 20px 20px 20px;	
}
div#containerBox.home div#contentBox h1 {
	margin-left: -10px;
	margin-top: 0;
}/* See also contentBox styles below */
div#containerBox.home div#contentBox h4 {
	margin-left: -10px;
}/* See also contentBox styles below */


/* * * * * * * * * * * * * * * * * * * * * * 
contentBox STYLES 
* * * * * * * * * * * * * * * * * * * * * */

div#contentBox a {
	color: #333333;
}
div#contentBox a:hover {
	color: #990000;
}
div#contentBox h1,
div#contentBox h2,
div#contentBox h3,
div#contentBox h4 {
	font-family: "Times New Roman", Times, serif;
}
div#contentBox h1 {
	font-size: 180%;
	color: #B90000;
}/* Used for page headings */
div#contentBox h2 {
	font-size: 180%;
} /* Used for page subheadings */
div#contentBox h3 {
	font-size: 150%;
	color: #B90000;
}
div#contentBox h4 {
	font-size: 120%;
	color: #B90000;
	border-bottom: 1px solid #BCBCBC;
	margin-bottom: 0;
} /* Used for section headings */
div#contentBox h5{
	font-size: 100%;
	margin-bottom: 0;
	font-weight: bold;
}
div#contentBox h6 {
	font-size: 100%;
	text-align: right;
	margin: 0;
}
div#contentBox h6 a {
	background: url(../fw/linkArrow.gif) no-repeat 0 50%;
	padding-left: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
div#contentBox h6 a:hover {
	text-decoration: underline;
	color: #B90000;
}
div#contentBox hr {
	border-width: 0;
	background-color: #BCBCBC;
	height: 1px;
	margin: 1em 0;
}

/* * * * * * * * * * * * * * * * * * * * * * 
navmenuLeft STYLES 
* * * * * * * * * * * * * * * * * * * * * */

ul#navmenuLeft {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
}
ul#navmenuLeft li {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #DDDDDD;
}
ul#navmenuLeft a {
	display: block;
	text-decoration: none;
	background: url(../fw/linkArrow.gif) no-repeat 0 6px;
	margin: 0;
	padding: 4px 10px;
}
ul#navmenuLeft a:hover {
	color: #B90000;
	text-decoration: underline;
}
div#leftColumn h5 {
	color: #333333;
	font-size: 1.3em;
	margin: 0 0 0.5em 0;
}

/* * * * * * * * * * * * * * * * * * * * * * 
 FORM STYLES
* * * * * * * * * * * * * * * * * * * * * */

form { 
	margin: 0;
}
input, select, textarea, textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
input.formField {
	border: 1px solid #7B7B79;
}
input.formButton {
	font-size: 80%;
	border-width: 0;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #B90000;
	cursor: pointer;
	padding: 3px 5px;
	margin-top: 15px;
}
input.formButton:hover {
	background-color: #333333;
}
table#formTable {
	color: #000000;
	text-align: left;
}
table#formTable th,
table#formTable td {
	padding: 2px;
	vertical-align: top;
}/* Shared styles extracted to insure consistency */
table#formTable th {
	font-weight: normal;
}
table#formTable textarea {
	width: 90%;
}
table#formTable th.indentedCell {
	padding-left: 10%;
}

/* * * * * * * * * * * * * * * * * * * * * * 
footerBox STYLES 
* * * * * * * * * * * * * * * * * * * * * */

div#footerBox {
	clear: both;
	color: #333333;
	padding: 10px 10px;
	background: url(../fw/bgTileFooter.jpg) repeat-x top;
}
div#footerBox a {
	color: #333333;
	text-decoration: none;
}
div#footerBox a:hover {
	color: #B90000;
	text-decoration: underline;
}
div#licenseBox {
	float:right;
	margin-top: -0.5em;
	color: #000000;
	font-size: 90%;
	text-align: right;
}


/* * * * * * * * * * * * * * * * * * * * * * 
 MISC. STYLES 
* * * * * * * * * * * * * * * * * * * * * */

.borderAll { 
	border: 1px solid #A05F37;
} /* Used for misc borders */
div.boundaryBox {
	clear: both;
}/* Used to stop floating elements in parent div from breaking boundary of parent div */
img.photoFloatRt {
	border: 1px solid #DDDDDD;
	float: right;
	margin: 0 0 13px 15px;
}
img.photoFloatLt {
	border: 1px solid #DDDDDD;
	float: left;
	margin: 0 15px 13px 0;
}
img.noBorder {
	border: 0;
}
p.noTopMargin {
	margin-top: 0;
}
p.getAdobeReader {
	margin-top: 40px;
}
div#errorBox {
	width: 400px;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
}