/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: verdana,arial,sans-serif;
	color: #000033;
	line-height: 1.166;	
	margin: 0px;
	padding-right: 3px;
}

a:link, a:visited, a:hover {
	color: #003;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

small {
 	font-size: 75%;
}

p, h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	color:  #000033;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 125%;
}

h2{
 font-size: 115%;
}

h3{
 font-size: 105%;
}

h4{
 font-size: 100%;
 font-weight: normal;
}

h5{
 font-size: 100%;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #003;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#MainBody{
	background-color: #C3CBD9;
	width: 100%;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 10px;
	padding: 5px;
}


#masthead{
	margin: 0;
	padding: 10px 0px 20px 0px;
	width: 100%;
	border-bottom: 3px solid #576D96;
}

#navBar{
	padding: 0px;
	background-color: #6699FF;
	/* border-right: 1px solid #576D96;
	border-bottom: 1px solid #ccc;*/
}

#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#homeNav{
float:left;
}

#topNav{
color: #576D96;
padding: 5px 10px 0px 10px;
white-space: nowrap;
float:right;
font-variant:small-caps;
}

#globalNav{
color: #576D96;
padding: 0px 0px 0px 0px;
white-space: nowrap;
text-align: center;
font-variant:small-caps;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
background-color:#FFFFFF;
}

#globalNav a{
	font-size: 90%;
	color: #FFFFFF;
	background-color:#576D96;
	width: 90%;
	display: block;
	text-decoration: none;
	padding-bottom: 3px;
}

#globalNav a:hover{
	background-color:#FFFFFF;
	color:#576D96;
}
/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}

/* These styles handle the footer. */
#footer {clear:both; margin:0 auto; text-align: center;padding:2px 20px 5px;font-size: 10px; color:#FFFFFF;}
#footer a{color:#FFFFFF;}
.footerCopyright {text-align:left;padding: 5px 0 8px;}
.footerCopyrightPopup {text-align:left;padding: 10px 0 10px 0;}
.footerIcons {text-align:left;padding:40px 0 30px;}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #576D96;
	font-size: 75%;
	color: #576D96;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #576D96;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #globalNav link styles ***********/

#globalNav ul a:link, #navBar ul a:visited {display: block; color:#006; font-weight:bold;}
#globalNav ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists 
#globalNav li {border-bottom: 0px solid #EEE;}*/

/* fix for browsers that don't need the hack */
html>body #globalNav li {border-bottom: none;}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block; color:#003; font-weight:bold;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	/*border-bottom: 1px solid #576D96;*/
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	color:#FFF;
	font-size: 110%;
}

#sectionLinks a:link{
	font-size: 90%;
	padding: 2px 0px 2px 15px;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 15px;
}

#sectionLinks a:hover{
	background-color: #3366CC;
	color: #FFFFFF;
	padding: 2px 0px 2px 15px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #576D96;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}



/* query form 170px*/

.ca170PX {
	background: transparent url(../graphics6/template/Action0.png) no-repeat;
	border: none;
	outline: none;
	height: 40px;
	width: 170px;
	color: #FFFFFF;
	font-size:14px;
	font-weight:bold;
}
.ca170PX:hover {
	background: transparent url(../graphics6/template/Action1.png) no-repeat;
	border: none;
	outline: none;
}

.fb170PX {
	background: transparent url(../graphics6/template/button1_170px.png) no-repeat;
	border: none;
	outline: none;
	height: 30px;
	width: 170px;
	color: #FFFFFF;
}
.fb170PX:hover {
	background: transparent url(../graphics6/template/button2_170px.png) no-repeat;
	border: none;
	outline: none;
}

.ta170PX {
	background: url(../graphics6/template/textarea1_170px.png) no-repeat top left;
	height: 60px;
	width: 170px;
	outline: none;
	margin-top: 2px;
}
.ta170PXa{
	border: 0;
	width: 150px;
	height:40px;
	margin-top: 3px;
	outline: none;
	margin-left: 5px;
	color: #555;
}

.tb170PX {
	background: url(../graphics6/template/input1_170px.png) no-repeat top left;
	height: 30px;
	width: 170px;
	outline: none;
	margin-top: 2px;
}
.tb170PXa {
	border: 0;
	width:155px;
	margin-top:3px;
	outline: none;
	margin-left: 6px;
	color: #555;
}


/* query form 350px*/

.ta350PX {
	background: url(../graphics6/template/textarea1_350px.png) no-repeat top left;
	height: 60px;
	width: 350px;
	outline: none;
	margin-top: 2px;
}

.ta350PXa{
	border: 0;
	width: 335px;
	height:48px;
	margin-top: 4px;
	outline: none;
	margin-left: 6px;
	color: #555;
}

.tb350PX {
	background: url(../graphics6/template/input1_350px.png) no-repeat top left;
	height: 30px;
	width: 350px;
	outline: none;
	margin-top: 2px;
}

.tb350PXa {
	border: 0;
	width:335px;
	margin-top:5px;
	outline: none;
	margin-left: 7px;
	color: #555;
}

