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

 
body  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ddddde;
}
a{
	color: #2A2D7E;
	text-decoration: none;
}

a:link{
	color: #E51837;
	text-decoration: underline;
}

a:visited{
	color: #57575A;
	text-decoration: underline;
}

a:hover{
	color: #999900;
	text-decoration: underline;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	margin: 0px;
	text-align: left;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	font-weight: bold;
	padding-top: 8px;
	color:  #e51837;
	font-weight: bold;
	background-color: #FFF;

}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 145%;
	text-align: left;
	font-weight: normal;
	padding: 0px;
	color: #333333;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	text-align: left;
	font-weight: bold;
	color:  #57575A;

}

h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	color: #666666;
}


h5{
	font-family: Verdana,Arial,sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	 color: #334d55;
}
dt {
	font-weight: bold;
	padding-bottom: 3px;
}

legend{
	color: #000000;
}

.photo_border {
	border: 1px solid #333333;
}
.grey_box{
	background-color: #eeeeee;
	margin-right: 8px;
	margin-left: 8px;
	border: 1px solid #333333;
	width: 80%;
	padding: 15px;
}
.box{
}

.dark_grey_back{
	background-color:#ababac;
}

.light_grey_back{
	background-color:#ddddde;
	
}

.red {
	color:#e51937;
	font-weight: bold;
}
.black_border{
	border: 1px solid #333333;
}
/*two column list*/
div.columnList {
	float: left;
	width: 45%;
	padding: 10px;
	margin-left: 5px;
}

div.columnList_righttext {
	float: left;
	width: 65%;
	padding: 10px;
	margin-left: 5px;
	text-align:right;
}
div.columnList_left {

	float: left;
	width: 35%;
	padding: 10px;
	margin-left: 5px;
	margin-right: 5px;
}
div.columnList_small {
	float: left;
	width: 35%;
	padding: 10px;
	margin-left: 25px;
	background-color: #666666;
	margin-right: 5px;
}

/*accessibility at top*/
/************* #accessilbility ***************/
.thrColLiqHdr #accessibility {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 80%;
	padding-top: 0em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0;
	background-color:  #F4F8FB;
}

.thrColLiqHdr #accessibility ul {
	list-style-type: none;
}
.thrColLiqHdr #accessibility ul li {
	display: inline;
}
.thrColLiqHdr div, #accessibility ul {
margin: 0;
padding: 0;
}
.thrColLiqHdr #accessibility #search{
	display: inline;
}

.thrColLiqHdr #accessibility #search form{
	display: inline;
}

.thrColLiqHdr #accessibility #search label{
	display: inline;
	font-weight: bold;
	color: #2f85b8;
}

.thrColLiqHdr #accessibility #search label{
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #334d55;
	padding: 0px;
}
/* end of accessililtiy*/
.thrColLiqHdr #container {
	width: 88%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 2%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

.thrColLiqHdr #mainborder {
	border: 1px solid #CDCDCF;
	background-color: #FFFFFF;
}
.thrColLiqHdr #header {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.thrColLiqHdr #header {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
	
} 
.thrColLiqHdr #header h1 {
	margin: 0;
	padding: 0 0 0 0px;background-image: url(../images/logo/banner_right_back.jpg);
	background-position: 	right top;
	background-repeat: no-repeat;
	width: 100%; /* 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 */
	 /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/*breadcrumb*/

/************* #breadCrumb styles *************/



#breadCrumb{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #40438A;
	
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
	padding-top: 5px;
	padding-bottom: 5px;
}

#breadCrumb{
	float:left;
	width: 100%;
	
}
/*end breadcrubm*/

/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.thrColLiqHdr #sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 20%; /* top and bottom padding create visual space within this div  */
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 23px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}


.thrColLiqHdr #sidebar1 p, .thrColLiqHdr #sidebar1 h3, .thrColLiqHdr #sidebar2 p, .thrColLiqHdr #sidebar2 h3 {
	margin-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 0px;
}



.thrColLiqHdr #sidebar1 ul a:link, #navBar ul a:visited {display: block;}
.thrColLiqHdr #sidebar1 ul {
	list-style: none;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
.thrColLiqHdr #sidebar1 li {
	margin-bottom: 2px;
}

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

