/* @charset "UTF-8"; */
body  {
	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;
	background: url(/images/bg-body-home.gif);
	background-repeat:no-repeat;
	background-position:top center;
	background-color: #990000;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

.main-template #container-home { 
	width: 900px;
	margin: 0 auto; /* The auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* This overrides the text-align: center on the body element. */
	border: 0px solid #000000;	
}  

.main-template #subcontainer-header { 
	position:relative;
	background:url(/images/bg-logo.gif) no-repeat;
	background-position: 11px 0px;
	padding: 0 0px 0 0px;
	height: 148px;
	border: 0px solid #000000;
	background: url(/images/bg-body-top-home.gif);
	background-position: center;
	background-repeat: no-repeat;
	z-index: 5000;
}

/* Home Page variance for Primary Navigation Bar Position. */
#nav-primary { position:absolute; top:0px; left:0px; background: url(/images/nav-background.gif); background-repeat: no-repeat; background-position: 0px 0px; width:900px; height:36px;z-index:2000;
}

#lower-content { border: 0px solid #000000; padding: 0 40px 0px 0px;
}

.main-template #subcontainer-header #header-logo { display: block; width: 220px; height: 112px; position: absolute; border: 0px solid #000000; top: 36px; left: 0px; overflow: hidden; text-indent: -9999px; z-index:-100; background: transparent url(/images/clear.gif) no-repeat;
}
		
.main-template #logoprint {display: none;
}

.main-template #main-content { 
	margin: 0px;
	/* There is a red 1px border at the top and bottom of main-content. This helps eliminate extra padding in FF and IE */
	padding: 0px;
	border-top: 1px solid #8b0000;
	border-bottom: 1px solid #730000;
	border-width: 1px 0px 1px 0px;
	background: #990000 url(/images/bg-content-home.gif) 0px 0px no-repeat;
	
	/* overflow: hidden;*/
	/* height: 100%;*/
}


/* the padding below allows for the vertical shadows at edge of page. */
.main-template #subcontainer-footer { padding: 30px 10px 28px 10px; background:url(/images/bg-footer-home.gif); background-position: top left; background-repeat: no-repeat; margin-top:0px; text-align: center; border: 0px solid #000000;
}
 
.main-template #subcontainer-footer p {
	margin: 0; /* Zeroing the margins of the first element in the subcontainer-footer will avoid the possibility of margin collapse -- a space between divs. */
	padding: 0px 0 0 0px; /* Padding on this element will create space, just as the the margin would have, without the margin collapse issue. */
}

 /* 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 { float: right; margin: 0px 0px 10px 20px;
}

 /* This class can be used to float an element left in the page. */
.float-left {float: left; margin-right: 20px;
}
 /* 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-float {clear:both; height:0; font-size: 1px; line-height: 0px;
}

/* IMPORTANT. Must include font-size and height in empty div class or IE adds extra vertical space */
.spacer {  height:16px; font-size: 1px;
}

.spacer-short {  height:6px; font-size: 1px;
}

/* Two column Callout boxes formatting */

.main-template #lower-content-calloutboxes { 
	margin: 0px;
	/* There is a red 1px border at the top of main-content-list. This helps eliminate extra padding at top in FF */
	padding: 0px;
	border: 1px solid #8d0000;
	border-width: 1px 0px 0px 0px;
	width:900px;
}

.calloutboxes-home {padding: 20px 0px 8px 0px; margin: 0px 0px 16px 0px;
}

.calloutboxes-home h3 { margin: 0 0 8px 0; padding: 0 0px 0 0;
}

.leftcalloutbox-home { width: 195px; margin: 0px; padding: 0px 10px 0 10px; float: left; border-right: 0px solid #9b0000;
}

.rightcalloutbox-home { margin-left:235px; padding-top:20px; border: 0px solid #000000;	
}



/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/*  Font Styles Defined  */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

p  { color: #000000; font-weight: normal; font-style: normal; font-size: 12px; line-height: 18px; font-family: Arial, Verdana, Helvetica, sans-serif; text-decoration: none; margin-top: 0px; 
}

