/* 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: 12px;

  font-weight:normal;

}

/* 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: #000000;

	color: #FFFFFF;

	font-family: Verdana, Geneva, sans-serif;

	font-size: 12px;

	line-height: 18px;

	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: left; /* Centers the page content container in IE 5 browsers. */

	font-weight: normal;

	text-decoration: none;

}

/* Commonly used to style page titles. */

h1 {

	font-size: 16px;

	line-height: 16px;

	font-weight:normal;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #FFF;

	padding-bottom: 8px;



}



h1 p{

	margin: 0px;

	padding-top: 0px;

	padding-right: 0px;

	padding-bottom: 8px;

	padding-left: 0px;	
	

}

/* Commonly used to style section titles. */

h2 {

  font-size: 16px;

  font-weight: normal;

  line-height: normal;

  

}

table, tr, td {margin:0px; padding:0px; vertical-align:top;}

/* Sets the style for unvisited links. */

a, a:link {

  color: #E1CD83;

  font-weight: normal;

  text-decoration: none;

}

/* Sets the style for visited links. */

a:visited {

  color: #E1CD83;

  font-weight: normal;

  text-decoration: none;

}

/* Sets the style for links on mouseover. */

a:hover {

  color: #F2F2F2;

  text-decoration: underline;

}

/* Sets the style for a link that has focus. */

a:focus {

  color: #fff;

}

/* Sets the style for a link that is being activated/clicked. */

a:active {

  color: #fff;

}

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */

#outerWrapper {

  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */

  text-align: left; /* Redefines the text alignment defined by the body element. */

  width: 956px;

}

#outerWrapper #logo {

	background-color:#000;
	background-image:url(../images/background_b.gif);

	height:70px;

	margin-top:20px;

	margin-bottom:20px;

}

.topdivs {
	float:left;
	width:300px;
	color:#000;
	height:60px;
}



#outerWrapper #logo .img{
	float:left;

	width:302px;

	height:62;

	margin: 0px 22px 0px 22px;

}



#outerWrapper #topNavigation {

  background-image: url("../image/top_nav.jpg");

  height: 27px;

  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */

  text-align:center;

  line-height:27px;

  

}

#outerWrapper #topNavigation a{

	padding-left:5px;

	padding-right:5px;

	color:#E1CD83;  

}

#outerWrapper #topNavigation a:hover{

	color:#FFF;

	text-decoration:none;  

}

#outerWrapper #header {

  font-size: 18px;

  font-weight: bold;

  height: 241px;

  line-height: 15px;

  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */

}

#outerWrapper #header #headerimg {

  background-image: url("../image/header_img.jpg");

  height: 173px;

}

#outerWrapper #header #headerimg #headimg {

    margin-right: auto;

	margin-left: auto;

	height:160px;

	width:930px;

	padding-top:13px;

}

#outerWrapper #header #menu .active a:visited {
	border: 1px solid #E1CD83;
	padding:3px;
}

#outerWrapper #header #headernav {

  background-image: url("../image/header_nav.jpg");

  height: 69px;

}

#outerWrapper #header #headernav .header_nav {

  width:191px;

  height:69px;

  line-height:69px;

  text-align:center;

  float:left;

}

#outerWrapper #header #headernav .header_nav a {

  color:#E1CD83;

 

}

#outerWrapper #header #headernav .header_nav a:hover  {

 color:#ffffff;



}



#outerWrapper #header #headernav .header_nav:hover {

  width:191px;

  height:69px;

  line-height:69px;

  text-align:center;

  float:left;

 

}

#outerWrapper #contentWrapper {

	background-repeat: repeat-y;

	margin-top: 13px;

	overflow: hidden;

	width: 956px;

	float: left;

}

#outerWrapper #contentWrapper #leftColumn {

  float: left;

  padding: 0px 6px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */

  width: 237px;

  height:auto;

}

#outerWrapper #contentWrapper #leftColumn #leftnavtop {

	background-image:url("../image/top_off.jpg");

	height: 44px;

	color:#E1CD83;

	text-align:center;

	line-height:44px;

	margin:0;

	padding:0;

}

#outerWrapper #contentWrapper #leftColumn #topcurrent {

	background-image:url("../image/top_on.jpg");

	height: 44px;

	color:#000000;

	text-align:center;

	line-height:44px;

	margin:0;

	padding:0;

	font-size:

}

#outerWrapper #contentWrapper #leftColumn #leftnavmiddle {

	background-image:url("../image/mid_off.jpg");

	color:#E1CD83;

	text-align:center;

}



#outerWrapper #contentWrapper #leftColumn #leftnavbot {

	background-image:url("../image/bot_off.jpg");

	height: 42px;

	color:#E1CD83;

	text-align:center;

	line-height:42px;

}



/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */

#outerWrapper #contentWrapper #content {

  float: left;

  margin: 0 0 0 6px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */

  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */

  width: 706px;

}

#outerWrapper #contentWrapper #content #contenttop {

	background-attachment: scroll;

	background-image: url("../image/content_top.jpg");

	background-repeat: no-repeat;

	height: 10px;

	width: 706px;

	float: left;

}

#outerWrapper #contentWrapper #content #contentmiddle {

	width: 680px;

	float: left;

	background-color: #1B1B1B;

	border-right-width: 1px;

	border-left-width: 1px;

	border-right-style: solid;

	border-left-style: solid;

	border-right-color: #333;

	border-left-color: #333;

	padding: 10px;

	margin-left: 2px;

	line-height:18px;

}

#outerWrapper #contentWrapper #content #contentbot   {

  background-image: url("../image/content_bot.jpg");

  background-repeat: no-repeat;

  height: 10px;

  width: 706px;

  float: left;

}



#outerWrapper #footer {

	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */

	text-align: center;

	margin-top: 10px;

	float: left;

	height: 50px;

	width:936px;

}

#menu {

  background-image: url("../image/header_nav.jpg");

  height: 69px;

}

#menu ul {

list-style: none;

margin: 25px 0px 0px 51px;

padding: 0;

width: 936px;

float: left;

}

#menu ul li {

margin-right:51px;

display: inline;

}

#menu a, #menu h2 {

font: normal 13px arial, helvetica, sans-serif;

display: inline;

margin: 0;

/*padding: 2px 3px;*/

}

#menu h2 {

color:#E1CD83;

text-transform: uppercase;

}

#menu a {

color:#E1CD83;

text-decoration: none;

}

#menu a:hover {

color: #fff;

}

#menu a:active {
	color:#fff;
}



#submenu {

	font-size:11px;

	color:#E1CD83;

	text-align:center;

	margin:0px 0px 0px 0px;

	line-height:18px;

	padding:0px 20px;

}

#submenu ul {

list-style: none;

padding: 0;

}

#submenu ul li {

	padding:0;

	margin:0;

	border-bottom: 1px solid #333;

	line-height:30px;

}

#submenu a, #submenu h2 {

/*padding: 2px 3px;*/

}

#submenu h2 {

color:#E1CD83;

text-transform: uppercase;

}

#submenu a {

color:#E1CD83;

text-decoration: none;

}

#submenu a:hover {

color: #fff;

}
#submenu a:active {
	color:#fff;
}

#submenu .active a:visited {
	color:#fff;
}


.pic {border: 1px solid #000; }
.caption {font-style:italic; font-size:10px;}