/* CSS Document */
* {
	margin: 0;
	padding:0;
}
html {
	height: 101%;
}
body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	background: url(../i/bg-main.gif) repeat-x;
	}
	/* ----------------------- LAYOUT -------------------*/
	
#wrapper {
	width: 833px;
	margin: 0 auto ;
}
#header{
}
#navigation {
	width: 748px;
	margin: 0 0 0 50px !important;
	margin: -3px 0 0 50px;
}
#navigation ul {
	margin: 0;
	padding: 0 0 0 30px; /* Moves the navigation to the right 30px */
}
#navigation ul li {
	float: left;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;	
	color: #565656;
	margin: -3px 0 0 0 !important; /* brings nav up 2px for Firefox PC */
	margin: 0;
	padding: 0 !important;
	padding: 4px 0 0 0; /* brings nav up 2px for IE PC */
}
#navigation ul li a {
	text-decoration: none;
	color: #565656;
	font-weight: bold;
	padding: 6px 18px 9px 18px !important;
	padding: 7px 18px 9px 18px;
	margin: 0 !important;
	margin: -4px 0 0 0;
	display: block;
	float: left; /* IE MAC needs this to float the navigation onto the same line */
	border-right: 1px solid #A5A5A5;
	border-left: 1px solid #FFF;
}
/* MAC HACK \*/
#navigation ul li a {
	float: none;
}
/* END HACK */
#navigation #home {
  border-left: none;
}
#navigation #contact {
  border-right: none;
}
#navigation ul li a:hover {
	background-color: #235F9B;
	color: #FFF;
}
#banner {	
	position: absolute;
	top: 230px !important;
	top: 238px;
	margin: 0;
	padding: 0 0 0 60px;
}
#footer {
	text-align: center;

}
#content {
	margin: 50px 0 0 0 !important;
	margin: 20px 0 0 0;
	padding: 0 60px;
}
#content ul{
	margin: 10px 0 12px 30px;
	line-height: 21px;
}
#content dl{
	margin:0 0 30px 0;
}
#content dl dt{
	font-weight:bold;
	margin:0 0 0 0;
}
#content dl dd{
	margin:8px 0 20px 30px;
}
img.alignRight {
	float: right;
	padding: 0 0 10px 20px;
}
img.alignLeft {
	float: left;
	padding: 0 20px 10px 0;
}
img.norm{
	padding:10px 10px 0px 10px;
}

/* ---------- TYPOGRAPHY ------- */
p {
	font-size: 12px;
	line-height: 21px;
	margin: 0 0 6px 0;
	padding: 0 50px 20px 10px;
	
}
h1 {
	background: url(../i/bg-h1.gif) repeat-x ;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #fff;
	padding: 3px 0px 20px 10px;
}
h2 {
	font-size: 14px;
	line-height: 21px; 
	margin: 0 0 12px 0;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	}
h4  {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 12px 0;
	}

