* {
	margin:0;
	padding:0;
}

hr {
	display: none;
}

body {
	background: #fff;
	font-size: 85%;	
}

form {
	display: inline;
}

img {
	border: none;
}

a {
	color: #1B3A6F;
}

a:hover {
	color: #000;
}

.message {
	padding: 10px 0 10px 0;
	margin: 0;
	font-weight: bold;
}

pre {
	display: block;
	float: left;
	width: 100%;
	clear: both;
	background-color: #eaeaea;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

div.input_message {
	width: 770px;
	padding: 5px;
	float: left;
	clear: both;
	background-color: #ffffdd;
	border: 1px solid #C5D4EB;
	color: #000;
	margin: 0 0 15px 0;
}

.error, .error_message {
	color: #F1207B;
	clear: both;
	font-weight: bold;
}

#flashMessage {
	background: #63BF53;	
	border: 1px solid #66cc33;
	padding: 10px;
	margin: 0 0 15px 0;
	color: #fff;
}

#errorMessage {
	background: #E2147F;	
	padding: 10px;
	margin: 0 0 15px 0;
	color: #fff;
	font-weight: bold;	
}

#neutralMessage {
	background-color: #ffffdd;	
	border: 1px solid #4F4800;
	padding: 10px;
	margin: 0 0 15px 0;
}

#data {
	background-color: #eaeaea;
	clear: both;
	float: left;
	width: 100%;
}

.event_submod {
	padding: 10px;
	float: left;
	width: 320px;
	border-bottom: 2px solid #eaeaea;
}

img.delete{
	float: right;
}

img.add{
	vertical-align: sub;
}

.inner_form_wrap img{
	vertical-align: sub;
}

.extraextralarge { 
	width: 450px;
}

.extralarge { 
	width: 400px;
}

.large { 
	width: 300px;
}

.mediumlarge { 
	width: 250px;
}

.medium {
	width: 200px;
}

.mediumsmall { 
	width: 150px;
}

.small { 
	width: 100px;
}

.kindasmall { 
	width: 75px;
}

.extrasmall { 
	width: 50px;
}

.extraextrasmall { 
	width: 15px;
}

.required {
	color: #EF0069;
}

.left_column {
	float: left;
	width: 50%;
}

.right_column {
	float: left;
	width: 50%;	
}

/*----- HEADER -------*/

#meta {
	width: 100%;
	float: left;
	clear: both;
	background: #181818;
	padding: 2px 0 2px 0;
}

#header_wrap {
	width: 100%;
	float: left;
	clear: both;
	background: #FFF;
	font-family: arial, sans-serif;	
}

#header_wrap h1{
	font-size: 90%;	
}

#header_wrap h1 a{
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;	
	background: #1B3A6F;
	padding: 15px;
}

#header {
	width: 765px;
	float: left;
	padding: 75px 0 30px 75px;
}

/*--------------------------- TOPNAV ---------------------------*/

div#topnav {
	clear: both;
	text-align: left;
	width: 100%;
	padding: 0;
	float: left;	
	font-family: arial, sans-serif;
	font-size: 85%;
}

#topnav ul{
	list-style: none;
	margin: 0 0 0 75px;
	text-transform: uppercase;
	display: block;
	float: left;
	width: 925px;
	border-bottom: 2px solid #000;
	padding: 0 0 15px 0;
}

#topnav ul li{
	float: left;
    background: #fff;
}

#topnav ul li.selected{
	float: left;
    background: #fff;	
}

#topnav ul li a{
	display: block;
	color: #5F5F5F;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 0 20px 0 0;
	min-width: 50px;	
}

#topnav ul li a:hover{
	color: #1B3A6F;
}

#topnav ul li a.selected{
    background: #fff;	
	color: #1B3A6F;
	font-weight: bold;
}

/*----- CONTENT -------*/

#content_wrap {
	width: 1000px;
}

#content {
	width: 625px;
	float: left;
	font-family: arial, sans-serif;
	color: #333;
	background: #fff;
	padding: 25px 0 25px 75px;
	line-height: 125%;
}

#content p, #content ul, #content li, #content h1, #content h2, #content h3, #content h4{
	padding: 0 0 15px 0;
}

#content h3.form_header {
	padding: 15px 0 5px 0;
	clear: both;
	float: left;
	display: block;
	margin: 15px 0 0 0;
}

#content h2.order_header {
	background: #FFB87F;
	padding: 2px 0 2px 0;
	clear: both;
	margin: 0 0 15px 0;
	float: left;
	width: 100%;
	font-size: 100%;
}

