/*www.paulmeshanko.com style sheet*/


BODY { 
font: normal 12px/17px arial, verdana, sans-serif; 
background: #b5a795;
margin: 10px 0px 0px 0px;
color: #333; 
}

p {
text-align:left;
}

ul {
text-align: left;
margin-left: 15px;
}

a:link, a:visited { 
color: #214776; 
font: normal 12px/17px arial, verdana, helvetica; 
text-decoration: none;
}
           
a:hover {  
color: #ae8b00; 
font: normal 12px/17px arial, verdana, helvetica; 
text-decoration: underline; 
}

#Wrapper {
width : 825px;
background: url(../images/main-bk.gif);
margin : 0 auto;
overflow : hidden;
display : block
}

#Header {
width: 825px;
height: 145px;
margin: 0px 0px 0px 0px;
background: transparent;
}

#ToolBar {
width:800px;
height: 30px;
text-align: center;
background: url(../images/toolbar-bk.gif); 
margin-left:0px; 
margin-right:0px; 
margin-top:5px; 
margin-bottom:0px; 
padding-left:13px; 
padding-right:12px; 
padding-top:0px; 
padding-bottom:0px
}

/*--- Modified Suckerfish CSS Dropdown!  ----*/

ul#nav, ul#nav li ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

ul#nav li a {
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	background: transparent;
	display: block;
	color: #ffffff;	
	font-weight: bold;
}

ul#nav li a:hover {
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	background: url(../images/hover.gif) no-repeat top left;
	display: block;
	color: #ffffff;
	font-weight: bold
}

ul#nav li { /* all list items */
	float: left;
	position: relative;
	width: 160px;
}

ul#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	background: transparent;
	width: 160px;
}

ul#nav li ul li {

	border-top: 0px;
	border-right: 0px;
	width: 160px;
	float: left;
	position: relative;
}

ul#nav li ul li a {
	background: url(../images/hover2.gif) no-repeat bottom left;
	width: 160px;
	font-weight: normal
}

ul#nav li ul li a:hover {
	background: url('../images/hover2.gif') no-repeat top left;
	width: 160px;
	font-weight: normal
}

ul#nav li>ul#nav ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

ul#nav li:hover ul, ul#nav li.over ul { /* lists nested under hovered list items */
	display: block;
}


/*----------------------------------------------------------------*/

#Movie {
width: 825px;
margin: 0 auto;
height: 154px;
}

#Title {
background: url(../images/titles.gif);
width: 825px;
height: 60px;
display: block;
margin-left:0px; 
margin-right:0px; 
margin-top:10px; 
margin-bottom:0px
}

#Title h1 {
font: bold 18pt arial, verdana, helvetica;
color: #ffffff;
line-height: 60px; 
height: 60px;
margin: 0px 0px 0px 30px;
padding: 0px;
}

#MainBody {
width: 485px;
background: transparent;
padding: 10px 10px 30px 30px;
display: block;
float: left;
}

#RightMargin {
width: 280px;
background: transparent;
padding: 30px 10px 30px 10px;
float: left;
}

#RightMargin p {
padding: 10px 20px 0px 0px;
}

h1 {
font: bold 12pt arial, verdana, helvetica;
color: #214573;
line-height: 20px; 
}

h2 {
font: bold 11pt arial, verdana, helvetica;
color: #ae8800; 
font-weight: bold;
}

#Footer {
width: 825px;
margin: 0 auto;
background: url(../images/footer-bk.gif);
height: 40px;
clear: both
}

#Footer p {
text-align: center;
width: 781px;
margin: 0px 22px;
border-top: 1px solid #588888;
}

#Footer a {
margin: 3px 20px;
}

#SiteFooter {
width: 825px;
margin: 0 auto;
background: transparent;
text-align: center;
color: #fff;
}

.address {
color: #333; 
font: normal 10px/17px arial, sans-serif;
text-align: center; 
}

.EventColumn1 {
text-align: center;
vertical-align: top;
width: 100px;
font: normal 11px/17px verdana, sans-serif;
}

.EventColumn2 {
vertical-align: top;
width: 365px;
text-align: left;
font: normal 11px/17px verdana, sans-serif;
color: #333;
}