@charset "utf-8";
/* CSS Document */
/*This fixes the Firefox scollbar shift bug*/

html {
height:101%;
}

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  
}
/* This provides PNG support for Internet Explorer 5.5+. Uncomment and specify elements */
/*img, div, a, input { behavior: url(/iepngfix/iepngfix.htc) }*/

/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.5em;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;	
}
     h1, h2, h3{
color:#980521;
}
     h1{
    font-size:18px;
	}
	h2{
    font-size:16px;
	}
	h3{
    font-size:15px;
	}
	
	
#wrapper {
     position:relative;
	padding: 0px;
	width: 968px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image: url(../images/logo.gif);
	height: 75px;
	width: 968px;
}
#FB{
	position:absolute;
	width:150px;
	height:40px;
	left: 827px;
	top: 0px;
	text-indent:-9999px;
}
#banner {
	background-image: url(../images/banner2.jpg);
	margin-bottom:25px;
	position:relative;}
	
#banner li{ list-style:none}
#banner a{width:112px; height:69px; position:absolute; top:251px; text-indent:-9000px; overflow:hidden;}
.bo {left:49px;}
.drr {left:216px;}
.cl {left:383px;}
#Nav {
	position:relative;
	float: left;
	text-align: left;
	width: 240px;
	background-image: url(../images/navbar.jpg);
	font-size:15px;
	background-repeat: repeat-y;
	background-position: center top;
	font-weight:bold;
	overflow:hidden;
}

#Nav ul{
position:relative;
top:3px;

}

#Nav li{
	
	list-style-type: none;  
	padding-bottom:15px;  
	}	
#Nav li a{
	text-decoration:none;
	margin-right:auto;
	margin-left:auto;
	
	
	
	color: #000000;
	 }
	 #Nav li a:visited{
	 color: #333333;
	 }
#Nav li a:hover{
	 color: #FF0000;
	 text-decoration:underline;
	 }
	 #Nav img{
margin-bottom:-6px;
}
#Nav li ul li{
  
	padding-bottom:0px;  
	}	
	
.spaced li{
    padding-bottom:15px; 
}
.spaced-more li{
   padding-bottom:35px; 
}
.content {
	float: right;
	width: 660px;
	margin-right: 25px;
	text-align: left;
}
#footer {
    position:relative;
	background-image: url(../images/footer.jpg);
	height: 150px;
	width: 968px;
	color: #FFFFFF;
		
	margin-bottom:25px;
}


#footer ul{
padding-top:40px;
}
#footer li{
 display:inline;
 padding-right:35px;

}
#footer li a{
   
	overflow:hidden;	
	
	color: #FFFFFF;
	}
#footer li a:visited{
   
		
	
	color: #CCCCCC;
	}
#footer li a:hover{
   
		
	
	color: #FF0000;
	}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

