/* border: solid thin red; */
body
{
	background: #8BC89C url( '/images/coolblue/back.gif' );
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: verdana, sans-serif;
	color: #0C0C0C;
	
}
a:link, a:visited
{
	text-decoration: none;
	color: #2320B7;
}
a:hover
{
	text-decoration: underline;
	
	
}
.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: 850px;
	min-width: 620px;
}

/* 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: #D7ECDD;
}
div#bodyWrap
{
	background: url( '/images/coolblue/back_top.jpg' ) repeat-x;
}
div#bodyWrap
{
	width: auto;
	min-width: 770px;
	height: 432px;
}
.subBarInner p
{
	margin: 8px 8px 2px 8px;
	padding: 0;
}
div.wide3
{
	width: 33%;
	float: left;
	text-align: center;
}

/* -----------------------------------------------------------
					View Controllers
----------------------------------------------------------- */

.clear
{
	clear: both;
}

.hide, #oldBrowserNotice, .ieSixCharDupBug
{
	display: none;
}

/* -----------------------------------------------------------
					Page Header(s) and Footer
----------------------------------------------------------- */

#header
{
	height: 146px;
	margin-right: -2px; /* Box model adjustment */
}
#header #logo {
	width: 223px;
	float: left;
	background: url('/images/coolblue/logo1.gif') no-repeat #FFF;
	margin: 0 -3px;
	height: 146px;
	position: absolute;
	z-index: 100;
}
#header #logo h1
{
	display: none;
}
#heading .head
{
	height: 78px;
	background: url('/images/coolblue/header6.jpg' ) no-repeat right top #FFF;
	border-right: 2px solid #fff;
	position: relative;
	margin-right: -2px;
	/* border: solid thin red; */
}
* html #heading .head
{
	margin-right: -4px; /* Extra 2px due to IE Box model */
}
#companyname
{
	width: 750px;
	text-indent: 240px;
	z-index: 101;
	position: relative;
	float: left;
	margin-top: 32px;
	font-family: Times New Roman;
	font-size: 20px;
	font-weight: 600;
}
.header
{
	color: #fff;
}
#datediv
{
	width: 300px;
	z-index: 200;
	text-align: right;
	position: relative;
	float: right;
	padding-right: 10px;
	margin-top: 10px;	
}
.date
{
	color: #211EAB;
	font-size: 11px;
	font-family: Arial;
}
.top
{
	background-color: #C0CCFC;
	color: #FFF;
	border-bottom: solid 2px #fff;
	border-top: solid 2px #fff;
	margin-top: -68px;
	float: right;
	width: 100%;
	text-align: right;
	height: 32px;
	clear: right;
}
.sub
{
	background-color: #211EAB;
	color: #FFF;
	border-bottom: solid 2px #fff;
	margin-top: -32px;
	float: right;
	width: 100%;
	text-align: left;
	height: 32px;
	clear: right;
}

#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: #249;
	background: #D7ECDD;
	
}
#FooterContentDIV
{
	color: #808080;
	background-color: Transparent;
	text-align: center;
	padding: 10px 0 4px 0;
	margin: 0 auto 0 auto;
	width: 740px;
	clear: both;
}

/**********MainNav************/
.navCategory
{
	width: 175px;
	border-top: 1px solid #202078;
	padding: 0 0 .5em 0;
	margin: 2px 0 0 0px;
	color: #C0CCFC;
	font-weight: 700;
	font-size: 14px;
	
}
.vnav
{
	font-family: times;
	font-size: 14px;
	width: 175px;
	color: #C0CCFC;
	padding: 2px 0 0px 8px;
	margin: 5px 0 0 0px;
	text-decoration: none;
	font-weight: 600;
	border-left: solid 2px #8BC89C;
	
}

.vnav a:hover
{
	font-family: times;	
	color: #2320B7;
	text-decoration: underline;
	
	
	
}
.nav a
{
	color: #4543BF;
}
.nav a:hover
{
	color: #211EAB;
	text-decoration: none;
}
/***********SubNav************/
#mainInner
{
	width: 192px;
	position: relative;
	float: left;
	
}
#subNavDiv
{
	padding: 2px 4px 2px 0px;
	margin: 0 0 0 0;
	width: 198px;
	
}
#mainInner ul
{
	width: 198px;
	padding: 0;
	margin: 0;
	white-space: nowrap;
	list-style: none;
}
#mainInner li
{
	display: block;	
	color: #2522BF;
	height: 16px;
}
#mainInner li a
{
	margin: 0;
	display: block;
	color: #2522BF;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
	height: 16px;
	border-bottom: 1px dashed #B5DBBE;
	border-top: 1px dashed #B5DBBE;
	text-indent: 0px;
}
#mainInner li a:hover
{
	background-color: #B5DBBE;
	border-bottom: 1px dashed #B5DBBE;
	border-top: 1px dashed #B5DBBE;
	height: 16px;
	color: #2522BF;
	
}
/* -----------------------------------------------------------
						Layout Controls
----------------------------------------------------------- */

/* --------------------- Common to both -------------------- */

