/* 
Style Sheet for SOCAP Conference Pages
 roberson@zurka.com
12/4/2006
Updated by Cindy Collins Smith at SOCAP International
4/24/08
*/

body {
	margin: 0px;
}

#wrapper {
	text-align: center;
	background: #000 url(../images/background_gray_stripes.gif);
}

#homePage {
	background: #fff;
	width: 1001px;
	text-align: left;
	margin: auto;
	border-left: 1px solid #2a2721;
	border-right: 1px solid #2a2721;
}

#homePage #headerImage {
	width: 1001px;
	height: 364px; /*310px;*/
	background: url('../images/header_home_conf08.jpg');
	margin-bottom: 0px;
}

#homePage #content {
	margin-top: 16px;
}

#header {width: 900px;
margin-left: 40px;
line-height: 1.3em;
}

#header h1 {
	color: #000;
	}
#columns {margin-left: auto; margin-right: auto;}
#homeColumn1, #homeColumn2 {
	float: left;
	width: 340px;
	margin: 0px 0px 0px 40px;
	font: /*12px*/ Arial, Verdana, sans-serif;
	line-height: 1.3em;
}

#homeColumn1 h1, #homeColumn2 h1 {
	margin: 0px 0px 12px 0px;
	/*text-indent: 10px;*/
	font-size: 20px;
}

#homeColumn1 p, #homeColumn2 p {
	margin: 0px 0px 12px 0px;
}

#homeColumn1 img, #homeColumn2 img {
	/*margin: 10px 24px 0px 24px;
	border: #bbaa77 solid 1px;*/
}

.caption {
	margin: 4px 25px 16px 25px;
	width: 270px;
	font-size: 11px;
	color: /*#bbaa77*/ #347998;
	text-align: center;
}
#navigation {
	float: left;
	width: 174px !important;
	width: 160px;
	margin: 0px 0px 0px 30px;
	border-top: #bbaa77 solid 1px;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	
}

#navigation li {
	/*background: #ffffdc;*/
	background: #91C6D8;
	color: #000;
	font: /*11px*/ Arial, Verdana, sans-serif;
	list-style: none;
	list-style-position: inside/outside;
	padding: 6px;
	border-bottom: #bbaa77 solid 1px;
	border-right: #bbaa77 solid 1px;
	border-left: #bbaa77 solid 1px;
	width: 160px;
}

#navigation li.current {
	/*background: #e9e9c6;*/
	background: #FFDC14;
}

#navigation li a {
	color: #fff; /*#black;*/ 
	text-decoration: none;
	font-weight: bold;
	color: #fff; /*#black;*/
}

#navigation li:hover {
	/*background: #e9e9c6;*/
	background: #BDE1EE;
	} 

#navigation-temp {
	float: left;
	width: 174px !important;
	width: 160px;
	margin: 0px 0px 0px 30px;
	/*border-top: #bbaa77 dotted 1px;*/
}

#navigation-temp ul {
	margin: 0px;
	padding: 0px;
	border: /*#BB2129*/ /*#EC008C*/ #ffffdc dotted 2px; 
	
}

#navigation-temp li {
	background: #ffffdc;
	color: #000; /*#fff;*/
	font: /*11px*/ 1.5em; Arial, Verdana, sans-serif;
	list-style: none;
	list-style-position: inside/outside;
	padding: 6px;
	/*background: #58B6DC;*/ /*#6B95CE;*/
	/*border-bottom: #bbaa77 dotted 1px;
	border-right: #bbaa77 dotted 1px;
	border-left: #bbaa77 dotted 1px;*/
	width: 160px;
}

/*#navigation-temp li.current {
	background: #e9e9c6;
}*/ 

#navigation-temp li a {
	/*color: #000;*/
	text-decoration: /*none;*/ underline;
	color: #000; /*#fff;*/ 
	font: /*11px*/ 1.5em; Arial, Verdana, sans-serif;
}



/*#navigation li:hover {
	background: #e9e9c6;
	background: #353C6F;
	} */


/* Content Pages */
#contentPage {
	background: #fff;
	width: 1001px;
	text-align: left;
	margin: auto;
	border-left: 1px solid #2a2721;
	border-right: 1px solid #2a2721;
}

#contentPage #headerImage {
	width: 1001px;
	height: 132px;
	background: url('../images/header_content_conf08v2.jpg');
	margin-bottom: 0px;
}

#contentPage #headerImage h1 {
	color: #FFF;
	font: 30px Arial, Verdana, sans-serif;
	padding: 54px 0px 0px 30px /*380px*/;
	margin: 0px;
}

/*#contentPage #header h1 {
	text-indent: 25px;}*/


/*This item is removed on symposium css*/
#contentPage #content {
	margin-top: 16px;
}

#contentColumn1 {
	float: left;
	width: 440px;
	margin: 0px 0px 0px 30px;
	font: 12px /*12px removed in symposium css*/ Arial, Verdana, sans-serif;
}

#contentColumn2 {
	float: left;
	width: 270px;
	margin: 0px 0px 0px 32px;
	font: 11px Arial, Verdana, sans-serif;
	text-align: center;
	color: #bbaa77;
}


#contentColumn1 h1, #contentColumn2 h1 {
	margin: 0px 0px 12px 0px;
	font-size: 20px; /*14px in Symposium css*/
}

#contentColumn1 h2, #contentColumn2 h2 {
	margin: 0px 0px 12px 0px;
	font-size: 14px;
}


#contentColumn1 p, #contentColumn2 p {
	margin: 0px 0px 12px 0px;
	line-height: 1.3em;
}

/*commented out in Symposium css*/
#contentColumn1 img {
	margin: 10px /*24px*/ 0px /*24px;*/
	border: #bbaa77 solid 1px;
}
 
 
 /*Additional css added to bottom of Symposium css*/
.q	{
	line-height: 1.3em;
	font-style: italic;
	font-weight: bold;}
	
.a {line-height: 1.5;
    padding-bottom: 15px;}
	
.bold {font-weight: bold;}
.italic {font-style: italic;}
.underline {text-decoration: underline;}
#content .payattention {
	font-size: 1.2em;
	font-weight: bold;
	border: none;}
	
.keynote{
padding-bottom: 15px;}
	
.keynote img {
    float: left; 
    margin: 4px; }
.lineheight {line-height: 1.5em;}
.lineheight-small {line-height: 1.3em;}
.blurb {line-height: 1.3em; font-size: .9em; /*background-color: #FFFFEE*/}
.blurb2 {/*border-color:#EAF9FF; border-style:dotted; border-width:thin;padding:5px; background-color:#EAF9FF;*/ border-color: #EAF9FF; border-width:thin; border-style:dashed; padding:10px;  }
.payattention2 {
	font-size: 1.3em;
	font-weight: bold;}
.em1 {font-size: 1.2em;}
.em2 {font-size: 1.1em;}