#content table, #content #published_items {
	clear: both;
	width: 100%;
	border: 0;
	margin: 0 0 25px 0;
}

#content .event_date{
	font-weight: bold;
	font-size: 125%;
}

#content .event_mod {
	float: left;
	width: 100%;
}

#content .event_time {
	float: left;
	width: 25%;
}

#content .event_detail {
	float: left;
	width: 75%;
}

#content .event_name {
	font-weight: bold;	
}

#content #location {
	width: 170px;
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #C5D4EB;
	background-color: #DFEBFF;
	padding: 10px;
}

#content .conference_mod {
	float: left;
	padding: 15px 0 0 0;
	border-bottom: 1px dotted #666;
	width: 100%;
	clear: both;
}

#content .conference_description {
	padding: 0 0 15px 0;
}

#content .title {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 100%;
}

#content h2 {
	font-size: 100%;
	color: #000;
	text-transform: uppercase;
	padding: 5px 0 15px 0;
}

#content h3 {
	font-size: 100%;
	padding: 0;
	line-height: 125%;
}

#content h3 a {
	color: #000;
	text-decoration: none;
}

#content h3 a:hover {
	color: #1B3A6F;
}

#content table.registration_table {
	border-bottom: 1px dotted #666;
	padding: 15px 0 15px 0;
	margin: 0;
}

#content form {
	padding: 0;
	margin: 0;
}

#content th{
	background: #eaeaea;
	color: #666;
}

#content table.cart td{
	padding: 15px 0 15px 0;
	border-bottom: 1px dotted #666;
}

#content .column {
	width: 250px;
	display: block;
	float: left;
	padding: 10px;	
	margin: 0 10px 0 0;
}

#content .data td{
	padding: 10px;
	border-bottom: 1px dashed #ccc;
}

#content ol {
	padding: 15px 0 0 20px;
}

#content #cc{
	float: left;
	width: 450px;
	background-color: #eaeaea;
	margin: 0 0 30px 0;
}

#content .header{
	display: block;
	width: 100%;
	float: left;
	clear: both;
	text-transform: uppercase;
	padding: 0 0 15px 0;
}

/*----- SIDE NAV -------*/


#side_nav {
	width: 250px;
	float: right;
	padding: 25px 0 25px 0;
	font-family: arial, sans-serif;	
	color: #4F4F4F;
	background: #fff;
	font-size: 90%;
}

#side_nav .nav_mod{
	width: 230px;
	float: left;
	margin: 0 0 15px 0;
	padding: 10px;
	background: #eaeaea;
}

#side_nav ul {
	list-style: none;
}

#side_nav ul li{
	margin: 0 0 15px 0;
	padding: 5px;
}

#side_nav h3 {
	padding: 2px;
	margin: 0 0 5px 0;
	color: #666;
	font-size: 100%;
	text-transform: uppercase;
}

#side_nav p {
	padding: 0 0 5px 0;
}

/*----- FOOTER -------*/

#footer {
	width: 700px;
	clear: both;
	float: left;
	font-size: 80%;
	font-family: arial, sans-serif;	
	color: #666;
}

#footer p {
	padding: 0 0 15px 75px;
}

.cakeSqlLog {
	float: left;
	width: 100%;
	font-size: 80%;
}

/*--------------------------- FORMS ---------------------------*/

#content .mod {
	width: 100%;
	padding: 5px 0 5px 0;
	clear: both;
	color: #000;
}

#content label {
	display: block;
	padding: 0 0 3px 0;
	width: 100%;
	font-weight: bold;
	text-align: left;
	clear: both;
}

#content .mod b, #content .required_field {
	font-size: 120%;
	color: #EF0069;
}

.InPlaceForm {
	display: inline;
}

#beta form..InPlaceForm {
	display:inline;
	padding: 0;
	margin: 0;
}

#beta .InPlaceForm input {
	width: 70px;
}

#content div.inner_form_wrap {
	float: left;
	width: 410px;
	clear: both;
	background-color: #eaeaea;
	padding: 10px;
}

#content div.mod div.left_column {
	float: left;
	width: 50%;
}

#content div.mod div.right_column {
	float: left;
	width: 50%;	
}

#content div.mod div.smallcolumn {
	float: left;
	width: 20%;	
}

#content div.submit {
	float: left;
	width: 100%;
	border-bottom: 1px solid #C5D4EB;	
	clear: both;
	padding: 10px 0 10px 0;
}

#content div.submit .signin{
	float: left;
}

#content div.submit a{
	padding: 0;
	margin: 0;
	float: right;
}

#signin {
	float: left;
	width: 431px;
}
