@charset "UTF-8";
/* CSS Document */
* {
	margin: 0; 
	padding: 0;
}

body {
	font: 12px Helvetica Neue, Arial, Helvetica, sans-serif;
	background: url(/images/bg_stone.jpg) repeat-x top right #ce9547;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a {
	color: #4f0000;	
}
	
/* header styles start */
h1, .subheader{
	font-size: 1.6em;
	font-weight: bold;
	color: #4f0000;
	margin-top:0em;
	margin-bottom:.5em;
}


#content p {
	font: 12px Helvetica Neue, Arial, Helvetica, sans-serif;	
	line-height:150%;
	margin-bottom: 7px;
}

h2, #content p.subheader { /* no distance between subheads and initial paragraph */
	color: #4f0000;
	font-size: 1.2em;
	font-weight: bold;
	margin-top:1em;
	margin-bottom:.5em;
}


h3, #content p.smallhead { 
	color: #4f0000;
	font-size: 1.2em;
	font-weight: bold;
	font-style:italic;
	margin-bottom:.5em;
}

img .inpage {
	float: left;
	width: 150px;
	padding-right: 15px;
	padding-bottom: 15px;

}


/* header styles end */

.rincon10 #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.rincon10 #mainContent {
	padding: 0 2px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:url(/images/bg_content.jpg) no-repeat top center #fff;
}

#navigation {
	width: 950px;
	height: 20px;
	border-bottom: 2px solid #4f0000;
	margin-bottom: 4px;
}

#content {
	width:670px;
	min-height: 580px;
	padding: 12px;
}

#sidebar {
	float: right;
	width: 250px;
	text-align:center;
}

#sidebar object {
	border: 1px solid #fff;
}

#sidebar h1 {
	color:#fff;
	font-size: 14px;
	font-weight: bold;
	margin-top: 26px;
	margin-bottom: 10px;
}

#sidebar h2 {
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	margin-top: 14px;
	margin-bottom: 10px;
}
#sidebar h3 {
	color:#fff;
	font-size: 12px;
	margin-bottom: 10px;
}


/* navigation bar begin */
ul.nav {	
	cursor: default;
	list-style-type: none;
	width:100%;
}

ul.nav li {	
	display: block;
	float: left;
}

ul.nav li a {
	background: #ffffff;
	height: 20px;
	line-height: 180%;
	float: left;
	margin-left:14px;
	margin-right:14;
	display: block;
	color: #4f0000;
	text-decoration: none;
	text-align: center;
}

ul.nav li a.selected {
	border-bottom: 4px solid #4f0000;
	color: #4f0000;
	font-weight: bold;
}

ul.nav li a:hover {
	font-weight: bold;
}

ul.nav li a.selected:hover {
	text-decoration:none;
}

/* Hide from IE5-Mac \*/
ul.nav li a {
	float: none
}
/* End hide */


/* registration fee block begin */
#preregblock { 
	float: right;
}

table#fee {
	width: 305px;
	border: 1px solid #666666;
	margin-bottom: 1em;
	margin-left: 1em;
}

table#fee tr td {
	padding:10px;
	margin: 1px;
}

table#fee tr td#title{
	font-size: 1.2em;
	font-weight: bold;
	text-align:center;
	color:#FFFFcc;
	background-color:#4f0000;
}

td.smallhead {
	text-align:center;
}

/* registration fee block end */
.note { /* alert callout box */
	padding:0.6em;
	border: solid 1px #4f0000;
	background: #ffffff;
}


#content p.quote {
	margin-left: 24px;
	color: #4f0000;
	font-style:italic;
}

/* guest page stuff */ 

table.headshots tr td {
 	text-align: center;
	padding-bottom: 14px;
	
}

table.headshots tr td a {
	border: 0;
	font-weight: bold;
	text-decoration: none;
	color: #4f0000;
}


.headshot {
	float: left;
	width: 150px;
	padding-right: 5px;
	padding-bottom: 5px;
}

/* table for register me */

#register_me {
	padding:10px;
	border: 1px #4f0000 solid;
}

#register_me table tr td {
	padding-bottom: 4px;
}

#footer {
	text-align:center;
	margin-top: 4px;
	height: 20px;
	border-top: 2px solid #4f0000;
}

#footer p {
	margin-top: 2px;	
}

#footer a {
	color: #4f0000;	
}

p.subheader { font-weight: bold; font-size:1.4em; }

#content ol { padding-left: 30px; padding-bottom: 10px; }

/* footer styles end */

