/* RESET HTML TAG					*/ 
/* -------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th,select,  {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight: bold;
	line-height: normal;
	margin: 0 0 1em 0;
}
q:before, q:after {
	content:'';
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input, textarea, select {
	font-size:100%;
}
legend {
	color:#000;
}
del, ins {
	text-decoration:none;
}
/* -------------------------------- */
/* STANDARD HTML TAG DEFINITION		*/ 

html {
	height: 100%;
}
body {
	background: #006699;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.125em;
	margin:0;
	padding:0;
	height: 100%;
}
h1 {
	font-size: 4em;
}
h2 {
	font-size: 1.7em;
	font-weight: normal;
	padding-left: 38px;
	background-image: url(../images/icon_blueorb.png);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 32px;
	color: #333;
}
h3 {
	font-size: 1.33em;
	color: #669900;
}
h4 {
	font-size: 1.1em;
	margin: 0 0 1em 0;
	color: #003F8E;
	font-weight:bold;
}
h5 {
	font-size: 1em;
	margin: 0;
}
h6 {
	font-size: 0.916em;
	margin: 0;
	color: #666;
}
p {
	margin-bottom: 1.5em;
}
a {
	cursor: pointer;
	text-decoration: none;
	color: #003F8E;
}
a:hover {
	text-decoration: underline;
}
a:active, a:focus {
	outline: none;
}
.divide {
	height: 0;
	border-right: 1px dotted #AAA;
	clear: both;
	margin: 0 0 10px 0;
}
hr {
	height: 1px;
	padding: 0;
	background: #eee;
	/*	background: transparent url(../images/hr.png) no-repeat center top;
*/	border: none;
	border-top:1px dotted #aaa;
	margin:0 0 1em 0;
	clear: both;
}
h3.title {
	font-size: 1.9em;
	font-family:"Lucida Sans Unicode", Arial;
	font-weight: bold;
	color: #B32426;
	margin:0 0 10px 0;
	letter-spacing:-1px;
	clear: both;
}
h3.sidetitle {
	padding:0 0 7px 0;
	margin:0;
	border-bottom:1px dotted #aaa;
}
.bi {
	font-weight:bold;
	font-style:italic;
	line-height:2.1em;
}
.list				{font-family: Tahoma; font-size: 8pt; color: #000000;border: solid 1px; border-color:#000000; width:150px;}
.listform				{font-family: Tahoma; font-size: 8pt; color: #7f9db9; width:125px; height:20px;}
.rightformtxtbox				{font-family: Tahoma; font-size: 8pt; color: #7f9db9; width:120px; height:80px;}

.listQ				{font-family: Tahoma; font-size: 10pt; color: #000000;border: solid 1px; border-color:#79b7ee; width:100px; height:16px;}

.txtboxQ				{font-family: Tahoma; font-size: 10pt; color: #000000;border: solid 1px; border-color:#79b7ee; width:200px;height:200px;}

#loginfrm
{
position: absolute; visibility: hidden; border: 5px solid #9CCE9C; background-color: white; width: 310px; padding:4px;
  font: 8px Verdana;
}
#loginfrm td
{
  font: 10px Verdana;
}
.textarealogin			{font-family: Tahoma; font-size: 8pt; color: #000000;border: solid 1px; border-color:#7A9CBD; width:150px;}


/* -------------------------------- */
/* PAGE ELEMENTS					*/ 
/* -------------------------------- */	

#whole {
	font-size: 0.75em;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
/* -------------------------------- */
	/* HEADER + LOGO					*/ 
	
	#header {
	background: #0076b1 url(../images/top.jpg) no-repeat center top;
	width: 100%;
	
	padding: 0 0 5px 0;
}
	/* HEADER + LOGO					*/ 
	
	#inheader {
	background: #0076b1 url(../images/itop.jpg) no-repeat center top;
	width: 100%;
	padding: 0 0 5px 0;
}


#headerContent {
	margin: 0 auto;
	padding: 10px 0px 5px 0;
	position: relative;
	width: 984px;
}

#headerCorner {

	padding: 0px 0 5px 550px;
	float: center;
	
}
#header h1 {
	float: left;
		padding: 0px 45px 30px 0;

}
#header h1, #header h2 {
	margin: 0;
}
/* innerheader */
	#iheader {
	background: #0076b1 url(../images/inner-top.jpg) no-repeat center top;
	width: 100%;
	padding: 0 0 5px 0;
}

