@charset "utf-8";
/* CSS Document */

body { font:14px Arial, Helvetica, sans-serif;}

li.main {
	list-style:upper-roman;
	margin-bottom:2em;
	}
	
li.main span {
	font-size:18px;
}
	
li.main p {
	margin-bottom:0;
}

li.main ul {
	margin-top:1em;
	margin-bottom:1em;
}

li.main ul li {
	line-height:1.5em;
	list-style:upper-alpha;
	margin-top:.7em;
}

li.main ul li li {
	list-style:decimal;
}

li.main ul.address li {
	list-style:none;
	margin-top:0;
}



#container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top:18px;
}

#branding {
	padding:10px 25px 10px 75px;
	width:780px;height:100px;

}
#branding img { 
	float:left;
	width:128px;
	height:108px;
	}

#branding ul#nav {
	float:right;
	width: 590px;
	height:92px;
	background: #fff url('images/elements/nav-header.gif') no-repeat;

}
#branding ul#nav li {
	float:left;
	margin-right:35px;
	margin-top:72px;
	list-style:none;
}
#branding ul#nav li a {
	text-decoration:none;
	color:#000;
}





#footer {
	padding:35px 80px;
	background: url('../images/elements/orange-line.jpg') no-repeat top;
}
#footer p {padding:2px 0;margin:0;text-align:right;}

h1 {font-size:20px;text-align:center;}