/**
 * Design. (c) Jason Earl, 2005, Virtual Function
 *
 * "tableless" design known to work (and tested) on Mozilla, and IE 6.
 * Should also work KHTML (Konqueror and Safari)
 */


/* -----------------------------------------------------------
						Generic
----------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	/*font-family: Verdana, sans-serif;*/
}

a:link,
a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	border-bottom: #bdf 1px solid;
}

.pageWrapper {
	margin: 0 10%;
	width: auto;
	min-width: 620px;
}

/** Uncomment below for liquid width (expands and contracts with brwoser window width 
*/
.pageWrapper {
	margin: 0 auto;
	width: 800px;
	min-width: 620px;
}


/* extension to page wrapper */
#main {
	border-right: #FFF 2px solid;
	border-left: #FFF 2px solid;
	border-top: #FFF 3px solid;
	/* IE Hack. Set this to right colour for now */
	background: #ffffff;
}

div#bodyWrap {
	/* background: url('images/back_top.jpg') repeat-x;*/
}

div#bodyWrap {
	width: auto;
	min-width: 770px;
	height: 432px;
}

img.product, 
.product img {
	border: 1px solid darkgreen;
	margin: 4px 2px 2px 2px;
}

.content .product {
	text-align: center;
}


.product {
	font-weight: bold;
	color: darkgreen ! important;
}


input[type=text],
input[type=button],
input[type=submit],
select,
textarea
{
	background: #F6F9FB;
	border: 1px solid #225F82;
}

/* -----------------------------------------------------------
					Headers ( h* style )
----------------------------------------------------------- */

h1,
h2,
h4,
h5,
h6
{
	margin: 8px 16px;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.08em;
}

h1 {
	font-size: 18px;
	color: darkgreen;
	padding-bottom: 4px;
	border-bottom: 1px solid #000000;
}

h1 span {
	float: right;
	color: darkgreen;
}

/* -----------------------------------------------------------
					View Controllers
----------------------------------------------------------- */

.clear {
	clear: both;
}

.hide, #oldBrowserNotice, 
.ieSixCharDupBug {
	display: none;
}

/* -----------------------------------------------------------
					Page Header(s) and Footer
----------------------------------------------------------- */

#header {
	height: 145px;
	margin-right: 0px; /* Box model adjustment */
}

#header #logo {
	width: 230px;
	float: left;
	background: url('images/logo.jpg') no-repeat #FFF;
	margin: 0px 0px 0px 0px;
	height: 145px;
	position: absolute;
	z-index: 100;
}

#header #logo h1 {
	/*display: none;*/
	visibility: hidden;
}

#heading .head {
	height: 148px;
	/*background: url('images/header_s.jpg') no-repeat right top #FFF;*/
	/*border-right: 2px solid #fff;*/
	/*position: relative;*/
	/*margin-right: 3px;*/
	margin-left: 242px;
}

* html #heading .head {
  /*margin-right: -4px;*/ /* Extra 2px due to IE Box model */
}

/*#heading .top {
	color: #FFF;
	margin: 10px 10px 0 0;
	float: right;
	width: 370px;
	text-align: right;
	height: 22px;
}

#heading a:link,
#heading a:visited {
	color: #FFF;
	margin-left: 32px;
}

#heading a:hover {
	border-bottom: #7487A1 4px solid;
}

*/
#footer {
	position: relative;	/* IE fix */
	padding: 4px 24px;
	color: #ffffff;
	background: darkred;
}

/* -----------------------------------------------------------
						Layout Controls
----------------------------------------------------------- */

/* --------------------- Common to both -------------------- */

#mainInner {
	z-index: 2;
	width: 100%;
	border-right: #FFF 0px solid;

}

div.content {
	border-width: 0;	/* Fix print/v4 borders issue */
}

#mainOuter div.left,
#mainOuter div.right,
#mainOuter div.content {
	/* For Sub elements of #mainOuter AND div.subBarInner */
	float: left;
	position: relative;
	z-index: 10;
	overflow: visible;	/* fix for IE italics bug */
}


/* --------------------- The Main Bar Piece -------------------- */

#mainOuter {
	z-index: 1;
	border-left: 230px #ffffff solid; 
}

#mainInner {
	border-left: 2px solid #FFF;
	background: #ffffff;
}

#mainOuter .content {
	margin: 0 0px;	/* Ensure floating */
	width: 97%;
}
#mainOuter .right {
	/* Not used for now */
	float: right; 			/* Possiblity for NN4 layout */
	width: 15em;
	margin: 0 -15em 0 1px;	/* Column position */
}

#mainOuter .left {
	width: 231px;
	margin: 0 5px 0px -231px;	/* Column position */
}

/* -----------------------------------------------------------
					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 */
}

/* -----------------------------------------------------------
						Fix BugIE :-|
----------------------------------------------------------- */

* html #mainInner {
	position: relative;	/* fix a render bug in IE under certain conditions */
}

* html div.gap {
	margin-right: -4px;
}

* html #mainOuter {
	border-right: 0px #ffffff solid;
}

.leftInside,
.titleSide,
#mainInner .left div.button1,
#mainInner .left div.button2 {
	margin-left: -1px;
	margin-right: 2px;
}


/* -----------------------------------------------------------
							Main Bar
----------------------------------------------------------- */

.titleSide,
.titleMain {
	/*     top right bottom left  */
	padding: 8px 16px 4px 16px;
	border-bottom: 1px solid #FFF;
	letter-spacing: 0.1em;
	height: 16px;
}

.titleSide {
	background: darkred;
	color: #FFF;
	margin-bottom: 12px;
	font-size: 14px;
	padding-left: 20px;
}

.titleMain {
	background: darkred;
	font-size: 11px;
}

.titleMain a:link,
.titleMain a:visited {
	color: #ffffff;
}

.right p {
	color: #274563;
	line-height: 1.6em;
	letter-spacing: 0.05em;
}
.content p {
	/*border: 1px solid darkgreen;*/
	color: #274563;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	padding: 8px 16px 8px 16px;
	width: 90%;
}
.content h3 {
	font-size: 14px;
	color: darkred;
	font-weight: bold;
	padding: 8px 16px 8px 16px;
	border-bottom: 2px solid #darkred;
}
#mainInner .left ul {
	list-style-type: none;
	margin: 0 0 12px 12px;
	padding: 0;
}

#mainInner .left ul li {
	margin: 6px;
}

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: #ffebcd;
	list-style-type: square;
}

#mainInner .left ul.dotted {
	list-style-type: square;
}

#mainInner .left input {
	color: #000;
}

#mainInner .left div.button1,
#mainInner .left div.button2 {
	width: 100%;
	color: #ffffff;
	border: 0 none;
	border-top: #FFF solid 2px;
	padding: 6px 0;
}

#mainInner .left div.button1 a:link,
#mainInner .left div.button1 a:visited,
#mainInner .left div.button2 a:link,
#mainInner .left div.button2 a:visited {
	margin: 0 0 0 24px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

#mainInner .left div.button1 {
	background: url('images/bg1.gif');
}

#mainInner .left div.button2 {
	border-bottom: #FFF solid 2px;
	background: #C9D6A6 url('images/bg4.gif');
}
#members{
	width: 90%;
}
#members h2{
	background: darkgreen;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 8px 16px 8px 16px;
}
#members .h3 .h4{
	font-family: Verdana, sans-serif;
}
#members img {
	border: 1px solid darkgreen;
	margin: 12px 12px 8px 8px;
}