#iheaderContent {
	margin: 0 auto;
	padding: 10px 0 5px 0;
	position: relative;
	width: 984px;
}

#iheaderCorner {

	padding: 0px 0 5px 550px;
	float: center;
	
}
#iheader h1 {
	float: left;
			padding: 0px 45px 30px 0;

}
#iheader h1, #iheader h2 {
	margin: 0;
}
#headerContentNone {
	padding-bottom: 0;
}
#iheaderContentNone {
	padding-bottom: 0;
}
/* -------------------------------- */
		/* NAVIGATION						*/ 
	
		#nav {
	float:center;
	/*margin: 38px 0 18px 0;*/
	padding: 38px 0px 0px;
	font-weight:bold;
	font-size: 0.9em;
		font-color: black;
		font:Verdana, Arial, Helvetica, sans-serif;
}
#nav ul {
	margin:0;
	padding:0;
}
#nav li {
	display: inline;
	float: left;
}
#nav li a {
	background: url(../images/navline.png) no-repeat;
	color: #fff;
	display: block;
	font-size: 1.11em;
	line-height: 54px;
	padding: 0 20px;
}
#nav li a:hover, #nav li a#currentpage {
	background: url(../images/navlineO.png);
	text-decoration: none;
}
#nav li a#currentpage {
	/*cursor: default;
	cursor:auto;*/
	
}
/* -------------------------------- */
		/* BANNER							*/ 
	.HomeBox                {BACKGROUND-COLOR: #79b7ee;}	
		#banner {
	clear: both;
	height: 210px;
	margin: 0 0 0 12px;
		position:inherit;
	width: 965px;
	position: relative;
}
		#innerbanner{
	clear: both;
	height: 140px;
	margin: 0 auto;
	padding:0;
	width: 965px;
	position: relative;
}

/* -------------------------------- */
		/* CONTENT							*/ 
		
		#contentWrap {
	background: #FFF;
				background: #FFF url(../images/foot.jpg) no-repeat  bottom;

}
#content {
	/*background: url(../images/content.png) repeat-y -1px 0;*/
				margin: 0 auto;
	width: 992px;

}
#contentContent {
	width: 964px;
	margin: 0 auto;

}
#main, #side {
	float: left;
}
/* -------------------------------- */
				/* MAIN								*/ 

.mainpagecontent {
	padding:0 20px 0 10px;
	margin:0;
	text-align:justify;
}

				
#intro {
	background: url(../images/horizontal.png) no-repeat center bottom;
	padding: 0 0 10px 0;
	margin: 0 0 1em 0;
}
.unit {
	float: left;
	width: 320px;
}
.unit.one {
	padding: 0 20px 0 0;
	width: 300px;
}
.one h2 {
	color: #b32426;
	background-image: url(../images/icon_rainboworb.png);
}
.unit.two {
	padding: 0 10px;
	width: 300px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}
