/*----------------------------------------
This site was created by Ellis Benus
e-Mail byzantinex AT gmail.com for any questions or comments.
Feel free to take a look around.
I've tried to make this as clean and easy-to-read as possible as I am
just learning and have picked up much of my own expertise from other peoples
great code:
Thanks to:
1. http://www.alistapart.com/
2. http://stopdesign.com/
3. http://www.w3.org
4. http://newtraditionsmissouri.org/resources/ ( Thanks Chris )
5. http://www.trbcpa.com ( Thanks Michael )
and many more.
----------------------------------------*/

body {
	background-color:		#eee;
	background-image:		url( "../images/bg.gif" );
	background-repeat:		repeat-y;
	background-position: 		center;
	background-attachment: 		scroll;
	
	text-align:			center;
	margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
}

p {
	padding: 0px;
}

blockquote {
	margin-top: 0px;
}

ol, ul {
	/*padding: 0px;*/
	margin-top: 0px;
	margin-bottom: 0px;
}

#highlight {
	color: #f00;
}

#header {
	padding: 0px;
	margin: 0px auto;
/*	margin-top: -8px; */
	width: 775px;
}

#container {
	margin: auto;
	width: 775px;
}

#content {
	float: left;
	width: 550px;
	padding: 0px;
	margin-top: 10px;
	margin-left: 30px;
	text-align: left;
	font-size: 18px;
	font-family: Times san-serif;

}

#contactcontent {
	width: 700px;
	background: url(../images/newtraditionsmap_ds_small.gif) no-repeat top right;
}
	
	/* Text Colors For Each Region */
	.regionI {
		color: #FC02D6;
	}
	.regionII {
		color: #AF7C02;
	}
	.regionIII {
		color: #6002FC;
	}
	.regionIV {
		color: #47AF02;
	}
	.regionV {
		color: #FC2F00;
	}
	.regionVI {
		color: #FCF900;
	}
	.regionVII {
		color: #FCA000;
	}
	.regionVIII {
		color: #FFF;
		background: #000;
	}
	

/*--------------------
	Side Bar
--------------------*/
#formsavailableOFF {
	float: right;
	padding: 0px;
	margin-top: 20px;
	margin-right: 30px;
	width: 125px;
	text-align: right;
}

#formsavailable {
	float: right;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 160px;
}

#sidebar {
	float: right;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 160px;
}

#sidebar img {
	padding-top: 5px;
	padding-bottom: 5px;
}

/*--------------------
	Menu Commands
--------------------*/
#menu {
	margin: auto;
	width: 815px;
}

#menu ul li {
	display: block;
	float: left;
}

#menu ul li a {
	display: block;
		
	/* Line Properties for Boxes */
	width: 145px;
	height: 20px;
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-right: none; /* The ending border line is in #menu ul .five */
	
	/* Font Properties */
	color: black;
	text-decoration: none;
	font-weight: 800;
	font-size: 14px;	
	letter-spacing: 1px;
}

#menu ul .five {
	height: 24px;
	border-right: 2px solid #ccc;
}

#menu ul .current a {
	color: #000;
	background-color: #ccc;
}

#menu ul li a:hover {
	color: #fff;
	background: navy;
}
	
#menu ul li a:active {
	background: navy;
	color: #fff;
}

img.daphnapic {
	border: 1px;
}



