body{
	margin-top: 20px;
	background-color: #DCDCDD;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}

/*-----------------------*/
/*----wrapper styles-----*/
/*-----------------------*/
#wrapper{
	width: 730px;
	left: 50%;
	margin-left: -365px;
	text-align: left;
	position: absolute;
	background-color: #FFFFFF;
	background-image: url(../images/wrapper_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

/*-----------------------*/
/*----content styles-----*/
/*-----------------------*/
#content{
	width: 720px;
}

/*-----------------------*/
/*----leftPanel styles---*/
/*-----------------------*/
#leftPanel{
	width: 155px;
	margin: 164px 0px 0px 0px;
	background-color: #DDE5EE;
	background-image: url(../images/left_nav_bg02.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
}

#leftPanel img{
	cursor: pointer;
}

.off{
	display: none;
}

.on{
	display: block;
}

#leftPanel ul{
	list-style: none;
	margin: 0px 0px 0px 15px;
	padding: 0;
	background-image: url(../images/left_nav_bg01.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#leftPanel li{
	margin-left: 10px;
	margin-bottom: 6px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #305A83;
}

#leftPanel a{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-size: 12px;
}

#leftPanel ul li a:link, #leftPanel ul li a:visited{
	color: #000000;
	text-decoration: none;
	width: 100%;
	height: 35px;
	display: block;
}

#right_arrows{
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}

#leftPanel ul li a:hover, #leftPanel ul li a:active{
	color: #305A83;
	text-decoration: none;
	/*width: 155px;
	height: 25px;
	display: block;*/
}

#call2action{
	margin: 0px 0px 0px 20px;
}

/*-----------------------*/
/*---middlePanel styles--*/
/*-----------------------*/
#middlePanel{
	width: 547px;
	margin: 164px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}

#blogWidth{
	width: 425px;
}

#h1Blog{
	width: 420px;
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #003466;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #305A83;
}

h1{
	width: 350px;
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #003466;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #305A83;
}

/* sIFR al rescante! http://www.mikeindustries.com/sifr/ */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-hasFlash h1 {
	visibility: hidden;
}
/*=========END===========*/

h2{
	margin: 0px 0px 5px 0px;
	font-size: 15px;
	font-weight: bold;
}

h3{
	margin: 0px 0px -15px 0px;
	font-size: 16px;
	font-weight: bold;
}

h4{
	margin: 0px 0px -15px 0px;
	font-size: 16px;
	text-decoration: underline;
	font-weight: normal;
}

#middlePanel a{
	color: #003466;
	text-decoration: underline;
}

#middlePanel a:link, #middlePanel a:visited{
	color: #003466;
	text-decoration: underline;
}

#middlePanel a:hover, #middlePanel a:active{
	color: #99B3CC;
	text-decoration: underline;
}

#address2 {

	margin-top:110px;
}

#address .rtaddress{
	float:right;
	margin-right:100px;
}

#address .leftaddress{
	float:left;
	margin-left:100px;
}

ol li{
	margin: 0px 0px 20px -20px;
}

ol li p{
	margin: 0px 0px 0px 0px;
}

ol li ul li{
	margin: 0px 0px 0px 0px;
	list-style-type: disc;
}

#disclaimer{
	font-size: 12px;	
}

#disclaimer a{
	color: #003466;
	text-decoration: underline;
}

#disclaimer a:link{
	text-decoration: underline;
}

#disclaimer a:active{
	color: #003466;
	text-decoration: underline;
}

#disclaimer a:visited{
	color: #003466;
	text-decoration: underline;
}

#disclaimer a:hover{
	color: #99B3CC;
	text-decoration: underline;
}

#bottomNavWrapper{
 	width: 450px;
	left: 50%;
	margin-left: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #305a83;
}

#bottomNav{
	width: 330px;
	left: 50%;
	margin-left: 55px;
	font-size: 13px;
}

#contactForm_bg{
	background-image: url(../images/contactForm_bg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #E8EDF3;
	border: 1px solid #305A83;
}

#contactForm{
	width: 150px;
	height: 252px;
	margin: 0px 0px 0px 10px;
	padding: 10px 0px 0px 0px;
	background-image: url(../images/contactForm_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/*---IE----*/
* html #contactForm{
	width: 200px;
	margin: 0px 0px 0px -20px;
}
/*---END IE----*/

