A {
	color: #003366;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

BODY {
	margin: 0px;
	padding: 0px;
	background: #f0f3f7 url('images/back.gif') top left repeat-x;
	text-align: center;
}

FORM {
	margin: 0px;
	padding: 0px;
}

IMG {
	border: 0px;
}

TD, BODY {
	font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	font-SIZE: 12px;
	color: #666;
}

P {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

H1, H2, H3, H4, H5 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

H5 {
	color: #4a6594;
	font-size: 14px;
	padding: 0px;
}

HR {
	height: 1px;
	border: 0;
	background: #ccc;
	color: #ccc;
	clear: both;
}

TR.alt {
	background: #eee;
}

UL {
	margin: 0px;
	padding: 0px 0px 15px 25px;
}

#container {
	width: 970px;
	text-align: left;
	background: #fff;
}

#innercontainer {
	border-top: 4px solid #f89b00;
	padding: 0px 0px 20px 0px;
}

#head {
	position: relative;
	padding: 20px 10px 5px 10px;
}

#head .logo {
	display: block;
	width: 228px;
	height: 89px;
	background: url('images/logo.gif') -80px -25px no-repeat;

	overflow: hidden;
	text-indent: -9999px;
}

#head .submenu {
	position: absolute;
	top: 35px;
	right: 10px;

	list-style: none;
	margin: 0px;
	padding: 0px;
}

#head .submenu LI {
	float: left;
	border-left: 1px solid #666;
}

#head .submenu LI.first {
	border: 0px;
}

#head .submenu LI A {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;

	padding: 0px 5px;
	color: #666;
}


#head H2 {
	position: absolute;
	top: 55px;
	right: 15px;

	font-size: 21px;
	color: #696969;
	letter-spacing: -1px;
}

#head H2 STRONG {
	color: #4a6594;
}


#menu {
	background: url('images/menu_back.gif') top left repeat-x;
	margin: 0px 10px 10px 10px;
	height:	50px;
	overflow: hidden;
}

#menu UL {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu UL LI {
	float: left;
	padding: 0px 0px 0px 2px;
	background: url('images/menu_divider.gif') top left no-repeat;
}

#menu UL LI.first {
	background: none;
	padding: 0px 0px 0px 0px;
}

#menu UL LI A {
	display: block;
	background: url('images/menu_back.gif') left top repeat-x;
	padding: 18px 34px 17px 34px;
	cursor: pointer;
}

#menu UL LI A:hover {
	background-position: left -50px;
}

#menu UL LI A SPAN {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	behavior: url('iepngfix.htc');
	cursor: pointer;
}

#menu UL LI A.home SPAN {
	width: 50px;
	height: 15px;
	background: url('images/menu_btn_main.png') top left no-repeat;
}
#menu UL LI A.about SPAN {
	width: 66px;
	height: 15px;
	background: url('images/menu_btn_about.png') top left no-repeat;
}
#menu UL LI A.services SPAN {
	width: 61px;
	height: 15px;
	background: url('images/menu_btn_services.png') top left no-repeat;
}
#menu UL LI A.difference SPAN {
	width: 148px;
	height: 15px;
	background: url('images/menu_btn_diferences.png') top left no-repeat;
}
#menu UL LI A.knowledge SPAN {
	width: 122px;
	height: 15px;
	background: url('images/menu_btn_knowledge.png') top left no-repeat;
}
#menu UL LI A.contact SPAN {
	width: 78px;
	height: 15px;
	background: url('images/menu_btn_contact.png') top left no-repeat;
}



#splash {
	background: url('images/splash.jpg') 215px top no-repeat;
	height: 145px;
	margin: 0px 10px;
	overflow: hidden;
}

#splash A {
	display: block;
	width: 205px;
	height: 68px;
	margin-bottom: 9px;
	overflow: hidden;
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}

#splash .light {
	background: #4a6594;
}

#splash .light:hover {
	background: #5c759f;
}

#splash .dark {
	background: #003366;
}

#splash .dark:hover {
	background: #1a4876;
}

#splash .blank {
	display: block;
	width: 205px;
	height: 145px;
	background: #003366;
}



#splash A SPAN {
	display: block;
	padding: 13px 20px;
}

#splash A STRONG {
	display: block;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
}


#content {
	padding: 20px 40px;
	line-height: 1.5;
}

#content H1 {
	font-weight: normal;
	font-size: 20px;
}

#content H2 {
	font-weight: normal;
	font-size: 16px;
}

#content .testimonialsblock {
	display: block;
	width: 450px;
	height: 135px;
	float: right;

	overflow: hidden;

	padding: 0px;
	margin: 0px 0px 0px 5px;
	position: relative;

	font-size: 12px;
}

#content .testimonialsblock BLOCKQUOTE {
	background: url('images/content_highlight.gif') top left no-repeat;
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
}

