/* COMMON CLASSES */
.break { clear:both; }

/* HEADER */
#header { height:444px;  }
.headerimg { background-position: center top; background-repeat: no-repeat; width:100%; height:600px; position:absolute; }

/* NAVIGATION */
#nav-outer { height:101px;  position:relative; }
#navigation { height:101px; width:980px; float:left;}

/* SEARCH */
#search { background:#1d89c1; float:right; width:460px; height:35px; line-height:30px; color:#FFFFFF; font-size:12px; color:#FFFFFF;
-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px; padding:0 20px;}

#search  a { color:#FFFFFF; padding: 0 10px; text-decoration:none; border-right:1px solid #1577aa;}
#search  a:hover { color:#b1e763; text-decoration:none;}



/* HEADER TEXT */
#headertxt { width:960px; margin:0 auto; clear:both; position:relative; top:74px; }
#firstline {  color:#ffffff; text-decoration:none; font-size:38px; line-height:38px;  float:left; display:block; clear:both;  text-shadow:1px 1px 1px #000; /*FILTER: DropShadow(Color=#000000, OffX=1, OffY=1, Positive=1);*/ font-weight:bold;}
#secondline {color:#ffffff; text-decoration:none; font-size:50px; line-height:50px;  float:left; display:block; clear:both; text-transform:uppercase;  text-shadow:1px 1px 1px #000; /*FILTER: DropShadow(Color=#000000, OffX=1, OffY=1, Positive=1);*/ font-weight:bold; /*.width:600px;*/}
#secondline:hover { text-decoration:none; color:#ffffff; }

.pictured { background-color:#CC3333; color:#FFF; font-size:12px; padding:9px 16px; text-transform:uppercase; float:left; display:block; clear:both; margin-top:10px; }
.pictured a { font-size:16px; font-style:italic; letter-spacing:0; text-transform:none; color:#FFF; text-decoration:none; }
.pictured a:hover { text-decoration:underline; }

/* CONTROLS */
.btn { height:32px; width:32px; float:left; cursor:pointer; margin-right:3px; }
#back { background-image:url("../images/btn_back.png"); }
#next { background-image:url("../images/btn_next.png"); }
#control { background-image:url("../images/btn_pause.png"); }

/* HEADER HAVIGATION */
#headernav-outer { position:relative; top:300px; margin:0 auto; width:960px; }
#headernav { padding-left:854px; display:none; }

/* CONTENT */
#content { color:#575757; background-color:#eee; }
#content p { padding:10px 20px; font-size:16px; width:960px; margin:0 auto; }
#content p a { text-decoration:none; color:#CD2B3A; }
#content p a:hover { text-decoration:underline; color:#7F000C; }