/* HTML tag styles
------------------------------------------------*/
body{
	background: #e7eef4 url('img/bg_body.jpg') repeat-x;
	color: #000;
	font: normal 75% 'Trebuchet MS','Lucida Grande',Arial,sans-serif;
	margin:0;
	padding:0;
}
a:link{
	color: #602D5B;
	text-decoration: underline;
}
a:hover{
	color: #602D5B;
	text-decoration: none;
}
h1 {
	font-size: 1.5em;
	clear:both;
	color: #59008D;
}
h2{
	font-size: 1.35em;
	color: #B478A6;
}
h3{
	font-size: 1.2em;
	color: #59008D;
}
h4{
	font-size: 1.20em;
	color: #B478A6;
	margin: 25px 40px 0px;
}
img, label {
	display:block;
	border: none;
}
input {
   display: block;
}
select {
	height: 1.5em;
	margin: 0 0 10px 0;
	width: 200px;
}
form {
	margin: 0 0 0 20px;
}
p, ul, ol  {
	margin: 0 40px;
}
h1, h2, h3 {
	margin: 20px 40px 10px 40px;
}
/* Header & Nav
------------------------------------------------*/
#nav{
	position:absolute;
	z-index:1;
	text-align: center;
}
#header{
	background: transparent url('img/bg_topcontent.png') no-repeat;
	width: 717px;
	margin: 25px auto 0 auto;
	padding: 0;
	height: 25px;
}
#nav { /* main nav */
	font-size: 1.25em;
	list-style-type: none;
	margin: 0 25px 0 0 ;
	position: absolute;
	right: 10px;
}
#nav li {
	display: block;
	float:left;
	margin-right: 20px;
}
#nav li a {
	color:#000;
	display:block;
	height: 23px;
	line-height:23px;
	text-decoration: none;
}
#nav li a:hover {
	display: block;
}
	/* need separate BG images for each menu item in CSS2 */
	#n_home { width: 53px; height: auto;}
	#n_home:hover, #n_home.over { background: #fff url('img/bg_navHome.gif') no-repeat; }
	#n_about { width: 53px; }
	#n_about:hover, #n_about.over { background: #fff url('img/bg_navHome.gif') no-repeat; }
	#n_links { width: 98px; }
	#n_links:hover, #n_links.over { background: #fff url('img/bg_navLinks.gif') no-repeat; }

/* Language Menu
------------------------------------------------*/
#langMenu {
/*	position: absolute;
	right: 0;*/
	float:right;
	margin: -21px 0 20px 0;
}
#langMenu ul {
	font-size: 1.25em;
	height: 35px;
	line-height:35px;
	list-style-type: none;
	margin: 0 ;
	padding: 0;
position: relative;
	width: auto;
	width: 15em;
}
#langMenu li {
	display: inline;
	position: absolute;
	width: 15em;
}
#langMenu li a{
	background: url('img/langnav_off.png') no-repeat left bottom;
	color:#000;
	display: block;
	height: 2.5em;
	padding-left: 1em;
	line-height: 2em;
	text-decoration: none;
	width: 14em;
}
#langMenu li a:hover, #langMenu li a.over {
	background: transparent url('img/langnav_on.png') no-repeat left bottom;
}
	#lang_en{ margin-left: -15em; }
	#lang_es { margin-left: -6.5em; }
	#lang_na { margin-left: 0; }

/* Content area
------------------------------------------------*/
#content {
	background: #fff;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	color: #000;
	margin: 0 auto;
	position: relative;
	width:713px;
}
.leftBox {
	border-left:2px solid #000;
	border-right:2px solid #000;
	background-color: #fff;
	margin: 0 0 0 40px;
	padding: 0;
	width: 343px;
}
.rightBox {
	border-left:2px solid #000;
	border-right:2px solid #000;
	padding: 0 5px;
	width: 226px;
}
.leftBoxContainer {
	float:left;
	margin-top: 20px;
	margin-right: 20px;
}
.rightBoxContainer {
	float:right;
	margin-top: 20px;
	}
.bigBoxTop, .bigBoxBottom{
	margin: 0 0 0 40px;
}
.leftBox p, .rightBox p, .leftBox h2, .rightBox h2 {
	margin: 0 20px 5px 20px;
}

#footer {
	background: transparent url('img/bg_bottomcontent.png') no-repeat center top;
	clear: both;
	height: 90px;
	margin: 0 auto;
	padding-left: 90px;
	font-size: .75em;
	width: 627px;
}
#footer a {
	color: #000;
}

/* Misc classes
------------------------------------------------*/
.floatLeft {
	float:left;
	margin: 0 5px 5px 0;
}
.floatRight {
	float:left;
	/*margin: 0 0 5px 5px;*/
}
.floatRightImg {
	float:right;
	*margin: 10px 10px 10px 10px;
}

.floatLeftImg {
	float:right;
	*margin: 10px 10px 10px 10px;
}

img.contentFrame {
	margin: 0 auto;
}
.go{
	position: relative;
	margin: auto 25px auto auto;
}
.leftBox .go {
  right: 0;
	margin: auto 125px auto auto;
}
/* To-Top Link/Img */
.toTop a {
  float: right;
  margin-left: 5px;
}
