/* VARNISH STRIPPING */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */
/* Purpose: undo some of the default styling of common (X)HTML browsers */
* { margin:0; padding:0; }
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:100%; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }

body {
	height:100%;
	width:100%;
	margin:0;
	padding:0 0 0 0;
	text-align:center;
	color:#000000;
	font-family:verdana, arial, sans-serif;
	font-size:100%;
	background:#ffffff;
}
#header_wrap {
	width:100%;
	height:224px;
	background:url(../images/header_wrap.jpg) top center repeat-x;
}
#header { /* TOP MARGIN HERE SPACES PAGE FROM TOP OF BROWSER WINDOW */
	width:743px;
	height:224px;
	margin:0 auto;
	text-align:left;
	background:url(../images/header.jpg) top left no-repeat;
}
#wrapper { /* WRAPS THE PAGE CONTENT -- DOES NOT INCLUDE HEADER OR FOOTER*/
	width:741px;
	height:auto;
	margin:0 auto;
	padding:0;
	text-align:left;
	background:#ffffff;
}
#content { /* CONTAINS LEFT AND RIGHT COLUMNS IN BODY OF PAGE */
	padding-bottom:20px;
	margin:0;
}
/* LEFT COLUMN, INCLUDING INDIVIDUAL PAGE IMAGE AND NAVIGATION */
#content #left {
	float:left;
	width:184px;
	height:auto;
	margin:0;
	padding:0;
	text-align:center;
}
#content #left img {
	margin-top:10px;
}

/* FORMAT NAVIGATION STYLES */
#content #left #navigation {
	width:144px;
	height:auto;
	margin:0 auto;
	text-align:left;
	font-size:80%;
}
#content #left #navigation p {
	color:#004387;
}
#content #left a, #content #left a:visited {
	color:#a90000;
	text-decoration:none;
}
#content #left a:hover {
	color:#004387;
	text-decoration:none;
}
#content #left p {
	padding-bottom:10px;
}
/*TESTIMONIALS*/

#content .testimonial {
	height:auto;
	margin:0;
	margin:0 0 0 20px;
	border-top:2px solid #2c5897;
	border-bottom:2px solid #2c5897;
}
#content .testimonial h5 {
	line-height:14px;
	padding:15px 0 0 0;
	margin:0;
	color:#a90000;
	font-size:14px;
	font-weight:normal;
}
#content .testimonial p {
	padding:5px 0 0 0;
	margin:0;
	color:#000000;
	font-size:11px;
	font-weight:normal;
}
/* END LEFT COLUMN  STYLES */

/* STYLING FOR RIGHT COLUMN */
#content #right {
	float:right;
	width:520px;
	margin:10px 20px 0 0;
	text-align:justify;
}
#content #right h1 {
	color:#a90000;
	font-size:110%;
	margin:30px 0 10px 0;
}
#content #right h1 a, #content #right h1 a:visited {
	color:#960a2c;
}
#content #right h1 a:hover {
	color:#004387;
}
#content #right h2 {
	color:#a90000;
	font-size:85%;
	margin-bottom:20px;
}
#content #right h2 a, #content #right h2 a:visited {
	color:#960a2c;
}
#content #right h2 a:hover {
	color:#004387;
}
#content #right h3 {
	color:#960a2c;
	font-size:85%;
	margin-bottom:20px;
}
#content #right p {
	font-size:75%;
	margin-bottom:20px;
}
#content #right .citation {
	font-style:italic;
	padding-bottom:20px;
}
#content #right a, #content #right a:visited {
	color:#004387;
	text-decoration:none;
}
#content #right a:hover {
	color:#a90000;
	text-decoration:none;
}
#content #right ul {
	font-size:75%;
	list-style-type:disc;
	margin-bottom:20px;
}
#content #right li {
	margin-left:25px;
	padding-bottom:.5em;
}
#content #right img {
	margin-left:15px;
	border:solid 1px #a90000;
}
#content #right table {
	font-size:70%;
	text-align:left;
	width:100%;
	padding:5px 3px;
	border-right:solid 0px black;
	border-left:solid 0px black;
	border-top:solid 0px black;
}
#content #right .blue {
	background-color: #d3cfc9;
}
#content #right .border_bottom {
	border-bottom:solid 0px black;
}
#content #right td {
}
#content #right .td_wide {
	width:65%;
}
#content #right .contact_wrapper {
	clear:left;
}
#content #right .contact_left {
	float:left;
	width:100px;
	text-align:right;
}
#contact #right .contact_right {

}
#content #right .workshop {
	clear:both;
	margin:10px 0 40px 0;
}
#content #right .workshop h3 {
	color:#000000;
	font-size:70%;
	text-transform:uppercase;
	margin:0;
	padding:0;
	text-align:left;
}
#content #right .workshop .buttons {
	float:left;
	width:250px;
	margin:0;
	padding:0;
	text-align:right;
}
#content #right .workshop img {
	margin:0;
	padding:0;
	border:none;
}
#content #right .workshop .buttons a {
	float:left;
	width:auto;
	margin:0;
	padding:0;
}
/* END RIGHT COLUMN STYLING */

#footer { /* STYLE FOOTER */
	height:8px;
	width:743px;
	padding:0;
	margin:0 auto 20px auto;
}

/* MISC PAGE-WIDE STYLES */
.alert {
	color:#a90000;
}
.bold {
	font-weight:bold;
}
.ital {
	font-style:italic;
}
.center {
	text-align:center;
}
.align_right {
	text-align:right;
}
/* float left */
.f_left {
	float:left;
	width:auto;
}
/* float right */
.f_right {
	float:right;
	width:auto;
}
/* clear left */
.c_left {
	clear:left;
}
/*clear right */
.c_right {
	clear:right;
}
/* clear both */
.c_both {
	clear:both;
}
/*REGISTRATION STYLES */
.pad20 {
	padding:20px;
}
.event td {
	padding:5px 0;
}
.small {
	font-size:8px;
}
#popwrapper {
	position:relative;
	visibility: hidden;
	width:100%;
	height:auto;
	text-align:center;
	z-index: 1000;
	background:url(../images/shading.png) top left repeat;
}
#popborder {
	padding:10px;
	background:#2b5794;
	border:solid 2px #a52d1c;
	margin:0 auto;
}
#popcontents {
	background:#ffffff;
	color:#000000;
	padding:5px;
	text-align:left;
	width:100%;
	height:100%;
}
#usertable {
	border-collapse:collapse;
}
#usertable td {
	border:solid 1px #000000;
	padding:3px;
	font-size:12px;
}
#usertable #noborder td {
	border:none;
	border-bottom:solid 1px #000000;
}