/* airbornedance.org CSS Document */
* {	
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	min-width: 720px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000 ;
}

#wrapper {
	width: 720px;
	margin: 0 auto;
	text-align: left;
	background: #FFF url(/images/wrapper_bg.jpg) repeat-y top left;
}

#content {
	padding-top: 10px;
	padding-bottom: 20px;
/*	height: 60px;
	background: transparent url(/ee_templates/images/content_top_2col.jpg) no-repeat top left;*/
}

.primaryContent {
	float: left; 
/*	width: 440px; */
	width: 680px;
	padding-bottom: 20px;
}

.secondaryContent {
	float: right;
	width: 200px;
}

#homeWrapper {
	width: 720px;
	margin: 0 auto;
	text-align: left;
	background: #FFF url(/images/wrapper_bg.jpg) repeat-y top left;
}

#threecol {
	clear: both;
/*	height: 30px; */
	width: 720px;
	margin-top: 1.8em;
/*	background: transparent url(/ee_templates/images/threecol_top.jpg) no-repeat top left; */
}

body#home #content {
	padding-top: 10px;
/*	height: 60px; */
/*	background: transparent url(/ee_templates/images/content_top.jpg) no-repeat top left; */
}

body#home .primaryContent {
	padding-bottom: 10px;
	width: 680px;
}

body#home .secondaryContent {
	float: left;
	width: 240px;
	padding-bottom: 20px;
}

a:link {
	text-decoration: underline;
	color:#bb0329;
	}
	
a:visited {
	text-decoration: underline;
	color:#666;
	}
	
a:hover {
	color:#bb0329;
	}

h1 {
	width: 720px;
	height: 269px;
	position: relative;
	font-size: 1.3em;
}

h1 span {
	background: #FFF url(/images/airborne_header.jpg) no-repeat top left;
	position: absolute;
	width: 100%;
	height: 100%;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: .8em;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000;
	margin: 0 20px .6em 20px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.1em;
	color: #bb0329;
	line-height: 1.4em;
	margin: 1em 20px .5em 20px;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: .8em;
	text-transform: uppercase;
	color: #666;
	margin-bottom: .6em;
	margin: 0 20px .5em 20px;
}

p {
	font-size: .8em;
	line-height: 140%;
	margin: 0 20px .7em 20px;
}

li {
	font-size: .8em;
	line-height: 140%;
	margin: 0 20px .7em 40px;
}

blockquote {
	margin: 0 30px .7em 40px;
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
}


.twoColumn {
	width: 440px;
}

.new_section {
	margin-top: 1.8em;
	clear: both;
}

.small {
	font-size: .7em;
}

strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #666;
	font-size: 1.1em;
}

p.intro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	color: #bb0329;
	margin: 0 20px .8em 20px;
}

h2.intro {
	font-size: 1.3em;
	text-transform: none;
	letter-spacing: 0;
	margin: 0 20px .8em 20px;
}

.secondaryContent ul {
	margin-bottom: 30px;
}

.secondaryContent li {
	list-style-type: none;
}

#primaryNav {
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

#primaryNav ul {
	width: 720px;
	height: 25px;
	padding-top: 7px;
}

#primaryNav li {
	float: left;
	list-style-type: none;
	margin-left: 15px;
}

#primaryNav a {
	text-decoration: none;
	height: 27px;
	padding-top: 2px;
	color: #333;
}

#primaryNav a:hover {
	color: #bb0329;
}

body#home #primaryNav_home a {
	color: #bb0329;
}

body#section_about #primaryNav_about a {
	color: #bb0329;
}

body#section_background #primaryNav_background a {
	color: #bb0329;
}

body#section_programs #primaryNav_programs a {
	color: #bb0329;
}

body#section_calendar #primaryNav_calendar a {
	color: #bb0329;
}

body#section_bio #primaryNav_bio a {
	color: #bb0329;
}

#lead {
	margin: 0 10px 20px 20px;
}

img {
	border: 5px solid #666;
}

.portrait {
	float: right;
	margin: 0 10px 10px 20px;
}

p.photo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .7em;
	margin-left: 0;
}

#footer {
	clear: both;
	font-size: .9em;
	padding-top: 5px;
	height: 30px;
	text-align: left;
	width: 720px;
	margin-bottom: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	background: #000 url(/images/an_ID_creation.gif) no-repeat 5px right;
}

#footer p.copyright{
	float: left;
	margin-left: 0px;
	margin-top: 5px;
}

#footer a.credits{
	height: 30px;
	width: 100px;
	text-indent: -9999px;
	line-height: 0px;
	float: right;
}