 html, body, div, span, applet, object, iframe,  
 h1, h2, h3, h4, h5, h6, p, blockquote, pre,  
 a, abbr, acronym, address, big, cite, code,  
 del, dfn, em, font, img, ins, kbd, q, s, samp,  
 small, strike, strong, sub, sup, tt, var,  
 b, u, i, center,  
 dl, dt, dd, ol, ul, li,  
 fieldset, form, label, legend,  
 table, caption, tbody, tfoot, thead, tr, th, td {  
     margin: 0;  
     padding: 0;  
     border: 0;  
     outline: 0;  
     font-size: 100%;  
     vertical-align: baselinebaseline;  
     background: transparent;  
 }  
 body {  
     line-height: 1;  
 }  
 ol, ul {  
     list-style: none;  
 }  
 blockquote, q {  
     quotes: none;  
 }  
 blockquote:before, blockquote:after,  
 q:before, q:after {  
     content: '';  
 }  
   
 /* remember to define focus styles! */  
 :focus {  
     outline: 0;  
 }  
   
 /* tables still need 'cellspacing="0"' in the markup */  
 table {  
     border-collapse: collapse;  
     border-spacing: 0;  
 }  
 
/* end of reset */ 

html {
		font-family: Arial, Helvetica, sans-serif;


}

.clear {
	clear: both;
}

/* start of type */  

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #082a63;
	line-height: 20px;
}

h1 {
	color: #1770be;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #1770be;
	line-height: 18px;
	font-size: 18px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #1770be;
	font-size: 16px;

}

/* end of type*/ 





#uppercontent {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	height: 957px;
	background-color: #2b5ca1;
	border-bottom: solid 3px #082a63;
	
}


#wrapper{
	width: 980px;
	margin: 0 auto;

}

#header{
	background-image:url(images/headerimg3.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height: 156px;
	position:relative;
}



#header #help{
	position:absolute;
	left: 740px;
	top: 8px;
}

#header #help p{
	font-size:18px;
}

#header #help a:link, a:visited {
	text-decoration:none;
	color: #082a63;
}

#header #help a:hover{
	color: #85c3ec
}


#header #help h1{
	font:Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #082a63;
	margin-bottom: 0;
}


#gallery {
	position:relative;
	float:right;
	height:299px;
	width: 798px;
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:50px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}
	



/* Start Nav   */
	
#nav {
	width: 182px;
	float: left;
	height: 299px;
	background-color:#426391;
	font-family: Arial, Helvetica, sans-serif;

	}
	
#nav li a {
  	height: 24px;
	text-decoration: none;
	display:block;
	background:  url(images/nav2.gif);
	padding: 9.2px 0 0 10px;
	}	
	
	
#nav li a:visited	{
	color: #fff;
	display: block;
	background:  url(images/nav2.gif);
	padding: 9.2px 0 0 10px;
 }
 	
	
	
#nav li a:link {
	color: #fff;
	display: block;
	background:  url(images/nav2.gif);
	padding: 9.2px 0 0 10px;
	}

 
 
#nav li a:hover {
	color: #fff;
	display:block;
	background:  url(images/nav.gif) 0 -32px;
	padding: 9.2px 0 0 10px;
	}	
	


/* End Nav   */




/* Start maincontent*/
#maincontentHome {
	float:right;
	background-color:#FFF;
	width: 798px;
	height: 477px;
	position:relative;
	overflow: scroll;
	-moz-border-radius-bottomright: 20px;  
	-webkit-border-bottom-right-radius:20px;
}

#maincontentHome a, a:visited {
	color: #145a98;
	text-decoration:none;
}

#maincontentHome a:hover {
		color: #2476bf;
		text-decoration:none;
}


#maincontent {
	float:right;
	background-color:#FFF;
	width: 728px;
	height: 463px;
	margin-bottom: 5px;
	padding: 14px 60px 0px 10px;
	position:relative;
	-moz-border-radius-bottomright: 20px;  
	-webkit-border-bottom-right-radius:20px;
	overflow: scroll;
}

#maincontent ul{
	list-style: circle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #082a63;
	line-height: 20px;
	margin-left: 20px;
	
}

#maincontent .solutions {
	font-size: 12px;

}


#maincontent .solutions_small {
	font-size: 10px;
	line-height: 12px;
}


#icons1 {
	position: absolute;
	background-image: url(images/icons1.png);
	left: 290px;
}

#icons2 {
	position: absolute;
	background-image: url(images/icons2.png);
	left: 670px;
}


#maincontent1{
	float: left;
	width: 265px;
	height: 50px;
	margin: 18px 0 0 10px;
	padding-right: 90px;
	
}





#maincontent2 {
	float: right;
	width: 299px;
	height: 50px;
	margin: 18px 0 0 10px;
	padding-right: 90px;
	background-color:#FFF;
}


.tagline p {
	margin-top: 420px;
	font-size:18px;
	text-decoration: none;
}

.tagline p a:link, a:visited, a:hover {
	text-decoration: none;
}

/* End maincontent*/




/*End of Contact    */
#contact-area {
	width: 300px;
	margin-top: 0px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 300px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	margin: 3px 0px 15px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 93px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #1660a1;
}

#contact-area input.submit-button {
	width: 60px;
	float: right;
}

label {
	float: left;
	text-align: left;
	margin-right: 5px;
	margin-top: 2px;
	width: 50px;
	padding-top: 2px;
	font-size: 14px;
}

/*End of Contact    */



#ads {
	float: left;
	width: 182px;
	height: 477px;
	/*change to html */
	background-repeat:no-repeat;
	background-color:#FFF;
	position: relative;
	-moz-border-radius-bottomleft: 20px;  
	-webkit-border-bottom-left-radius:20px;
	position: relative;
}

#ads #tag {
	position: absolute;
	top: 145px;
	left: 40px;
	
}

#ads #tag p a {
	font-size: 18px;
	color: #082a63;
	text-decoration:none;
	
}

#ads #tag p a:hover {
	font-size: 18px;
	color: #2476bf;
	text-decoration:none;
	
}




#logos {
	height: 178px;
	background-image:url(images/logos.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin-top: 10px;
}



/* Start Footer Style   */


#footer {
	height: 100px;	
	background-color: #122c56;
}


#footertext{
	width: 980px;
	margin: 0 auto;
	text-align:center;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFF;
}

#footer p a:link, a:visited {
	color:#5ab3c1;
	text-decoration:none;

}

#footer p a:hover {
	color:#5ab3c1;
	text-decoration: underline;
}
	/*End Footer Style   */
	
	