/*links on left hand side*/

.thrColLiqHdr #sidebar1 #sectionLinks{
	position: relative;
	padding: 0px;
	font-size:80%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
}



.thrColLiqHdr #sidebar1 #sectionLinks h2{
	color: #E51837;
	font-weight: bold;
	font-size: 110%;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 5px;
	margin-bottom: 2px;
	margin-top: 0px;
}



.thrColLiqHdr #sidebar1 .sectionLinks_border {
}

.thrColLiqHdr #sidebar1 #sectionLinks p {
	display: block;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}



.thrColLiqHdr #sidebar1 #sectionLinks a {
	display: block;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 2px;
	color: #57575a;
}




.thrColLiqHdr #sidebar1 #sectionLinks a:hover{
	color: #999900;
	
}



/*end left hand side links*/


/*side links on home page*/


/*links on left hand side*/




/*end home right*/

/*right hand box*/

.thrColLiqHdr #sidebar2 {
	float: right;
	width: 18%;
	
	font-size:80%;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 2px;
}
.thrColLiqHdr #container #mainborder #sidebar2 #form_back{
	background-color: #ddddde;
	padding: 1px;
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 3px;
	margin-left: 1px;
}

.thrColLiqHdr #sidebar2 A:hover {
	TEXT-DECORATION: underline
}
.thrColLiqHdr #sidebar2  a:unknown {
	TEXT-DECORATION: underline
}
.thrColLiqHdr #sidebar2  A {
	PADDING-RIGHT: 0px;
	DISPLAY: block;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
	

	
.thrColLiqHdr #sidebar2 img {
	border: 1px solid #333333;
	margin-top: 5px;
	margin-right: 5px;

}



.thrColLiqHdr #sidebar2 H2 {
	font-weight: bold;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	
}

.thrColLiqHdr .thrColLiqHdr #sidebar2 h2:unknown {
	MARGIN-TOP: 0px
}



.thrColLiqHdr #sidebar2 UL {
	list-style-type: none;
	
}

.thrColLiqHdr #sidebar2 LI {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
.thrColLiqHdr #sidebar2 LI {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: url(../images/logo/button.gif);
	vertical-align:middle;
}
.thrColLiqHdr #sidebar2 LI {
	padding-bottom: 5px;
}

.thrColLiqHdr #sidebar2 p {
	
	padding-bottom: 5px;
}


/*end right hand box*/

/*righbox*/
#rightbox_green{
	padding: 0px;
	margin: 1px 2px 1px 1px;
	background-color: #ababac;
	
}

#rightbox_green h2{
	color:#111111;
	
}
#rightbox_green a{
	color:#111111;
	}
#rightbox_green a:hover{
	color:#E51837;
	}


#rightbox_light_grey{
	padding: 0px;
	margin: 1px 2px 1px 1px;
	
	background-color: #ddddde;
	
}



#rightbox_red{
	border: 1px solid #990033;
	padding: 0px;
	margin: 2px;
}
.thrColLiqHdr #sidebar2 #rightbox_red H2{
	color: #FFFFFF;
	background-color: #990033;	
}
.thrColLiqHdr #sidebar2 #rightbox_blue {
	border: 1px solid #586A2D;
	padding: 0px;
	
}

.thrColLiqHdr #sidebar2 #rightbox_blue H2{
	color: #FFFFFF;
	background-color:#2765B2;
	padding-right: 0px;
	margin-right: 0px;
}
/*end right box*/

/*register online link*/
 .thrColLiqHdr #registerb a:link {
	font-size: 110%;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	margin: 10px;
	padding: 10px;
}

 .thrColLiqHdr #registerb a:hover {
	font-size: 110%;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	margin: 10px;
	padding: 10px;
}

.thrColLiqHdr #registerb a:active{
	font-size: 110%;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	margin: 10px;
	padding: 10px;
}

.thrColLiqHdr #registerb a:visited{
	font-size: 110%;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	margin: 10px;
	padding: 10px;
}

/*end register online link*/

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.thrColLiqHdr #mainContent {
	font-size: 90%;
	margin-top: 0;
	margin-right: 21%;
	margin-bottom: 0;
	margin-left: 22.5%;
	
}

