/* **** OVERALL **** */

html, a, object, img {
  outline: none;
  border: 0;
}

body {
  background-image: url(uploads/bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #000000;
  margin: 0 auto;
  color: #ffffff;
  font-family: arial;
  font-size: 12px;
}

a {
  color: #8a0b01;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}

.sf_outer_wrapper {
  width: 1044px;
  margin: 0 auto;
}

.sf_content {
background-image: url(uploads/body_span.png);
min-height: 420px;
height: auto !important;
height: 420px;
padding: 0 35px 0 25px; 
}

.sf_content:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.sf_sub_header {
  display: none;
}

.sf_main_header {
  height: 344px !important;
  z-index: 1;
}

.sf_footer {
  background-image: url(uploads/body_bot.png);
  background-repeat: no-repeat;
  height: 108px !important;
  text-align: center;
  padding-top: 50px;
  color: #5e5e5e;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: capitalize;
}

/* **** NAVIGATION **** */

.sf_navigation {
  background-image: url(uploads/home_up.png);
  background-repeat: no-repeat;
  height: 49px !important;
  margin: 0 0 0 400px;
  position: absolute;
  top: 37px;
  width: 630px;
  z-index: 100;
}

.sf_navigation ul {
  padding: 15px 0 0 17px;
  width: 636px;
}

.sf_navigation ul li {
  display: block;
  width: auto;
}

.sf_navigation ul li a {
  border-right: 1px solid black;
  color: #BABABA;
  display: inline;
  font-weight: bold;
  height: auto !important;
  margin-top: 3px;
  min-height: 10px;
  padding: 12px 25px 11px;
  text-decoration: none;
  white-space: nowrap;
  width: auto !important;
}

.sf_navigation ul li a:hover {
  background-image: url(uploads/over.png);
  background-repeat: repeat-x;
  background-position: center;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

.sf_navigation ul li.sf_first_nav_item {
  margin-left:20px;
}

.sf_navigation ul li.sf_last_nav_item a {
  border: none;
}


/* **** SUB-NAVIGATION **** */

.sf_navigation ul.subnav {
  float: none;
}

.sf_first_nav_item_subnav {
  background-image: url(uploads/sub_top.png) !important;
  background-position: top left;
  width: 170px !important;
  background-repeat:no-repeat;
  display: block;
}

.sf_last_nav_item_subnav {
  background-color: transparent !important;
  background-image:url(uploads/sub_bottom.png);
  background-position:left bottom;
   background-repeat:no-repeat;
  height: 50px !important;
  width:170px !important;
}

.sf_navigation ul.subnav li a {
  padding:10px 0 0 25px;
  width:170px !important;
  border-right: 0;
  height: 28px !important;
  background-repeat:no-repeat;
}

#Nav1, 
#Nav1 ul { /* all lists */
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: transparent;
}

#Nav1 a {	
  display:block;	
}

#Nav1 li { /* all list items */	
  float: left;		
}

#Nav1 li ul { /* second-level lists */
  position: absolute;	
  width: 170px !important;
  left: -999em;
  z-index: 1000;	
}

#Nav1 li ul li { /* second-level lists */	
  background-color: transparent;
  white-space: normal;
  height: 28px !important;
  padding:0 0 5px 0;
  margin-left: 0px;
  width:170px !important;
  background-image:url(uploads/sub_bottom.png);
  background-repeat: no-repeat;
}

#Nav1 li ul li a, #Nav1 li ul li a:visited  { /* second-level lists */	
  width: 170px !important;
   height: 30px !important;
  background: none;
  text-decoration: none;
}

#Nav1 li ul li a:hover  { /* second-level lists */		
  background-image: none;
  width: 170px !important;
  height: auto;
  color: #ffffff;
  background: none;
  text-decoration: none;
}

#Nav1 li:hover ul, 
#Nav1 li.sfhover ul { /* lists nested under hovered list items */
  left: auto;	
}

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

/* **** CONTENT **** */

h1 {
  font-family: arial;
  font-weight: bold;
  color: white;
  font-size: 12px;
}

h2 {
  color: #959ca1;
  font-size: 14px;
  font-weight: bold;
  margin-top: 30px;
}

h3 {
  font-family: arial;
  font-weight: bold;
  color: black;
  font-size:14px;
  margin: 11px 0;
  padding: 5px 0 0;
}

.sf_pagetitle {
  background-image: url(uploads/body_top.png);
  background-repeat: no-repeat;
  height: 19px !important;
  color: transparent;
}

ul.a {
  list-style-image:url("uploads/dot.jpg");
}

li {
  margin-left: 10px;
}

/* **** LAYOUTS **** */

div#content1 {
overflow: visible;
}