/* CSS Document */

/* Reviving Our Spirits, Transforming Our Politics
	background green: 999933
	dark piney green: 004529
	darker olive green: 666600

	purple: 660066

	blue: 6699CC
	another blue: 309ABF

	brown: 996600
	lighter: CEB073
	
	cream: F5F5DC

*/


html, body
{
background-color:#E8F1D4;
	background-image: none;
	color: black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}



div#nav {
font-size:85%;
text-align:left;
background-color:#999933;
}


.speaker_name
{
text-transform:uppercase;
font-weight:bolder;
color:#660066;
font-size:larger;

}

.purple
{
color:#660066;
font-weight:bolder;
font-size:16px;
}


.speaker
a, a:link
{
	color: #000000;
}

a:visited
{
	color: #000000;
}



a:active
{
color:#000000;
}

/* ###################
 * BANNER AREA
 * ################### */

div#banner 
{
	background-color: #660066;
	color: #FFF;
}

#banner h1
{
	margin-bottom: 6px;
}

div#banner_menu
{
	background-color: #000000;
	border: none;
	text-align: left;
}

div#banner_menu a
{
	color: #EEE;
}

div#banner_menu a:hover
{
	text-decoration: underline;
	color: #BBB;
	background-color: transparent;
}

div#banner_menu a.current
{
	background-color: #660066;
	color: #309ABF;
	border: 1px solid #996600!important;
}

div#banner_menu a.current:hover
{
	background-color: #660066;
	color: #309ABF;
	border: 1px solid #996600;
	text-decoration: underline;
}


/* ###################
 * /BANNER AREA
 * ################### */



/* ###################
 * CONTENT AREA
 * ################### */

div#content
{
	border-left-color: #000000;
	float: left;
	margin-left: 0;
}

* html div#content 
{
	float: none;
}


h2, h3, h4, h5, h6
{
	color: #660066;
	font-weight:bold;
}

h2.main_title
{
	width: 500px;
	height: 97px;
	border: none;
	position: relative;
	margin: 0 auto;
}

