@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 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: #000000;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(images-common/body-bkgr-545454-sub.gif);
	margin: 0px;
}
input.gobutton {
	background-image: url(images-common/button-bkgr.gif);
	color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.thrColFixHdr #container {
	width: 1003px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images-common/content-bkgr-1003-2column.gif);
	background-repeat: repeat-y;
	background-position: center top;
} 

/* NOTE: header styles are in the local subsite folder so that the header image can be changed. */

#quicklinks {
	position: absolute;
	width: 250px;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: -50px;
	padding-left: 10px;
}
#quicklinks form {
	padding-top: 1px;
	padding-bottom: 1px;


}
#horizmenu {
	top: 175px;
	position: absolute;
	padding-left: 20px;
	width: 975px;
}
#horizmenu p {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #ffffff;
	margin-top: 0px;
	letter-spacing: 2px;
	margin-bottom: 0px;
}
#horizmenu a {
	color: #ffffff;
	text-decoration: none;
}
#horizmenu a:visited {
	color: #ffffff;
	text-decoration: none;
}
#horizmenu a:hover {
	color: #aaaaaa;
	text-decoration: underline;
}
#horizmenu a:active {
	color: #CCCCCC;
	text-decoration: none;
}
/* Accordian Menu Styles BEGIN */
.AccordionTitle, .AccordionContent, .AccordionContainer
{
	position:relative;
	width:232px;
}

.AccordionTitle
{
	height:20px;
	overflow:hidden;
	cursor:pointer;
	font-family:Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight:normal;
	vertical-align:middle;
	text-align:left;
	display:table-cell;
	-moz-user-select:none;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	padding-left: 10px;
	background-image: url(images-common/menu-item-bkgr.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.AccordionContent
{
	height:0px;
	overflow:auto;
	display:none;
	font-size: small;
	padding-top: 2px;
	padding-left: 15px;
	scrollbar-3dlight-color:#666666;
	scrollbar-arrow-color:#333333;
	scrollbar-base-color:#C5C5C5;
	scrollbar-darkshadow-color:#333333;
	scrollbar-face-color:#C5C5C5;
	scrollbar-highlight-color:#666666;
	scrollbar-shadow-color:#999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	background-color: #4469C3;
}

.AccordionContainer
{

}
#vsubmenu {
	background-color: #8ba9e2;
	width: 232px;
}
#vsubmenu p {
}
/*#vsubmenu a {
	color: #333333;
	text-decoration: none;
}
#vsubmenu a:visited {
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #969696;
}
#vsubmenu a:hover {
	color: #990000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #990000;
}
#vsubmenu a:active {
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #969696;
}<*/

/*.AccordionContainer a{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EBEBEB;

}*/
/* Accordian Menu Styles END */
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* padding keeps the content of the div away from the edges */
	margin-left: 0px;
}
#sidebar1 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	color: #ffffff;
	padding-left: 10px;
	background-image: url(images-common/vert-menu-h3-bkgr.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 0px;
	margin-top: -1px;
}

#sidebar1 p {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbdb;
}
#sidebar1 a {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar1 a:hover {
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}
#sidebar1 a:active {
	color: #333333;
	text-decoration: none;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	/*background-color: #000000; */
	background-image: url(images-common/right-panel-bkgr-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #C6C5C5;
}
.thrColFixHdr #sidebar2 p {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	text-indent: 10px;
	letter-spacing: 1px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;

}
.thrColFixHdr #sidebar2 a {
	color: #494949;
	text-decoration: none;
}
.thrColFixHdr #sidebar2 a:visited {
	color: #494949;
	text-decoration: none;
}
.thrColFixHdr #sidebar2 a:hover {
	color: #494949;
	text-decoration: underline;
}
.thrColFixHdr #sidebar2 a:active {
	color: #494949;
	text-decoration: none;
}
.thrColFixHdr #sidebar2 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #mainContent p {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: medium;
	line-height: 1.5em;
	padding-left: 10px;
}

.thrColFixHdr #mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3F3F3F;
	background-image: url(images-common/h2-border.jpg);
	background-repeat: no-repeat;
	background-position: left 15px;
}
.thrColFixHdr #mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #717070;
}

.thrColFixHdr #mainContent li {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #333333;
}


.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-image: url(images-common/footer-bkgr-1003-2-column.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
} 
#footer  p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #EBEBEB;
	font-size: x-small;
}
#footer a {
	color: #EBEBEB;
	text-decoration: none;
}
#footer a:visited {
	color: #EBEBEB;
	text-decoration: none;
}
#footer a:hover {
	color: #990000;
	text-decoration: underline;
}
#footer a:active {
	color: #EBEBEB;
	text-decoration: none;
}.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;
}