#contentTabs{
  width: 525px;
  height: 34px;
  margin-right: -4px;
  padding-top: 7px;
}
#contentTabs a{
  float: left;
  width: 171px;
  height: 26px;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline;
  margin: 8px 4px 0 0;
}
#contentTabs a:hover,
#contentTabs a.active{
  background-position: 0 100%;
  height: 34px;
  margin: 0 4px 0 0;
}
#firstLink{
  background-image: url(/atf/cf/{3D83418F-B967-4C18-8ADA-ADC2E5355071}/tab_link_1.gif); width:342px !important;
}
#secondLink{
	background-image: url(/atf/cf/{3D83418F-B967-4C18-8ADA-ADC2E5355071}/tab_link_2.gif);
}
#thirdLink{
	background-image: url(/atf/cf/{3D83418F-B967-4C18-8ADA-ADC2E5355071}/tab_link_3.gif);
}
#firstColorLink{
	background-image: url(/atf/cf/{3D83418F-B967-4C18-8ADA-ADC2E5355071}/tab_link_4.gif);
}
#secondColorLink{
	background-image: url(/atf/cf/{3D83418F-B967-4C18-8ADA-ADC2E5355071}/tab_link_5.gif);
}
#contentTabs.bigLinks a{
  width: 246px;
  height: 34px;
  margin: 0 4px 0 0;
}
#frame{
  border: 3px solid #9c132e;
  padding: 11px 6px 26px 9px;
  zoom: 1;
}
.picture2{
  float: right;
  border: 1px solid #9c132e;
  margin: 20px 0 0 5px;
  display: inline;
}
#frame h1{
  padding-bottom: 0;
  padding-top: 7px;
}
#frame a{
	color: #9c132e;
}
#forPadding{
  padding: 0 0 0 27px;
}
#forPadding p{
  padding: 0 0 18px 0;
}
#forPadding ul{
  font-size: 14px;
  padding-top: 3px;
}
#forPadding ul li{
  padding: 0 0 12px 11px;
}






/* New Menu */

#content {
  clear: both;
}
#data {
  float: left;
}

#primaryNav {
       /* width:975px; */
	background-color:#BF0A30;
	height:27px;
	float:left;
}

#nav {
	padding:0;
	margin:0 0 0 4px;
	list-style:none;
	float:left;
	position:relative;
	z-index:200;
	height:24px;
	/* width:968px; */
}

#nav ul {
	padding:0;
	margin:0;
	float:left;
	list-style:none;
}

#nav a {
	display:block;
}

/*first level*/
#nav li { 
	float:left;
	color:#fff;
	padding:0;
	margin:0;
}

/*second level position*/
#nav li ul {
	position:absolute;
	left: -999em;
	margin:0;
	clear:both;
	background-color:#555148;
	border-top:1px solid #BF0A30;
}

#nav li ul li {
	border-right: 1px solid #BF0A30;
	border-left: 1px solid #BF0A30;
	clear:both;
}

/* third level position */
#nav li ul li ul {
	position:absolute;
	margin-left:150px;
        margin-top:-40px;
}

/*controls font color and style for first level menu items*/
#nav li a {
	text-decoration:none;
	padding:0;
	color:#fff;
        font-size: 14px;
        font-weight: bold;
	padding: 5px 8px;
}
#nav li a:hover {
	color:#fff;
	background-color:#DF1B48;
}

/*controls font color and style for second level and lower menu items*/
#nav li ul li a {
	color:#fff;
	padding:5px 10px;
	margin: 0;
	width:130px;
	font-size:11px;
	border-bottom:1px solid #BF0A30;
	text-transform:capitalize;
}

#nav li ul li a:hover {
	color:#fff;
}

/*Hidden nav positioning DO NOT Adjust*/
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {left:-999em;}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {left:auto;}

#nav li:hover, #nav li.hover {
    /*height:1%;*/
}

ul#nav iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: -1;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

* html ul#nav li { z-index: 201; }


#homepage_boxes {
  width: 100%;
  clear: both;
  float:left;
  width: 730px;
}

.hp_box,
.hp_box_large {
  float:left;
  width: 353px;
  border: 1px solid #BFBFBF;
  margin-right: 10px;
  font-size: 13px;
  background: #EAEAF4 url('hpbox_gradient.gif') repeat-x top left;
}
.hp_box_large {
  width: 715px;
  margin-top:25px;
  margin-bottom:25px;
}

.hp_box h1,
.hp_box_large h1 {
  background-color: #BF0A30;
  color: #fff;
  font-size: 17px;
  padding: 3px;
  text-align: center;
  border: 1px solid #000;
}

.hp_box .hp_box_content,
.hp_box_large .hp_box_content {
  padding: 3px 10px;
}

.hp_box_content ul {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #CFCFCF;
}

.hp_box_content li h1 {
  background-color: none;
  border: 0;
}

