/* style */
/* TAG SPECIFIC */
html, body {
	height:100%;	
}
body {
	margin: 0px;
	background-color: #aad1ef;
	background-image: url("../images/background.jpg");
	font-family: verdana, arial, trebuchet ms;
	font-size: 0.9em;
	color: #3a3a3a;
	line-height: 1.5em;
	letter-spacing: 0.08em;
	text-align:center;
	background-attachment: fixed;
}
a { /* link */
	color: #981515;
	text-decoration: underline;	
}
a:hover { /* rollover */
	color: #b22b2b;
	text-decoration: none;	
}
a:visited { /* visited state */
	color: #c74343;
	text-decoration: underline;	
}
a:visited:hover { /* rollover visited state */
	color: #c74343;
	text-decoration: none;	
}
p {
	margin: 14px 0px 20px 0px;	
}
img {
	border: 0px;
}
ul {
	margin: 0px;	
	padding: 5px 0px 15px 10px;
	list-style-type: square;
	color: #1e78b7;
}
li {
	margin: 0px 0px 10px 20px;
	padding-left:15px;	
}
li span {
	color: #3a3a3a;
}
ul li ul {
	background-color: #f8f6ee;
	margin: 10px 0px 20px 0px;	
	padding: 10px 0px 10px 10px;
}
ul li ul li {
	margin: 0px 0px 0px 20px;	
	list-style-type: circle;
	font-weight: bold;	
}

td {
	vertical-align: top;
	padding-left:2px;
}
.displayBottom {
	vertical-align: bottom;	
}
.displayMiddle {
	vertical-align: middle;		
}
table {
	margin-top: 4px;
	margin-bottom: 4px;
}

h3 {
	font-family: arial, verdana, trebuchet ms;
	margin: 0px;	
	font-size: 1.4em;
	text-transform: uppercase;
	color: #1e78b7;
}


h4 {
	font-family: arial, verdana, trebuchet ms;
	margin: 0px;	
	font-size: 1.2em;
	text-transform: uppercase;
	color: #1e78b7;
}
h5 {
	font-family: arial, verdana, trebuchet ms;
	margin: 0px;
	color: #1e78b7;
	font-size: 1.1em;
}
h6 {
	padding: 0px;
	color: #1e78b7;
	font-size: 1.1em;	
	margin:0px;
}
input {
	font-family: arial, verdana, trebuchet ms;
	font-size: 1.0em;
	color: #3a3a3a;
	line-height: 1.2em;
	letter-spacing: 0.09em;	
	width: 20em;	
}
textarea {
	font-family: arial, verdana, trebuchet ms;
	font-size: 1.0em;
	color: #3a3a3a;
	line-height: 1.2em;
	letter-spacing: 0.09em;	
	width: 20em;	
	height: 5em;
}
.radioInput {
	width: 50px;	
}
.checkBox {
	width: 15px;	
}
.smallButton {
	width: 250px;	
}
.submitForm {
	width: 100%;	
	_width: 140px;
	_float:right;
	height: 40px;
	font-weight: bold;
}
form {
	margin: 0px 0px 10px 0px;
	padding: 0px;	
}

/******************************/



/* IDs */
/******************************/
/* page stretch stuff */
#minHeight{position:absolute;float:left;z-index:1;width:0px;height:100%;margin-bottom:-46px;} /*safari wrapper thanks to Tim Connor*/
* html #minHeight{margin-bottom:-46px;} 
* html #centreContent {height:1%;margin-bottom:45px}/* combat IE's 3 pixel jog */
* html #holder {position:relative;} 
html>body #holder {height:auto;}
/* end page stretch */

#preload { /* preload brown button hover state */
	position: absolute;
	width: 1px;
	height: 1px;
	background-image: url("../images/brownButton_on.gif");	
}

#holder { /* main container */
	text-align: left;
	position: relative;
	width: 707px;
	margin: 0px auto 0px auto;
	height: 99%;
	min-height: 99%;	
	z-index: 2;
	background-color:#ffffff;	
}

/* MENU STUFF */
#menu {
	height: 90px;
	background-image: url("../images/top.jpg");
}
#menu #menuNav{
	padding: 59px 0px 0px 25px;
}
#menu #menuNav .spacer {
	float:left;	
	padding: 0 4px 0 4px;	
} 
#menu #menuNav a{
	color: #FFFFFF;
	float:left;
	display: block;
	letter-spacing: normal;
	height: 23px;
	text-decoration: none;
	padding: 5px 0 2px 0;
}
#menu #menuNav a:hover{
	color:#C6D6F0;
	text-decoration: underline;
}



/* MAIN CONTENT */
#contentArea {
	padding-bottom: 40px;	
	position: relative;
}
#contentArea #myBackground {
	background-image: url("../images/mainBG.jpg");	
	height: 268px;
	position: absolute;
	width: 707px;
	z-index: 1;
}
#contentArea #theRest {
	padding: 20px 32px 20px 32px;
	z-index: 2;
	position:relative;
}
#contentArea #theRest #textContent {
	padding-top: 42px;
}

#contentArea #theRest #brownDetails {
	height: 75px;
	margin-bottom: 25px;
}
#contentArea #theRest #logoGroup {
	width: 100%;
	padding-top: 20px;
}
#contentArea #theRest #logoGroupContent {
	margin-left: auto;
	margin-right: auto;
	width: 584px;	
}

