@import url("content.css");
/*=================== STANDARD RULES ====================*/

/*=================== UNIQUE RULES ======================*/
#header h1 {display:none;}

#subcontainer {
 height:290px;
 background:url("/images/home/hamilton.jpg") no-repeat;
 }
 
#content {
 margin:0 20px 0 325px;
 padding:10px;
 color:#fff;
 font-size:.9em;
 }
#content a:link {color:#eee;}
#content a:visited {color:#ddd;}
#content p, #content h2 {margin-bottom:0;}
#content h2 {
 color:#FDFFCA;
 font-size:1.7em;
 font-style:italic;
 }
#content h5 {margin:0;}
#content h5 a {
 display:block;
 width:105px;
 height:16px;
 text-indent:-25000px;
 margin:6px 0;
 background:url("/images/button-video.gif") no-repeat;
 text-decoration:none;
 }
 #content h6 {margin:0;}
#content h6 a {
 display:block;
 width:131px;
 height:16px;
 text-indent:-25000px;
 margin:6px 0;
 background:url("/images/button-video-es.gif") no-repeat;
 text-decoration:none;
 }

#buttons {
 margin:0 20px 0 335px;
 list-style:none;
 }
#buttons a {
 display:block;
 width:75%;
 padding:5px 0 6px 8px;
 background:url("/images/home/button-off.gif") no-repeat;
 }
#buttons a:link, #buttons a:visited, #buttons a:hover {
 color:#fff;
 font-weight:bold;
 text-decoration:none;
 }
#buttons a:hover {
 background:url("/images/home/button-on.gif") no-repeat;
 }


#buttons-es {
 margin:0 20px 0 335px;
 list-style:none;
 }
#buttons-es a {
 display:block;
 width:75%;
 padding:5px 0 6px 8px;
 background:url("/images/home/button-off.gif") no-repeat;
 }
#buttons-es a:link, #buttons-es a:visited, #buttons-es a:hover {
 color:#fff;
 font-weight:bold;
 text-decoration:none;
 }
#buttons-es a:hover {
 background:url("/images/home/button-on.gif") no-repeat;
 }


