/* CSS Document */
* {
padding:0px;
margin:0px;
}
body {
font-family:Verdana, Helvetica, Arial, sans-serif;
font-size:12px;
color:#49403f;
overflow-y:scroll;
background-color: #cdd2d3;

}
p {
font-size:11px;
}

psmall{
font-size:10px;

}
h2 {
font-size:13px;
font-weight:bold;
letter-spacing:2px;
}

h3 {
font-size:11px;
font-weight: normal;
letter-spacing:0px;
}

a{ 
text-decoration:none;
color:#84948f;
}
a:visited {
text-decoration:none;
color:#84948f;

}
a:hover {
text-decoration: underline;
color:#a7b8b2;

}

.bd {
color:#66210a;
}

/* This is all the page layout div boxes*/

#container {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	min-height:401px;
	padding-top:0px;
}


#masthead {
	background-color: #cdd2d3;
	
	padding-top:0px;
}

/* the mid/right column */
#content {
	width: 395px;
	padding:30px 30px 30px 30px;
	margin-left:150px;
	margin-top:75px;
	height:300px;

}

#contentevent {
	width: 900px;
	padding:30px 30px 30px 30px;
	margin-left:75px;
	margin-top:0px;
	height:auto;
	position:relative;
}
.floatright {
	float:right;
}
.floatleft {
	float:left;
	padding: 0px 30px 22px 0px;
}


#footer {
	background: #cdd2d3;
	clear: both;
	color:#d6c498;
	background: url(img/bottom.jpg) repeat-x;
	background-position:0px 0px;
	height:114px;
	padding-top:0px;
	padding-left:0px;
	margin-bottom:0px;
	
}
/* this is the portfolio page stuff */
.port {
	margin: 0px 0px 20px 0px;
	
	}

.portl {
	height:200px;
	width:550px;
	padding-top:0px;
	padding-left:0px;
	margin-left:0px;
	background-position:0px 0px;
	background-repeat:no-repeat;
}


.portr {
	height:70px;
	width:200px;
	padding-top:0px;
	margin-left:350px;
	margin-top:130px;
	float:right;
}


/* BELOW IS FORM CODE
*/
#menu .form {
width:200px;
height:70px;
left:800px;
top:10px;
position:absolute;
font-size:9px;
}

.formname {
width:115px;
margin-left:2px;
background-color:#dde8ff;
line-height:8px;
font-size:9px;
color:#6f778b;

}

.formemail {
background-color:#dde8ff;
line-height:8px;
font-size:9px;
color:#6f778b;
}

.formsubmit {
background-color:#cdd2d3;
border:1px;
border-style:inset;
font-size:9px;
}


/* BELOW IS TOP MENU BAR CODE
*/
#menu {
	list-style: none;
	padding: 0;
	margin: 0px 0px 0px 0px;
	height: 200px;
	background: url(img/top.jpg) repeat-x;
	background-position:0px 50px;
	position: relative;

}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span{
	display: block;
}
#menu .home {
	width: 200px;
	height: 85px;
	background: url(img/logo.jpg) no-repeat;
	left: 10px;
	top: 10px;
}


#menu .about {
	width: 155px;
	height: 70px;
	background: url(img/about.jpg) no-repeat;
	left: 250px;
	top: 0px;
}

#menu .tagline {
	width: 240px;
	height: 19px;
	background: url(img/tagline.jpg) no-repeat;
	left: 50px;
	top: 110px;
}

#menu .events {
	width: 155px;
	height: 70px;
	background: url(img/events.jpg) no-repeat;
	left: 405px;
	top: 0px;
}

#menu .links {
	width: 155px;
	height: 70px;
	background: url(img/links.jpg) no-repeat;
	left: 560px;
	top: 0px;
}




