body {
	background-image:url('images/global/bg.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top center;
	background-color: #fff;
}
.hero {


}

#header {
	margin-top: 2px; 
}
#header #logo {
	float: left;
	padding-right: 20px;
}

a:link {color: #444}     /* unvisited link */
a:visited {color: #444}  /* visited link */
a:hover {color: #3f9afe; text-decoration: none}   /* mouse over link */
a:active {color: #444}   /* selected link */

a.topnav:link {color: #00518e; text-decoration: none}     /* unvisited link */
a.topnav:visited {color: #00518e; text-decoration: none}  /* visited link */
a.topnav:hover {color: #3f9afe; text-decoration: none}   /* mouse over link */
a.topnav:active {color: #00518e; text-decoration: none}   /* selected link */



#rightRail
{
float: right; /* WAS FLOAT LEFT */
width: 286px;
margin-right: 0; /* WAS MARGIN-LEFT */
padding-top: 1em;
margin: 0px;
padding: 0px;

}
#topnav {
	font-size: 18px;
	font-weight: bold;	
}
#topnav ul li{
	margin-right: 10px;
}
#searchInput{
	font-size: 12px; 
	font-weight: normal; 
	margin-left: 27px;
	margin-bottom: 10px;
	height: 20px;
}
.topnav {
	margin-left: 15px;
	margin-top: 50px; 
	float: left;	
}

#content
{
background-color: #ccc;
margin: 0 293px 0 0; /* SWAP ORDER */


}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;

}




li {
	display: inline;
	list-style-type: none;
	/*list-style-image: url('images/global/arrow.gif');*/
	


}
#directory{
	background-color: #f0f0f0;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	height: 127px;
	clear: left;
	padding-left: 38px
	

}
#directory div{
	float: left;
	width: 29%;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#ccc;
	margin-right: 10px;
	margin-left: 10px;
}


.featured {

}


#directory div span{
	font-size: 16px;
	font-weight: bold;
	color: #00518e;

}






#footer {
	padding: 10px;
	margin-bottom: 20px;
	background-color: #fff;
	background-image: url('images/footer_bg.gif');
	
}
#footer ul li {
	padding-left: 0px;
	padding-right: 10px;
}
	
#footer p{
	padding-top: 10px;
}


.podContainer {
	background-color: #fff;
	}


.podContainer .podTop {
	background-color: #eee;

	background-repeat: repeat-x;
	height: 20px;
	font-size: 14px;
	padding: 5px;
	border: 1px solid #ccc;

}
.podContainer .podTopNews {
	background-color: #eee;
	font-size: 14px;
	margin-top: 5px;
	padding: 5px;
	border: 1px solid #ccc;

}
.podContent {
		border: 1px solid #acacac;
		height: 146px;
}

.podContentTools {
                border: 1px solid #acacac;
                height: 180px;
}

.podContentNews {
                border: 1px solid #acacac;
                height: 280px;

}
.featureContent {
		border: 1px solid #acacac;

}
.podContentCombox {
		border: 1px solid #ccc;
		padding: 10px;
		padding-top: 5px;
		background-image: url('images/combox_tile.jpg');
		background-repeat: repeat-x;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		height: 100px;
}

.podContentCombox .phone {

		color: #3f9afe;
		font-size: 25px;
		font-weight: bold;
}
.podContentCombox .small {

		color: #fff;
		font-size: 11px;
		font-weight: bold;
		display: block
}
h3 {	
	font-size: 18px;
	color: #00518e;
	font-weight: normal;
	margin-top: 5px;
}
h4 {	
	font-size: 14px;
	color: #00518e;
	font-weight: normal;
	margin-top: 5px;
}
h5 {	
	font-size: 14px;
	color: #00518e;
	font-weight: normal;
}
.podProduct {

		width: 100%; 
		float: left; 
		margin-bottom: 0px;
}
.newsLabel {
	float: left;
	margin-left: 10px;
	font-weight: bold;
}