.features{
	border-top: 1px dashed #C6D6F0;
	padding: 20px 0 20px 0;

}



#sidebanners {
	float: right;
	width: 160px;
	margin: 100px 0 20px 20px;
	padding: 20px 0 20px 20px;
}

#sidebanners h2{
	font-family: arial, verdana, trebuchet ms;
	border-bottom: 1px dashed #C6D6F0;
	margin: 10px 0 10px 0;
	width: 155px;
	color: #1e78b7;
	font-size: 1.1em;
	padding: 0 0 5px 0;

}
#sidebanners p{
	margin: 10px 0 10px 0;
	padding: 0 0 10px 0;

}


/* FOOTER CONTENT */
#footer {
	position:relative;
	width: 705px;
	margin: -50px auto 0px auto;
	z-index: 200;
	clear:both;
	font-size: 0.85em;
	padding-bottom: 3px;
}
#bottomContent {
	border-bottom: 4px solid #b2afa2;
	clear: both;
	padding: 15px 0px 10px 0px;
	_padding-bottom: 8px;
	font-size: 0.9em;
	margin-bottom: 5px;
	letter-spacing: 0em;
	height: 20px;
}


/* BROWN HIGHLIGHT BOX */
.highlightBox {
	padding: 12px 17px 12px 17px;
	background-color: #f8f6ee;	
	min-height: 42px;
	margin-bottom: 15px;
}
.highlightBox a {
	color: #50492f;
}
.highlightBox a:hover {
	color: #50492f;
}
.highlightBox a:visited {
	color: #686145;
}

.highlightBox2 {
	padding: 12px 27px 12px 27px;
	background-color: #e6f2fc;	
	border: 3px solid #88bcdc;
	margin-bottom: 20px;
}
.highlightBox2 p {
	margin: 12px 0px 0px 0px;		
}
.highlightBox h4 {
	color: #50492f;
	margin: 0px;
	text-transform: none;	
	letter-spacing: 0.02em;	
}
.highlightBox .arrow {
	float:left;
	padding-right:10px;
}
#contentArea a.brownButton {
	float:left;
	display: block;
	width: 142px;
	height: 22px;
	background-image: url("../images/brownButton.gif");	
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 0.02em;
	text-align:center;
	padding: 21px 0px 22px 0px;
	margin-right: 10px;
}
#contentArea a.brownButton:hover {
	background-image: url("../images/brownButton_on.gif");	
}
.bigBrownLeft {
	float:left;	
	padding:10px 25px 0px 30px;
	color: #50492f;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 0.01em;
}


/* CLASSES */
.floatRight {
	float: right;	
}

.bannerfloatRight {
	float: right;
	margin: 0 0 10px 20px;
	clear: right;	
}


.floatImage {
	padding-top: 7px;
	float: left;
	margin: 0 20px 20px 0;	
}
.downloadButton {
	float:left; 
	padding-right: 10px;
}
.clearMe {
	clear:both;
}
.boldMe {
	font-weight: bold;	
}
.borderMe {
	border: 3px solid #88bcdc;
}
.largerText {
	font-size: 1.1em;
	font-weight: bold;
	color: #1e78b7;
}
.smallerText {
	font-size: 0.8em;	
	line-height: 1.4em;
	letter-spacing: 0.03em;
}
.quickNote {
	font-weight: bold;
	font-size: 0.8em;
}
.specialNote {
	font-weight: bold;
	font-size: 1.2em;
}

.payment {
	margin-bottom: 20px;
}
.payment td {
	padding: 5px 10px 5px 10px;
	background-color: #e6f2fc;
}
.payment .paymentOR {
	background-color: #88bcdc;
	color: #ffffff;
}


.agenda {
	font-size: 0.8em;
	margin-bottom: 20px;
}
.agenda td {
	padding: 5px 10px 5px 10px;
	background-color: #e6f2fc;
}
.agenda .theTime {
	padding: 9px 0px 0px 0px;
	background-color: #88bcdc;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-size: 1.1em;
	width: 80px;
	line-height: 1.1em;
}
.agenda span {
	font-size: 1.2em;	
	font-weight: bold;
}
.agenda div {
	padding: 5px;
	letter-spacing: 0.05em;
	line-height: 1.7em;
	background-color: #f5fbff;
}
.extraPadd {
	padding-top: 30px;	
}
.theField {
	width: 240px;	
}
.attending td {
	background-color: #e6f2fc;
	padding: 10px;
}
.attending .empty {
	background-color: #ffffff;	
	font-weight: bold;
}
.venue {
	padding: 12px 5px 10px 5px;
	line-height: 1.3em;	
	margin-bottom: 20px;
}




#contentArea a.info{
	cursor: help;
    position:relative; /*this is the key*/
	z-index: 24;
}
#contentArea a.info:hover{z-index:25; background-color:#fff}
#contentArea a.info span{display: none}

#contentArea a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    padding: 10px;
    position:absolute;
    top:2em; left:-20.5em;
	font-size: 1.0em; 	
	line-height: 1.2em;
	letter-spacing: 0.02em;
    border:3px solid #981515;
    background-color:#ffffff;
    width: 400px;
	color: #3a3a3a;    
}

.aniGif {
	text-align:center;	
	margin-bottom: 15px;	
	padding: 5px;
}

