* {
margin: 0;
}

html,
body {
	height:100%;
	min-height: 100.01%;
	font: 100.01% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFFFFF;
	background-image: url('img/stripes.png'), url('img/globalback.png'); 
	background-repeat: no-repeat, repeat-x;
	background-position: top;

}


a {
	color: #DA5B30;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

img {
	border: none;
}
input {
	vertical-align: middle;
}

#nav_ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#wrapper {
	background: transparent;
	width: 950px;
	height: 100%;
	margin: 0 auto;
	margin-top: -30px;
		}
		
input, select, textarea {
	border: 1px solid #969696;
	padding: 2px;
    -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 180px;
	width: 100%;
	border: 0px solid #808080;	
	background: transparent;
	background-image: url('img/header.png'); 
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	clear: both;
	margin-bottom: 0px;
}


#header_extension {
	height: 30px;
	width: 100%;
	background: #000000;
	clear: both;
	margin-top: -1px;
	border: 1px solid #DA5B30;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 20px;
	width: 100%;
	padding: 5px 0px 5px 0px; 
	background: #000000;
	text-align: center;
	margin-top: 3px;
	border: 1px solid #DA5B30;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}


/* Navigation
-----------------------------------------------------------------------------*/
nav {
    width: 600px;
	margin: 0 auto;
}
nav ul {
    padding: 0px;
    margin: 0px;
}
nav ul:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

    nav ul,nav ul li{
    background-color: #000000;
}
    nav ul li {
    list-style: none;
    float:left;
}
nav ul li a {
	font: 100.01% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
    text-decoration: none;
    display: block;
    color: #FFFFFF;
    padding: 8px 34px 5px 34px;
    z-index: 999;
}
nav ul li:hover > ul {
    visibility: visible;
}
nav ul li ul{
    display: inline;
    visibility: hidden;
    position: absolute;
    padding:0px;
    z-index: 999;
}
nav ul li ul li{
    float: none;
}
nav ul li ul li a:hover{
	font: 100.01% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	z-index: 999;
}


/* Middle
-----------------------------------------------------------------------------*/
#container {
	width: 840px;
	border: 0px solid #000;
	background: #ffffff;
	margin: 0 auto;
	padding: 10px 40px 10px 40px;
	border-left: 1px solid #DA5B30;
	border-right: 1px solid #DA5B30;
	height: 700px;
	overflow:hidden;
	}

#content {
	margin: 0 auto;
	background: #ffffff;
	background-image: url('img/leaves.png'); 
	background-repeat: no-repeat;
	background-position: right bottom;
	overflow:hidden;
	width:840px;
	position:relative;
	height: 700px;
}

.section {
	width:4500px;
	position:relative;
	height: 340px;
	text-align: left;
  	background-image:url('img/back.png');
 	background-repeat: repeat;
	padding: 0px;
	overflow: hidden;
	margin: 10px 0px 10px 0px;
}

.section .sub{
	border-top: 3px solid #D2D2D2;
	position:relative;
	float:left;
	padding:9px 21px 42px 45px;
	width:800px;
	height:340px;
}

.section ul{
	list-style-type: none;
	margin-left: -42px;
}

.section .sub p{
	width:800px;
	margin:16px 0;
	line-height:1.4em;
	font: 100.01% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

/* Bottom
-----------------------------------------------------------------------------*/
#bottom {
	height: 130px;
	width: 100%;
	background: transparent;
	background-image: url('img/bottom.png'); 
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
}


/* Font
-----------------------------------------------------------------------------*/
.whitetext {
  font: 100.01% Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: none;
}

h2 {
  font: 100.01% Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  border-bottom: 1px dotted #000;
}

.blacktext {
  font: 100.01% Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
}

.list {
	margin-left: 20px;
}

#spanstyle {
color: #ffffff;
border: 0px dotted #333333;
margin: 0 auto;
font-weight: bold;
}

#heading {
color: #000000;
border-bottom: 1px dotted #000000;
padding: 2px;
margin: 0 auto;
}


