@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: #3D3D3D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-attachment: fixed;
	background-color: #EC7926;
	background-image: url(../assets/background.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

 a {
	color: #548E97;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.twoColFixLtHdr #container {
	width: 734px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 27px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(assets/border_full.png);
	background-repeat: repeat-y;
} 

.twoColFixLtHdr #header {
	height: 230px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 195px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #7C7C7C;
}

#sidebarBottom{
	font-size: 90%;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	text-decoration: none;
}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #FFFFFF;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/


#sectionLinks{
	font-size: 90%;
	text-indent: 34px;
	line-height: 35px;
	position: relative;
	width: 204px;
	float: right;
	background-image: url(assets/navLinkBG.png);
}

#sectionLinks h3{
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 25px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	width: 100%;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	text-decoration: none;
	color: #CDFCFF;
	background-image: url(assets/navLink.png);
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 10px;
	text-decoration: none;
	color: #CDFCFF;
	background-image: url(assets/navLink.png);
}

#sectionLinks a:hover{
	padding: 2px 0px 2px 10px;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(assets/navLinkHover.png);
}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 240px;
	padding-right: 20px;
} 
.twoColFixLtHdr #mainContent h1 {
	color: #666666;
}
.twoColFixLtHdr #mainContent h2 {
	color: #666666;
}
.twoColFixLtHdr #mainContent h3 {
	color: #1D95A1;
}

#navigation{
	font-size: 85%;
}
.twoColFixLtHdr #footer {
	padding-left: 50px;
	background-image: url(assets/footer_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 120px;
	background-color: #E97828;
	padding-right: 50px;
} 
.twoColFixLtHdr #footer p {
	margin-top: 0;
	margin-right: 5;
	margin-bottom: 5;
	margin-left: 5;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
.twoColFixLtHdr #footer a {
	color: #FFFFFF;
}
.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;
}