#searchCont {
	padding-left: 50px;
	margin: ;

}	
#drop {
	margin:0;
	padding:0;
	padding-top: 70px;
}
#drop ul {
	display:block;
	position:absolute;
}
#drop ul.children {
	margin:0;
	padding:0;
	border-top:0px solid #FCD290;
	z-index:700;
	visibility:hidden;
}
#drop li {
	display:inline;
	float:left;
	height:auto;
}
#drop li li {
	background:#3f9afe none repeat scroll 0%;
	display:block;
	float:none;
}
#drop a {
	text-decoration:none;
	color:#00518e;
	display:block;
	font-weight:bold;

}
#drop a:hover {
	color:#3f9afe;
	text-decoration:none;
}

#drop .selected, #drop a.selected{
	background-color:#3f9afe;
	color:#fff;
	text-decoration:none;
	padding-right: 7px;
	padding-left: 7px;
}

#drop ul a {
	background:#3f9afe; none repeat scroll 0%;
	color:#fff;
	line-height:20px;
	width: 520px;
	height: 175px;
}
#drop ul div {
	background:#3f9afe;
	color:#fff;
	width: 530px;
	height: 175px;
	font-size: 12px;
	border: 1px solid #fff;
	padding: 10px;
	
}

#drop ul ul a {
	background-color:#3f9afe;
	color:#fff;
	
}
#drop ul a:hover, #drop ul a.selected {
	background-color: #3f9afe;
	color:#fff;
	width: 520px;
	height: 175px;
	left: 30px;
}
#drop li:hover ul, #drop li.sf ul {
	visibility:visible;
}
#drop li:hover ul ul, #drop li.sf ul ul {
	visibility:hidden;
}
#drop li:hover ul, #drop li li:hover ul, #drop li.sf ul, #drop li li.sf ul {
	visibility:visible;
}
.clear {
	clear:both
}

#gallery {
	position:relative;
	height:360px
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#fff; 
		height:60px; 
		width:100%; 
		position:absolute;
		bottom:0;
		font-size: 18px;
		padding-left: 0px;
	}

	#gallery .caption .content {
		margin:0px;
		padding: 10px;
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0px;
		color:#fff;
		font-size: 30px;
	}
	.leftNav {
		border-width:0px;
		border-style:solid;
		border-color:#b9b9b9;
		background-color: #fff; 
		border-top-width:0px;
		float: left; 
		width: 200px; 
		height: 300px;
	}
.productBox {
	border-width:1px;
	border-style:solid;
	border-color:#b9b9b9;
	background-color: #fff; 
	border-top-width:0px;
	float: left; 
	width: 230px; 
	height: 200px;
}
.productBoxNone {
	border-left:1px;
	border-style:solid;
	border-color:#fff;
	background-color: #fff; 
	border-top-width:0px;
	width: 230px; 
	height: 200px;
}
.productDescription {
	border-width:1px;
	border-style:solid;
	border-color:#b9b9b9;
	background-color: #fff; 
	border-top-width:0px;
	border-left-width:0px;
	float: left; 
	width: 442px; 
	height: 180px;
	padding: 10px;
}
.productBoxMiddle {
	border-width:1px;
	border-style:solid;
	border-color:#b9b9b9;
	border-left-width:0px;
	border-right-width:1px;
	border-top-width:0px;
	border-style:solid;
	border-color:#b9b9b9;
	background-color: #fff; 
	float: left; 
	width: 231px; 
	height: 200px;
}
.productBox_b {
	border-width:1px;
	border-style:solid;
	border-color:#b9b9b9;
	background-color: #fff; 
	border-top-width:0px;
	float: left; 
	width: 220px; 
	height: 40px;
	padding-left: 10px;
	padding-top: 10px;
}
.productBoxMiddle_b {
	border-width:1px;
	border-style:solid;
	border-color:#b9b9b9;
	border-left-width:0px;
	border-right-width:1px;
	border-top-width:0px;
	border-style:solid;
	border-color:#b9b9b9;
	background-color: #fff; 
	float: left; 
	width: 221px; 
	height: 40px;
	padding-left: 10px;
	padding-top: 10px;
}


