/* CSS Document - Copyright Aaron Finley 2006*/

/*------------------------------------------------------
G L O B A L  H T M L  E L E M E N T S
------------------------------------------------------*/

* {
	padding: 0px;
	margin: 0px;
	text-align: left;/* all elements will default to left text alignment unless otherwise specified below */
}

body {
	background-color: #000000;
	margin: 0px; 
	padding-left: 50%;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10px;
	font-weight: normal;	
	color:#000000; /* This color controls the default body font color */

}

h1, h2, h3, h4 {
	/* border: solid 1px blue; REMOVE the border before publishing! Only for seeing div behavior on elements*/
	/* display: inline; */
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 140%;
	margin: 10px 10px 3px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	letter-spacing: -1px;
	text-align: left;	
}

h3 {}

p {
	/* border: solid 1px yellow; REMOVE the border before publishing! Only for seeing div behavior on elements*/
	padding: 0px;
	margin: 0px;
}

blockquote {}

strong {
	font-weight: bolder;
	font-size: 120%;
}

em {
	font-size: 100%;
	font-style: oblique;
}

small {}

ul, ol {}

li {}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #999999;
}
a:hover {
	text-decoration: none;
}

/*------------------------------------------------------
C L A S S E S  &  T E X T  F O R M A T T I N G
-------------------------------------------------------*/

/*
.accessible {
	display: none;
	size: 100%;
}
*/

.topnavlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: lighter;
	color: #000000;
	text-decoration: none;
	letter-spacing: -1px;
}

.topnavlinks a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #666666;
	text-decoration: none;
}

.topnavlinks a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #666666;
	text-decoration: none;
}

.topnavlinks a:hover, .topnavlinks a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #999999;
	text-decoration: none;
}

/*
.image-caption {
	border: solid 1px red; 
	text-align: left;
	margin: 135px 0px 10px 10px;
	display: inline;
	width: 300px;
	font-size: 90%;
	color: #CCCCCC;
}
*/

/*------------------------------------------------------
L A Y O U T  D I V S  --  I D ' S 
------------------------------------------------------*/

#container {
	position: relative;
	/* border: solid 1px red; REMOVE the border before publishing! Only for seeing div behavior on elements*/
	width: 800px;
	height: auto;
	margin-left: -400px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	padding: 0px;
	background-color: #FFFFFF;
}

#aaronfinley-logo {
	position: relative;
	/* border-bottom: 1px solid #666666; */
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	height: 58px;
	width: 800px;
	display: block;
	background-image: url(../images/aaron-finley-logo.gif);
	background-position: top left;
	background-repeat: no-repeat;

}

#nav1 {
/* 	border: 1px solid green; */
	width: 125px;
	padding-left: 20px;
	margin-bottom: 6px;
	display: block;
	float: left;
	text-align: left;
}

#nav2 {
/* 	border: 1px solid violet; */
	width: 125px;
	display: block;
	float: left;
	text-align: left;
}

#nav3 {
/* 	border: 1px solid blue; */
	width: 125px;
	display: block;
	float: left;
	text-align: left;
}

#nav4 {
/* 	border: 1px solid pink; */
	width: 125px;
	display: block;
	float: left;
	text-align: left;
}

#content {
	/* border: 1px solid violet; REMOVE the border before publishing! Only for seeing div behavior on elements*/
	border-top: 1px solid #666666;
	padding: 0px;
	width: 800px;
	clear: both;
}

#content p {
	/* border: 1px solid orange; REMOVE the border before publishing! Only for seeing div behavior on elements*/
	display: block;
	font-size: 120%;
	margin: 0px;
}

#homepage-image {
	border-bottom: 1px solid #666666;
	position: relative;
	width: 800px;
	height: 165px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/congress-bats-austin2.jpg);
	background-position: bottom left;
	background-repeat: no-repeat; 
}

#homepage-image p {
	font-size: 90%;
	color: #CCCCCC;
	text-align: left;
	display: block;
	padding: 130px 0px 0px 10px;
}

#body-copy p {
	/* border: 1px solid orange; REMOVE the border before publishing! Only for seeing div behavior on elements*/
	display: block;
	font-size: 120%;
	margin: 0px 10px 12px 10px;
}


#footer {
	/* border: solid 1px teal; REMOVE the border before publishing! Only for seeing div behavior on elements*/
	position: relative;
	height: 100px;
	width: 800px;
	background-image: url(../images/footer-btm-rt-corner.gif);
	background-position: bottom right;
	background-repeat: no-repeat;

}

#footer p {
	/* border: solid 1px teal;*/
	display: block;
	width: 700px;
	margin: 0px;
	padding: 55px 10px 0px 10px;
	/*border: 1px solid green;*/
}

#footer p img {
	border: none;
}

#footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #666666;
	text-decoration: none;
}

#footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #666666;
	text-decoration: none;
}

.topnavlinks a:hover, .topnavlinks a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #999999;
	text-decoration: none;
}

#copyright h1{
	/*border: 1px solid green;*/
	display: block;
	position: absolute;
	left: 88%;
	width: 145px;
	top: 98%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: lighter;
	color: #666666;
	
}

/*------------------------------------------------------
L E V E L  - 2 -  E L E M E N T S
------------------------------------------------------*/

#level2-content {
	/* border: 1px solid violet; REMOVE the border before publishing! Only for seeing div behavior on elements*/
	border-top: 1px solid #666666;
	padding: 0px;
	width: 800px;
	clear: both;
}

#level2-content p {
	/* border: 1px solid orange; REMOVE the border before publishing! Only for seeing div behavior on elements*/
	display: block;
	font-size: 120%;
	margin: 0px;
}

#body-copy p {
	/* border: 1px solid orange; REMOVE the border before publishing! Only for seeing div behavior on elements*/
	display: block;
	font-size: 120%;
	margin: 0px 10px 12px 10px;
}
