@charset "utf-8";
/* CSS Document */

body {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:100%;
	color:#3f2c11;
	background-image:url(../graphics/bg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	background-attachment:scroll;
	background-color:#0b145a;
	margin:0;
	text-align:center;
}

#wrapper {
	width:1000px;
	margin:0 auto 0 auto;
}

#header {
	width:1000px;
	height:165px;
	background-image:url(../graphics/header_logo.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	margin:0;
}

#navigation {
	width:1000px;
	margin:0;
}

/*----- content area -----*/
#content {
	width:1000px;
	background-image:url(../graphics/bg_content.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	margin:0;
	padding:20px 0 20px 0;
	min-height:525px;
}

/*----- CMS areas -----*/
#cmsevent {
	width:670px;
	float:left;
	margin-bottom:20px;
}

#cmspurebred {
	float:left;
	width:465px;
	text-align:left;
}

#cmsclassifed {
	width:950px;
}

/*----- content area for editable region: content -----*/
#onecolumn {
	width:950px;
	text-align:left;
	font-size:80%;
	margin:0 auto 0 auto;
}

/*----- to add photos to a one column page -----*/
#photosright {
	float:right;
	width:260px;
	margin-left:10px;
	margin-top:47px;
	padding-left:5px;
	color:#0b145a;
	border-left:1px solid #0b145a;
}

#photosright img {
	border:2px solid #4f7811;
	margin:3px;
}

#photosright h1 {
	margin:3px;
	font-size:90%
}

#photosright p {
	margin:3px;
	font-size:75%
}

/*----- member listings -----*/
#members {
	font-size:85%;
}

#members table {
	width:100%;
	border:0;
}

#members th {
	font-weight:bold;
	text-align:left;
	border-bottom:2px solid #4f7811;
}

#members td {
	text-align:left;
	border-bottom:1px dotted #4f7811;
	padding-top:4px;
	vertical-align:top;
}

/*----- 2 column styles -----*/
#twocolumn{
	width:950px;
	text-align:left;
	font-size:80%;
	margin:0 auto 0 auto;
}

#twocolumn #c1 {
	float:left;
	width:465px;
	text-align:left;
}

#twocolumn #c2 {
	float:right;
	width:465px;
	text-align:left;
}
#twocolumn #index {
	float:right;
	width:350px;
	text-align:left;
}
/*----- news box for home page -----*/
#news {
	float:right;
	background-image:url(../graphics/news_body.jpg);
	width:350px;
	margin:8px;
	background-position:center top;
	background-repeat:repeat-y;
}

#news #nheader {
	width:350px;
	height:57px;
	background-image:url(../graphics/news_newshead.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	margin:0;
}

#news #ncontent {
	width:320px;
	margin:0;
	padding:0 15px 0 15px;
}

#news #ncontent p {
	margin:0;
}

#news #ncontent h1 {
	margin:0;
	font-size:145%;
	color:#0b145a;
}

#news #nfooter {
	width:350px;
	height:15px;
	background-image:url(../graphics/news_footer.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	margin:0;
}

/*----- events box for home page -----*/
#event {
	float:right;
	background-image:url(../graphics/news_body.jpg);
	width:350px;
	margin:8px;
	background-position:center top;
	background-repeat:repeat-y;
}

#event #eheader {
	width:350px;
	height:57px;
	background-image:url(../graphics/news_eventshead.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	margin:0;
}

#event #econtent {
	width:320px;
	margin:0;
	padding:0 15px 0 15px;
}

#event #econtent p {
	margin:0;
}

#event #econtent h1 {
	margin:0;
	font-size:145%;
	color:#0b145a;
}

#event #econtent h2 {
	margin:0;
	font-size:100%;
	color:#0b145a;
}

#event #econtent h3 {
	margin:0;
	font-size:100%;
	color:#0b145a;
	font-weight:normal;
}

#event #efooter  {
	width:350px;
	height:15px;
	background-image:url(../graphics/news_footer.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	margin:0;
}

/*----- footer -----*/
#footer {
	width:975px;
	background-image:url(../graphics/footer.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	margin:0;
	padding-left:25px;
	text-align:left;
}

#ftlogo {
	width:240px;
	height:65px;
	float:right;
}

#footer p {
	margin:0;
}

#footer .bottomnav {
	font-size:70%;
	font-weight:bold;
	padding-top:5px;
}

#footer .edje {
	font-size:65%;
}

/*----- default h tags h1, h2, hr -----*/
h1 {
	margin:0;
	font-size:145%;
	color:#0b145a;
}

h2 {
	margin:0;
	font-size:120%;
	color:#0b145a;
	font-style:italic;
}

hr {
	color:#0b145a;
	background-color:#0b145a;
	border:0;
	height:1px;
}

/*----- default links -----*/
a:link {
	color:#4f7811;
	text-decoration:none;
}

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

a:visited {
	color:#4f7811;
	text-decoration:none;
}

a:active {
	color:#4f7811;
	text-decoration:none;
}

/*----- classes -----*/
.mission {
	font-size:100%;
	font-weight:bold;
	font-style:italic;
	padding:15px 0 40px 0;
}

.photocaptions {
	margin:3px;
	font-size:75%
}

.clearfloat {
	clear:both;
	font-size:1px;
	line-height:1px;
	margin:0;