/*
Design by DiegoDesigns.biz
http://www.DiegoDesigns.biz
All rights reserved
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	color: #333333;
	background-color: #AFB3A5;
	background-image: url(images/stripes.gif);
	background-repeat: repeat;
	margin-top: 30px;
}
p {
	text-align: justify;
}

#details body {
	background-color: #FFFFFF;
}


h1, h2, h3, h4, h5 {
	margin: 0;
}

/* Header */

#header {
	width: 700px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	border: 10px solid #FFFFFF;
	border-bottom: none;
	background-color: #788770;
	background-image: url(images/titlebar_II.jpg);
	background-repeat: no-repeat;
}

#header h1 {
	float: left;
	margin: 20px 0 0 20px;
	font-size: 50px;
	letter-spacing: -7px;
	color: #323B2E;
}

#header h2 {
	float: right;
	margin: 40px 20px 0 0;
	font-size: 18px;
	letter-spacing: -2px;
}

a {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #003399;
	text-decoration: underline;
}

/* Menu */

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 190px;
	float: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #E9EAE2;
	padding-bottom: 20px;
        }
		
#menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }

#menu li a {
	height: 32px;
	height: 24px;
	text-decoration: none;
	background-image: url(images/menu_up.jpg);
        }

#menu li a:link, #menu li a:visited {
	color: #5E7830;
	display: block;
	padding: 8px 0 0 10px;
	background-image: url(images/menu_up.jpg);
        }

#menu li a:hover, #menu li #current {
	color: #26370A;
	padding: 8px 0 0 10px;
	background-image: url(images/menu_current.jpg);
        }

#menu li a:active {
	color: #26370A;
	padding: 8px 0 0 10px;
	background-image: url(images/menu_dn.jpg);
        }

/* Content */

#content {
	width: 700px;
	background: #E9EAE2;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#colOne {
	float: left;
	width: 440px;
	margin-top: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	clear: none;
	line-height: 1.2;
}

#colTwo {
	float: right;
	margin-top: 20px;
	width: 190px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#colThree {
	float: right;
	margin-top: 20px;
	width: 190px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	clear: right;
}

#content h2 {
	margin-bottom: 10px;
	font-size: 18px;
	letter-spacing: -1px;
}

#content h3 {
	margin-bottom: 10px;
	font-size: 14px;
	letter-spacing: -1px;
	margin-top: 10px;
}

.img_left {
	margin: 5px;
}

.img_right {
	margin-left: 10px;
}

/* Directions */

#directions {
	line-height: 180%;
	background-color: #6F9F65;
	padding-left: 25px;
	border: 1px solid #666666;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/directions_butterfly.jpg);
	background-repeat: no-repeat;
	background-position: 2px;
}

/* Footer */

#footer {
	width: 700px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #E9EAE2;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#instructions {
	margin-bottom: 10px;
}


#footer p {
	text-align: center;
	padding: 0;
	font-size: 10px;
}

/* Spacer */

#spacer {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 200px;
}

/* News Section */

#content #colTwo #news {
	margin-top: 10px;
}

#newsheadline {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

#newsitem {
	background-color: #CCD7B7;
	border: 1px solid #5E7830;
	padding: 5px;
	margin-bottom: 20px;
	line-height: 1.2;
}

#newsdate {
	font-weight: bold;
}