#content .testimonialsblock BLOCKQUOTE P {
	display: block;
	padding: 20px 0px 0px 20px;
	font-weight: bold;
}

#content .testimonialsblock BLOCKQUOTE CITE {
	display: block;
	text-align: right;
	font-style: normal;
	color: #013366;
}

#content .testimonialsblock .bottomlink {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#content .twocol_left {
	background: #e8e8e8;
	width: 205px;
	float: left;

	margin: -20px 30px 0px -30px;
	padding: 20px 0px;

	display: inline;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
}

#content .twocol_left UL {
	margin: 0px 0px 0px 0;
	padding: 0 0 0 0;
	list-style: none;
}

#content .twocol_left UL LI {
	border-top: 1px solid #ccc;
	background: url('images/twocol_left_menu.gif') top left repeat-x;
	float: left;
	clear: left;
	width: 100%;
}

#content .twocol_left UL LI A {
	display: block;
	padding: 7px 0px 4px 20px;
	background: url('images/twocol_left_menu_arrow.gif') 10px center no-repeat;
	color: #003366;
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#content .twocol_left UL LI A:hover {
	background-color: #fff;
	color: #000;
}

/* Services Drop Down Nav */

#services-list ul.level02 {
	display: none;
}
#services-list li.selected ul.level02 {
	display: block;
	float: left;
	clear: left;
	margin-left: 0px;
}
#content .twocol_left UL LI.selected ul.level02 li A {
	border: none;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
}
ul#services-list li.selected ul li.selected a {
	background-color: #fff;
	color: #000;
}
body #content .twocol_left ul#services-list li.selected ul.level02 li {
	width: 212px;
	background: none;
	border-top: none;
}

#content .twocol_left TD {
	font-size: 10px;
	font-family: Arial, Helvetica, Sans-Serif;
}

#content .twocol_left .padding {
	margin-top: 0px;
	padding: 10px 15px 10px 15px;
	border-bottom: 1px solid #ccc;
	background: url('images/sidebarbox.png') top repeat-x;
}



#content .twocol_right {
	width: 685px;
	float: left;
}

#content .twocol_right LI {
	padding: 0px 0px 6px 2px;
}

#subcontent {
	border-top: 2px solid #4a6594;
	padding: 0px 0px 0px 0px;
}

#subcontent .column {
	float: left;
	width: 323px;
}

#subcontent H4 {
	color: #444;
	border-bottom: 1px solid #999;
	margin: 2px;
	padding: 10px 40px 5px 40px;
	font-weight: normal;
	font-size: 15px;
}

#subcontent P {
	padding: 7px 40px;
	line-height: 1.5;
	font-family: Arial, Helvetica, Sans-Serif; 
}


#news {
	margin: 0px;
	padding: 0px;
	height: 80px;
	background: #e9f8fc;
	position: relative;
}

#news H5 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	color: #003366;

	position: absolute;
	left: 40px;
	top: 15px;
}

#news UL {
	list-style: none;
	margin: 0px;
	padding: 0px;

	position: absolute;
	left: 145px;
	top: 15px;
}

#news UL LI {
	float: left;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 30px;
	background: url('images/icon_pdf.gif') top left no-repeat;
	position: relative;
}

#news UL LI A {
	padding: 0px 0px 3px 0px;
	display: block;
	font-family: Arial, Helvetica, Sans-Serif; 
	font-weight: bold;
	color: #023467;
}

#news .archive {
	font-size: 11px;
	position: absolute;
	top: 40px;
	left: 40px;
}

#foot {
	width: 970px;
	position: relative;
	margin: 0 auto;
}

#foot UL {
	height: 47px;

	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;

	background: #eee;
}

#foot UL LI {
	float: left;
}

#foot UL LI A {
	display: block;
	color: #666;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 15px;
	text-decoration: none;
}


#foot .barcode {
	display: block;

	position: absolute;
	top: 0px;
	right: 170px;

	width: 88px;
	height: 47px;

	background: url('images/foot_barcode.jpg') left center no-repeat;
}

#foot .copyright {
	display: block;

	position: absolute;
	top: 12px;
	right: 25px;

	font-size: 10px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #bbb;
}

.clear {
	clear: both;
}


/* Definition Lists */

dl dt {
	font-weight: bold;
}
dl dd {
	margin: 0 0 1em 0;
}





/* footer stuck to bottom hack */
html, body { height: 100%; }
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -47px;
}
#foot, .push {
	height: 47px;
	padding: 0px;
	overflow: hidden;
}
/* footer stuck to bottom hack */


.pdfblock {
	background: url('images/icon_pdf.gif') top left no-repeat;
	padding-left: 25px;
	padding-right: 10px;
}

.txtblock {
	background: url('images/icon_txt.gif') top left no-repeat;
	padding-left: 25px;
	padding-right: 10px;
}
