/* -----------------------------------------------------------
						Generic
----------------------------------------------------------- */

body {
	background: #9BB2CA url(images/back.gif);
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}

a {
	text-decoration: underline;
	color: #003399;
}

a:hover {
	text-decoration: none;
	color:#FF9900;

}
.leftimg {
	float: left;
}

/** Uncomment below for liquid width (expands and contracts with brwoser window width 
*/
.pageWrapper {
	margin: 0 auto;
	width: 730px;
	min-width: 600px;
}


/* extension to page wrapper */
#main {
	
	/* IE Hack. Set this to right colour for now */
	background: #E5EDF1;
}

div#bodyWrap {
	/* if we want to ad texture uncomment this
	background: url(images/back_top1.jpg) repeat-x;
        */
}

div#bodyWrap {
	width: auto;
	min-width: 770px;
	height: 432px;
}

img.product, 
.product img {
	border: 1px solid #225F82;
	margin: 2px 8px 4px 8px;
}

.content .product {
	text-align: center;
}

.subBarInner p {
	margin: 8px 8px 2px 8px;
	padding: 0;
}

.product {
	padding-top: 10px;
	font-weight: bold;
	color: #003399 ! important;
}


.style1 {
	font-family: "Times New Roman", Times, serif;
	color:#FF0000;
	font-size:14px;
	}

div.wide3 {
	width: 33%;
	float: left;
	text-align: center;
}

input[type=text],
input[type=button],
input[type=submit],
select,
textarea
{
	background: #F6F9FB;
	border: 1px solid #225F82;
}

/* -----------------------------------------------------------
					Headers ( h* style )
----------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6
{
	margin: 8px 16px;
	font-size: 14px;
	letter-spacing: 0.03em;
	font-weight:bold;
	padding-top:3px;
}

h1 {
	margin-top: 0px;
	padding-top: 8px;
	font-size: 18px;
	color: #164677;
	padding-bottom: 4px;
	border-bottom: 1px solid #4C95D6;
	font-family:"Times New Roman", Times, serif;
}

h1 span {
	float: right;
	color: #69839B;
}


h2 {
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
}	

/* -----------------------------------------------------------
					View Controllers
----------------------------------------------------------- */
.clear {
	clear: both;
}

.hide, #oldBrowserNotice, 
.ieSixCharDupBug {
	display: none;
}

/* -----------------------------------------------------------
					Page Header(s) and Footer
----------------------------------------------------------- */
#header {
	height: 78px;
	margin-top: 8px;
	width: 730px; /* Box model adjustment */
}

#header #logo {
	width: 350px;
	float: left;
	background: url(images/logo2.png) no-repeat #02253A;
	margin: 0;
	margin-right: -3px;
	height: 78px;
	position: relative;
	z-index: 100;
}

#heading #logo1 {
	top: 20px;
	position: relative;
	text-align: center;
	font-size: 10px;
	font-weight:900;
	font-family:Arial, Helvetica, sans-serif;
	color:#003399;
}

#header #text1 {
	top: 20px;
	left: 400px;
	font: Arial, Helvetica, sans-serif bold italic;
	position: relative;
	z-index: 105;
}

#header #logo h1 {
	display: none;
}

#heading .head {
	height: 78px;
	background: url(images/header.png) no-repeat right top #FFF;
	border-right: 1px;
	border-right-color:#FFFFFF;
	position: relative;
	
		
}

#heading .head2 {
	height: 78px;
	top: 24px;
	position: relative;
	text-align: center;
	font-size: 14px;
	font-weight:bolder;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	margin-right:60px;
	
		
}


* html #heading .head {
  margin-right: 0px; /* Extra 2px due to IE Box model */
}

#heading .top, 
#heading .sub {
	color: #003399;
	margin: 10px 10px 10px 10px;
	float: right;
	width: 650px;
	text-align: right;
	height: 22px;
	z-index: 101;
	position: static; 
	top: 55px; 
	left: 475px;
}

#heading a:link {
	color: #FFF;
	margin-left: 32px;
}

#heading a:hover {
	color:#FF9900;
}

#heading .sub {
	clear: right;
}


#footer {
	position: relative;	/* IE fix */
	padding: 0px 24px;
	padding-top:6px;
	color: #249;
	background: url(images/bg5.gif);
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	
}


/* -----------------------------------------------------------
						Layout Controls
----------------------------------------------------------- */
/* --------------------- Common to both -------------------- */