#mainInner, div.subBarInner, div.subTitleInner
{
	z-index: 2;
	width: 100%;
	border-right: #FFF 2px solid;
}

div.content
{
	/* border-width: 0;  Fix print/v4 borders issue */
	padding: 20px 15px 30px 20px;
	line-height: 1.6em;
	letter-spacing: 0.00em;
	
}

.maincontent
{
	/* border-width: 0;  Fix print/v4 borders issue */
	/* width: 100%; */
	line-height: 1.6em;
	letter-spacing: 0.00em;
	list-style-type: disc;

	
}

.litems
{ list-style-type: disc;
}

#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: #D7ECDD;
	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 #D7ECDD solid; */
	border-left: 219px #D7ECDD solid;
	border-right: 8px #C0CCFC solid;
}

#mainInner
{
	border-left: 2px solid #FFF;
	background: #Ffffff;
}

#mainOuter .content
{
	margin: 0 -1px; /* Ensure floating */
	width: 94%;
}



#mainOuter .left
{
	/*width: 16em; */
	width: 155px;
	margin: 0 1px 0 -210px; /* 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, * html div.subBarInner, * html div.subTitleInner
{
	position: relative; /* fix a render bug in IE under certain conditions */
}

* html div.gap
{
	margin-right: -4px;
}

* html #mainOuter
{
	border-right: 4px #0B70CE solid;
}

.leftInside, .titleSide, #mainInner .left div.button1, #mainInner .left div.button2
{
	margin-left: -2px;
	margin-right: 2px;
}


/* -----------------------------------------------------------
					Sub Bar (Thing under header)
----------------------------------------------------------- */

div.subBarInner
{
	background: #F7F7EC url( '/images/coolblue/bg2.gif' );
	padding-bottom: 8px;
}

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: #CFE0E9;
}

div.subTitleInner
{
	background: #E6EDE0 url( '/images/coolblue/bg1.gif' );
	color: #164677;
}

/* -----------------------------------------------------------
							Main Bar
----------------------------------------------------------- */

.titleSide, .titleMain
{
	padding: 8px 16px 4px 16px;
	border-bottom: 1px solid #FFF;
	letter-spacing: 0.1em;
	height: 16px;
}

.titleSide
{
	background: #164677 repeat-y left url( '/images/coolblue/title1.gif' );
	color: #FFF;
	margin-bottom: 12px;
	font-size: 12px;
	padding-left: 24px;
}

.titleMain
{
	background: #DBE2E2;
	font-size: 11px;
}

.titleMain a:link, .titleMain a:visited
{
	color: #5382B3;
}

.right p, .content p
{
	color: #0C0C0C;
	line-height: 1.6em;
	letter-spacing: 0.00em;
	padding: 0 0px 0px 0px;
	font-family: Verdana;
	font-size: 12px;
}

#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, .left .active a:visited
{
	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.button1 a:visited, #mainInner .left div.button2 a:link, #mainInner .left div.button2 a:visited
{
	margin: 0 0 0 24px;
	font-size: 12px;
	font-weight: bold;
}

.barText
{
	color: #211EAB;
	font-size: 11px;
	font-family: Arial;
}

/*#mainInner .left div.button1
{
	background: #D7ECDD url( '/images/coolblue/bg3.gif' );
}

#mainInner .left div.button2
{
	border-bottom: #FFF solid 2px;
	background: #C9D6A6 url( '/images/coolblue/bg4.gif' );
}
*/

/********contactus********************/
#contactContainer
{
	width: 530px;
	padding: 10px 5px 20px 10px;
}
#contact_info
{
	padding-top: 8px;
	padding-bottom: 20px;
	width: 450px;
	border-bottom: #d6d6d6 1px solid;
}
#contactus
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: 700;
	font-variant: normal;
	color: #ffffff;
	padding-bottom: 2em;
}
.contactuse1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-variant: normal;
	color: #419959;
	padding: 20px 0 15px 0;
}
.contactuse
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 400;
	font-variant: normal;
	color: #000000;
}
.contactuse2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 700;
	font-variant: normal;
	color: #000000;
}
.phone
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-variant: normal;
	color: #000000;
}
.contactz
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	color: #000000;
	width: 275px;
	height: 26px;
	position: relative;
	vertical-align: top;
	text-align: right;
	float: left;
}
.contactzz
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	color: #000000;
	text-align: left;
}
.contactservices
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	color: #000000;
	width: 250px;
	text-align: left;
	position: relative;
	float: right;
}
.contacthow
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	color: #5F5F5F;
	line-height: 20px;
}
.input
{
	border-right: #7F7DCA 1px solid;
	border-top: #7F7DCA 1px solid;
	font-size: 11px;
	border-left: #7F7DCA 1px solid;
	color: #000000;
	border-bottom: #7F7DCA 1px solid;
	font-family: arial;
	background-color: #ECEEF6;
}
.input1
{
	border-right: #211EAB 1px solid;
	border-top: #211EAB 1px solid;
	font-weight: 700;
	font-size: 10px;
	border-left: #211EAB 1px solid;
	color: #ffffff;
	border-bottom: #211EAB 1px solid;
	font-family: arial;
	background-color: #3C3AB8;
}
