@import url('reset.css');
/* DEFAULT GLOBAL TEXT STYLES */
body 
{
	padding:0;
	margin:0;
	font-family: Helvetica, Arial, sans-serif;
	color:#434344;
	font-size:.7em;
	line-height:1.4em;
	background:url(/images/body_bg.jpg) repeat-x;
}
h1, h2, h3 {
	color:#104e90;
	font-weight:bold;
}
h1 {
	font-size:1.6em;
	line-height:1.6em;
}
h2 {
	font-size:1.4em;
	line-height:1.4em;
}
h3 {
	font-size:1.2em;
	line-height:1.2em;
}
h4,h6 {
	font-weight:bold;
	color:#104e90;
	font-size:1em;
}

h5 {
	font-weight:bold;
	color:#007749;
	font-size:1em;
	margin:0;
}
p {
	color:#434344;
	line-height:1.4em;
}
td {
	line-height:1.4em;
}
ul {
	list-style:none;
}
li {
	color:#434344;
	line-height:1.5em;
}
a {
	color:#104e90;	
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	color:#104e90;	
}
a:active {
	color:#104e90;
}
strong {
	font-weight:bold;
}
big {
	font-size:150%;
	line-height:150%;
}
img { border:0px; }

img { behavior: url(iepngfix.htc); }
/* END DEFAULT GLOBAL TEXT STYLES */

/* DIV STYLES */
.main_container {
	width: 857px;
	margin:0 auto;
}
.header {
	width:857px;
	height:98px;
	background:url(/images/header_bg.jpg) no-repeat;
}
.header h1
{
	margin:0;
	padding:0;
}
.header_container {
	clear:both;
	width:857px;
	margin:0 0 1em 6px;
}
.search_container {
	float:left;
	width:488px;
	margin:0 0 0 215px;
	display:inline;
}
.search_content {
	width:488px;
	background:url(/images/search_bg.png) repeat-y;
	padding:.6em 0 0 13px;
}
.search_content .input_bg {
	position:relative;
	top:2px;
	left:30px;
}
.search_content .go_btn {
	position:relative;
	top:5px;
	left:30px;
}
.search_bottom {
	width:488px;
	height:13px;
	background:url(/images/search_bottom.png) no-repeat;
}
.menu_container {
	position:relative;
	top:-27px;
	left:220px;
	width:628px;
	height:23px;
	clear:both;
}
.content_container {
	clear:both;
	width:857px;
}
.content_container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.left_container {
	float:left;
	width:225px;
	margin:0 3px 0 0;
}
.right_container {
	float:left;
	width:620px;
}
.call_out_content_holder
{
	float:right;
	width:225px;
}
.call_out_container {
	float:right;
	width:225px;
	background:url(/images/call_out_bg.jpg) repeat-y;
}
.call_out_top {
	width:225px;
	height:9px;
	background:url(/images/call_out_top_bg.jpg) no-repeat;
}
.call_out_content {
	width:201px;
	background:url(/images/call_out_bottom_bg.jpg) no-repeat;
	background-position:bottom;
	padding:.5em 12px .8em 12px;
}
.call_out_content h3, .call_out_content h4 {
	padding:0 0 0 12px;
	margin:0;
	border:0px;
}
.call_out_content p {

}
.call_out_content ul {
	margin:0 12px .7em 12px;
}
.footer_container {
	float:left;
	width:857px;
	height:30px;
}
/*HEADER LOGO LINK TO HOME */
.main_container h1 {
	float:left;
	width:154px;
	height:98px;
	text-indent:-9999em;
	background:url(/images/header_logo.jpg) no-repeat;
	cursor:pointer;
}
/* SITE NAV STYLES */
#site_nav {
	float:left;
	width:628px;
	height:23px;
	margin:0;
}
#site_nav, #site_nav ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 0;
}
#site_nav li {
	float: left;
	position:relative;
	padding:0;
	background-image:url(/images/menu_divider.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
#site_nav li.last {
	padding:0px 0px 0px 0px;
	background-image:none;
}
#site_nav img{
	display:block;
}
#site_nav a {
	display: block;
	text-decoration: none;
}
img.highlight
{
	visibility: hidden;
	position: absolute;
}
#site_nav li:hover, #site_nav li.sfhover
{
	cursor:pointer;
}
#site_nav li:hover img, #site_nav li.sfhover img
{
	visibility:hidden;
}
#site_nav li:hover img.highlight, #site_nav li.sfhover img.highlight
{
	visibility: visible;
	top:0px;
	left: 0px;
	cursor:pointer;
}
ul#site_nav li { z-index: 201; }

