@charset "utf-8";

/* TAGS REDEFINED */

body  {
	/* font-size: 12px; */
	background: #FFFFFF;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: normal;
	background-image: url(images/background.jpg);
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 4px;
	margin-top: 10px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}

a:link {
	color: #DE3200;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #DE3200;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #DE3200;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #0000CC;
	font-weight: bold;
	text-decoration: none;
}

#rotateImage {
	width:300px;
	height:200px;
	float: right;
	margin-left: 8px;
}

/* 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 */
	float: left;
	margin: 8px;
}

.fltrttop { /* 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: 15px 20px 10px 0;  /* Box => top 0, right 20px, bottom 10px, left 26% */
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.title{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.normTxt{
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.linkTxt{
	color: #009900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.smTxt{
	color: #FFFFFF;
	font-size: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.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;
}

/* CLASSES DEFINED */

.twoColLiqLtHdr #container { 
	width:780px;
	/*  width: 80%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColLiqLtHdr #header {
	text-align: center;
	background-color: #FFFFFF;
	/*padding: 0 10px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColLiqLtHdr #header img {
	margin: 0px 0px 0px 0px; /* 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: 0px 0;
}  

/* 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.
*/

/* mainContent */

.twoColLiqLtHdr #mainContent {
	margin: 0 20px 0 26%; 
} 

.twoColLiqLtHdr #mainContent h1, .twoColLiqLtHdr #mainContent h2, .twoColLiqLtHdr #mainContent h3,
.twoColLiqLtHdr #mainContent2 h1, .twoColLiqLtHdr #mainContent2 h2, .twoColLiqLtHdr2 #mainContent h3,
.twoColLiqLtHdr #mainContent3 h1, .twoColLiqLtHdr #mainContent3 h2, .twoColLiqLtHdr3 #mainContent h3 {
	font:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:20px;
}

.twoColLiqLtHdr #mainContent ul, .twoColLiqLtHdr #mainContent li, .twoColLiqLtHdr #mainContent p, 
.twoColLiqLtHdr #mainContent2 ul, .twoColLiqLtHdr #mainContent2 li, .twoColLiqLtHdr2 #mainContent p, 
.twoColLiqLtHdr #mainContent3 ul, .twoColLiqLtHdr3 #mainContent li, .twoColLiqLtHdr3 #mainContent p {
	font-size:12px;
	margin:0 0 0 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333333;
	list-style-image: none;
	list-style-type: square;
}

.twoColLiqLtHdr #mainContent a:link, .twoColLiqLtHdr #mainContent a:visited,
.twoColLiqLtHdr #mainContent2 a:link, .twoColLiqLtHdr #mainContent2 a:visited,
.twoColLiqLtHdr #mainContent3 a:link, .twoColLiqLtHdr #mainContent3 a:visited {
	margin: 0;
	color: #333333;
	line-height: 18px;
	font-weight: normal;
	text-decoration: underline;
}

.twoColLiqLtHdr #mainContent a:hover, .twoColLiqLtHdr #mainContent a:active, 
.twoColLiqLtHdr #mainContent2 a:hover, .twoColLiqLtHdr #mainContent2 a:active, 
.twoColLiqLtHdr #mainContent3 a:hover, .twoColLiqLtHdr #mainContent3 a:active {
	margin: 0;
	font-weight: normal;
	text-decoration: underline;
	color: #FF3300;
}

/* mainContent2 */

.twoColLiqLtHdr #mainContent2 { 
	margin: 0 20px 0 0;  /* Box => top 0, right 20px, bottom 0, left 0 */
	/* setting left to zero moves content over to farthest left when no content in sidebar1 */
} 

/* mainContent3 */

.twoColLiqLtHdr #mainContent3 {
	margin: 0 20px 0 40%;
} 

/*  NAVIGATION BAR */

.twoColLiqLtHdr #container #nav-menu 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
}

.twoColLiqLtHdr #container #nav-menu ul
{
	list-style: none; /* we don't want any kind of bullet in our navigation menu */
	padding: 0; /* make sure the text displays in the centre of the box. */
	margin: 0;
}

