@charset "utf-8";
/* CSS Document */

/* Clear all margins and padding */
* {
margin: 0;
padding: 0;
}

/* Set background */
body {
background-color:#accd57;
text-align:center;
}

/* Set text masters */
p, ul, ol  {
Font-family:arial,helvetica,sans-serif; 
color:#000000; 
font-size:0.9em; 
text-align:left;
line-height:1.4em;
margin: 0 0 1.5em 0;
}


ul,ol  {
margin: 0 0 1.5em 20px;
}

ul {
list-style-image:url(images/bullet_orange.gif);
}

h3  {
Font-family:arial,helvetica,sans-serif; 
color:#000000; 
font-size:1.4em; 
text-align:left;
line-height:1.4;
margin: 0 0 1.5em 0
}
h4  {
Font-family:arial,helvetica,sans-serif; 
color:#000000; 
font-size:1.2em; 
text-align:center;
line-height:1.4;
margin: 0 0 0.8em 0
}


a {
font-weight:bold; 
color:#f29400; 
text-decoration:underline;
}
a:visited {
font-weight:bold; 
color:#f29400; 
text-decoration:underline;
}
a:hover {
color:#c687b6;
}

p.right {
text-align:right; 
}

p.center {
text-align:center; 
}

p.large {
font-size:1em; 
text-align:center; 
}

p.small {
font-size:0.75em; 
}

p.schedule {
margin: 0 0 0 0;
}

span.name {
font-size:1.2em; 
font-weight:bold; 
}

span.conference {
font-size:1.6em; 
font-weight:bold; 
line-height:1.8;
}

/* Set main container */
#main_container_orange{
background:url(images/bkgd_orange.gif) repeat-y;
width:900px; 
text-align:left;
margin:0 auto 0 auto;
position:relative;
}

#main_container_blue{
	background:url(images/bkgd_blue.gif) repeat-y;
	width:900px;
	text-align:left;
	margin:0 auto 0 auto;
	position:relative;
	left: -1px;
}

#main_container_pink{
background:url(images/bkgd_pink.gif) repeat-y;
width:900px; 
text-align:left;
margin:0 auto 0 auto;
position:relative;
}

#main_container_green{
background:url(images/bkgd_green.gif) repeat-y;
width:900px; 
text-align:left;
margin:0 auto 0 auto;
position:relative;
}

/* Set top container */
#top_container{
width:880px; 
margin-left:10px;
margin-right:10px;
}

#top_photos{
width:880px;
height:142px;
}
#top_navigation{
width:880px;
height:40px;
}
#top_middle{
width:880px;
}

/* Set content column */
#content_container{
width:880px;
margin-left:10px;
margin-right:10px;
}

#home_left{
width:300px;
float:left;
display:inline; /* hack for IE 6.0 so column will sit at top */
}

#content_left{
background-color:#ffffff;
width:280px;
margin:10px;
}
#content_left_inside{
background-color:#ffffff;
width:240px;
margin:10px;
float:left;
display:inline; /* hack for IE 6.0 so column will sit at top */
}
#content_left_inner{
padding:10px;
}

#sponsor_link{
width:240px;
margin:10px;
}

#content_right{
background-color:#ffffff;
width:560px;
margin:10px;
float:right;
display:inline; /* hack for IE 6.0 so column will sit at top */
}
#content_right_inside{
background-color:#ffffff;
width:600px;
margin:10px;
float:right;
display:inline; /* hack for IE 6.0 so column will sit at top */
}
#content_right_inner{
padding:10px;
}

/* set the footer to a blue box spanning */
#footer{
clear:both;
background-color:#ffffff;
width:880px;
margin-left:10px;
margin-right:10px;
}


.speakers {
width:250px;
margin-left:10px;
margin-bottom:10px;
border: solid #accb57 6px;
float:right;
}

.speakers-small {
width:120px;
margin-left:10px;
margin-bottom:10px;
border: solid #accb57 6px;
float:right;
}