.productBox_bNone {
	border-width:1px;
	border-style:solid;
	border-color:#b9b9b9;
	background-color: #fff; 
	border-top-width:0px;
	float: left; 
	width: 220px; 
	height: 40px;
	padding-left: 10px;
	padding-top: 10px;
}
.productBoxMiddleNone {
	border-width:1px;
	border-style:solid;
	border-color:#b9b9b9;
	border-left-width:0px;
	border-right-width:1px;
	border-top-width:0px;
	border-style:solid;
	border-color:#b9b9b9;
	background-color: #fff; 
	float: left; 
	width: 221px; 
	height: 40px;
	padding-left: 10px;
	padding-top: 10px;
}

.photos {
	overflow: hidden;
	border: 0px solid #f0f0f0;
	padding: 10px;
	width: 670px;
	margin: 0 auto;
}
img { border: none;}

.photos div img {
	
	margin-right: 20px;
	float: left;
}
.photos ul.thumbs {
	margin-top: 10px;
	padding: 0 0 0 10px;
	list-style: none;
	width: 330px;
	float: right;
}
.photos ul.thumbs li{
	width: 56px;
	height: 150px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.photos ul.thumbs li:hover {
	-moz-opacity:.40; 
	filter:alpha(opacity=40); 
	opacity:.40; 
}
.photos ul.thumbs li img {
	position: absolute;
	top: 0px;
	left: 0px;
}
.customBullet {
  margin: 0;  /* bullet image is in left margin */
  padding-left: 0px;
	margin-top: 5px;
}
.customBullet li {
  	margin-left: 0;
  	padding-left: 0;     /* distance between marker and text */
  	margin-bottom: 0; /* a little spacing between list items */
  	background-image: url(images/global/arrow.gif);
  	list-style: none;
  	background-position: 0px 4px;
  	background-repeat: no-repeat;
  	padding-left: 15px;  /* space for the image */
	display: block;
}

#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
}





.mainitems{
border: 0px solid black;
top: 50px;
}
.selected{
border: 0px solid black;
top: 50px;
}
.mainitems a{
margin-left: 6px;
margin-right: 8px;
text-decoration: none;

}




.selected a:hover {
text-decoration: none;
color:#fff;
height: 175px;
left: 30px;
margin-left: 6px;
margin-right: 8px;
text-decoration: none;
}


.selected a{
margin-left: 6px;
margin-right: 8px;
text-decoration: none;

}

.subuls{
display: none;
width: 228px;
position: absolute;
top: 1.2em;
left: 0;
background-color: #fff;
border: 1px solid #ccc;
z-index: 2000;
color: #fff;
font-size: 12px;
text-decoration: none;
font-weight: normal;


}

.subuls li{
width: 100%;
background-color: #fff;
padding: 5px 0px 5px; 0;


}

.subuls li a:hover {
text-decoration: none;
color: #3F9AFE;

height: 175px;
left: 30px;

}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;

}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}


#cssdropdown a ul:hover {
	color:#fff;
	text-decoration:none;	
}

#cssdropdown .selected, #cssdropdown a.selected{
	background-color:#3f9afe;
	color:#fff;
	text-decoration:none;
	padding-right: 7px;
	padding-left: 7px;
}
#slideshow {
    position:relative;
    height:70px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 70px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 70px;
	width: 218px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}


#slideshow2 {
    position:relative;
    height:146px;
}

#slideshow2 DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 146px;
    background-color: #FFF;
}

#slideshow2 DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow2 DIV.last-active {
    z-index:9;
}

#slideshow2 DIV IMG {
    height: 146px;
	width: 268px;
    display: block;
    border: 0;
   	
}