.contactFormField{
	width: 150px;
	height: 17px;
	margin: 0px 0px 5px 0px;
	padding-left: 1px;
	color: #305A83;
	background: #FFFFFF;
	border: 1px solid #305A83;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
/*---IE----*/
* html .contactFormField{
	margin: 0px 0px 0px 3px;
}
/*---END IE----*/

.contactFormArea{
	width: 150px;
	height: 70px;
	margin: 0px 0px 5px 0px;
	padding-left: 1px;
	color: #305A83;
	background: #FFFFFF;
	border: 1px solid #305A83;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
/*---IE----*/
* html .contactFormArea{
	margin: 0px 0px 0px 3px;
}
/*---END IE----*/

.contactFormSubmit{
	margin: -10px 0px 0px 0px;
	color: #000000;
	background: #f3f3ef;
	border: 1px #000000 outset;
}
/*---IE----*/
* html .contactFormSubmit{
	margin: 0px 0px 0px 0px;
}
/*---END IE----*/

/*-----------------------*/
/*---rightPanel styles---*/
/*-----------------------*/
#rightPanel{
	margin: 10px 0px 0px 15px;
}

#qc_bg{
	background-image: url(../images/qc_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#qc{
	width: 150px;
	height: auto;
	margin: 0px 0px 0px 10px;
	padding: 10px 0px 0px 0px;
}
/*---IE----*/
* html #qc{
	width: 200px;
	margin: 0px 0px 0px -20px;
}
/*---END IE----*/

.qcField{
	width: 150px;
	height: 17px;
	margin: 0px 0px 5px -50px;
	padding-left: 1px;
	color: #305A83;
	background: #FFFFFF;
	border: 1px solid #305A83;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
/*---IE----*/
* html .qcField{
	margin: 0px 0px 0px 3px;
}
/*---END IE----*/

.qcArea{
	width: 150px;
	height: 60px;
	margin: 0px 0px 5px -50px;
	padding-left: 1px;
	color: #305A83;
	background: #FFFFFF;
	border: 1px solid #305A83;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
/*---IE----*/
* html .qcArea{
	margin: 0px 0px 0px 3px;
}
/*---END IE----*/

.qcSubmit{
	margin: -10px 0px 0px -50px;
	color: #000000;
	background: #f3f3ef;
	border: 1px #000000 outset;
}
/*---IE----*/
* html .qcSubmit{
	margin: 0px 0px 0px 0px;
}
/*---END IE----*/
.address2 {
  display: none;
}
#qc input.valid, #mainContact input.valid {
  background-color: #D0ECAA;
}
#qc input.invalid, #mainContact input.invalid {
  background-color: #EC8486;
}
.single-line {
	width: 120px;
	height: 17px;
	margin: 0px 0px 5px -50px;
	padding-left: 1px;
	color: #305A83;
	background: #FFFFFF;
	border: 1px solid #305A83;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#case{
	margin: 0px 0px 0px 0px;
}
/*---IE----*/
* html #case{
	margin: -5px 0px 0px 0px;
}
/*---END IE----*/

/*-----------------------*/
/*-----footer styles-----*/
/*-----------------------*/
#footer{
	width: 730px;
	height: 3px;
	clear: both;
}

/*-----------------------*/
/*----top nav styles-----*/
/*-----------------------*/
#topNav{
	width: 730px;
	height: 22px;
	left: 50%;
	margin-left: -365px;
	padding-bottom: 0px;
	top: 142px;
	position: absolute;
	background-image: url(../images/top_nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#topNav ul{
	margin: -2px 0px 0px -13px;
}
/*---IE----*/
* html #topNav ul{
	margin: -2px 0px 0px 30px;
}
html* #topNav ul{
	margin: -2px 0px 0px 35px;
}
/*---END IE----*/

#topNav ul li{
	display: inline;
	margin: 0px 5px 0px 0px;
}

#topNav a{
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

#topNav a:link{
	text-decoration: none;
}

#topNav a:active{
	color: #DDE5EE;
	text-decoration: none;
}

#topNav a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#topNav a:hover{
	color: #DDE5EE;
	text-decoration: none;
}

#topNav img{
	margin: 0px 0px -4px 0px;
}

/*-----------------------*/
/*-----header styles-----*/
/*-----------------------*/
#header{
	width: 730px;
	height: 142px;
	left: 50%;
	margin-left: -365px;
	top: 0px;
	position: absolute;
}

/*-----------------------*/
/*----clearfix styles----*/
/*-----------------------*/
/*from positioniseverything.net
http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Use a break with this class to clear float containers */
.brclear {
	clear: both;
  height: 0;
  margin: 0;
  font-size: 1px;
  line-height: 0;
}

#errors {
	margin-bottom: 20px;
	margin-left: 0px;
}

#lblErrors li {
	color: #FF0000!Important;
	font-weight: bold;
}

#btnValidateForm {
	margin-top: 10px;
	margin-left: 150px;
}

#pnlCaptcha {
	margin-top: 25px;
	margin-bottom: 100px;
        text-align: left;
}

#lblVerifySubmission {
	font-size: 14px!Important;
}

#lblVerifySubmission span {
	font-weight: bold;
}

#CaptchaControl1_image {
	margin-top: 10px;
	margin-bottom: 10px;
}

.captcha span {
	margin-right: 10px;
}

#btnSubmitForm {
	margin-top: 5px;
}

#ValidationSummary2 ul li {
	color: #FF0000!Important;
}