#mainInner,
div.subBarInner,
div.subTitleInner {
	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,
div.subBarInner div.content,
div.subBarInner div.right,
div.subTitleInner div.content,
div.subTitleInner div.right {
	/* For Sub elements of #mainOuter AND div.subBarInner */
	float: left;
	position: relative;
	z-index: 10;
	overflow: visible;	/* fix for IE italics bug */
}

/* --------------------- The Sub Bar Piece -------------------- */

div.subBarOuter,
div.subTitleOuter {
	z-index: 1;
	border-style: solid;
	border-color: #E5EDF1;
	border-width: 0;
}

div.subBarInner div.right,
div.subTitleInner div.right {
	float: right;
	width: 20em;
	margin: 0 -20em 0 1px;
}

div.subBarInner div.content,
div.subTitleInner div.content {
	margin: 0 -1px; /* Ensure floating */
	width: 100%;
}

/* --------------------- The Main Bar Piece -------------------- */

#mainOuter {
	z-index: 1;
	border-left: 16em #E6EEF0 solid;
}

#mainInner {
	border-left: 0px solid #FFF;
 
	background: #FFF;
	}

#mainOuter .content {
	margin: 0 -1px;	/* Ensure floating */
	width: 100%;
}

#mainOuter .right {
	/* Not used for now */
	float: right; 			/* Possiblity for NN4 layout */
	width: 15em;
	margin: 0 -15em 0 1px;	/* Column position */
}

#mainOuter .left {
	width: 16em;
	margin: 0 1px 0 -16em;	/* Column position */
	}

/* -----------------------------------------------------------
					Decoration Fix-up Pieces
----------------------------------------------------------- */

div.gap {
	margin: 0;
	padding-top: 6px;
	padding-right: 20px;
	background: #E5EDF1;
	position: relative;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	color:#003399;
	height: 20px;
	line-height: 16px;
	border: 0;
	border-top: 2px;
	border-top-color: #003399;
	border-bottom: 2px;
	border-bottom-color: #003399;
}

div.gap2 {
	margin: 0;
	padding: 0;
	display: none;	
}

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, * html div.subBarInner, * html div.subTitleInner {
	/* fix a render bug in IE under certain conditions */
	position: relative;	
}

.leftInside,
.titleSide,
#mainInner .left div.button1,
#mainInner .left div.button2 {
	margin: 0px;
}


/* -----------------------------------------------------------
					Sub Bar (Thing under header)
----------------------------------------------------------- */

div.subBarInner {
	background: #F7F7EC  url(images/bg2.gif);
	padding-bottom: 6px;
}

div.subBarInner span {
	display: block;

}

div.subBarOuter,
div.subTitleOuter {
	border-right-width: 20em;
}

div.subTitleOuter div.right,
div.subBarOuter div.right {
	text-align: center;
}

div.subTitleOuter {
	border-color: #000000;
	}

div.subTitleInner {
	background: #E6EDE0 url(images/bg1.gif);
	color: #FFF;
}

/* -----------------------------------------------------------
							Main Bar
----------------------------------------------------------- */



.titleSide,
.titleMain {
	padding: 8px 16px 4px 16px;
	border-bottom: 1px solid #FFF;
	letter-spacing: 0.1em;
	height: 16px;
}

.titleSide {
	background: #000000 repeat-y left url(images/title1.gif);
	color: #FFF;
	font-size: 12px;
	padding-left: 24px;
}

.titleSide a {
	text-decoration: none;
	color: #FFF;
}

.titleSide a:hover {
	color:#FF9900;

}

.titleMain {
	background: #DBE2E2;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	text-align:center;
	color:#003399;
}

.right p,
.content p {
	color: #274563;
	line-height: 1.2em;
	letter-spacing: 0.02em;
	padding: 0px 80px 8px 90px;
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	padding-top: 2px;
}


#mainInner .left ul {
	list-style-type: none;
	margin: 0 0 12px 12px;
	padding: 0;
}

#mainInner .left ul li {
	margin: 8px;
}

ul.dotted,
li.select {
	list-style-type: square;
	color: #40A3FE;
	margin-left: 52px;
}

.left .active a:link {
	font-weight: bold;
	color: #0471E1;
	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: #163977;
	border: 0 none;
	border-top: #FFF solid 2px;
	padding: 6px 0;
}

#mainInner .left div.button1 a:link,
#mainInner .left div.button2 a:link
{
	margin: 0 0 0 24px;
	font-size: 12px;
	font-weight: bold;
}

#mainInner .left div.button1 {
	background: #C9D6A6 url(images/bg3.gif);
}

#mainInner .left div.button2 {
	border-bottom: #FFF solid 2px;
	background: #C9D6A6 url(images/bg4.gif);
}
