*{
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-image: url(../__images/diag_bg.gif);
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
}

p {
	color: #515151;
	font-size: 0.7em;
	line-height: 160%;
	text-align: left;
}

h1 {
	color: #515151;
	font-size: 1.4em;
	text-align: left;
	font-weight: 500;
}

h2 {
	color: #515151;
	font-size: 1.1em;
	text-align: left;
	font-weight: 500;
	margin-top: 15px;
}

h3 {
	color: #515151;
	font-size: 0.9em;
	text-align: left;
	font-weight: 500;
	margin-top: 15px;
}


a:link {
	color: #d0461f;
	background-color: transparent;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #d0461f;
	background-color: transparent;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #959595;
	font-weight: normal;
	text-decoration: none;
}

a:active {
	color: #d0461f;
	background-color: transparent;
	font-weight: normal;
	text-decoration: none;
}

img{
	border: 0;
}


/* -------------------------------------------
 Site Layout  
------------------------------------------- */
#container {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
	
	background: #ece6dc;
	position: relative;

}

* html #container {
	width: 970px; /* for IE5 and IE6 in quirks mode */
	w\idth: 850px; /* for IE6 in standards mode */
}

/* -------------------------------------------
 Header & Logo 
 ------------------------------------------- */
#header {
	padding: 0;
	margin: 0;
	background-position: top center;
	height: 181px;
	z-index: 0;
	line-height: 0px;
}



/* -------------------------------------------
 Main Page Layout 
 ------------------------------------------- */
#content {
	
	padding: 20px 25px 20px 25px;
	
	min-height: 400px;
	
	clear: left;

}

#content p {
	margin-top: 10px;
}	
	


/* -------------------------------------------
 Resources
 ------------------------------------------- */
.resources {
	padding-top: 20px;
}

.resources a {
	text-decoration: none;
}

/* -------------------------------------------
 Footer - copyright 
 ------------------------------------------- */
#footer {
	clear: both;
	margin: 0;
	padding: 20px 25px 20px 25px;
	border-top: 2px solid #fff;
	border-bottom: 0px solid #fff;
	background-color: #ece6dc;
	color: #696969;
	font-size: 0.6em;
	text-align: left;
	line-height: 150%;
	height: 30px;
}

#footer a {
	text-decoration: none;
}



/* -------------------------------------------
 List Styles 
 ------------------------------------------- */
ul{
	margin-top: 3px;
	padding-left: 15px;
	
}

#content li {
	
	font-size: 70%;
	line-height: 150%;
	text-align: left;
}

#content li ul {
	font-size: 130%;
	line-height: 150%;
	text-align: left;
}

/* Menu */

#menu {
  background: #d0461f url('../__images/nav_off.gif') bottom left repeat-x;
  height: 30px;
  border-bottom: 0;
  text-align: center;
  width: 100%;
}
	
	#menu ul {
	  list-style-type: none;
	  margin: 0;
	  padding: 0 0 0 0;
	}
	
	#menu li {
	  height: 30px;
	  display: block;
	  float: left;
	}
	
	#menu li a, #menu li a:link, #menu li a:visited {
	  background: url('../__images/nav_off.gif') bottom left repeat-x;
	  display: block;
	  height: 12px;
	  float: left;
	  margin: 0;
	  padding: 9px 12px 9px;
	  color: #000;
	  text-decoration: none;
	  font-weight: bold;
	  font-size: 0.7em;
	}
	
	#menu li a:hover {
	  background: #d0461f;
	  color: #fff;
	  font-weight: bold;
	  text-decoration:none;
	}
	
/* -------------------------------------------
 Flyout Layout 
 ------------------------------------------- */
#flyout {
	float: right;
	background:  (../__images/flyout_bg.jpg) top left repeat-x;
	padding: 10px 10px 10px 10px;
	width: 160px;
	border-top: 2px solid #d0461f;
}

#flyout h3 {
	color: #d0461f;
	font-size: 0.9em;
	text-align: left;
	font-weight: 600;
	margin-top: 0px;
}

#flyout p {
	color: #d0461f;
	font-size: 0.7em;
}

#flyout ul {
	padding-left: 0px;
	list-style: none;
}

#flyout li {
	color: #d0461f;
	font-size: 0.7em;
	list-style: none;
}