.clearfix
{
	clear: both;
}


/* html and body */
html {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/* body */
body {
	background: #E0F1FF;
	font-family: arial;
	font-size: 13px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#shell
{
	width: 778px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background: transparent url(../../lib/images/bg/shell.gif) repeat-y;
}

#header
{
	height: 310px;
	margin-left: 9px;
	margin-right: 9px;
	border-bottom: 1px solid white;
}

#topLogo
{
	float: left;
	width: 143px;
	height: 88px;
	background: transparent url(../../lib/images/bg/logo.gif);
}

#topFlash
{
	width: 617px;
	height: 59px;
	float: right;
	background: transparent url(../../lib/images/bg/topFlash.gif);
}

#topFlash a
{
	display: block;
	width: 100%;
	height: 100%;
	color: white;
	padding-top: 10px;
}

#topLogo h1
{
	display: none;
}

#topNav
{
	height: 28px;
	width: 617px;
	float: right;
	clear: right;
	background: transparent url(../../lib/images/bg/nav_middle.gif) repeat-x;
}

#topNav ul
{
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;	
}

#topNav ul li
{
	float: left;
	list-style-type: none;
	height: 28px;
	text-align: center;
	padding-left: 12px;
	padding-right: 11px;
	border-right: 1px dotted #C6C6C6;
}

#topNav ul li a
{
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
	display: block;
	margin-top: 5px;
	display: block;
	height: 100%;
}

#topNav ul li.left
{
	background: transparent left url(../../lib/images/bg/nav_left.gif) no-repeat;
	clear: left;
}

#topNav ul li.right
{
	background: transparent right url(../../lib/images/bg/nav_right.gif) no-repeat;
	clear: right;
	float: right;
	border-right: none;
}

#headerImage
{
	width: 362px;
	height: 222px;
	background: white url(../../lib/images/bg/headerImage.jpg) no-repeat;
	float: left;
}

#headerFlash
{
	width: 398px;
	height: 222px;
	background: white url(../../lib/images/bg/headerFlash.jpg) no-repeat;
	float: right;
}

#headSplitter
{
	height: 8px;
	clear: both;
	background-color: #444444;
	margin-left: 9px;
	margin-right: 9px;
	
}

#body
{
	margin-left: 9px;
	margin-right: 9px;
	background-color: #e4ebf1;
}

#body .left
{
	width: 410px;
	float: left;
	clear: left;
}

#body .right
{
	float: right;
	width: 338px;
	height: 500px;
	clear: right;
	margin: 0px;
	padding: 0px;
}

#body .right p
{
	padding: 0px;
	margin: 0px;
}

#body #breadCrumbs
{
	border-bottom: 1px dotted black;
}

#body #breadCrumbs h2
{
	padding: 10px 0px 5px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-weight: normal;
	color: #003366;
	font-size: 13px;
	margin-left: 20px;
}

#body #breadCrumbs h2 span
{
	color: #0066cc;
}

#body #subNav
{
	margin: 5px 0px 0px 20px;
}

#body #subNav label
{
	margin: 0px;
	font-weight: bold;
	float: left;
}

#body #subNav ul
{
	padding: 0px;
	margin: 0px;
}

#body #subNav ul li
{
	float: left;
	height: 28px;
	text-align: center;
	padding-left: 12px;
	padding-right: 11px;
	list-style-type: none;
}

#body #subNav ul li a
{
	color: #0066CC;
	font-weight: bold;
	text-decoration: none;
}

#body #subNav ul li a:hover
{
	text-decoration: underline;	
}

#body .content
{
	line-height: 22px;
}

#body .left .content
{
	padding: 0px 0px 10px 0px;
	margin-left: 20px;
}


#body .full .content
{
	padding: 0px 0px 10px 0px;
	margin-left: 20px;
	margin-right: 20px;
}


#footer
{
	margin-left: 9px;
	margin-right: 9px;
	background-color: #444444;
	border-bottom: 3px solid black;
}

#footer #hwi
{
	float: left;
	padding: 8px 10px 5px 5px;
	color: white;
	font-size: 10px;
}

#footer #hwi a
{
	color: white;
	font-weight: bold;
}

#footer #address ul
{
	float: right;
	padding: 10px 10px 5px 5px;
	margin: 0px;
}

#footer #address ul li
{
	float: left;
	color: white;
	font-size: 10px;
	padding: 0px;
	margin-right: 20px;
}

#footer #address ul li.first
{
	float: left;
	color: white;
	font-size: 10px;
	list-style-type: none;
	padding-left: 10px;
}

#footer #address ul li.last
{
	margin-right: 0px;
}


.contactForm fieldset
{
	border: 1px solid black;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

.contactForm fieldset legend
{
	font-weight: bold;
	padding-bottom: 10px;
}

.contactForm fieldset label
{
	float: left;
	clear: left;
	width: 140px;
	margin-top: -3px;
	padding-bottom: 10px;
	margin-left: 10px;
}

.contactForm fieldset input, textarea
{
	margin-bottom: 10px;
	float: right;
	clear: right;

	background-color:#E8EFF4;
	border:1px solid #000000;
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	width: 200px;
	margin-right: 10px;

}

.galleryRow
{
	clear: left;
	margin: 0px;
	padding: 0px;
}

.galleryRow img
{
	border: 2px solid #C6C6C6;
	padding: 5px;
}

a.downloadLink
{
	color:#D45321;
	text-decoration:none;
	font-size: 11px;
}

a:hover.downloadLink
{
	text-decoration: underline;
}