@import url("content.css");
/*=================== STANDARD RULES ====================*/

/*=================== UNIQUE RULES ======================*/
#home-link {
 display:block;
 position:absolute;
 height:50px;
 width:446px;
 margin-top:17px;
 }
#home-link img {
 border:0;
 height:50px;
 width:446px;
 }
#home-link2 {
 display:block;
 position:absolute;
 height:80px;
 width:120px;
 margin-top:67px;
 }
#home-link2 img {
 border:0;
 height:80px;
 width:120px;
 }

#header h1 {display:none;}
#tagline { 
 display:block;
 position:absolute;
 margin-left:500px;
 margin-top:-110px;
 font-size:1.1em;
 color:#42448C;
 }
 #taglineES { 
 display:block;
 position:absolute;
 margin-left:450px;
 margin-top:-110px;
 font-size:1.1em;
 color:#42448C;
 }
#presented {
 position:absolute;
 margin-left:130px;
 margin-top:-20px;
 font-size:.9em;
 color:#fff;
 }

#subcontainer {
 background:#080868 url("/images/secondary/subcontainer-bg.gif") repeat-y;
 width:100%;
 }
#subcontainer-top {
 height:17px;
 background:transparent url("/images/secondary/subcontainer-top.gif") no-repeat;
 }
#subcontainer-bottom {
 clear:both;
 height:17px;
 background:transparent url("/images/secondary/subcontainer-bottom.gif") no-repeat;
 }

#buttons {
 position:absolute;
 margin-top:-71px;
 margin-left:127px;
 list-style:none;
 }
#buttons li {
 float:left;
 width:114px;
 margin-right:6px;
 }
#buttons a {
 display:block;
 height:35px;
 background:url("/images/secondary/button-off.gif") no-repeat;
}
#buttons a:link, #buttons a:visited, #buttons a:hover {
 padding:3px 3px 3px 8px;
 color:#fff;
 font-weight:bold;
 text-decoration:none;
 }
#buttons a:hover {
 background:url("/images/secondary/button-on.gif") no-repeat;
 }

/* ================== spanish buttons ==================*/

#buttons-es {
 position:absolute;
 margin-top:-71px;
 margin-left:127px;
 list-style:none;
 }
#buttons-es li {
 float:left;
 width:114px;
 margin-right:6px;
 }
#buttons-es a {
 display:block;
 height:51px;
 background:url("/images/secondary/button-off-es.gif") no-repeat;
}
#buttons-es a:link, #buttons-es a:visited, #buttons-es a:hover {
 padding:3px 3px 3px 8px;
 color:#fff;
 font-weight:bold;
 text-decoration:none;
 }
#buttons-es a:hover {
 background:url("/images/secondary/button-on-es.gif") no-repeat;
 }

/*==================*/

#sidebar {
 float:right;
 width:184px;
 margin-right:13px;
 color:white;
 }
* html #sidebar {margin-right:6px; m\argin-right:13px;}

#sidebar a, #sidebar a:visited {color:white}

#content {
 min-height:200px;
 margin:0 213px 0 3px;
 padding:5px 15px 10px 14px;
 font-size:1.1em;
 }

.spacer1 {
 height:7px;
 background:#04065D url("/images/secondary/spacer1.gif") no-repeat;
 }
.spacer2 {
 height:7px;
 background:#04065D url("/images/secondary/spacer2.gif") no-repeat;
 }

#footer {
 padding-bottom:30px;
 }

.infobox {
 border:1px solid #fc6;
 margin-bottom:10px;
 background-color:#060968;
 }
.infobox p {
 margin:10px 10px 8px;
 color:white;
 font-weight:bold;
 }
.infobox a {
 color:white;
 font-weight:bold;
 }
.infobox .infobox-button {
 text-align:right;
 margin:0px 2px 4px 0px;
 }
.infobox-link {
 display:block;
 margin-bottom:10px;
 }