.thrColLiqHdr #mainContent p {
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin-right: 15px;
	padding-left: 2px;
	padding-right: 2px;
}

.thrColLiqHdr #mainContent h2 {
	margin-left: 8px;
	
}

.thrColLiqHdr #mainContent h3 {
	margin-left: 8px;
	
}

.thrColLiqHdr #mainContent li {
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.thrColLiqHdr #mainContentTwoCol {
	font-size: 90%;
	margin-top: 0;
	margin-right: 20%;
	margin-bottom: 0;
	margin-left: 0%;
	border-left-width: 100px;
	border-left-style: solid;
	border-left-color: #E5EEF6;
	padding-left: 10px;
	padding-bottom: 0px;
}

.thrColLiqHdr #mainContent li{
	padding-bottom: 8px;
}

/*maincontent home*/

.thrColLiqHdr #mainContentTwoCol {
	font-size: 90%;
	margin-top: 0;
	margin-right: 24%;
	margin-bottom: 0;
	margin-left: 0%;
	border-left-width: 100px;
	border-left-style: solid;
	border-left-color: #E5EEF6;
	padding-left: 10px;
	padding-bottom: 0px;
}

/*footer )*/
.thrColLiqHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size: 75%;
	color: 	#57575a;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #e51837;
} 


	

.thrColLiqHdr #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 */
}

/* Miscellaneous classes for reuse */
.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 The floated element must precede the element it should be next to on the 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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*navcountainer*/

#navcontainer
{
	width: 100%;
	float: left;
	background-color: #e51837;
	
}
.thrColLiqHdr #container #header img {
	
}


#navcontainer ul { padding: 0; }
#navcontainer ul li { display: inline; }

#navcontainer ul
{
	margin: 0;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 2%;
}

#navcontainer ul li a
{
	background-color: #e51837;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#navcontainer ul li a:hover
{
background-color: #5f6062;
color: #FFFFFF;
}

#navlist li a:hover #navlist li a:active

{
	color: #5f6062;
	text-decoration: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EBEBF3;
}

#navlist li a#current{
	color: #FFFFFF;
	background-color: #5f6062
}
/*end nav container*/

/*navcontainer 2 - greybox*/

#navcontainer_grey
{
	width: 100%;
	float: left;
	background-color: #cccccd;
	margin-top: 3px;
	
}

#navcontainer_grey ul {
	padding: 0;
	
}
#navcontainer_grey ul li { display: inline; }

#navcontainer_grey ul
{
	margin: 0;
	color: #5F6062;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 78%;
	font-weight: bold;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 2%;
	
}



#navlist_grey li a:hover #navlist li a:active

{
	color: #5f6062;
	text-decoration: none;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color:  
}



#navlist_grey li a:hover #navlist li a:active

{
	color: #5f6062;
	text-decoration: none;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #EBEBF3;
}

#navlist_grey li a#current{
	color: #FFFFFF;
	background-color: #5f6062
}


/*end navcontainer2 */


/*form*/

.form{
	display: inline;
}


.form {
	padding-left: 10px;
	padding-bottom:0px;
	margin-bottom:0px;
		
}
label
{
	
	color:  #313233;
	text-decoration: none;
	float: left;
	padding:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 110%;
}

input.redbutton {
	background-color: #e51937;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 6px;
}


/*end of form */



.blue_back {
	color: #FFFFFF;
	background-color: #2765B2;
}
.grey_back {
	background-color: #eeeeee;
	padding-bottom: 2px;
	border: 1px solid #333333;
}

 
[if IE]>
/* place css fixes for all versions of IE in this conditional comment */
.thrColLiqHdr #sidebar2, .thrColLiqHdr #sidebar1 { padding-top: 30px; }
.thrColLiqHdr #mainContent {
	zoom: 1;
	padding-top: 5px;
	padding-bottom: 15px;
}


/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]
.thrColLiqHdr #container #mainborder #mainContent label {
width: 7em;
float: left;text-align: right;margin-right: 0.5em;display: block;
}
.submit_button {
	margin-bottom: 5px;
	margin-left: 1px;
}
.redbox {
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 10px;
	border: 1px solid #333333;
}
