@charset "UTF-8";
/* CSS Document */

/* Applied universally in document */
body {
	font: 75%/1.5 Arial, Verdana, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a:link {
	color: #662b0b;
}
a:hover {
	color: #cc6600;
	text-decoration: none;
}
a:visited {
	color: #381705;
}
h1 {
	font-size: 1.9em;
	color: #cc6600;
	line-height: 1.3;
}
h1 .smallHeading {
	font-size: 0.75em;
}
h2 {
	font-size: 1.4em;
	color: #000000;
	text-transform: uppercase;
}
h3 {
	font-size: 1em;
	color: #000000;
	text-transform: uppercase;
}
/* Specific styles */
.twoColFixRt #container {
	width: 906px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #c5c5c5;
	border-right-color: #c5c5c5;
	border-bottom-color: #c5c5c5;
	border-left-color: #c5c5c5;
}
.twoColFixRt #header {
	height:85px;
}
#header #logo {
	width: 300px;
	margin-left: 17px;
	border-style: none;
	height: 65px;
	background-position: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}	
#header #byline {
	float: right;
	width: 196px;
	margin-right: 17px;
}
#menu {
	height:26px;
	background-repeat: repeat-x;
	background-image: url(/images/img_bg_menu.gif);
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#banner {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#bottomMenu {
	background: #ededed;
}
#footer {
	font-size: 0.9em;
}
#bottomMenu p {
	padding-top: 6px;
	margin-left: 22px;
	padding-bottom: 6px;
}
.twoColFixRt #testimonial {
	height:183px;
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.twoColFixRt #mainContent {
	margin-top: 30px;
	margin-right: 266px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.twoColFixRt #fullContent {
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.twoColFixRt #footer {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltrtAbsolute { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltlftAbsolute { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 0px;
	line-height: 0px;
	visibility: hidden;
}


/* MiniBox Styles */
.mb {
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 0px;
}

.mb #mbTopLeft{
	float: left;
	height: 12px;
	width: 12px;
	background-image: url(/images/bg_border_corner_tl.gif);
}
.mb #mbTopCenter{
	height: 12px;
	width: 100%;
	background-image: url(/images/bg_border_top.gif);
	background-repeat: repeat-x;	
}
.mb #mbTopRight{
	float: right;
	height: 12px;
	width: 12px;
	background-image: url(/images/bg_border_corner_tr.gif);
}

.mb #mbContainer{
	width: 100%;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.mb #mbLeft{
	background-image: url(/images/bg_border_left.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.mb #mbRight{
	background-image: url(/images/bg_border_right.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.mb #mbHeader{
	font-size: 1.25em;
	color: #0e5881;
	text-transform: uppercase;
	background-color: #d4d4d4;
	background-image: url(/images/bg_box_fadeleft.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 14px;
}
.mb #mbContent{
	text-align: left;
	padding-right: 14px;
	padding-left: 14px;
	padding-bottom: 8px;
	background-color: #ededed;
	background-image: url(/images/bg_box_vertfade.gif);
	background-repeat: repeat-x;
}
.mb #mbBottomLeft{
	float: left;
	height: 12px;
	width: 12px;
	background-image: url(/images/bg_border_corner_bl.gif);
}
.mb #mbBottomCenter{
	height: 12px;
	background-image: url(/images/bg_border_bottom.gif);
	background-repeat: repeat-x;	
}
.mb #mbBottomRight{
	float: right;
	height: 12px;
	width: 12px;
	background-image: url(/images/bg_border_corner_br.gif);
}
.mb #leftSpacer{
	margin-left: 12px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.mb #rightSpacer{
	margin-right: 12px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.mb .readmore a:link { /* Apply this class to a span surrounding Read More links */
	color: #0e5881;
	font-size: .8em;
	text-decoration: none;
}
.mb .readmore a:hover { 
	color: #33a1cd;
	text-decoration: none;
}
.highlight { /* Apply this class to a span surrounding text that should be highlighted */
	color: #0e5881;
}	
.reference {
	font-weight: bold;
	font-size: 11px;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
}
#header #staticlogo {
	width: 196px;
	margin-left: 17px;
	border-style: none;
	height: 85px;
	background-position: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
