/* CSS Document */
body {
	background: url(images/bg1.jpg) left repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	font-size:small;
}
#wrapper {
	width:1050px;
	margin:10px auto 0;	
	background:#ffc;
}
#header {
	width:100%;
	margin:0 auto 0;
}
#storm {
	width:162px;
	float:left;
	margin:10px 0;
}
#bannertextlf{
	float:left;
	width:470px;
	margin:10px auto 0;
	text-align:center;
	border:#ffc904 medium solid;
}
#bannertextrt{
	float:right;
	width:470px;
	margin:10px auto 0;
	border:#ffc904 medium solid;
	text-align:center;
}
#bannertext h1 {
	font-size:3em;
	color:#2717c6;
}
#bannertext h2 {
	font-size:2em;
	color:#f00;
}

#bannertext h3 {
	margin: 15px 5px;
	letter-spacing:.2em;
	text-align:center;
	line-height:25px;
	}
h4 {
	font-size:1.3em;
	text-align:center;
}	
#logo {
	float:left;
	width:200px;
	
}
em {
	font-size:larger;
	color:#f00;
}
#title {
	float:right;
	background-color:#2717c6;
	width:830px;
	padding:23px 0;
	border: thick solid #ffc93f; 
	
}
#header h1 {
	background:#2717c6;
	font-size:2.3em;
	letter-spacing:2px;
	text-align:center;
	font-weight:bold;
	color:#ffc93f;
	margin:5px 0;
}	
#flash {
	width: 790px;
	margin:10px auto 0;
	padding-bottom:15px;
}

#navContainer {/* navigation container */
		clear: left;
		}



/* ---------- 3. links and navigation ---------- */

a {/* default link style */
		color: #94155e;
		font-weight:bold;
		}


	/* -- main navigation -- */
#mainNavigation {
		background: #2717c6;
		border-top: 1px solid #cc9;
		padding: 0 0 3px 0;
		margin-top:3px;
		}

#mainNavigation ul {
		text-align: center;
		}

#mainNavigation li {
		display: inline;
		}

#mainNavigation a {
		font: bold 1.5em Arial, sans-serif;
		letter-spacing:.2em;
		color:#dff;
		text-decoration: none;
		padding: 0 15px;
		}
		
#mainNavigation a:hover {
		color: #ffc93f;
		}
		
.sectionHome #mainNavigation #linkHome a, .sectionNews #mainNavigation #linkNews a, .sectionConferences #mainNavigation #linkConferences a, .sectionAbout #mainNavigation #linkAbout a, .sectionSite #mainNavigation #linkSite a{/* automation for active tab */
		background: #27b767 url(assets/active-tab-background.jpg) 0 100% repeat-x;
		border-top: 1px solid #2717c6;
		color:#fff;
		}

.sectionHome #mainNavigation #linkHome a:hover, .sectionNews #mainNavigation #linkNews a:hover, .sectionConferences #mainNavigation #linkConferences a:hover, .sectionAbout #mainNavigation #linkAbout a:hover {/* hover over-ride for automated tab */
		color: #27b767;
		}
		
	/* -- sub-navigation -- */
#subNavigation {
		margin-top: -1px;
		background: #27b767;
		border-bottom: 1px solid #6b6b6b;
		padding: 3px 0 0 0;
		}

#subNavigation ul {
		text-align: center;
		}

#subNavigation li {
		display: inline;
		}

#subNavigation a {
		font: bold 1.2em Arial, sans-serif;
		letter-spacing:2px;
		color:#ffc93f;
		text-decoration: none;
		padding: 3px 10px;
		}

#subNavigation a:hover {
		color: #0e5424;
		}
	
.separator {
	clear: both;
	text-align:center;
	
}
#content{
	width:100%;
	float:left;
	background:#ffc;
	font-size:1.1em;
	font-weight:500;
	
}
#rightc p {
	margin: 0 auto 5px;
	font-size:1.1em;
	text-indent:5px;
	letter-spacing:1.1px;
}

#content1 {
	
	float:left;

	font-size:110%;
	font-weight:500;
}
#leftc {
	float:left;

	width:27em;
	padding:10px;
	
	border-right:thin #111 solid;
}
#leftc li{
	letter-spacing:1.1px;
}
#rightc {
	float:right;

	width:40em;
	padding:10px;
}
#leftc li {
	margin:10px 0;
	font-size:1.2em;
}
p {
	text-indent: 5px;
}
strong {
	color: #f00;
	
}
#payment{
background-color:#ccc;
float:right;
width:300px;
margin:20px;
padding:20px;
}
#home {
	text-align:center;
	margin:10px 0;
}
#footer {
	background-color:#2717c6;
	width:1020px;
	margin:0 auto 0;
	padding:2px 0;
	color:#ffc93f;
	text-align:center;
}
