/* Base styles for Trinity United Methodist Church */

/* Globals
---------------------------------------------------------------------------*/
body {
	font-family: "lucida grande", tahoma, verdana, sans-serif;
	font-size: 62.5%;
	margin: 0; 
	padding: 0;
	text-align: center;
}

/* Links
---------------------------- */
a {text-decoration: none; }
a:hover, a:focus {
	text-decoration: underline;
}
a:visited { }
a img { border: 0; }


/* Text
----------------------------- */
ul, ol { margin: 0; padding: 0; }

#searchbar ul li, #nav li, #subnav li, .anchors li { list-style: none; }

#nav li a { font-family: Arial, Helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6 { margin: 0; }
h1, h2, h3, h4 { font-family:Arial, Helvetica, sans-serif; }

p { margin: 0 0 16px 0; line-height: 1.4em; }

.graybold strong { color: #666; }

.green { color: #438a23; }
.red { color: #931709; }

/* Structure
----------------------------------*/ 
#wrapper {
	width: 779px;
	margin: 0 auto;
	background:#FFFFFF; 
	margin-top:30px;

}

#content { font-size: 1em; }

/* Header
----------------------------------*/
#headerimage {
	background:url(../images/header_mg.jpg);
	width:761px;
	background-repeat:no-repeat;
	height:233px;
	margin:0 auto;
	padding: 0;
	margin-top:3px;text-align:left;
	

}

#page h1 {
	display: block;
	text-decoration: none;
	width:453px;
	height: 50px;
	color:#FFFFFF;
	padding-top:120px;
	padding-left:30px;	
	font-size:26px;
	
}

#topheader{
background:#FFFFFF;
	background:url(../images/logo_header.jpg);
	height:144px;
	background-repeat:no-repeat;
	margin:0 auto;
	padding: 0;
	}

/* Navigation
----------------------------------*/


#topnavigation{ 
	margin-left:9px; 
	margin-top:5px; 
	margin-right:9px; 
	border-bottom:#CCCCCC 1px solid;
	border-top:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
	height:25px;
	width:761px;
}
#nav {
	width: 761px;
	margin: 0px 0 0 0;
	float: left;
	font-size: 1.2em;
}

#nav li {
	float: left;
	position: relative;
	height: 25px;
	border-left: 1px solid  #CCCCCC;
}


#nav a {
	display: block;
	color: #000000;
	text-align: center;
	padding: 0px 0 0 0;
	line-height:25px;
	padding-left: 8px;
	padding-right: 7px;
}

#nav a:hover { 
	text-decoration:none; 
	display:block; 
	background:url(../images/nav_hover_bg.jpg); 
	background-repeat:repeat-x;
}

/* Default State */
/*#navHome  {width: 53px;}
#navaboutus  {width: 57px;}
#navLocalEvents {width: 55px;}
#navphotos  {width: 112px;}
#navRaces  {width: 128px;}
#navContactUs  {}
#navRegionalSection  {width: 115px;}
#navInternationalOrganisation  {width:75px;}*/


/* Hover Status */
#nav li:hover, #nav li.over, #home #navHome, #navaboutus #navLocalEvents,
#navphotos #navRaces, #navContactUs #navYouth, #navRegionalSection, { text-decoration:underline; 
}

/* Footer
------------------------------------------*/
/*
#footer {
	width: 100%;
	background: #472206 url(/images/bkg_footer_texture.jpg) 0 0 no-repeat;
	float: left;
	margin: 0 0 0 auto;
	position: relative;
	left: auto;
}
*/

#footer {
	width: 100%;
	margin: 0 auto;
	margin-top:5px;
	color:#999999;
	text-align:left;
	padding-bottom:5px;
	clear:both;
	margin-left:0px;
	background:url(../images/bodybg.jpg);
	height:50px;
}



#brclear{ clear:both;}

#address{ padding-left:20px;}

