/***********************************************//* 2col_leftNav.css                            *//* Use with template 2col_leftNav.html          *//***********************************************//***********************************************//* HTML tag styles                             *//***********************************************/ /* general styling for this example */* { margin: 0; padding: 0; }/* begin gallery styling */#jgal { list-style: none; width: 200px; }#jgal li { opacity: .5; float: left; display: block; width: 60px; height: 60px; background-position: 50% 50%; cursor: pointer; border: 3px solid #fff; outline: 1px solid #ddd; margin-right: 14px; margin-bottom: 14px; }#jgal li img { position: absolute; top: 20px; left: 220px; display: none; }#jgal li.active img { display: block; }#jgal li.active, #jgal li:hover { outline-color: #bbb; opacity: .99 /* safari bug */ }/* styling without javascript */#gallery { list-style: none; display: block; }#gallery li { float: left; margin: 0 10px 10px 0; }<!--[if lt IE 8]><style media="screen,projection" type="text/css">#jgal li { filter: alpha(opacity=50); }#jgal li.active, #jgal li:hover { filter: alpha(opacity=100); }</style><![endif]-->body{	font-family: Arial,sans-serif;	line-height: 1.166;		bgcolor: #9ba5ac;	margin: 0px;	padding: 0px;}a:link, a:visited, a:hover {	color: #5d3536;	text-decoration: none;}a:hover {    color: #EFC73D;	text-decoration: none;}/* overrides decoration from previous rule for hovered links */h1, h2, h3, h4, h5, h6 {	font-family: Helvetica,sans-serif;	margin: 0px;	padding: 0px;	}.thumb {		filter:alpha(opacity=50);	-moz-opacity:0.5;	-khtml-opacity: 0.5;	opacity: 0.5;}.thumb:hover {	filter:alpha(opacity=100);	-moz-opacity:1.0;	-khtml-opacity: 1.0;	opacity: 1.0;}h1{  font-size: 100%; font-weight: normal; color: #5d3536;}h2{ font-size: 80%; font-weight: normal; color: #5d3536;}h3{ font-size: 70%; font-weight: normal; color: #454242;}h4{ font-size: 100%; font-weight: normal; color: #454242;}h5{ font-size: 80%; font-weight: normal; color: #454242;}h51{ font-size: 80%; font-weight: normal; color: #FFFFFF;}h6{ font-size: 80%; font-weight: normal; color: #5d3536;}h12{ font-size: 100%; font-weight: normal; color: #5d3536;}h8{ font-size: 70%; font-weight: normal; color: #5d3536;}h9{ font-size: 180%; font-family: Helvetica,sans-serif; font-weight: light; color: #454242;}h10{ font-size: 180%; font-family: Helvetica,sans-serif; font-weight: bold; color: #5d3536;}h11{ font-size: 80%; font-weight: normal; color: #EFC73D;}h12{ font-size: 120%; font-family: Helvetica,sans-serif; font-weight: bold; color: #5d3536;}ul{ list-style-type: square;}ul ul{ list-style-type: disc;}ul ul ul{ list-style-type: none;}label{ font: bold 100% Arial,sans-serif; color: #334d55;}				/***********************************************//* Layout Divs                                 *//***********************************************/#masthead{	margin: 0;	padding: 10px 0px;		width: 100%;}#navBar{	margin: 0 79% 0 0;	padding: 0px;	background-color: #eeeeee;	}#content{  float:left;	width: 100%;	margin: 0;	padding: 0 3% 0 0;}#flashcontent {		height: 100%;	}#contact{    background-image:  url(/images/contact-background.jpg);    background-repeat: no-repeat;    height: 600px;    width: 1080px;}#test{border-bottom: 1px solid #454242;	border-top: 1px solid #454242;				border-right: 1px solid #ccc;	border-bottom: 1px solid #ccc;}.chromestyle{width: 99%;font-weight: bold;}.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/content: "."; display: block; height: 0; clear: both; visibility: hidden;}.chromestyle ul{border: 0;width: 100%;bgcolor: #9ba5ac;/*THEME CHANGE HERE*/padding: 4px 0;margin: 0;text-align: right; /*set value to "left", "center", or "right"*/}.chromestyle ul li{display: inline;}.chromestyle ul li a{ color: #5d3536;padding: 4px 7px;margin: 0;text-decoration: none;border-right: 0;}.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/color: #EFC73D; /*THEME CHANGE HERE*/}/* ######### Style for Drop Down Menu ######### */.dropmenudiv{position:absolute;top: 0;border: 0; /*THEME CHANGE HERE*/border-bottom-width: 0;font:normal 12px Helvetica;line-height:18px;z-index:100;background-color: #9ba5ac;width: 120px;text-align: center;visibility: hidden;}.dropmenudiv a{width: auto;display: block;text-indent: 0;border-bottom: 0; /*THEME CHANGE HERE*/padding: 2px 0;text-decoration: none;font-weight: bold;color: #5d3536;}* html .dropmenudiv a{ /*IE only hack*/width: 100%;}.dropmenudiv a:hover{ /*THEME CHANGE HERE*/color: #EFC73D;}