h2.main_title span.ir
{
	background: url(graphics/ros_banner.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}


h2.main_title span.subtitle
{
	font-size: 60%;
	text-transform: capitalize;
	letter-spacing: .2em;
}

#conference_blurb h4
{
	
	color:#000000;
	border: none;
	text-align: center;
	margin: 21px 0;
	font-weight: bold;
	font-size:16px;
}

#conference_blurb div.border
{
	width: 66%;
	margin: .5em auto;
	padding: 0;
	
}

#conference_blurb h4 .title
{
	font-size: 125%;
	font-weight:bold;
}

#conference_blurb p 
{
	font-weight: bold;
	color:  #000000;
	text-decoration:underline;
}

#conference_blurb ul
{
	font-weight: bold;
	color:  #000000;
}

#conference_blurb li
{
    list-style:square;
	margin-top: .10em;
	margin-left:.5em;
	margin-bottom: .10em;
}

div#speakers_graphic
{
	width: 500px;
	height: 270px;	
	margin: 0 auto;
	position: relative;
}

div#speakers_graphic span.ir
{
	background: url(graphics/jim_richard_banner_500.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

div#speakers_graphic2
{
	width: 503px;
	height: 500px;	
	margin: 0 auto;
	position: relative;
}

div#speakers_graphic2 span.ir
{
	background: url(graphics/good.jpg) no-repeat;
	position: absolute;
	border-color:#990066;
	width: 100%;
	height: 100%;
}



div#speakers_graphic h3
{
	border: none;
	color: white;
}


#content h2.smallbanner
{
	width: 500px;
	height: 97px;
	position: relative;
	border: none;
	overflow: hidden;
	margin: 0 auto;
}

#content h2.smallbanner span.ir
{
	background: url(graphics/ros_banner.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

#content p#reg_now
{
	text-align: center;
	font-size: 125%;
}

#content p#venue
{
	text-align: center;
	font-size: 150%;
	color: #660066;
	font-weight: normal;
}

img#venue_pic
{
	border: 1px solid #555;
	float: left;
}

#speakers_container img.speaker_photo
{

}

#speakers_container div.speaker_odd img
{
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

#speakers_container div.speaker_odd
{
float: right;
	clear: left;
}

#speakers_container div.speaker_even img
{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}


#speakers_container div.speaker_even
{
float: left;
	clear: left;
}

div.callout
{
	background-color: #999933;
	color: #630;
	font-weight: normal;
	padding: 10px;
	border: 2px solid #000000;
}

div.callout em
{
	color: #111;
	font-style: normal;
	font-weight: bold;

}

div.callout address
{
	color: #111;
	font-style: normal;
	font-weight: bold;
	margin: 0 1em 1em 1em;
}

div.callout ul
{
	margin-top: 1em;
}

div.callout a, div.callout a:link
{
	color: #111;
}


#rates_table th, #rates_table td
{
	border: 1px solid #000000;
	background-color: #999933;
	text-align: center;
}

#pre-conf .subheading h3, #pre-conf .subheading h4
{
	text-align: center; 
	border-top: none;
}

#schedule
{
	
}

.keynotes
{
text-align:justify;
}


#schedule dt
{
	display: inline;
	width: 150px;
	float: left;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
}

#schedule dd
{
	margin-left: 160px;
	font-weight: bold;
}

#schedule h3
{
	border-top: 2px dotted #333;
	font-size: 120%;
}

#sponsor_bene h5
{
	border: none;
	margin-top: 15px;
}

#gmap div#map
{
	width: 500px;
	height: 300px;
	border: 3px solid;
	margin: 5px auto;
}

.quote
{
	border: none;
	text-align: center;
	margin: 21px 0;
	color:#660066;
	font-weight: normal;
	font-style:italic;
	font-size:16px;
}


/* ###################
 * /CONTENT AREA
 * ################### */

/* ###################
 * NAV AREA
 * ################### */

#nav h2 a
{
	color: #330033;
}

div#nav a {
color:#ffffff;
text-decoration:none;
}

li.conference a, li.current_conference a 
{
	background: #330033;
	border-bottom:2px solid #606;
	border-top:2px solid #606;
	color: #FFF!important;
	text-align:center;
}

li.current_conference a
{
	background:#606;
	
	color: white!important;
}

ul.current_subnav a, ul.subnav a 
{
	background-color: transparent;
	border-bottom:1px dashed #000000;
	border-top:medium none;	`
	color:#ffffff;
	display:block;
	font-weight:bold;
	text-align:right;
	width:100%;
}


/* ###################
 * /NAV AREA
 * ################### */


/* ###################
 * BOTTOM AREA
 * ################### */

#bottom-container
{
	background:#999933;
}


#about_CAC h5 a
{
	font-weight: normal;
}

#about_CAC h5
{
	border-top: 1px dashed!important;
}

/* ###################
 * /BOTTOM AREA
 * ################### */




/* ###################
 * REG FORM 
 * ################### */

/*
fieldset#name label
{
	width: 100%;
	font-weight: bold;
	text-align: right;
	display: block;
}

fieldset#name td label
{
	width: 100%;
	font-weight: bold;
	text-align: right;
	display: block;
}


fieldset#name span.description
{
	font-size: 80%;
}
*/


/* ###################
 * /REG FORM 
 * ################### */
 
 
 div#footer
 {
 	border-top-color: #000000;
 }

.quotes
{
text-align:center;
font-style:italic;
color: #FFFFFF;
}

.quotes h2
{
font-size:22px;
color: #FFFFFF;
}


/* button */

.register_button a:hover {
color:#000000;
}
.register_button a:visited {
color:#FFFFFF;
}
.register_button a {
background:#660066 none repeat scroll 0% 50%;
border:3px outset #660099;
color:#ffffff;
padding:3px 9px;
}

#listen
{
color:#660066;
text-align:center;
}

#richsmile {
    width: 100%;
	height: 200px;
	background-position:center;
	background-image: url(graphics/pre.jpg);
	background-repeat:no-repeat;
	
	}
#richsmile span {
	display: none;
	}

#books
{
text-align:center;
}
#young
{
text-align:center;
}

div.entrybox {
background:#999933 none repeat scroll 0%;
border:medium solid black;
font-size:100%;
margin-bottom:1em;
padding:1em;
}

