
/* -----------------------------------------------------------
						Generic
----------------------------------------------------------- */

body {
	background: #ffffff;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	color:#333333;
}

a:link,
a:visited {
	text-decoration: underline;
	color: #163477;
}

a:hover {
	color: #990000; border-bottom: #990000 1px solid;
}

.pageWrapper {
	margin: 0 10%;
	width: auto;
}

/** Uncomment below for liquid width (expands and contracts with brwoser window width 
*/
.pageWrapper {
	margin: 0 auto;
}


/* extension to page wrapper */
#main {
	border-right: #FFF 2px solid;
	border-left: #FFF 2px solid;
	/* IE Hack. Set this to right colour for now */
	background: #ffffff;
	padding: 20px;
}

div#bodyWrap {
	background: url('../images/back_top.jpg') repeat-x;
}

div#bodyWrap {
	width: auto;
	
}

img.product, 
.product img {
	border: 1px solid #225F82;
	margin: 12px 8px 4px 8px;
}

.content .product {
	text-align: center;
}

.subBarInner p {
	margin: 8px 8px 2px 8px;
	padding: 0;
}

.product {
	font-weight: bold;
	color: #0B70CE ! important;
}

div.wide3 {
	width: 33%;
	float: left;
	text-align: center;
}



/* -----------------------------------------------------------
					Headers ( h* style )
----------------------------------------------------------- */
h1, h2, h3, h4 { padding:0; margin:0; background-color: inherit;}
h1 {font-size:150%; font-weight:bold; font-style:normal; padding-bottom:1em; color:#164677;}
h2 {font-size:115%; font-weight:bold; font-style:normal; color:#666666;}
h3 {font-size:100%; font-weight:bold; font-style:normal; color:#666666;}
h4 {font-size:100%; font-weight:normal; font-style:italic; color:#666666;}

/* -----------------------------------------------------------
					View Controllers
----------------------------------------------------------- */

.clear {
	clear: both;
}

.noshow {display: none;}

/* -----------------------------------------------------------
					Page Header(s) and 
----------------------------------------------------------- */

#header {
	height: 146px;
	margin-right: -2px; /* Box model adjustment */
}

#header #logo {
	width: 400px;
	float: left;
	background: url('../images/logo_screen.jpg') no-repeat #FFF;
	margin: 0 -3px;
	height: 79px;
	position: absolute;
	z-index: 100;
}

#header #logo h1 {
	display: none;
}

#heading .head {
	height: 78px;
	background: url('../images/header.jpg') no-repeat right top #FFF;
	border-right: 2px solid #fff;
	position: relative;
	margin-right: -2px;
}

* html #heading .head {
  margin-right: -4px; /* Extra 2px due to IE Box model */
}

#heading .top, 
#heading .sub {
	color: #FFF;
	margin: 10px 10px 0 0;
	float: right;
	text-align: right;
	height: 22px;
}

#heading a:link,
#heading a:visited {
	color: #FFF;
	margin-left: 5px;
	font-weight:bold;
}

#heading a:hover {
	border-bottom: #7487A1 4px solid;
}

#heading .sub {
	clear: right;
}



/* -----------------------------------------------------------
					Decoration Fix-up Pieces
----------------------------------------------------------- */

div.gap {
	border-top: 2px solid #FFF;
	background: #CDE;
	position: relative;
}

html>body .mozclear {
	border-bottom: 1px solid white;	/* help mozilla recognize empty  clearing element */
	margin-bottom: -1px;                  /* compensate for 1px space used by border */
}





.right p,
.content p {
	color: #274563;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	padding: 0;
}


ul.dotted,
li.select {
	list-style-type: square;
	color: #40A3FE;
	margin-left: 52px;
}

.left .active a:link,
.left .active a:visited {
	font-weight: bold;
	color: #0471E1;
	list-style-type: square;
}


. {
color:#999999; font-size:75%; margin:2.5em 0.2em 0.5em 0.5em; padding:0.8em; 
border-top:1px solid #999999; text-align:left; clear:both; background-color:#ffffff; 
text-align:center;}


. p {margin:0;}



.footer {
color:#000000; font-size:82%; margin:2.5em 0.2em 0.5em 0.5em; padding:0.8em; 
border-top:1px solid #5f7992; text-align:center; clear:both; background-color:#ffffff;}

.footer p {margin:0;}


