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

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-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.twoColLiqLtHdr #container {
	width: 910px;
	margin: 0 auto;
	text-align: left;
} 
.twoColLiqLtHdr #header {
	height: 100px;
	padding-top: 40px;
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 0px;
	background-image: url(../images/top_02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 

/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px 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.
*/
.twoColLiqLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
} 
.twoColLiqLtHdr #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #010165;
	line-height: 20px;
}
.twoColLiqLtHdr  #mainContent  h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #010165;
	text-transform: uppercase;
	font-weight: lighter;
}
.twoColLiqLtHdr #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #010165;
	font-weight: lighter;
}



.twoColLiqLtHdr #footer {
	height: 35px;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 
.twoColLiqLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00009C;
	text-align: center;
}
.twoColLiqLtHdr    #sidebar1   {
	text-decoration: none;
	float: right;
	width: 300px;
	background-color: #EEEEEE;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #000099;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.twoColLiqLtHdr #sidebar1 a {
	text-decoration: none;
	color: #CA0000;
}
.twoColLiqLtHdr #sidebar1 a:hover {
	text-decoration: underline;
	color: #CA0000;
}


.twoColLiqLtHdr  #sidebar1  h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A40000;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
}
.twoColLiqLtHdr #topbar {
	height: 35px;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.twoColLiqLtHdr #bar2 {
	height: 35px;
	padding-top: 12px;
	padding-left: 15px;
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}



.twoColLiqLtHdr #2bar   {
	width: 910px;
	background-image: url(../images/top_02.jpg);
	height: 55px;
	background-repeat: no-repeat;
}


/* 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;
}
#box1  {
	width: 130px;
	margin-left: 25px;
	margin-top: 15px;
	height: 150px;
	float: left;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
#box1  a  {
	color: #333333;
	text-decoration: none;
}
#box1  a:hover {
	color: #000000;
	text-decoration: underline;
}
#box2 {
	width: 200px;
	margin-top: 0px;
	height: 150px;
	float: left;
	vertical-align: top;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 25px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	margin-bottom: 25px;
}
#box2 a {
	color: #333333;
	text-decoration: none;
}
#box2 a:hover {
	color: #000000;
	text-decoration: underline;
}
#box3 {
	width: 430px;
	margin-top: 0px;
	height: 500px;
	float: left;
	vertical-align: top;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 25px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	margin-bottom: 25px;
}



.image_thumb   {
	color: #333333;
	text-decoration: none;
	border: 1px solid #333333;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.image {
	border: 1px solid #333333;

}

.imagepadtopr {
	border: 1px solid #666666;
	margin-top: 5px;
	margin-right: 15px;
}
.imagepadtopr_no {
	margin-right: 55px;
}



.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;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #010165;
	padding-bottom: 10px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	font-style: italic;
}
.line {
	border: 1px dashed #666666;
}
.image {
	border: 1px solid #333333;
	margin-left: 20px;
	margin-bottom: 20px;
	
}
.copyright {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.sidebar {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
