/*
Author: Jacquelyn Yuill
Copyright  2009
*/
* {
	margin: 0;
	padding: 0;
}
body {
	background: #fde6b1;
	font-size: 62.5%;
	font-family: trebuchet ms, serif;
	color: #151515;
	min-width: 1000px;
}
p {
text-indent: 10px;
}
#container {
	width: 1000px;
	margin: 0 auto;
}

#header {
	width: 1000px;
	height: 295px;
	background: #440000 url(images/header.jpg) no-repeat center top;
}



#header h1, #header h2 {
	width: 500px;
	color: #fde6b1;
	margin: 0 25px;
	padding: 0;
}
#header h1 {
	text-align: center;
	font-size: 5em;
	padding-top: 50px;
}
#header h2 {
	font-size: 2.75em;
}
#mainnav ul {
	list-style: none;
	width: 800px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -475px;
	margin-top: 1px;
}
#mainnav ul li {
	display: inline;
}
#mainnav ul li a.button:link, #mainnav ul li a.button:visited {
    /* Sliding right image */
    background: transparent url(images/meetingbutright.jpg) no-repeat scroll top right; 
	display: block;
	float: left;
	height: 50px; /* Image Height */
	margin-right: 25px;
	padding-right: 18px; /* Right image width */
	font-size: 2.25em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
 }
 #mainnav ul li a.button span {
						/* Background left image */ 
	background: transparent url(images/meetingbutleft.jpg) no-repeat; 
	display: block;
	height: 50px;
	line-height: 45px; 
	padding:0 0 0 18px;
} 
#mainnav ul li a.button:hover 
{
	background: url(images/meetingbutrighthov.jpg) no-repeat scroll top right;
}
#mainnav ul li a.button:hover span 
{
	background: url(images/meetingbutlefthov.jpg) no-repeat;
}
#mainnav ul li a img 
{
	border: none;
}
#mainnav form  
{
	position: absolute;
	top: 0;
	left: 820px;
}
#mainnav form fieldset 
{
	float: left;
	border: none;
	display: inline;
	line-height: 50px;
	padding-right: 10px;
}
#mainnav form a.search:link, #mainnav form a.search:visited 
{
	background: transparent url(images/searright.jpg) no-repeat scroll top right; 
	display: block;
	float: left;
	height: 50px;
	margin-right: 25px;
	padding-right: 18px;
	font-size: 2.25em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#mainnav form a.search:hover 
{
	background: url(images/searrighthov.jpg) no-repeat scroll top right;
	display: block;
	float: left;
	height: 50px; 
	margin-right: 25px;
	padding-right: 18px; 
	font-size: 2.25em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#mainnav form a.search span, #mainnav form a.search:visited span 
{
	background: transparent url(images/searleft.jpg) no-repeat; 
	display: block;
	height: 50px;
	line-height: 50px;
	padding:0 0 0 50px;
}
#mainnav form a.search:hover span 
{
	background: transparent url(images/searlefthov.jpg) no-repeat; 
	display: block;
	height: 50px;
	line-height: 50px;
	padding:0 0 0 50px;
}

#main 
{
	width: 600px;
	float: left;
	font-size: 1.5em;
}
#main p 
{
	margin-left: 10px;
}
#main h1, #main h2, #main h3,#side h1, #side h2, #side h3, #side h4 
{
	height: 50px;
	color: #fff;
	line-height: 45px;
	margin: 10px;
	text-align: center;
	font-size: 1.5em;
	background: url(images/navheadbg.jpg) repeat-x center top;
	border: 1px solid #000;
}
#side 
{
	width: 320px;
	float: right;
	font-size: 1.5em;
}
#side ul 
{
	list-style: disc;
	margin:0 10px 0 20px;
}
#side p 
{
	margin: 0 10px;
}
#footer 
{
	clear: both;
	width: 1000px;
	height: 42px;
	line-height: 30px;
	background: url(images/footer.jpg) repeat-x center top;
	color: #fff;
	font-size: .75em;
	text-align: center;
	text-indent: 0;
}
#footer a
{
color: #fff;
}
#footer a:hover 
{	
	color: #b88d8d;
}