@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family :tahoma;
	font-size:0.7em;
	/*
	font-size:0.7em; - put back to
	background-image: url(/images/brushed_metal_B.jpg);
	background-repeat: none;
	background-position: center;
	*/
}

#top_logo p.title-text {color:#262626;font-size:1em;}
#top_logo span.title-text-two {color:#7B7B7B;}

img {
border: 0px solid #3265A3;
}
a {color: #333;}
a:hover {color: black;
	font-weight:bold;
}
h1 {
color: #333;
font-family :tahoma;
font-size:1.2em;
}
h2 {
	font-family: Tahoma;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
}
.oneColFixCtr #top_logo {
	text-align: center;
}
.oneColFixCtr #top_logo p{
	margin-bottom:20px;
}
.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px ridge #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #links p, #event_links p {
	margin:0 0 0 10px;
}
.oneColFixCtr #links h2, #event_links h2 {
	margin:10px 0 5px 0;
	font-size: 1.1em;
}
.oneColFixCtr #event_links h3 {
	margin:5px 0 0 10px;
	font-size: 1.1em;
}
.oneColFixCtr #footer p{
	text-align: center;
	margin:0px 0 0px 0;
}
.oneColFixCtr #footer {
	margin:0px 0 30px 0;
}
.oneColFixCtr #footer hr, .oneColFixCtr #top_logo hr {
	margin:30px 20px 20px 20px;
	color: #333;
}

/*Style those lines*/
hr {
border: 0;
color: #7B7B7B;
background-color: #7B7B7B;
height: 1px;
width: 100%;
text-align: center;
}

/*padding:top right bottom left*/

nav ul{margin:1px 0 1px 0;padding:4px 0 6px 0;list-style:none;background:#666;height:12px;clear:both;}
nav li{display:inline;text-align:center;float:none;}
nav a{color:#fff;text-decoration:none;float:left;border-right:1px solid #fff;}
nav a:hover{font-weight:bold;}
#navhome a{width:8em;padding-left:90px;}
#navwarksweddings a{width:18em;}
#navevents a{width:16em;}
#navdigital a{width:17em;border-right:0}