.two h2 {
	color: #003F8E;
	background-image: url(../images/icon_blueorb2.png);
}
.unit.three {
	padding: 0 0 0 10px;
	width: 230px;
}
.three h2 {
	color: #669900;
	background-image: url(../images/icon_screw.png);
}
#intro h2 {
	margin: 0 0 0.5em 0;
}
#intro h3 {
	color: #000;
	margin-bottom: 0.1em;
}
/* -------------------------------- */
				/* MAIN								*/ 
				
				#main {
	width: 550px;
	padding: 0 37px 0 0;
	margin: 0 10px 0 0;
}
/* -------------------------------- */
				/* SIDE								*/ 
				
				#side {
	padding: 20px;
	width: 327px;
	background: url(../images/sidebar.png) no-repeat
}
.rightmenu {
	margin: 0 0 2em 0;
	padding: 0;
	border-top:1px solid #fff;
}
.rightmenu ul {
	margin:0;
	padding:0;
	list-style:none;
	list-style-position:outside;
}
.rightmenu ul li {
	font-size:1.1em;
	display:block;
	margin:0;
	padding:0;
}
.rightmenu ul li a {
	display:block;
	padding:10px 0;
	color:#333;
	border-bottom:1px dotted #ccc;
	text-decoration:none;
	background:url(../images/tag.gif) no-repeat scroll 99% 50%;
}
.rightmenu ul li a:hover {
	display:block;
	padding:10px 0;
	color:#003F8E;
	border-bottom:1px dotted #ccc;
	text-decoration:none;
}
/* -------------------------------- */
	/* FOOTER							*/ 
		
	#footer {
	clear: both;
	color: #FFF;
	background: #0076B1 url(../images/footer.jpg) no-repeat center top;
	font-size: 0.916em;
}
#footer h3, #footer a {
	color: #FFF;
	background: none;
	padding: 0;
}
#footer h3 {
	font-size: 1.5em;
	font-weight: normal;
}
#footerContent {
	margin: 0 auto;
	width: 964px;
}

#footer .unit {
	height: 240px;
}

/* 	FORM  
**********************************************************/

