/* Basic Styles */

body,html,div,
ul, li, h1, h2, h3, h4,
blockquote, ol {
	margin:0;
	padding:0;
}
body {
	font-size: 11px;
	color:#444;
	background-color:#ffb66d;
	font-family: Georgia, "Palatino", "Palatino Linotype", Times, "Times New Roman", Serif;
}
img {
	border:0;
}
a,
a:active,
a:visited,
a:hover {
	text-decoration:none;
	color: #0093e0;
}
a:active {
	color: #0070ab;
}
#content a:hover {
	border-bottom: 1px dashed #ccc;
}
p,ul{
	margin:0;
	margin-bottom:1em;
	line-height:1.7;
	font-family: Georgia, "Palatino", "Palatino Linotype", Times, "Times New Roman", Serif;
}
ul, ol {
	padding-left:15px;
}
ul {
	list-style: none;	
}
#content ul li {
	padding:0;
	margin:0;
	padding-left:15px;
	background: url('../images/bullet.jpg') no-repeat 1px 45%;
}
ol {
	list-style-type: lower-roman;
}
h1,h2,h3,h4,legend {
	letter-spacing: -1px;
	color:#ff7900;
	font-weight:normal;
}
h1 {
	font-size:300%;
}
h2 {
	font-size:200%;
	color:#777;
	font-style:italic;
}
#container {
	width:800px;
	margin:0 auto;
	background: #ffb66d url('../images/bg.jpg') repeat-y;
	overflow: hidden;
	position:relative;
}
#nav {
	width:150px;
	min-height:500px;
	float:left;
	background: white url('../images/navshadow.jpg') no-repeat top right;
	margin-left:50px;
}
#nav ul {
	list-style:none;
	padding:0;
	margin:0;
	border-bottom: 1px solid #ccc;
	margin-top:-2px;
}
#nav li {
	height:35px;
	padding-left:10px;
	padding-top:10px;
	border-top:1px solid #ccc;
	letter-spacing:-.02em;
	font-size:120%;
	line-height:125%;
}
#nav li a {
	color:#777;
}
#nav li.active {
	background-color:white;
}
#nav li.active a {
	color:#ff7900;
}
#nav li ul {
	border:0;
	margin-top:1px;
}
#nav li li {
	height: auto;
	padding:0;
	margin:0;
	margin-left:5px;
	padding-left:15px;
	background: url('../images/bullet.jpg') no-repeat 1px 3px;
	border:0;
	font-size:80%;
	color:#999;
}
#content {
	width:500px;
	float:right;
	margin-right:75px;
	margin-bottom:50px;
}
#content #boxes {
	clear:both;
	height:125px;
	margin-bottom:15px;
	margin-top: 15px;
}
#content .box {
	width:115px;
	height:115px;
	float:left;
	text-align:center;
	padding:5px;
	color:white;
	font-size:110%;
}
#content .box strong {
	font-size:175%;
	font-weight:normal;
}
#content .box a {
	color:white;
}
#content .box a:hover {
	border-bottom:1px dashed white;
}
.member {
	width:249px;
	float:left;
	margin-bottom:10px;
}
.member img {
	float:left;
}
.name {
	float:left;
	margin-left:10px;
	width: 130px;
}
.meeting, .document, .link, .contact, .person {
	border-bottom:1px dashed #ccc;
	padding: 10px;
}
.person {
	height:40px;
	padding-left:50px;
	background: url('../images/person.jpg') no-repeat 5px 50%;
	
}
.next {
	background-color:#ffffd8 ! important;
}
.person .pname {
	font-size:175%;
	color:#999;
}
.person .agency {
	font-style:italic;
}
.person .agency {
	display:block;
}
.meeting {
	padding-left:50px;
	background: url('../images/calendar.gif') no-repeat 5px 15px;
	
}
.meeting + a + h1,
.person + a + h2,
.person + h2,
.document + a + h1 {
	margin-top:50px;
}
.web {
	background: url('../images/folder.gif') no-repeat 5px 5px ! important;
}
.other {
	background-color:#f3faff ! important;
}
.meeting .datetime {
	font-size:175%;
	color:#999;
}
.meeting .location {
	margin-top:5px;
}
.meeting .agenda {
	text-align:right;
	font-size:150%;
	font-style:italic;
	background: url('../images/attachment.gif') no-repeat center right;
	padding-right:25px;
}
.meeting .agenda a {
	color: #0093e0;
}
.document {
	padding-left: 45px;
	height:40px;
	background: url('../images/document.gif') no-repeat 5px 5px;	
}
.inset {
	margin-left:50px;
}
.link {
	padding-top:40px;
	padding-left:85px;
	height:50px;
}
.link a {
	font-size:140%;
}
.contact {
	padding-left:75px;
	height:75px;
	background: url('../images/contact.jpg') no-repeat 0px 10px;
}
.contact .info {
	float:left;
}
.contact .phone {
	float:right;
	width:185px;
	clear:right;
}
fieldset {
	border: 1px dashed #ccc;
}
#footer {
	margin-bottom:50px;
	padding: 0 50px;
	padding-top:25px;
	color:#444;
	width:700px;
	margin:0 auto;
	margin-top:0px;
	background: url(../images/footer.jpg) no-repeat;
	font-size:90%;
}
.clearer {
	clear:both;
}
.float {
	float:left;
}
.floatright {
	float:right;
	margin-left:10px;
	text-align:right;
	color:white;
}
.floatright a {
	color:white;
}

/* Custom Styles */