.sl350PX {
	height: 25px;
	width: 350px;
	border-color: #003;
	background-color:#FFF;
	color: #003;
}

/* Google Search */

.fbS60PX {
	background: transparent url(../graphics6/template2/search_button.png) no-repeat;
	border: none;
	outline: none;
	height: 27px;
	width: 60px;
	color: #FFFFFF;
}
.fbS60PX:hover {
	background: transparent url(../graphics6/template2/search_button2.png) no-repeat;
	border: none;
	outline: none;
}

.tbS120PX {
	background: url(../graphics6/template2/search_textinput.png) no-repeat top left;
	height: 27px;
	width: 120px;
	outline: none;
	margin-top: 0px;
}
.tbS120PXa {
	border: 0;
	width:105px;
	margin-top:4px;
	outline: none;
	margin-left: 7px;
	color: #555;
}



/* Marcos */

.marcoTop {
	background-image:url(../graphics6/template/marco175x110.png); 
	background-position: top center; 
	background-repeat:no-repeat; 
	width: 190px; 
}

.marcoTop img { padding-top: 5px;}

.marcoBottom {
	background-image:url(../graphics6/template/marco175x110.png); 
	background-position: bottom center; 
	background-repeat:no-repeat;
	text-align:center; 
	width: 190px; 
}

.marcoBottom a {
	color:#FFFFFF; 
	font-weight:bold; 
	font-size:12px; 
}

.marcoBottom div {color:#FFFFFF; }

.marcoTop2 {
	background-image:url(../graphics6/template/marco175x110_2.png); 
	background-position: top center; 
	background-repeat:no-repeat; 
	width: 190px;
}

.marcoTop2 img { padding-top: 5px;}

.marcoBottom2 {
	background-image:url(../graphics6/template/marco175x110_2.png);
	background-position: bottom center; 
	background-repeat:no-repeat;
	text-align:center; 
	width: 190px;
}

.marcoBottom2 a {
	color:#000033; 
	font-weight:bold; 
	font-size:12px; 
}

.marcoBottom2 div {color:#000033;}



/* Borders */

.bl003 {
	border-left: #003 1px solid;
}

.br003 {
	border-right: #003 1px solid;
}

.bt003 {
	border-top: #003 1px solid;
}

.bb003 {
	border-bottom: #003 1px solid;
}

.btl003 {
	background-image: url(../graphics6/template/TL_003.png);
	background-repeat:no-repeat;
	background-position: top left;
}

.btr003 {
	background-image: url(../graphics6/template/TR_003.png);
	background-repeat:no-repeat;
	background-position: right top;
}
.bbl003 {
	background-image: url(../graphics6/template/BL_003.png);
	background-repeat:no-repeat;
	background-position: bottom left;
}

.bbr003 {
	background-image: url(../graphics6/template/BR_003.png);
	background-repeat:no-repeat;
	background-position: right bottom;
}

/* Others */

.P60 {
  font-size: 60%;
}
.P75 {
  font-size: 75%;
}
.P90 {
  font-size: 90%;
}
.blanco {
  color:#FFFFFF;
}
.sub1{
  border-bottom: 2px #FFF;
}
.sub2{
  border-bottom: 2px #CCC;
}
.angleTL {
  background-image:url(../graphics6/template/TL0.png);
  background-repeat:no-repeat;
  background-position:top left;
}
.angleTR {
  background-image:url(../graphics6/template/TR0.png);
  background-repeat:no-repeat;
  background-position:top right;
}
.angleBL {
  background-image:url(../graphics6/template/BL0.png);
  background-repeat:no-repeat;
  background-position:bottom left;
}
.angleBR {
  background-image:url(../graphics6/template/BR0.png);
  background-repeat:no-repeat;
  background-position:bottom right;
}

.angleTL1 {
  background-image:url(../graphics6/template/TL1.png);
  background-repeat:no-repeat;
  background-position:top left;
}
.angleTR1 {
  background-image:url(../graphics6/template/TR1.png);
  background-repeat:no-repeat;
  background-position:top right;
}
.angleBL1 {
  background-image:url(../graphics6/template/BL1.png);
  background-repeat:no-repeat;
  background-position:bottom left;
}
.angleBR1 {
  background-image:url(../graphics6/template/BR1.png);
  background-repeat:no-repeat;
  background-position:bottom right;
}

.angleTL2 {
  background-image:url(../graphics6/template/TL2.png);
  background-repeat:no-repeat;
  background-position:top left;
}
.angleTR2 {
  background-image:url(../graphics6/template/TR2.png);
  background-repeat:no-repeat;
  background-position:top right;
}
.angleBL2 {
  background-image:url(../graphics6/template/BL2.png);
  background-repeat:no-repeat;
  background-position:bottom left;
}
.angleBR2 {
  background-image:url(../graphics6/template/BR2.png);
  background-repeat:no-repeat;
  background-position:bottom right;
}

.dest {
	font-size: 110%;
	font-weight: bold;
}

.offer {
	font-size: 110%;
	font-weight: bold;
	color: #C00;
}

