html, body {
	height: 100%;
}

body
{
	padding: 0;
	margin: 0;
	font-size: 62.5%;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #353832;
	background-color: #eae9e0;
	background-image: url(../Imagenes/cssbodybg.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}

div.wrap
{
	background: url(../Imagenes/cssnewwrapbg.gif) repeat-y transparent;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

body.fullscreen div.wrap {
	background: url(../Imagenes/fullscreenwrapbg.gif) repeat-y transparent;
}

/* DEFAULT TEXT */

p, h1, h2, h3, fieldset {
	margin: 0;
	padding: 1;
}

p.intro
{
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: bold;
	padding-top: 1em;
	color: #6f6f6f;
}

h1
{
	font-size: 2em;
	font-weight: bold;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 1.2em;
}

h2.transit {
	font-size: 1.3em;
}

h3 {
	font-size: 1.0em;
}

ul, li {
	margin: 0;
	padding: 0;
}

ul li span.date {
	display: block;
	font-size: 0.9em;
	margin-bottom: 3px;
}

a, a:link {
	color:#E85100;
	text-decoration: none;
}

a:hover, a:focus {
	color: #353832;
}

a.visited {
	color: #a8431c;
}

a img {
	border: none;
}

fieldset {
	border: none;
}



div.button input {
	
	cursor: pointer;
}

div.clearMe {
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

/* PAGE HEADER */

div#header {
	background-image: url(../Imagenes/cssheaderbg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	position: relative;
	padding-top: 110px;
}

div.wrap {
	background: url(../Imagenes/cssnewwrapbg.gif) repeat-y transparent;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

img#siteLogo {
	position: absolute;
	top: 20px;
	left: 30px;
}

img#siteLogoV2 {
	position: absolute;
	top: 0px;
	left: 9px;
}

div#header ul li {
	float: left;
	list-style: none;
}

/* PAGE TOP LINKS */

div#header div#siteFunctions {
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 1.1em;
	text-align: right;
	width: 700px;
}

div#siteFunctions ul {
	float: right;
}

div#siteFunctions ul li {
	background-image: url(../Imagenes/cssbullet1.gif);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	padding: 0 15px 0 18px;
}

div#siteFunctions ul li.first {
	background-image: none;
}

div#siteFunctions ul li#print a {
	background-image: url(../Imagenes/cssprintthis.gif);
	background-repeat: no-repeat;
	background-position: 0 0.1em;
	padding: 0 0 0 18px;
}

div#siteFunctions ul li#emailThis {
	display: none;
}

div#siteFunctions ul li#emailThis a {
	background-image: url(../Imagenes/cssemailthis.gif);
	background-repeat: no-repeat;
	background-position: 0 0.1em;
	padding: 0 0 0 18px;
}

/* SITE SEARCH */

#header div#quickSearch {
	clear: both;
	padding: 15px 15px 0 0;
	float: right;
	text-align: right;
	margin: 0 0 0 0;
	width: 20.5em;
}

#header div#quickSearch fieldset {
	width: auto;
}

#header div#quickSearch label {
	float: left;
	display: block;
	margin: 0.3em 0.5em 0 0;
}

#header div#quickSearch div.field {
	float: left;
}

#header div#quickSearch div.field input {
	font-size: 1.1em;
	color: #a0a0a0;
	border: 1px solid #b5b5b5;
	padding: 0.1em;
	width: 12em;
}

#header div#quickSearch div.button {
	float: left;
	padding-left: 6px;
}

/* GLOBAL NAV */





div#globalNav {
	position: absolute;
	top: 50px;	
	left: 245px;
	width: 490px;
	height: 58px;
}

div#globalNav ul {
	height: 31px;
	position: absolute;
	bottom: 0;
	/* Padding left must be recalulated with each added tab */
	/* 490(width of container) - 250(two x tabs) % 2(each side) =  */ 
	padding-left: 85px;
}

div#globalNav ul li {
	background-image: url(../Imagenes/globalNavTabWide.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	height: 21px;
	padding-top: 10px;
	width: 320px;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}

div#globalNav ul li a, 
div#globalNav ul li a:link {
	color: #4e4e4c;
}

div#globalNav ul li a:hover,
div#globalNav ul li a:focus {
	color: #292929;
}





/* NAVIGATION BAR */

div#navigation {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 5px 0 5px;
	background-image: url(../Imagenes/cssnavbg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #fff;
	border-bottom: 1px solid #fff;
}

div#navigation a, 
div#navigation a:link {
	color: #000;
	display: block;
	padding: 12px 15px 12px 15px;
}

div#navigation a:hover, 
div#navigation a:focus {
	color: #70726e;
}

div#navigation li#mainNavactive a {
	border-bottom: 2px solid #d4601f;
	padding-bottom: 10px;
}

div#navigation ul li {
	background-image: url(../Imagenes/cssnavitembg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-right: 2px;
}

div#navigation ul li.last {
	float: none;
	clear: left;
	padding: 0;
	font-size: 0;
	line-height: 0;
	height: 0px;
	overflow: hidden;
}

/* MAIN CONTENT */

div#mainCol {
	background: url(../Imagenes/cssmaincolbg.jpg) no-repeat 0 0;
	width: 709px;
	float: left;
	font-size: 1.2em;
	line-height: 1.4em;
}

body.fullscreen div#mainCol {
	background: url(../Imagenes/fullscreenmaincolbg.jpg) no-repeat 0 0;
	width: 980px;
}

div.inner {
	padding: 6px 7px 0 7px;
}

div#pageHeader
{
	background-color: #5d86a0;
	background-image: url(../Imagenes/csspageheaderbg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom: 2px;
	color: #ffffff;
	padding: 18px 0 0 0;
	position: relative;
}

body.fullscreen div#pageHeader {
	background-image: url(../Imagenes/fullscreenpageheaderbg.gif);
}

#homePage div#pageHeader {
	padding: 15px 15px 12px 15px;
	min-height: 18px;
}

div#pageHeader h1
{
	margin-left: 10px;
	margin-bottom: 5px;
}

div#pageHeader p {
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: bold;
}

div#pageHeader div#moreAboutUs {
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url(../Imagenes/csspageheadermorebg.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 3px 6px 3px 6px;
}

div#pageHeader div#moreAboutUs a,
div#pageHeader div#moreAboutUs a:link {
	color: #5d86a0;
	background-image: url(../Imagenes/cssarrowwhite.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 10px;
}

div#pageHeader div#moreAboutUs a:hover,
div#pageHeader div#moreAboutUs a:focus {
	color: #fff;
}

/* BREADCRUMB */

div#pageHeader div#breadcrumb {
	background-color: #d6e1e7;
	color: #353832;
	padding: 3px 0 3px 10px;
	font-size: 0.9em;
	margin: 0 0 0 0;
}

div#pageHeader div#breadcrumb ul {
	list-style: none;
	display: inline;
}

div#pageHeader div#breadcrumb ul li {
	padding: 0 3px 0 0;
	display: inline;
}

div#pageHeader div#breadcrumb ul li a {
	padding: 0 3px 0 0;
}




/* CONTENT */

#content {
	float: left;
	width: 480px;
	padding-left: 30px;
	padding-top: 0;
	padding-bottom: 1em;
}

body.fullscreen #content {
	width: 750px;
}




