/* CSS Document */
/* Branch Associates Conference Registration */



a:link { color: #000000; text-decoration: underline; }
a:hover { color: #1A6491; }
a:visited { color: #000000; text-decoration: underline; }

body {
	margin: 0px;
	background-color: #3f474a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1 {
	color: #363636;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	display: block;
	width: 570px;
	padding: 2px 0px;
	margin: 0px;
}

h2 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
}

.boldblack {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 17px;
}

.brown {
	font-weight: bold;
	color: #E66E00;
}

h2 a:hover { 
	cursor: pointer; 
}

h3 {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

h3 a:hover { 
	cursor: pointer; 
}

img { 
	border: none; 
	padding: 0px; 
	margin: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
}

li.main_list { 
	list-style-type: none; 
	margin-top: 10px; 
	padding: 0px;
}

li.main_list a {
	display: block;
	background: url('images/white-space.gif') 5px 0px repeat-y #e2eef6;
	border: 5px solid #e2eef6;
	color: #000000;
	text-decoration: none;
}

html>body li.main_list a {
	background: url('images/white-space.gif') 0px 0px repeat-y #e2eef6;
}

li.main_list a:hover {
	background: url('images/white-space.gif') 5px 0px repeat-y #9ec7ed;
	border: 5px solid #9ec7ed;
	color: #000000;
	cursor: pointer;
}

html>body li.main_list a:hover {
	background: url('images/white-space.gif') 0px 0px repeat-y #9ec7ed;
}

div#body_container {
	width: 530px;
	height: auto;
	padding: 20px;
	background-color: #ffffff;
}

div#body_container p {
	color: #363636;
}
	
div#content_container {
	width: 570px;
	height: auto;
	background-color: #9ec7ed;
	padding: 0px 5px 5px 5px;
}

div#footer {
	background-color: #f6ebd6;
}

div#main_container {
	width: 580px;
	height: auto;
	margin-left: -290px;
	position: relative;
	left: 50%;
	background-color: #f6ebd6;
}

div#page_header {
	width: 100%;
	height: 65px;
}

div#header_logo {
	margin:0px 0px 0px 15px;	
}

div#header_date {
	margin:-10px 15px 25px 0px;
	float:right;	
}

div.clear { 
	clear: both; 
	height: 0px;
	padding-top: 1px;
	font-size: 1px; 
}

li.conf_info {
	list-style-type: none;
	display: none;
	margin-top: 10px; 
	visibility: hidden;
	border: 5px solid #9ec7ed;
}

li.conf_info a {
	display: inline;
	background: none;
	border: none;
	color: #000000;
	text-decoration: underline;
}

li.conf_info a:hover {
	background: none;
	border: none;
	color: #1A6491;
	text-decoration: underline;
}
	
div.footerLink {
	color: #3F474A;
	font-size: 9px;
	margin:0px 15px 0px 0px;
	padding: 4px 2px 0px 0px;
	width: 230px;
	text-align: right;
	float: right;
}

div.footerLink a:link {
	text-decoration: none;
	color: #3F474A;
}
	
div.footerText {
	color: #3F474A;
	font-size: 9px;
	margin:10px 0px 0px 15px;
	padding: 4px 0px 0px 2px;
	width: 345px;
	float: left;
}

div.item_header { 
	height: auto;
	padding: 10px 0px 10px 10px;
	width: 425px;
	display: table;
}

div.item_header a:hover {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}
	
div.logo {
	width: 80px;
	height: auto;
	float: left;
	margin:0px 0px 0px 0px;
	background-color: #ffffff;
}

span.hotel {
	font-weight: bold;
	color: #000000;
}

ul.conf_buttons {
	padding-top: 10px;
	margin: 0px;
	text-align: right;
	width:100%;
}

ul.conf_buttons li {
	list-style: none;
	line-height: 30px;
 	margin: 0px 5px 0px 5px; 
	padding: 0px 0px 0px 0px;
	display: inline;	
}

ul.conf_buttons li a {
	padding: 4px 8px;
	color: #3f474a;
	font-weight: bold;
	background-color: #9ec7ed;
	text-decoration: none;
	text-transform: uppercase;
}

ul.conf_buttons li a:hover {
	color: #9ec7ed;
	background-color: #3f474a;
}

breakbutton 
{
	margin: 1em 0;
}