@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;
	color: #000000;
	/*background-image: url(images/blueback4.gif);*/
	font-family: Arial, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #000000;
	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-color: #f2f9fe;*/
	background: #e7e7e7;
}

a  {
	color: #981C20;
	text-decoration: underline;
}

a:hover {
	color: #666666;
	text-decoration: none;
}


.twoColFixLtHdr #container {
	/*width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 15px;
	margin: 5px auto;
	padding: 0;
	width: 822px;
	border: 0px solid #ffffff;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-y;
	font-weight: normal;
} 
.twoColFixLtHdr #header {
	background: url(images/bg_header.gif) no-repeat center;
	position: relative;
	width: 822px;
	border: 0px solid white;
	text-align: left;
	background-position: top;
	font-weight: normal;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
} 

.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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: 1px;
    line-height: 0px;
}

#content {
	width: 800px;
	margin: auto;
}


/*FOOTER STYLES */

 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColFixLtHdr #footer {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-align: center;
	background-color: #ffffff;
	height: 25px;
	position: relative;
	clear: both;
	background-repeat: no-repeat;
	background-position: bottom;
	background-image: url(images/bg_footer.gif);
}



#bbb {
	width: 135px;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}


/*FOOTER STYLES */

/*Header STYLES */


#logo {
	padding: 10px;

}

/*Header STYLES */

/*LEFT SIDE STYLES */

.leftedge {
	width: 210px;
	background-color: #990000;
	border-right-color: #990000;
	border-top-style: groove;
	border-right-width: 8px;
}

.leftbox {
	border-color: #666666;
	border-width: 1px;
	border-style: solid;
	padding: 8px;
	width: 200px;
	background-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 4px;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	color: #000000;
}



.leftnavheader {
	color:#000000;
	font-size:15px;
	font-weight:bold;
	margin:4px 4px 10px 4px;
}

.leftnav {
	background-color: #FFFFFF;
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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: 15px 0px 15px 0px;
	text-align: left;
	margin-left: 12px;
}
.leftnav ul {
	margin:0px 0px 0px 14px;
	padding:0px;
	list-style:none;
}
.leftnav li {
	border-top:1px dotted #999999;
	padding:4px 4px 5px 12px;
	margin:0px;
	list-style: square;
	color:  #000000;
	list-style-type: circle;
	}
.leftnav ul .navfirst {
	border-top:none;
	color:  #cccccc;
}
.leftnav a {
	color: #9d3c31;
	text-decoration:none;
	font-weight: normal;
}
.leftnav a:hover {
	color: #666666;
	text-decoration:none;
}
.leftnav a.highlight, #leftnav2 a.highlight {
	font-weight:bold;
	color:#e77844;
	text-decoration:none;
}

li.selectfirst {
	border-top:none;
	color: #000000;
	font-weight: bold;
}


.action {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #981C20;
	text-indent: 1em;
	text-decoration: underline;
	
}


/*LEFT SIDE STYLES */


/*TOPNAV STYLES */

/*#topnav {
	background-image: url(images/topnavback.gif);
	height: 50px;
	padding-left: 10px;
	width: 822px;
	background-repeat: no-repeat;
	background-position: center;
}*/

.toolbar {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #333333;
	padding-top: 8px;
	padding-bottom: 6pt;
	padding-right: 25px;
	text-align: center;
	background-color: #333333;
	display: block;
	width: 766px;
	margin-left: 10px;
	margin-right: 14px;
	padding-left: 10px;
}

a.topbar {
	font-family: Arial, sans-serif;
	font-size: 11pt;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	width: 800px;
	margin-left: 15px;
	font-weight: normal;
}

a.topbar:hover {
	font-family: Arial, sans-serif;
	font-size: 11pt;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
	font-weight: normal;
}

#logo {
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-left: 20px;
	margin-top: 20px;
}

#tagline {
	margin-bottom: 20px;
	margin-left: 20px;
}


/*TOPNAV STYLES */


h1 {
	font-family: Arial, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #981C20;
	padding-top: 8px;
	padding-bottom: 8px;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #981C20;
	text-align: left;
}

a {
	font-family: Arial, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #981C20;
	text-decoration: underline;
}


/* bottom */

#bottom {
	width: 822px;
	display: block;
	height: 80px;
	background-image: url(images/redfooter.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 1px;
}


.footertext {
	color: #FFFFFF;
	font-size: 10pt;
	padding-top: 10px;
	padding-bottom: 10px;
} 

a.footer {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}

a.footer:hover {

	color: #f2f9fe;
	text-decoration: none;
}

.hold {
	text-align: center;

} 

.briefcasemap {
	color: #8f291d;
	font-weight: bold;
	font-size: 16px;
} 

#briefcase {
	width: 225px;
	height: 100px;
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px;
	margin-left:15px;
	text-align: left;
	float:right;
}

#briefcase2 {
	width: 225px;
	height: 100px;
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px;
	margin-left:15px;
	text-align: left;
	float:right;
}