#site_nav li:hover ul ul, #site_nav li:hover ul ul ul, #site_nav li.sfhover ul ul, #site_nav li.sfhover ul ul ul {
	left: -9999em;
}
#site_nav li:hover ul, #site_nav li li:hover ul, #site_nav li li li:hover ul,#site_navli.sfhover ul, #site_nav li li.sfhover ul,#site_nav li li li.sfhover ul {
	left: auto;
}
.mainNav img:hover {
	cursor:pointer;
}
/***   BEGIN SIDEMENU STYLES   ***/
#sidemenu {
	width:196px;
	margin:0 15px 0 15px;
}
#sidemenu dt {
	cursor: pointer;
	margin: 2px 0;
	line-height: 20px;
	font-weight: bold;
	border-top: 1px dotted #104e90;
	padding:.7em .7em .4em .7em;
	font-size:1.3em;
	font-weight:normal;
	color:#104e90;
	background:url(/images/sidemenu_bg.jpg) no-repeat;
}
#sidemenu dt:hover {
	color: #1c7e59;
}
#sidemenu dd {
}
#sidemenu li {
	margin:0 0 0 30px;
	list-style:none;
	font-size:1.1em;
	line-height:1.8em;
}
#sidemenu li a, #sidemenu dt a {
	color: #104e90;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}
#sidemenu li a:hover, #sidemenu dt a:hover {
	color: #1c7e59;
}
dt.sidemenu_active {
	background:url(/images/sidemenu_bg_active.jpg) no-repeat;
}

/***   END SIDEMENU STYLES   ***/

