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

 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #1e4891 ;
	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: #009;
}

a {color: #86005c; text-decoration: none; font-weight: bold;}
   
a:visited {color: #833d6d; font-weight: normal; }

a:focus, a:hover, a:active {text-decoration: underline; font-weight: bold; }

h1 {font: bold 30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 7px;
	 }

h2 {font-size: 20px; margin-top: 27px; line-height: 1.25em; margin-bottom: 7px;}

.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: /*url(images/ist2_12067663-four-abstract-colourful-banners.gif) no-repeat top */#FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 4px solid #fc6;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 8px;

} 

.twoColFixLtHdr #left_column {
	float: left;
	width: 230px;
}

.twoColFixLtHdr #header { 
	padding: 0 10px 0 0px;  /* 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. */
} 


.twoColFixLtHdr #left_column #header h1 {
	font: bold 35px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0; /* 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: 27px 0 10px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	letter-spacing: .1em;
	line-height: 1.1em;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 15px 10px;
}

.twoColFixLtHdr #sidebar1 #navigation {
	/*background:#1e4891;*/
	background: url(images/navigation-panel-3.jpg) no-repeat #518ad7;
	font-weight:bold; 
	color:#ffffff; 
	list-style-type:none; 
	letter-spacing: .25em;
	padding: 15px 15px;
	}

.twoColFixLtHdr #sidebar1 #navigation ul {
	margin: 15px 0 10px;

}
.twoColFixLtHdr #sidebar1 #navigation li {
		margin-left: 10px;
		margin-bottom: 3px;
		margin-right: 10px;
}

		
.twoColFixLtHdr #sidebar1 #navigation a{
	color: #FFF;
	}
	
.twoColFixLtHdr #sidebar1 #navigation a:focus, .twoColFixLtHdr #sidebar1 #navigation a:hover, .twoColFixLtHdr #sidebar1 #navigation a:active {display: block; text-decoration: none; 	font-weight: bold; border-bottom: 1px solid #c0c0c0; margin-bottom: -1px;}

.twoColFixLtHdr #sidebar1 #navigation a:focus li, .twoColFixLtHdr #sidebar1 #navigation a:hover, .twoColFixLtHdr #sidebar1 #navigation a:active {
	list-style-type:square; }
	
.twoColFixLtHdr #sidebar1 #hours {
	margin-left: 15px;
}


.twoColFixLtHdr #right_column {
	width: 500px;
	float: left;
	margin-left: 30px;
}

.twoColFixLtHdr #right_column #rightHeader #logo{
	width: 250px;
	float: left;
	padding-right: 20px;
}

.twoColFixLtHdr #right_column #rightHeader #header_text2 {
	float: left;
	width: 210px;
	font: bold italic 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 17px 10px;
	letter-spacing: .1em;
	line-height: 1.4em;
}

.twoColFixLtHdr #right_column #mainContent { 
	clear: both;
	width: 480px;
	margin: 0px 20px 0 10px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 1px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.twoColFixLtHdr #right_column #mainContent p{
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
	margin-top: 0;
	margin-bottom: 15px;
} 

.twoColFixLtHdr #footer { 
	padding: 0 10px 20px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#518ad7; 
	border-top: 4px solid #fc6;

} 
.twoColFixLtHdr #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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-left: 35px;
}

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

.italic {font-style:italic;}

.indentp {margin-left: 35px;}

.lists li {line-height: 2em; letter-spacing: 1px; font-size: 14px;}

.lists2 li {line-height: 2em; font-size: 14px;}


#footernav, #footernav2 {
	font-weight:bold; 
	list-style-type:none; 
	text-align:center;
	margin: 0;
	padding-top: 0;
	margin-bottom: 10px;
}

#footernav {padding-top: 20px; }

#footernav a, #footernav2 a {color:#FFF; margin-right: 12px; font-size: 12px;}

#footer #bottomfooter .footertext {
	margin-top: 25px; 
	margin-bottom: 0px;
	margin-left: 35px;
	font: bold 14px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: left;
	}

/*#bottomfooter {
	background-color: #c0c0c0;
}
*/

