body {
	font: normal 12px Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 30px;
	padding: 0;
}

html { min-height: 100%; margin-bottom: 1px; }


/** text tags **/

p   {
	font-size: 0.9em;
	margin:0 0 10px 0;
	}

h1, h2, h3, h4{
	font-weight: bold;
	line-height: 0.2em;
	margin:5px 0;
	}

h1 {
	}

h2 {
	line-height: 1.2em;
	font-size: 1.2em;
	}

h3 {
	font-size: 0.1em;
	}



/** boxes and containers **/

#container {
	padding: 0 14px 14px 14px;
	margin: 0px auto;
	width: 737px !important;
	width /**/:767px;
	border: 1px solid #ccc;
	border-top: none;
	margin-top: 0px !important;
	margin-top /**/:-2px;
	}
	
#headerbox {
	padding: 20px 14px 14px 14px!important;
	padding/**/: 20px 14px 0 14px;
	margin: 0px auto;
	width: 737px !important;
	width /**/:767px;
	height: 35px !important;
	height /**/:20px;
	border: 1px solid #ccc;
	border-bottom: none;
	}
	
#nav {
	float: left;
	margin: 26px 0 0 0 !important;
	margin /**/:30px 0 0 0;
	}
	
	
#header {
	margin: 0 23px 0 0 !important;
	margin /**/:0 13px 0 0;
	float: right;
	padding: 0 0px 0 0 !important;
	padding /**/:0 0px 15px 0;
	width: 200px;
	height: 29px;
	}
#header span {
	display: none;
	}
	

#rowbox {
	margin-bottom: 7px;
	padding: 0;
	width: 737px;
	height: 241px;
	clear:both;
	}
	
#topbox1 {
	float: left;
	text-align: left;
	padding: 5px;
	margin: 0 7px 0 0;
	width: 231px !important;
	width /**/:241px;
	height: 231px !important;
	height /**/:241px;
	background: #DCDCDC;
	}
	
#topbox2 {
	float: left;
	text-align: left;
	color: #FFF;
	padding: 5px;
	margin: 0;
	width: 231px !important;
	width /**/:241px;
	height: 231px !important;
	height /**/:241px;
	background: #3e6e93;
	}
	
#topbox3 {
	float: right;
	padding: 0;
	margin: 0;
	width: 241px;
	height: 241px;
	}

#itembox1 {
	vertical-align: text-top;
	float: right;
	padding: 0;
	margin: 0;
	width: 239px !important;
	width /**/:241px;
	height: 241px;
	border: 1px solid #ccc;
	}

#itembox2 {
	vertical-align: top;
	float: right;
	padding: 0;
	margin-right: 7px;
	width: 239px !important;
	width /**/:241px;
	height: 241px;
	border: 1px solid #ccc;
	}
	
#itembox-wide {
	float: right;
	padding: 0;
	margin:0 0 10px 0;
	width: 485px !important;
	width /**/:489px;
	border: 1px solid #ccc;
	}
	

/** links **/

A:link {
	color: #000000; text-decoration: none; font-weight: normal; 
	}

A:visited {
	color: #000000; text-decoration: none; font-weight: normal;
	}
	
A:hover {
	color: #000000; text-decoration: none;
	}

A:active {
	text-decoration: none;
	}
	
img
{  border-style: none; margin:0; padding:0;
}


/** ranges navigation **/

#topbox1 A:active {
	text-decoration: none; font-weight: normal;
	}
	
#topbox1 A:visited {
	color: #000000; text-decoration: none; font-weight: normal;
	}
	
#topbox1 A:link {
	color: #000000; text-decoration: none; font-weight: normal;
	}
	
#topbox1 A:hover {
	color: #3399FF; text-decoration: none
	}

dl {
	list-style: none;
	padding: 0;
	margin: 0;
	}
dd {
	margin: 0;
	list-style: none;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	}
	
	
/** drop down navigation **/

ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	width:400px;
	height:25px;
	border-left:1px solid #ccc;
	}

li {
	float: left;
	position: relative;
	text-align: left;
	cursor: default;
}

li ul {
	display: none;
	position: absolute;
	top: 24px;
	left: 0;
}

li li {
	background-color: transparent;
}

/* Styles for Menu Items */
ul li a {
	float:left;
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding:5px 6px;
	margin:0;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left:none;
	height:13px;
	}



/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #E2144A; background: #f9f9f9; } /* Hover Styles */
		
li ul li a { padding: 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */



/* hover over pop-up images */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 0;
background: white;
left: -1000px;
border: 1px solid #ccc;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 110px; /*position where enlarged image should offset horizontally */

}
