@charset "UTF-8";
/* CSS Document */

/*Tag Styles*/
body {
	margin: 0;
	padding: 0;
	background: #cacaca;
	background-image: url(../images/background_image.gif);
	background-attachment: scroll;
	background-position: top center;
	background-repeat: repeat-x;
}

p {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0053a0;
	padding: 5px;
	text-align: justify;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ababab;
	font-size: 20px;
	margin-left: 20px;
	padding: 2px 10px;
	background: #fefefe;
	display: inline;
	border: #eee solid 1px;
	-moz-box-shadow: 2px 2px 2px #ccc;
	-webkit-box-shadow: 2px 2px 2px #ccc;
	box-shadow: 2px 2px 2px #ccc;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ababab;
	font-size: 16px;
	margin-left: 0px;
	padding: 2px 10px;
	background: #fefefe;
	display: inline;
	border: #eee solid 1px;
	-moz-box-shadow: 2px 2px 2px #ccc;
	-webkit-box-shadow: 2px 2px 2px #ccc;
	box-shadow: 2px 2px 2px #ccc;
}
img {
	border: none;
}
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
ul {	
}

/*Main Page*/
/*----------------------------------------------------------------------------*/
#main_page {
	width: 800px;
	margin: 0 auto;
	background-color: #ffffff;
}
/*End Main Page*/
/*----------------------------------------------------------------------------*/
/*Header*/
/*----------------------------------------------------------------------------*/
#header {
	margin: 0;
	padding: 0;
	background-image: url(../images/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 76px;
}
#header_2{
	width: 204px;
	position: relative;
	left: 617px;
}

/*End Header*/
/*----------------------------------------------------------------------------*/
/*ID Selectors*/

#navigation {
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0;
}
#navigation ul{
	margin: 0;
	padding: 0 1em;
	text-align: left;
	list-style: none;
}
#navigation li{
	margin: 0;
	padding: 0 0.5em;
	display: inline;
	font-size: 13px;
	text-indent: 0;
}
#navigation ul li{
	position: relative;
}
#navigation li ul{
	position: absolute;
	text-align: left;
	top: 1.1em;
	display: none;
	left: 0px;
	background-image: url(../images/nav_background.png);
	background-repeat: repeat;
}
#navigation li ul li{
	border-bottom: 1px solid #ededed;
}
#navigation li:hover ul{
	display: block;
	padding: 0 0 5px 0;
	width: 165px;
	border: 1px solid #ededed;
}
#navigation a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #343434;
}
#navigation li ul a:hover {
	text-decoration: underline;
}
#links_table {

}
#links_table td {
	padding: 5px;
	text-align: center;
}
.space {
	margin-left: 15px;
}

#materials_table {
	width: 200px;
	border: 1px solid #000;
}
#materials_table th {
	padding: 5px;
	background: #2085FF;
	color: #FFFFFF;
}
#materials_table td{
	padding: 2px;
	background: #95BDFF;
}
/*End ID Selectors*/
/*----------------------------------------------------------------------------*/
/*Main Content*/
/*----------------------------------------------------------------------------*/
#left_column {
	margin-left: 20px;
	width: 568px;
	float: left;
	background-image: url(../images/content_background.jpg);
	background-repeat: repeat-y;  
}
#content_footer {
	height: 30px;
	background-image: url(../images/content_footer.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#left_column p {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 10px;
	margin-left: 10px;
}
#left_column img {
	float: left;
}
#left_column ul {
	color: #0053a0;
	list-style: disc;
}
#left_column li {
	padding: 2px 0;
	text-indent: 4px;
}
#left_column a{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0053a0;		
}
#left_column a:hover{
	text-decoration: none;	
}
.odd_link {
	display: block;
	width: 500px;
	background: #eeeeff;	
}

#flash {
	margin-left: 30px;
}
.table ul h3 {
	margin: 0;
	padding: 3px;
	background: #ababab;
	display: block;
	color: #efefef;
}
#left_column .table ul {
	width: 300px;
	padding: 0px;
	margin-left: 20px;
	border: solid 1px #bcbcbc;
	list-style: none;
}
.table li {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0053a0;
	background: #def0f9;
	border-bottom: solid 1px #c6d7df;
}
.data_table table {
	width: 525px;
	padding: 0px;
	margin: 20px;
}
.data_table th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 3px;
	background: #ababab;
	display: block;
	color: #efefef;
}
.data_table td {
	width: 262px;
	padding: 3px;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0053a0;
	background: #def0f9;
	border: solid 1px #c6d7df;
}
.data_table .table_sub_heading {
	background: #ababab;
	color: #efefef;
	border: none;
	text-align: center;
}
#map {
	margin-left: 30px;
	margin-top: 100px;
	margin-bottom: 30px;
}

.img_links {
	margin: 5px;
}
/*End Main Content*/
/*----------------------------------------------------------------------------*/
/*Contact*/
#contact {
	width: 200px;
	float: right;
	margin-right: 5px; 
	padding-left: 5px;
}
#contact p, #contact a{
	padding-left: 5px;
}
/*End Contact*/
/*----------------------------------------------------------------------------*/
/*Footer*/
#footer {
	padding: 10px 0;
	text-align: center;
	background-image: url(../images/page_bottom.jpg);
	background-color: #cacaca;
	background-position: top left;
	background-repeat: no-repeat; 
}

#footer ul{
	margin: 10px 0 0 0;
	padding: 0;
}

#footer p{
	margin: 2px 0;
	padding: 0;
	font-size: 11px;
	color: #ededed;
	text-align: center;
}

#footer li{
	padding: 0 0.2em;
	display: inline;
}
#footer li a{
	color: #fefefe;
	font-size: 12px;
	background-color: transparent;
}
#footer li a:hover{
	color: #ababab;
}
/*End Footer*/
/*----------------------------------------------------------------------------*/
/*Class Selectors*/
.bold {
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}
.bullets {
	position: relative;
	top: 3px;
}
.leftAlign_images {
	float: left;
	margin: 5px 25px 5px 5px;
}
.rightAlign_images {
	float: right;
	margin: 5px;
}
.small_white_space {
	line-height: 2px;
}
.no_margin_top {
	margin: 0;
}
.img_margin {
	margin-left: 4px;
	margin-bottom: 20px;
}
.laser_list {
	position: relative;
	top: 10px;
	left: -40px;
	display: table;	
}
.right {
	float: right;	
}
/*End Class Selector*/
/*----------------------------------------------------------------------------*/
/*Contact Table Styles*/
table {
	width: 500px;
	margin-left: 10px;
}

.contact_left {
	text-align: right;
	padding: 3px;
}

.contact_right {
	text-align: left;
	padding: 3px;
}
/*End Contact Table Styles*/



.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;
}