h1  { color: #000000; font-weight: bold; font-style: normal; font-size: 22px; line-height: 24px; font-family: Arial, Verdana, Helvetica, sans-serif; text-decoration: none; text-transform: none; padding-right: 0px; padding-left: 0px; margin-top:30px;
}

h2  { color: #000000; font-weight: bold; font-style: normal; font-size: 18px; line-height: 22px; font-family: Arial, Verdana, Helvetica, sans-serif; text-decoration: none; text-transform:none; padding-right: 0px; padding-left: 0px; margin-bottom: 9px;
}

h3  { color: #000000; font-weight: bold; font-style: normal; font-size: 14px; line-height: 18px; font-family: Arial, Verdana, Helvetica, sans-serif; text-decoration: none; text-transform:none; padding-right: 0px; padding-left: 0px; margin-bottom: 4px;
}

h5  { color: #000000; font-weight: bold; font-style: normal; font-size: 11px; line-height: 22px; font-family: Arial, Verdana, Helvetica, sans-serif; text-decoration: none; text-transform:none; padding-right: 0px; padding-left: 0px; margin: 0px;
}

.small {font-size: 11px;
}

.footer-text  { color: #c38080; font-weight: normal; font-style: normal; font-size: 10px; line-height: 18px; font-family: Arial, Verdana, Helvetica, sans-serif; text-decoration: none; margin: 0px; padding: 0px;
}

.breadcrumbs  { color: #333333; font-weight: normal; font-style: normal; font-size: 11px; line-height: 18px; font-family: Arial, Verdana, Helvetica, sans-serif; text-decoration: none; margin: 6px 0 0 0px;
}

.no-padding-margin  { margin:0 0 0 0; padding:0 0 0 0;
}

.no-bottom-margin  { margin-bottom:0px;
}

.no-top-margin  { margin-top:0px;
}

a  { color: #2862b2; font-weight: normal; font-style: normal; font-size: 12px; line-height: 18px; font-family: Arial, Verdana, Helvetica, sans-serif; text-decoration: underline; outline: none; 
}

a:visited  { color: #2862b2; font-weight: normal; font-style: normal; font-size: 12px; line-height: 18px; font-family: Arial, Verdana, Helvetica, sans-serif; text-decoration: underline; outline: none;
}

a:hover  { color: #1b4174; font-weight: normal; font-style: normal; font-size: 12px; line-height: 18px; font-family: Arial, Verdana, Helvetica, sans-serif; text-decoration: underline; outline: none;
}

a.home  { color: #c38080; font-weight: normal; font-style: normal; font-size: 12px; line-height: 18px; font-family: Arial, Verdana, Helvetica, sans-serif; text-decoration: none; outline: none; 
}

a.home:visited  { color: #c38080; font-weight: normal; font-style: normal; font-size: 12px; line-height: 18px; font-family: Arial, Verdana, Helvetica, sans-serif; text-decoration: none; outline: none;
}

a.home:hover  { color: #e7c001; font-weight: normal; font-style: normal; font-size: 12px; line-height: 18px; font-family: Arial, Verdana, Helvetica, sans-serif; text-decoration: underline; outline: none;
}

a:active  { outline: none;
}

a.small-link {font-size: 11px; line-height: 18px;
}

a.small-link:visited {font-size: 11px; line-height: 18px;
}

a.small-link:hover {font-size: 11px; line-height: 18px;
}

a.smaller-link {font-size: 10px; line-height: 18px;
}

a.smaller-link:visited {font-size: 10px; line-height: 18px;
}

a.smaller-link:hover {font-size: 10px; line-height: 18px;
}

a.footer-link {font-size: 10px; line-height: 18px; color: #c38080; text-decoration:none;
}

a.footer-link:visited {font-size: 10px; line-height: 18px; color: #c38080; text-decoration:none;
}

a.footer-link:hover {font-size: 10px; line-height: 18px; color: #ffd400;  text-decoration: underline;
}
