/* CSS Document */


/* 
------------------------------------------------------------------
global
------------------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
} 
body {
	background: #012236 url(images/background_slice.png) repeat-x;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
}


/* 
------------------------------------------------------------------
header tags
------------------------------------------------------------------
*/

#header h1 {
	font-family: "Gill Sans", "Gill Sans MT", Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	color: #BCC9D6;
	margin: 0 12px 0 0;
}
#header h2 {
	display: inline;
	font-family: "Gill Sans", "Gill Sans MT", Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #BCC9D6;
}
#content h3 {
	font-family: "Gill Sans", "Gill Sans MT", Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	background-color: #7C99AE;
	color: #FFF;
	padding: 2px 20px;
	margin: 0 0 12px 0;
}
h4 {
	font-family: "Gill Sans", "Gill Sans MT", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #012236;
	padding: 12px 0;
}


/* 
------------------------------------------------------------------
#content (contains header and posts)
------------------------------------------------------------------
*/

#content {
	width: 650px;
	float: left;
}


/* 
------------------------------------------------------------------
#header
------------------------------------------------------------------
*/

#header {
	width: 900px;
	padding: 40px 0 0 0;
}
#header a:link,
#header a:visited,
#header a:active {
	color: #BCC9D6;
	text-decoration: none;
}
#header a:hover {
	color: #C06600;
	text-decoration: underline;
}


/* 
------------------------------------------------------------------
#posts
------------------------------------------------------------------
*/

#posts {
	background-color: #FFF;
	float: left;
	margin: 10px 0 0;
	width: 100%;
}
#posts a:link,
#posts a:visited,
#posts a:active {
	background-color: #DDE4EA;
	color: #012236;
	padding: 1px;
	text-decoration: none;
}
#posts a:hover {
	background-color: #C06600;
	color: #FFF;
	padding: 1px;
	text-decoration: none;
}
#posts h3 a:link,
#posts h3 a:visited,
#posts h3 a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #7C99AE;
}
#posts h3 a:hover {
	color: #FFF;
	text-decoration: underline;
	background-color: #7C99AE;
}
.excerpt {
	clear: both;
	padding: 0 20px 40px 20px;
	font-size: 13px;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #012236;
}
.excerpt ul,
.excerpt ol,
.excerpt p {
	margin: 10px 0;
}
.excerpt ul, .excerpt ol {
	margin: 0 0 0 20px;
}
#agenda .excerpt {
	padding-bottom: 30px;
}
#hotel .excerpt {
	padding-bottom: 97px;
}
#registerpage .excerpt {
	padding-bottom: 119px;
}
#chair .excerpt {
	padding-bottom: 213px;
}
blockquote {
	color: #666;
	padding: 5px 20px;
}
.opensoon {
	background-color: #FFC;
	border: 1px solid #C3C3C3;
	padding: 10px;
}


/* 
------------------------------------------------------------------
#sidebar
------------------------------------------------------------------
*/

#sidebar {
	float: right;
	width: 250px;
	padding: 5px 0 10px 0;
	margin: 10px 0 12px 0;
	background: url(images/drop_shadow.png) repeat-y left center;
	background-color: #BCC9D6;
}
#sidebar h4,
#sidebar ul,
#sidebar form {
	padding: 5px 10px;
}
#navigation {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#navigation li {
	padding: 2px;
	margin: 1px;
	padding-left: 24px;
	background: #DDE4EA url(images/post.png) no-repeat left top;
}
#navigation li a:link,
#navigation li a:visited, 
#navigation li a:active {
	color: #012236;
	text-decoration: none;
}
#navigation li a:hover {
	color: #C06600;
}
#sponsors {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}
#sponsors li {
	padding: 0 0 8px 0;
	margin: 0;
}
.sponsorlogo {
	border: 0;
}
#afrl {
	float: left;
}
#aptima {
	float: right;
}
#cra {
	clear: right;
	float: right;
}
#register {
	font-size: 24px;
	text-align: center;
	padding: 24px;
	margin: 2px 8px;
	background: #012236 url(images/background_slice.png) repeat-x;
}
#register a {
	font-family: "Gill Sans", "Gill Sans MT", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #BCC9D6;
}
#register a:link,
#register a:visited,
#register a:active {
	text-decoration: none;
}
#register a:hover {
	color: #C06600;
}
#eventinfo {
	font-family: "Gill Sans", "Gill Sans MT", Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #012236;
	padding: 12px;
}


/* 
------------------------------------------------------------------
#footer
------------------------------------------------------------------
*/

#footer {
	font-family: "Gill Sans", "Gill Sans MT", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #BCC9D6;
	clear: both;
	padding: 8px 0 24px 0;
}
#footer a:link,
#footer a:visited,
#footer a:active {
	color: #BCC9D6;
	text-decoration: none;
}
#footer a:hover {
	color: #C06600;
	text-decoration: underline;
}


/* 
------------------------------------------------------------------
#table
------------------------------------------------------------------
*/

#agendaTable {
	width: 600px;
	margin: auto;
	border-collapse: collapse;
	border-spacing: 0px;
	border-width: 1px;
	vertical-align: top;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #012236;
}

#agendaTable .agenda1 {
	width: 13%;
	vertical-align: top;	

}

#agendaTable .agenda2 {
	width: 13%;
	vertical-align: top;	
}

#agendaTable .agenda3 {
	width: 24%;
	vertical-align: top;	

}

#agendaTable .agenda4 {
	width: 50%;
	vertical-align: top;
}
