/* CSS Document - MILROY Indiana EDC */

body {
	background-color: #339;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bkg_img2.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
p, a, td, li, h4, h5, h6, blockquote {
	font-size: .9em;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.1em;
}
h3 {
	font-size: 1em;
}

/** PAGE STRUCTURE **/

#frame {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bkg_img2.jpg);
	text-align: center;
}
#inner_frame {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#content {
	background-image: url(images/content_bkg.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

/** TOP NAVIGATION STYLES **/
#topnav {
	background-image:url(images/topnav_bkg.jpg);
}
#topnav img {
	display: block;
	float: left;
}
#topnav ul{
	margin: 0;
	list-style: none;
}
#topnav li{
	background-image: url(images/topnav_bullet.jpg);
	padding-left: 15px;
	margin-right: 5px;
	height: 25px;
	float: left;
	background-repeat: no-repeat;
	line-height: 25px;
}
#topnav a, #topnav a:link, #topnav a:visited {
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;	
}
#topnav a:hover {
	color: #339;
}

/** MAIN NAVIGATION STYLES **/

#nav {
	background-image: url(images/nav_bkg.jpg);
	background-repeat: repeat-y;
	background-color: #339;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#nav ul{
	margin: 0;
	list-style: none;
}
#nav li{
	border-right: solid 1px #FFF;
	float: left;
	padding-top: 2px;
	padding-right: 6px;
	padding-left: 6px;
	}
#nav li.last{
	border-right: none;
}
#nav a, #nav a:link, #nav a:visited {
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}
#nav a:hover {
	color: #0C0;
}


/** CONTENT STYLES **/

#content p {
	margin-right: 20px;
	margin-left: 30px;
	margin-bottom: 10px;
	
}
#content h1 {
	font-style: italic;
	font-weight: bold;
	color: #090;
	margin-left: 30px;
	margin-right: 20px;
}
#content ul.map_list {
	margin: 0px;
	list-style-image: url(images/sidenav_bullet.jpg);
}
#content ul.map_list li {
	margin-left: 20px;
}
#content ul.map_list a, #content ul.map_list a:link {
	font-size: 1em;
	color: #339;
	font-style: italic;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
}
#content ul.map_list a:hover{
	color: #090;
}
#content ul.map_list a:visited{
	color: #999;
}
#content .left {
	width: 500px;
}
#content .right {
	width: 300px;
}
#content .right h2 {
	font-style: italic;
	font-weight: bold;
	color: #090;
}
#content .right h3 {
	color: #090;
	margin-right: 20px;
	margin-left: 20px;
}

/** FOOTER STYLES **/

#footer {
	padding: 20px;
	background-color: #333399;
	background-image: url(images/nav_bkg.jpg);
}
#footer p {
	color: #fff;
}#content h2 {

	font-style: italic;
	font-weight: bold;
	color: #090;
	margin-left: 30px;
	margin-right: 20px;
}
