@charset "UTF-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}




/* Links */


a, a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #600;
}
a:hover {
	text-decoration: underline;
	background: #c7e8fe;
}




/* Page layout */

#container {
	background: #FFFFFF;
	text-align: left;
	margin: 0px auto;
	position: relative;
	max-width: 89em;
	width: 100%;
	min-width: 68em;
} 
#header {
	background: url(../images/HomepageBANNER.jpg) no-repeat;
	height: 274px;
} 
#service {
	height: 50px;
	width: 320px;
	background: url(../images/ServiceLead_dark.gif) no-repeat;
	margin-top: 155px;
	margin-right: 37px;
	float: right;
}
#nav {
	height: 31px;
	width: 512px;
	top: 212px;
	position: absolute;
	padding: 0px;
	margin: 0px 0px 0px 340px;
}
#nav2 {
	margin: 0px;
	padding: 0px;
	height: 31px;
	width: 150px;
	position: absolute;
	top: 212px;
}
#search {
	margin: 0px;
	padding: 0px;
	height: 31px;
	position: absolute;
	top: 213px;
	left: 860px;
	width: 200px;
}
.textbox {
	background: #000;
	border: 1px solid #68d2f3;
	color: #FFF;
	margin-top: 2px;
	height: 19px;
	font-size: 14px;
	width: 120px;
}
#search_btn {
	height: 31px;
	width: 42px;
	position: absolute;
	left: 135px;
	top: -1px;
}



#sidebar1 {
	float: left;
	width: 22em;
	font-size: 80%;
	margin-top: 20px;
}
#sidebar1 ul{
	margin: 0px;
	padding: 0px;
	line-height: 1.7em;
	list-style: none;
}
#sidebar1 li {
	background: url(../images/bluButton.jpg) no-repeat 0px 50%;
	padding-left: 17px;
}
#InfoRes{
	height: 26px;
	width: 197px;
	background: url(../images/InfoRes.jpg);
	margin: 0px 0px 5px 45px;
	padding: 0px;
}
#EdRes  {
	background: url(../images/EdRes.jpg);
	height: 24px;
	width: 197px;
	margin: 0px 0px 5px 45px;
	padding: 0px;
}
#Qlinks {
	background: url(../images/Qlinks.jpg) no-repeat;
	height: 27px;
	width: 117px;
	margin: 0px 0px 5px 45px;
	padding: 0px;
}
#sidebar2 {
	float: right;
	width: 24.5em; /* top and bottom padding create visual space within this div */
	font-size: 70%;
	background: url(../images/BlueLineVertical2.jpg) no-repeat left;
}
#sidebar2 ul {
	list-style: url(../images/bluButton.jpg) inside;
	margin: 0px;
	padding: 0px;
}
#sidebar2 div {
	margin-bottom: 15px;
}
#look_inside {
	background: url(../images/look_insides.jpg)
.jpg) no-repeat;
	height: 53px;
	width: 203px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/look_insides.jpg);
}
#home_graphic {
	width: 123px;
	margin-left: auto;
	margin-right: auto;
}
#home_graphic img {
	margin-bottom: 15px;
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. 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.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
#mainContent {
	margin: 0 auto; 
	width: 33em;
	font-size: 80%;
	padding: 0px;
} 
#mainContent ul  {
	margin: 0px;
	padding: 0px;
	line-height: 1.7em;
	list-style: none;
}
#mainContent li {
	background: url(../images/bluButton.jpg) no-repeat 0px 50%;
	padding-left: 17px;
}
#whats_new {
	background: url(../images/ArrowLONGlines.jpg) no-repeat;
	height: 88px;
	width: 423px;
	margin: 0px;
	padding: 0px;
}

/*Flash movies */


#flash_holder {
	height: 173px;
	padding: 0px;
	margin: 0px 0px 30px;
	width: 420px;
}
#left_fade {
	height: 173px;
	width: 229px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCC;
	float: left;
}
#right_fade {
	height: 173px;
	width: 181px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCC;
	float: right;
}



#footer {
	padding: 0px;
	margin: 0px;
	background: url(../images/BlueLineHorizon.jpg) no-repeat top;
	font-size: 50%;
	height: 50px;
} 
#whoWeAre {
	width: 675px;
	padding: 15px 0px 0px 45px;
	margin: 0px;
	float: left;
}
#rtcolumn  {
	width: 250px;
	margin: 0px;
	float: right;
	padding: 15px 0px 0px;
}
img {
	border-style: none;
}

/* Miscellaneous classes for reuse */

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.bold {
	font-weight: bold;
}
.homepage_links {
	line-height: 1
.em;
	margin: 0px 0px 10px 45px;
}
.main_links {
	margin-bottom: 20px;
	margin-left: 45px;
}
.indent {
	margin-left: 39px;
}