.search_content ul {
	float:left;
	margin:.2em 0 0 0;
	padding:0;
}
.search_content ul li {
	display:inline;
	/*border-right:1px solid #104e90;*/
	padding:0 2px 0 2px;
	font-size:.95em;
}
.search_content ul li a {
	text-decoration:none;
}
.search_content ul li a:hover {
	text-decoration:underline;
}
.last_li, .first_li {
	border:0 !important;
}
.search_content input {
	margin:-.9em 0 0 0;
	display:inline;
}
.input_bg {
	background:transparent url(/images/input_bg.png) no-repeat;
	border:0;
	width:161px;
	height:20px;
	padding:.5em 0 0 7px;
	color:#104e90;	
	font-size:.8em;
}
.go_btn {
	width:31px;
	height:21px;
	background:url(/images/go_btn.png) no-repeat;
	border:0px;
}
.learn_more_btn {
	width:83px;
	height:19px;
	background:url(/images/learn_more_btn.png) no-repeat;
	border:0px;
}
.submit_btn {
	width:60px;
	height:19px;
	background:url(/images/submit_btn.png) no-repeat;
	border:0px;
}
.reset_btn {
	width:60px;
	height:19px;
	background:url(/images/reset_btn.png) no-repeat;
	border:0px;
}
.mas_informacion_btn {
	width:83px;
	height:19px;
	background:url('/images/mas_informacion_btn.png') no-repeat;
	border:0px;
}
.footer_container p {
	text-align:center;
	font-weight:bold;
	color:#638dba;
	padding:.5em 0 0 0;
	font-size:.8em;
}
.footer_container p a {
	color:#638dba;
}
/* MISC */
.clear {
	clear:both;
	width:100%;
}
.screen_only {
	display:block;
}
.print_only {
	display:none;
}
.white {
	color:#FFFFFF;
}
.white a {
	color:#FFFFFF;
	text-decoration:underline;
}
.white a:visited {
	color:#FFFFFF;
}
.white a:hover {
	text-decoration:none;
}
.georgia {
	font-family:Georgia, "Times New Roman", Times, serif;
}
.italics {
	font-style:italic;
}
.sm_img_holder	{
	float:left;
	width:85px;
	height:80px;
	padding: 0px 5px 0px 0px;
}
.sm_img_holder:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.container_wrapper {
	float:left;
	width:620px;
}
/** iAPPS Treeview Styles **/
.TreeView
{
	width: 196px;
	margin: 0 15px 0 15px;
	border-bottom: 1px dotted #104e90;
}
.Level1
{
	cursor: pointer;
	margin: 2px 0;
	line-height: 20px;
	font-weight: bold;
	border-top: 1px dotted #104e90;
	padding: .7em .7em .4em .7em;
	font-size: 1.3em;
	font-weight: normal;
	color: #104e90;
	background: url(/images/sidemenu_bg.jpg) no-repeat;
	width:176px;
}
.Level1Hover
{
	cursor: pointer;
	margin: 2px 0;
	line-height: 20px;
	font-weight: bold;
	border-top: 1px dotted #104e90;
	padding: .7em .7em .4em .7em;
	font-size: 1.3em;
	font-weight: normal;
	background: url(/images/sidemenu_bg.jpg) no-repeat;
	color: #1c7e59;
	width:176px;
}
.Level1Active
{
	cursor: pointer;
	margin: 2px 0;
	line-height: 20px;
	font-weight: bold;
	border-top: 1px dotted #104e90;
	padding: .7em .7em .4em .7em;
	font-size: 1.3em;
	font-weight: normal;
	color: #1c7e59;
	background: url(/images/sidemenu_bg_active.jpg) no-repeat;
	width:176px;
}
.NoBorder
{
	border-top:0 !important;
}
.Level2
{
	cursor: pointer;
	margin: 0 0 0 30px;
	list-style: none;
	font-size: 1.1em;
	line-height: 1.8em;
	color: #104e90;
	text-decoration: none;
	display: block;
	border: 0 none;
	width:176px;
}
.Level2Hover
{
	cursor: pointer;
	margin: 0 0 0 30px;
	list-style: none;
	font-size: 1.1em;
	line-height: 1.8em;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	color: #1c7e59;
	width:176px;
}
/** iAPPS Treeview Styles **/

/*///// NEWSLETTER SIGNUP /////*/
.newsletter-signup {
	margin:0 !important;
	padding:0;
	list-style:none;
}

.newsletter-signup li {
	margin:0 0 8px 0 !important;
	position:relative;
}

.newsletter-signup li input {
	float:none ;
	position:relative;
}

.newsletter-signup .newsletter-ckbox input {
	float:left !important;
	display:inline !important;
	margin:0 5px 0 0 !important;
	position:relative;
	top:2px;
	_top:0;
}

* + html .newsletter-signup .newsletter-ckbox input {
	top:-2px !important;
}

.newsletter-signup .newsletter-ckbox label {
	float:none;
	/*width:200px;*/
}

/*.newsletter-signup li label {float:none !important;}*/

.newsletter-signup li .signup_btn {
	background:url('/images/signup_btn.gif') no-repeat;
	width:58px;
	height:19px;
	display:block;
	outline:none;
	border:none;
	cursor:pointer;
	text-indent:-9999px;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;		
	float:left;	
}

/*----- Content Bullets Styles ----*/
.content ul li {list-style:disc;}




/* ------------------------------------------------------- */
/* --- iAPPS Forms -- */
/* ------------------------------------------------------- */

div.formRow { margin-bottom:15px; }

div.formRow input, div.formRow select, div.formRow textarea
{
	color:#104E90;
	font-size:0.9em;
	font-weight:bold;
}

div.formRow span.labelItems 
{
	width:120px;
	display: inline-block;
}

div.formRow span.formText 
{
	display: block;
	margin:10px 0 0 0;
}


div.formSubmit a 
{
	background:transparent url(/images/submit_btn.png) no-repeat;
	border:0 none;
	height:19px;
	width:60px;
	display:block;
	text-indent:-2000px;
	color:White;
}

div.formFooter {
	margin-bottom:15px;
	clear:both;
}