.frmbtn{font-family: tahoma; font-size: 8pt; color: #FFFFFF; font-weight:bold; border: solid 1px; border-color:#000000; background-color: #023262; cursor:auto;}

.txtwhitebldfrm			{font-family: tahoma; font-size: 8pt; font-weight:bold; color: #FFFFFF; text-decoration:none;}
.textareafrm				{font-family: Tahoma; font-size: 8pt; color: #000000;border: solid 1px; border-color:#000000}
.gobtnfrm	 				{font-family: tahoma; font-size: 7pt; color: #000000;border: solid 1px; border-color:#000000; width:19px; height:15px; background-color: #E1E3EA; cursor:auto;}
.frmbrd					{ border:3px solid; border-color:#014A81;}
.frmbtn1{font-family: tahoma; font-size: 8pt; color: #FFFFFF; font-weight:bold; border:solid 1px; border-color:#000000; background-color: #023262; cursor:auto;}
.borDkBlue{border:1px solid #040C5C;}
.borNavBlue{border:1px solid #6698CB;}
.borGray{border:1px solid #E0E0E0;}

.subbuttom {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#006699;
    background-repeat: repeat-x;
    border: 1 solid;
	display: block;
}
.requestquote {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
		background-color:#006699;

}
/* 	FOOTER 
**********************************************************/
	#footer1 {
	clear: both;
	color: #FFF;
	background: #0076B1 no-repeat center top;
	font-size: 0.916em;
	padding-left:30px;
}

#footer1 .links	{ height:210px; padding-top:10px; float:left; width:100%;}
#footer1 .left	{ left bottom no-repeat; width:97%; height:210px; float:left; padding-left:15px;}
#footer1 .right	{ right bottom no-repeat; width:14px; height:210px; float:right}
#footer1 ul		{margin:0; padding:0; list-style:none;}
#footer1 ul li	{margin:0; padding:0; display:block;}
#footer1 ul li a 
{ 
background:url(../images/arrowSml.gif) left no-repeat; display:block; color:#FFF; font-weight:normal; 
padding:3px 0 3px 10px; margin:0; width:99%; 
}

.float20bg			{float:left; width:18%; padding-left:8px; min-height:205px; /*overflow:hidden;*/}
*html .float20bg	{height:205px;}
.float20			{float:left; width:18%; padding-left:8px; background:url(../images/rightShadow1.gif) right top no-repeat; min-height:205px; /*overflow:hidden;*/}
*html .float20		{height:205px;}
h3.thr			{color:#FFF; font:bold 12px Trebuchet MS;}							



/*						#search li a{
							display: block;
							width:50px;
							padding: 0 0 0 10px;
							}
*/				
	/* -------------------------------- */
	/* LAST FOOT						*/ 
		
	#lastfoot {
	clear: both;
	color: #FFF;
	background: #006699;
	width: 100%;
	font-size: 0.916em;
	border-top: 1px solid #0e89c6;
	padding: 15px 0 0 0;
	margin: 0;
}
#lastfoot a {
	color: #FFF;
}
#lastfootContent {
	margin: 0 auto;
	width: 964px;
	padding:0;
}
	.footerseotxt {
	color: #106690;
	font-size: 0.5em;
	font-family:"Lucida Sans Unicode", Arial;
	font-weight: bold;


}

/* -------------------------------- */
/* INNER PAGE MODIFICATIONS			*/ 
/* -------------------------------- */

.innerpage #banner, #banner.innerpage {
	background: red;
	height: 160px;
}
.innerpage #headerContent {
	padding-bottom: 0;
}
.innerpage #iheaderContent {
	padding-bottom: 0;
}
.innerpage #quote a {
	top: 200px;
}
/* -------------------------------- */

.clear {
	clear: both;
}



/* ------------------------------	*/ 
/* DESIGN */ 

.companyname { color: #267193; font-size:12px; font-weight:bold; FONT-FAMILY: verdana}
.highlight { color:#000000; font-size:12px}
.highlight1 { color:#196C94; font-size:13px; font-weight:bold}
.title1 { color: #003f8e; font-size:13px;FONT-FAMILY: verdana; font-weight:bold; }
.top{FONT-FAMILY: verdana; font-size: 12px;line-height:17px; color:#009999; font-weight:bold; text-decoration:underline}
.top:hover{FONT-FAMILY: verdana; font-size: 12px;line-height:17px; color:#00CC99; font-weight:bold; text-decoration:none}
.padding {padding: 3px 0px 3px 0px;}
.navlinks{FONT-FAMILY: verdana; font-size: 12px;color:#000000; text-decoration:none}
.navlinks:hover{FONT-FAMILY: verdana; font-size: 12x;color: #000099; text-decoration:underline}
.navlinks1{FONT-FAMILY:Arial, Helvetica, sans-serif; font-size: 12px;color:#000000; text-decoration:none}
.navlinks1:hover{FONT-FAMILY:Arial, Helvetica, sans-serif; font-size: 12x;color:#086786; text-decoration:underline}
#marqueecontainer{
position: relative;
width: 199px; /*marquee width */
height: 199px; /*marquee height */
background-color: white;
overflow: hidden;

}

			h1 {margin-bottom:50px; font-size:30px; font-weight:normal;}
			p {margin:0; padding:0 0 30px; font-size:12px;}
			pre {font-size:12px; font-family:"Consolas","Monaco","Bitstream Vera Sans Mono","Courier New","Courier"; line-height:120%; background:#F4F4F4; padding:10px;}
			#general {margin:0px;}
			
			#myHiddenDiv {display:none;}
			
			
			.popup {background:#FFF; border:1px solid #333; padding:1px;}
			.popup-header {height:24px; padding:5px; background-image:url(../images/bgr_popup_header.jpg);}
			.popup-header h2 {margin:0; padding:0; font-size:18px; float:left;}
			.popup-header .close-link {float:right; font-size:11px;}
			.popup-body {padding:10px;}
			
			form {margin:0; padding:0;}
			form * {font-size:12px;}
			input {margin-bottom:12px;}
			label {display:block;}
