@charset "utf-8";
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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #020514;
}
.twoColFixRtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #000;
} 
.twoColFixRtHdr #header {
	padding: 0;  /* 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. */
	background-color: #666;
	background-image: url(../images/BlackGlassButton125x28.jpg);
	background-repeat: repeat-x;
	height: 349px;
	overflow:hidden;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #AE0000;
	font-size: 16px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 20px;
}
.twoColFixRtHdr #header h5  {
	margin: 0px;
}
.twoColFixRtHdr #header #header_img img  {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixRtHdr #header_inner {
	padding: 0;  /* 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. */
	background-color: #000;
	height: 128px;
	background-image: url(../images/Inner_Page_Banner.jpg);
	background-repeat: no-repeat;
	margin: 0px;

!important
;
} 
.tag_line {
	color: #FFF;
	padding-top: 55px;
	font-size: 18px;
	padding-right: 30px;
	padding-left: 535px;
	text-align: right;
	padding-bottom: 0px;
	margin: 0;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #7eaddf;
	background-image: url(../images/sidebar_gradient.jpg);
	background-repeat: no-repeat;
	padding: 15px;
}
.twoColFixRtHdr #container #sidebar1 img {
	border: 1px solid #000;
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #container #sidebar1 h5 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	color: #FDFD79;
	text-align: center;
}
.twoColFixRtHdr #container #sidebar1_inner h3 {
	color: #FFFC7A;
	text-align: center;
	margin: 3px;
}

.twoColFixRtHdr #container #sidebar1 p {
}
.twoColFixRtHdr #container #sidebar1 ul {
	margin: 0px;
	padding-left: 15px;
	color: #FFF;
	font-weight: bold;
	padding-bottom: 10px;
}
.twoColFixRtHdr #container #sidebar1 ul ul li {
	color: #000;
	font-weight: normal;
}
.twoColFixRtHdr #sidebar1_inner {
	float: right; /* since this element is floated, a width must be given */
	width: 230px;
	background-color: #7eaddf;
	background-repeat: repeat-x;
	padding: 0px;
	background-image: url(../images/sidebar_gradient.jpg);
	background-position: 167px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixRtHdr #container #mainContent h2 {
	color: #C15004;
	margin-bottom: 10px;
}

.twoColFixRtHdr #mainContent_inner {
	background-image: url(../images/Inner_Page_Main_Content_Title.gif);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: 230px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-left: 20px;
} 
.twoColFixRtHdr #container #mainContent_inner h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding-top: 6px;
	color: #FFF;
}

.twoColFixRtHdr #footer {
	color: #FFF;
	background-color: #08142C;
	border-top-color: #242626;
	border-right-color: #242626;
	border-bottom-color: #242626;
	border-left-color: #242626;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
.twoColFixRtHdr #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 */
	font-size: 12px;
}
.twoColFixRtHdr #foot_numbers {
	float: right;
	text-align: right;
	
}
.twoColFixRtHdr #container #footer a  {
	color: #FFF;
}
.twoColFixRtHdr #container #menu   {
	margin: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	height: 28px;
	padding: 0px;
	display: inline;
}
.twoColFixRtHdr #container #menu .menu-item  {
	float: left;
	width: 110px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	height: 24px;
	padding-top: 4px;
}


.twoColFixRtHdr #container #header #menu_left {
	width: 375px;
	float: left;
	text-align: center;
}
.twoColFixRtHdr #container #header #home  {
	width: 125px;
	float: left;
}
.twoColFixRtHdr #container #header #facilities  {
	float: right;
	width: 125px;
}


.twoColFixRtHdr #container #header #services  {


}
.twoColFixRtHdr #container #header #menu_right {
	width: 250px;
	margin-left: 376px;
	text-align: center;
}
.twoColFixRtHdr #container #header #projects {

}
.twoColFixRtHdr #container #header #about_us {
	float: right;
	width: 125px;
}
.twoColFixRtHdr #container #menu a  {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 5px;
}
.twoColFixRtHdr #container #menu a:hover {
	color: #FDFD79;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}



.twoColFixRtHdr #slideshow {
	margin-left: 5px;
}
.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;
}


.photocaption    {
	font-size: 10px;
	margin-top: 0px;
	padding-top: 0px;
	color: #000;
	text-align: center;
}
.photocaption_white {
	font-size: 10px;
	margin-top: 0px;
	padding-top: 0px;
	color: #FFF;
	text-align: center;
}

.disclaimer {
	font-size: 10px;
	color: #666;
}

.directions {
	font-size: 10px;
	margin-left: 390px;
}
.main_table {
	margin-left: 30px;
	margin-top: 0px;
	width: 450px;
}

.design_tag {
	color:#CCC;
	font-size: 10px;
}
.design_tag a {
	color:#CCC;
	font-weight: bold;
	text-decoration: none;
}
.design_tag a:hover {
	color:#CCC;
	font-weight: bold;
	text-decoration: underline;
}

.twoColFixRtHdr #container #mainContent_inner ul li a {
	text-decoration: none;
}
.twoColFixRtHdr #container #mainContent_inner ul li a:hover {
	text-decoration: underline;
}
