/*****************************/ /*** Core html setup stuff ***/
	/*****************************/
body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	background-color: #762124;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

body a:link {
	color: #FFFFFF;
}

body a:visited {
	color: #EEEEEE;
}

body a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

form {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

.center_text {
	text-align: center;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.error {
	color: #880000;
	text-align: center;
}

div.componentheading {
	display: none;
}

h1,h2,h3,h4 {
	font-weight: bold;
	margin: .5em 0px .25em 0px;
}

h1 {
	font-size: 2em;
	color: #762124;
	margin: 0px 0px .5em 0px;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.25em;
}

h4 {
	font-size: 1em;
}

p {
	margin: .25em 0px;
	line-height: 1.25em;
}

/*****************************************/
	/*** Template specific layout elements ***/
	/*****************************************/
div.master_body {
	width: 800px;
	padding: 0px 19px;
	margin: 0 auto;
	color: #000000;
	text-align: left;
	background: url('../images/background.jpg') top center repeat-y;
}

div.master_body_footer_image {
	background-image: url('../images/background_bottom.jpg');
	background-repeat: no-repeat;
	height: 12px;
	width: 838px;
	margin: 0 auto;
}

div.master_body_footer {
	width: 99%;
	padding: 5px;
	font-size: 8pt;
	background-color: #762124;
	text-align: center;
	color: #FFFFFF;
}

div.master_header {
	background-color: #FFFFFF;
}

div.master_header_logo img {
	border: 0;
}

div.master_top_nav_container {
	background-color: #c3dee0;
}

form.master_search {
	float: right;
}

form.master_search input {
	width: 150px;
	height: 12px;
	font-size: 8pt;
}

form.master_search button {
	cursor: pointer;
	width: 26px;
	height: 18px;
	border: 0;
	margin-left: 2px;
}

form.master_search button:hover {
	cursor: pointer;
	width: 26px;
	height: 18px;
	border: 0;
	margin-left: 2px;
	color: #444444;
}

div.master_content {
	background-color: #C2DEDF;
	width: 800px;
}

div.master_content a:link {
	color: #0060a8;
}

div.master_content a:visited {
	color: #762123;
}

div.master_content a:hover {
	color: #0060a8;
	text-decoration: none;
}

div.master_news {
	clear: both;
	background-color: #FFF;
	border: 1px solid #000000;
	padding: 20px 20px 10px 20px;
}

div.master_news_header {
	font-size: 14pt;
	color: #09367a;
}

div.master_news	a:link {
	font-size: 8pt;
	color: #9f2f3b;
	text-decoration: none;
}

div.master_news	a:visited {
	font-size: 8pt;
	color: #9f2f3b;
	text-decoration: none;
}

div.master_news	a:hover {
	font-size: 8pt;
	color: #9f2f3b;
	text-decoration: none;
}

div.master_news	span {
	color: #09367a;
}

div.news_box {
	border: #762123 1px solid;
	margin: 20px 0px 20px 30px;
	width: 250px;
	background: #ffffff;
	font-size: 10pt;
	font-weight: bold;
}

div.news_title {
	font-weight: bolder;
	font-size: 13pt;
	background: url(../images/top_nav_bg.gif) top left repeat-x;
	color: #ffffff;
	text-align: center;
	padding: .25em 0px;
}

/* Body */
div.page_content_header {
	padding-top: 25px;
}

div.page_content_header_title {
	color: #762123;
	font-size: 16pt;
	font-weight: bolder;
}

div.page_content_header_title_home {
	color: #762123;
	font-size: 18pt;
	font-weight: bolder;
}

div.page_content_header_title a:link {
	color: #FFFFFF;
	text-decoration: none;
}

div.page_content_header_title a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

div.page_content_header_title a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

div.page_content_body_nav {
	color: #a52e2a;
	padding-bottom: 10px;
	margin: 10px 20px;
	text-align: center;
	border-bottom: 1px dotted #a52e2a;
}

div.page_content_body_nav a:link {
	color: #a52e2a;
	text-decoration: none;
}

div.page_content_body_nav a:visited {
	color: #a52e2a;
	text-decoration: none;
}

div.page_content_body_nav a:hover {
	color: #a52e2a;
	text-decoration: underline;
}

div.page_content_body {
	padding: 0px 20px 20px 0px;
}

div.page_content_body td {
	font-size: 8pt;
}

div.page_body_home {
	padding-left: 50px;
	background-image: url('../images/background_fancy.gif');
	background-repeat: repeat-y;
	background-repeat: repeat-y;
}

div.page_body {
	padding-left: 50px;
}

div.page_left {
	float: left;
	width: 430px;
	padding-top: 20px;
}

div.page_right {
	text-align: center;
	margin-left: 430px;
}

div.page_full {
	float: left;
	width: 700px;
	padding-bottom: 50px;
}

div.home_image_left {
	float: left;
}

div.home_image_right { /* This DIV doesn't appear in the template */
	float: left;
	padding: 15px 0px 0px 20px;
}

div.home_text {
	height: 145px;
}

div.home_pic {
	padding-top: 20px;
}

/* Nomination Form */
table.nomination_form {
	color: #000000;
}

table.nomination_form td {
	padding: 4px;
}

td.nomination_form_title {
	font-size: 12pt;
	font-weight: bolder;
	color: #9f2f3b;
	text-align: left;
}

td.nomination_form_label {
	font-size: 11pt;
	text-align: right;
}

/* Vote Module */
div.vote_option {
	width: 150px;
	height: 175px;
	float: left;
	padding: 20px;
	margin: 10px;
	text-align: center;
	border: 1px solid;
}

div.vote_option_wide {
	width: 100%;
	padding: 10px;
}

input.vote_option_button {
	width: 47px;
}

div.vote_image_box {
	width: 100px;
	height: 120px;
	background-color: #FFFFFF;
	border: 1px solid;
	margin: 3px auto;
	overflow: hidden;
	clear: both;
}

div.vote_nominee_name:hover {
	height: 100%;
	color: #0060a8;
	text-decoration: none;
}

.vote_submit {
	padding-top: 20px;
	text-align: center;
}

/* Profile Module */
div.profile_details {
	padding: 10px;
}

div.profile_image {
	width: 150px;
	height: 150px;
	background-color: #CCCCCC;
	border: 1px solid;
}

div#sample_nom {
	position: absolute;
	border: solid 3px #762124;
	background: #fff;
	padding: 1em;
	z-index: 100;
}

div#sample_nom div {
	height: 400px;
	overflow: scroll;
	padding-right: 1em;
	margin-right: -1em;
}