#briefcase3 {
	width: 225px;
	height: 100px;
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px;
	margin-left:15px;
	text-align: left;
	float:left;
}


.redesign {
	font-size: 24pt;
}

#HomeAction {
	display: block;
	width: 50px;
	float: left;
	height: 200px;
	background-color: #981C20;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
}

#HomeAction2 {
	display: block;
	width: 100px;
	float: left;
	height: 200px;
	background-color: #9fc2d5;
	border-color: #000000;
	border-style: solid;
	border-width: 0px;
}

.HomeMainTop {
	width: 780px;
	float: left;
	margin-bottom: 20px;
	padding-right: 20px;
	padding-left: 10px;
}

.homemain2 {
	display: block;
	width: 258px;
	height: 200px;
	float: left;
}

.homebox {
	display: block;
	width: 470px;
	float: left;
	height: 178px;
	text-align: left;
	background-color: #FFFFFF;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	color: #981C20;
	font-size: 10pt;
	padding: 8px;
	padding-left: 20px;
	margin-left: 10px;
	padding-top: 15px;
}

.leftnavheader {
	margin-top: 15px;
	color: #981C20;
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	margin-left: 0px;
}

li.homefeature {

margin-left: 40px;
	color: #FFFFFF;
	font-size: 12pt;
	font-family: Verdana;
	font-weight: normal;

}


a.homefeature {

color: #FFFFFF;

}

.leftboxHome {
	border-color: #666666;
	border-width: 1px;
	border-style: solid;
	width: 250px;
	background-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 4px;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
}

.leftnavHome {
	background-color: #FFFFFF;
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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: 0px 10px 15px 8px;
	text-align: left;
	margin-left: 20px;
}

.twoColFixLtHdr #mainContentHome {
	margin: 10px 0 0 280px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	padding-top: 20px;
	padding-right: 20px;
} 

h1.home {
	margin-top: 10px;
	color: #333333;
}

a.newhome {
	color: #336699;
	font-size: 12pt;
	font-weight: normal;
	margin-top: 4px;
	padding-top: 4px;
}

a.newhome:hover {
	color: #666666;
	font-size: 12pt;
	font-weight: normal;
	text-decoration:none
}


.leftbox2 {
	border-color: #666666;
	border-width: 1px;
	border-style: solid;
	width: 216px;
	background-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 4px;
	border-top-color: #666666;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-color: #FFFFFF;
}

.leftnavHomeheader {
	color:#000000;
	font-size:15px;
	font-weight:bold;
	margin:4px 4px 10px 4px;
}

.leftnavHome ul {
	margin:0px 0px 0px 14px;
	padding:0px;
	list-style:none;
}
.leftnavHome li {
	border-top:1px dotted #999999;
	padding:4px 4px 5px 12px;
	margin:0px;
	list-style: square;
	color:  #666666;
	list-style-type: circle;
	}
.leftnavHome ul .navfirst {
	border-top:none;
	color:  #666666;
}
.leftnavHome a {
	color: #9d3c31;
	text-decoration:none;
	font-weight: normal;
}
.leftnavHome a:hover {
	color: #666666;
	text-decoration:none;
}
.leftnavHome a.highlight, #leftnav2 a.highlight {
	font-weight:bold;
	color:#e77844;
	text-decoration:none;
}

li {
	list-style-type: circle;
	margin-bottom: 8px;
}

.HomeTop2 {
	float: left;
	border-color: #981C20;
	border-style: solid;
	border-width: 1px;
	margin-left: 10px;
}


.resources1 {
	display: block;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
	height: 100px;
	background-color: #e7e7e7;
	padding-right: 10px;
}


.resources2 {

display: block;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
	height: 150px;
	background-color: #e7e7e7;
	padding-right: 10px;

}


.review {
	background-image: url(images/reviewback_01.gif);
	display: block;
	width: 210px;
	height: 150px;
	background-repeat: no-repeat;
}

.reviewtext {
	margin-top: 10px;
	margin-left: 25px;
}

.reviewhead {
	color: #336699;
	font-weight: bold;
	font-size: 16px;
	padding-top: 40px;
	padding-left: 25px;
}

a.reviewhead1 {

color: #336699;
	font-weight: bold;
	font-size: 16px;


}

a:hover.reviewhead1 {

color: #9d3c31;
	font-weight: bold;
	font-size: 16px;
	text-decoration:underline;

}

.Navselected {
	color: #000000;
	font-weight: bold;
}

.landing {
	list-style-type: none;
	font-weight: bold;
}

.webreview {
	width: 725px;
	padding-right: 40px;
	padding-left: 40px;
	text-align: left;
}

a.instantland {
	color: #981C20;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 4px;
	padding-top: 4px;
}

a.instantland:hover {
	color: #666666;
	font-size: 12pt;
	font-weight: normal;
	text-decoration:none
}

.homenews {
	padding: 10px;
	padding-left: 20px;
}

.topten {
	padding-right: 10px;
}
