/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px 0px 5px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg.gif);
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	text-align: left;
	color: #666666;
}
/* Redefines the p tag */
p {
	font-size: 12px;
	line-height: 16px;
	margin-right: 35px;
	margin-left: 35px;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
}

h1 {
	color: #FFFFFF;
	margin-bottom: 10px;
	padding: 6px;
	margin-top: 0px;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #103869;
	margin-right: 1px;
}
h2 {
	font-size: 14px;
	color: #E91706;
	margin-left: 30px;
	margin-bottom: 10px;
	margin-right: 30px;
	margin-top: 0px;
	text-transform: uppercase;
	background-color: #F9F9F9;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
}
h3 {
	font-size: 12px;
	color: #234F6F;
	margin-left: 35px;
	margin-bottom: 5px;
	margin-right: 35px;
	margin-top: 0px;
	text-transform: uppercase;
	border-bottom: 1px solid #eeeeee;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #EF2408;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: url(images/header-cody-mccasland.gif) no-repeat;
	position: relative;
	width: 549px;
	height: 233px;
	margin: 0px;
	padding: 0px;
	float: right;
}
div#header img.donations {
	position: absolute;
	left: 0px;
	top: 0px;
}

div#left {
	clear: left;
	float: left;
	width: 221px;
}
div#left img {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
div#left img.cody {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div#links {
	padding: 0px 15px 15px;
}
div#links img {
	border: 1px solid #072D59;
	margin-bottom: 5px;
}

div#links a:link, div#links a:visited {
	color: #A2C8EE;
	font-weight: normal;
	text-decoration: none;
}

div#links a:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}



/* Creates the div container for the site. */
div#container {
	background: url(images/contentbg.gif) repeat-y;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Creates the div for the content */
div#content {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 549px;
}

div#content img {
	text-align: left;
}
div#content img.buttons {
	margin-left: 25px;
	margin-bottom: 25px;
}


/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 5px 0px;
	width: 770px;
	background-color: #E91706;
	color: #FFFFFF;
	font-size: 9px;
	text-align: center;
}
div#footer a:link, div#footer a:visited {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
div#footer a:hover {
	text-decoration: underline;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #66A5E3;
	margin: 10px auto 0px;
	padding: 0px;
	width: 770px;
}
div#copyright img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div#copyright a {
	font-size: 11px;
	color: #66A5E3;
	text-decoration: underline;
	font-weight: bold;
}

/* ----------------- left NAVIGATION ----------------- */

div#nav {
	position: absolute;
	width: 241px;
	top: 58px;
	right: 0px;
}

ul#nav {
	margin: 0px;
	padding: 0px;
}
ul#nav li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul#nav li a:link, ul#nav li a:visited, ul#nav li a:active {
	display: block;
	border-bottom: 1px solid #1C4462;
	color: #FFFFFF;
	text-decoration: none;
	font: 10px Arial, Helvetica, sans-serif;
	padding: 3px 0px 2px;
	text-transform: uppercase;
	text-align: center;
}
ul#nav li a:hover {
	background-color: #F55608;
}

ul#nav li a.current:link, ul#nav a.current:visited {
	background: #E91706;
}

ul#list {
	font-size: 12px;
	color: #999999;
	margin-left: 70px;
	margin-bottom: 20px;
	margin-right: 0px;
	padding: 0px;
	margin-top: 0px;
}

ul#list li {
	margin-bottom: 5px;
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(images/bullet.gif);
}

.clear {
	clear: both;
}

.name {
	font-weight: bold;
	color: #EF2408;
}
div#flash {
	background-image: url(images/flash.jpg);
	background-repeat: no-repeat;
	height: 98px;
	width: 549px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #E91706;
	background-color: #FFFFFF;
}
iframe.map {
	border: 1px solid #999999;
	margin-bottom: 20px;
	margin-left: 30px
}

iframe {
	margin-left: 30px;
	margin-top: -20px;
}
div#content img.heading {
	text-align: left;
	margin-bottom: 5px;
}
div#centerbg {

	background: url(images/centerbg.gif) repeat-y center;
	width: 786px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
iframe.calendar {
	margin-left: -10px;
	margin-top: -20px;
}
iframe.scrapbook {

	margin-left: -10px;
	margin-top: -20px;
}
div#att {
	font-size: 12px;
	line-height: 16px;
	margin-right: 35px;
	margin-left: 35px;
	margin-bottom: 20px;
	padding: 10px;
	margin-top: 0px;
	color: #639EDC;
	border: 1px solid #D4E9FF;
	font-weight: bold;
}
div#att a:link, div#att a:visited {
	color: #639EDC;
}
div#att a:hover {
	color: #F13D08;
}