div#blackout {
	position: absolute;
	background: #999;
	z-index: 2;
	top: 0;
	left: 0;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

div.hide {
	display: none;
}

div.show {
	display: block;
}

ul.sample_reasons li {
	padding: 0px 0px 1em 0px;
}

table#banquet_schedule {
	border: 1px solid #762124;
	background: #E0EFEF;
	margin-bottom: 2em;
}

table#banquet_schedule th {
	padding: .25em .5em;
	background: #762124;
	color: #fff;
}

table#banquet_schedule td {
	padding: .25em .5em;
	vertical-align: top;
	border-top: 1px dotted #666;
}

div.honoree_photo {
	padding: 1em 0;
	clear: left;
	overflow: hidden;
	border-bottom: 1px dotted #762124;
}

div.honoree_photo img {
	float: left;
	margin-right: 1em;
}

ul.honorees2008 {
	margin-left: 2em;
	padding-left: 0px;
}

ul.honorees2008 li {
	margin-bottom: .5em;
}

ul.honorees2008 span.company {
	font-style: italic;
	font-size: .8em;
}
div#honorees img	{
	margin-top:2em;
}

div.attachmentsList table {
	border: 0;
	border-spacing: 0;
	border-collapse: collapse; 
}

div.attachmentsList table caption {
	display: none;
}

div.attachmentsList table th {
	font-size: 9pt;
	display: none;
}

div.attachmentsList table tr.odd {
	background-color: #D5E7E7;
}

div.attachmentsList table tr.even {
	background-color: #E2DDB5;
}

div.attachmentsList table td {
	padding: 4px;
}