.twoColLiqLtHdr #container #nav-menu li
{
	display: inline;
	float: left;  /* aligns the menu items up against each other. */
	margin: 0 0.15em;
}

.twoColLiqLtHdr #container #nav-menu li a:link, #container #nav-menu li a:visited
{
	background-image: url(images/navButton.jpg);
	background-repeat: repeat-x;
	background-position: left bottom; /* If we didn't specify the background image to be in the bottom of the box it would be placed in the top left corner. This would cause the white background colour to be visible below the background image, and not above like it is now. */
	height: 1em; /* By specifying the height in terms of em, the height of the box will resize accordingly should a user resize the text9 on their browser. */
	line-height: 1em;  /*A line height equal to the height of the box must be specified too, as this is what positions the text in the middle of the box and not at the top. */
	float: left;
	width: 6.3em;
	display: block;
	border: 0.1em solid #CCCCCC;
	color: #000000;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	background-color: #333333;
}

.twoColLiqLtHdr #container #nav-menu li a:hover
{
	background-color: #333333;
	background-image: url(images/navButton.jpg);
	background-repeat: repeat-x;
	background-position: left bottom; /* If we didn't specify the background image to be in the bottom of the box it would be placed in the top left corner. This would cause the white background colour to be visible below the background image, and not above like it is now. */
	height: 1em; /* By specifying the height in terms of em, the height of the box will resize accordingly should a user resize the text9 on their browser. */
	line-height: 1em;  /*A line height equal to the height of the box must be specified too, as this is what positions the text in the middle of the box and not at the top. */
	float: left;
	width: 6.3em;
	display: block;
	border: 0.1em solid #FF0000;
	color: #FF0000;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
}

/* Hide from IE5-Mac \*/
.twoColLiqLtHdr #container #nav-menu li a
{
float: none
}
/* End hide */

.twoColLiqLtHdr #container #nav-menu
{
width:60em  /*assign a width to our CSS menu navigation */
} 


/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. 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 ".twoColLiqLtHdr #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.
*/

.twoColLiqLtHdr #sidebar1 {
	float: left;
	width: 24%; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	font-size: 12px;
}

/* Formatting for sidebar1*/

.twoColLiqLtHdr #sidebar1 .normTxt
{
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.twoColLiqLtHdr #sidebar1 .titleTxt
{
	color: #999999;
	font-size: .75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	text-align: center;
}

.twoColLiqLtHdr #sidebar1 a:link, 
.twoColLiqLtHdr #sidebar1 a:visited {
	margin: 0;
	color: #FF3300;
	line-height: 18px;
	font-weight: normal;
	text-decoration: underline;
}

.twoColLiqLtHdr #sidebar1 a:hover, 
.twoColLiqLtHdr #sidebar1 a:active {
	margin: 0;
	font-weight: normal;
	text-decoration: underline;
	color: #333333;
}

/* Rss Feed Formatting for sidebar2*/

.twoColLiqLtHdr #sidebar2 {
	float: left;
	width: 35%;
	padding: 0 5px 0 0;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	font-size: 10px;
	margin: 5px 5px 0 0;
	left: auto;
}

.twoColLiqLtHdr #sidebar2 h1, 
.twoColLiqLtHdr #sidebar2 h2, 
.twoColLiqLtHdr #sidebar2 h3 {
	font:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
}

.twoColLiqLtHdr #sidebar2 ul, 
.twoColLiqLtHdr #sidebar2 li, 
.twoColLiqLtHdr #sidebar2 p {
	margin:0 0 0 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #003399;
	list-style-image: none;
	list-style-type: square;
}

.twoColLiqLtHdr #sidebar2 a:link, 
.twoColLiqLtHdr #sidebar2 a:visited {
	margin: 0;
	color: #333333;
	line-height: 18px;
	font-weight: normal;
}

.twoColLiqLtHdr #sidebar2 a:hover, 
.twoColLiqLtHdr #sidebar2 a:active {
	margin: 0;
	font-weight: normal;
	text-decoration: underline;
	color: #FF6600;
}

/* Footer */

.twoColLiqLtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	background-position:center;
	color:#FFFFFF;
	text-align:center;
	font-size:9px;
	font-weight:900;
} 

.twoColLiqLtHdr #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 */
}
