@charset "utf-8";
/* Content */
#header {
  background-image: url(../images/navbar.png);
  background-position: center;
  background-repeat: no-repeat;
}
#headerNew {
  float:left;
  background-image: url(../images/header.png);
  background-position: center;
  background-repeat: no-repeat;
  width:906px;
  height:426px;
}
#headerNew #nav {
    float:right;
    margin:0 -9px 0 0;
    margin-top:10px;
    width:750px;
}
#headerNew #nav ul {
	display:inline;
}

#headerNew #nav li {
	float:left;
    display:inline;
    list-style-type:none;
    margin-top:10px;
}
#headerNew2 {
  float:left;
}
#headerNew2 #nav {
	position:absolute;
    top:0;
    left:165px;
    width:750px;
}
#headerNew2 #nav ul {
	display:inline;
}

#headerNew2 #nav li {
	float:left;
    display:inline;
    list-style-type:none;
    margin-top:20px;
}


/*#content {
  background-image: url(../images/content_bg.png);
  background-repeat: repeat-y;
  padding: 1px 15px 10px;
  line-height: 18px;
  float:left;
  width:906px;
}*/
#content {
  background-image: url(../images/contentNew.png);
  background-repeat: repeat-y;
  padding: 1px 15px 10px;
  line-height: 18px;
  float:left;
  width:875px;
  clear:both;
}
#content .indexTable{
	width:885px;
}
#video {
	background-image: url(../images/videoBack.png);
    background-repeat:no-repeat;
    width:317px;
    height:248px;
}
#player{
    display: block;
    width: 300px;
    height: 230px;
    margin:0 10px 0 0; 
    padding:7px 0 0 0px;
}
#infoBox{
	background-image: url(../images/infoBox.png);
    background-repeat:no-repeat;
    width:310px;
    height:231px;
    margin:0 4px 0 0;
}
#infoBox table{
	width:290px;
    margin:50px 10px 0 0;
    color:#FFF;
	float:left;
}
.herPhoto {
  float: right;
  margin: 0 15px;
}


/* Text Formatting */
#content a:link, #content a:visited {
  color: #B01F24;
  text-decoration: none;
}

/*#content a:hover {
  font-weight: bold;
}
*/
#footerIDX {
  color: #00294F;
  font-size: 11px;
  text-align: center;
}

#footer {
  color: #00294F;
  font-size: 11px;
  position: relative;
  text-align: center;
}

#footer a {
  color: #00294F;
  text-decoration: none;
}
#footerIDX a {
  color: #00294F;
  text-decoration: none;
}

.error {
  color: #FF0000;
}

.highlighted {
  color: #223C66;
}

.right {
  text-align: right;
}


/* HTML Tags */
/*body {
  background-color: #0A1647;
  background-image: url(../images/bg.png);
  background-position: top;
  background-repeat: repeat-x;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:12px;
}
*/
body{
  background-color: #f6f4f4;
  background-image: url(../images/background.png);
  background-position: top;
  background-repeat: repeat-x;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:12px;
}
img {
  border: none;
  display: block;
}

ul {
  margin-top: -10px;
}


/* Signature */
#viewtiful {
  left: 50%;
  margin-left: -453px;
  position: absolute;
  top: 0px;
  width: 906px;
}



