@charset "utf-8";

body {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-attachment: fixed;
	background-image: url(../images/bkgds/master-bkgd.png);
	background-repeat: no-repeat;
	background-color: #40668c;
}

/*                 WIRE FRAMING               */
div {
margin:0;
padding:0;
border:0px solid #ccc;
}

#container {
	width:85%;
	min-width:920px;
	margin:20px auto;
	background-image: url(../images/bkgds/content-bkgd.png);

	}

/*                 HEADER               */
#header {
	font-family: "Times New Roman", Times, serif;
	padding:2% 4%;
	color: #003366;

}
#header h1 {
	font-size: 2.8em;
	float: left;
	margin-top: 20px;
}
#header .emphasis {
	font-size: 3.0em;
}
#header p {
	font-size: 1.9em;
	float: right;
	margin-top: 120px;
}

#header ul {
	list-style:none;
	padding:11% 0% 2% 2%;
	text-decoration: none;
	margin: 0;
	text-align: right;
}

#header li {
	display:inline;
	margin:0 8px;
	text-decoration: none;
}

#header li a:link, #header li a:visited {
	color: #003366;
	text-decoration: none;	
}

#header li a:hover {
	color: #003366;
	text-decoration: underline;
}



/* HIGHLIGHTING THE CURRENT PAGE 
Home, Scope, Program, Organizers, FAQs, Join Email List, Lodging, Registration, Call for Abstracts, then Contact Us -->
*/
#home a.home {
	border-top-width: medium;
	border-top-style: groove;
	border-top-color: #FFFFFF; /* white */
}
/* highlighting the current page */
#scope a.scope {
	border-top-width: medium;
	border-top-style: groove;
	border-top-color: #FFFFFF; /* white */
}
/* highlighting the current page */
#program a.program {
	border-top-width: medium;
	border-top-style: groove;
	border-top-color: #FFFFFF; /* white */
}
/* highlighting the current page */
#organizers a.organizers {
	border-top-width: medium;
	border-top-style: groove;
	border-top-color: #FFFFFF; /* white */
}
/* highlighting the current page */
#faq a.faq {
	border-top-width: medium;
	border-top-style: groove;
	border-top-color: #FFFFFF; /* white */
}
/* highlighting the current page */
#elist a.elist {
	border-top-width: medium;
	border-top-style: groove;
	border-top-color: #FFFFFF; /* white */
}
/* highlighting the current page */
#lodging a.lodging {
	border-top-width: medium;
	border-top-style: groove;
	border-top-color: #FFFFFF; /* white */
}
/* highlighting the current page */
#registration a.registration {
	border-top-width: medium;
	border-top-style: groove;
	border-top-color: #FFFFFF; /* white */
}
/* highlighting the current page */
#elist a.elist {
	border-top-width: medium;
	border-top-style: groove;
	border-top-color: #FFFFFF; /* white */
}
/* highlighting the current page */
#abstracts a.abstracts {
	border-top-width: medium;
	border-top-style: groove;
	border-top-color: #FFFFFF; /* white */
}
/* highlighting the current page */
#contact a.contact {
	border-top-width: medium;
	border-top-style: groove;
	border-top-color: #FFFFFF; /* white */
}



/*                 Menu Bar / Navigation                */
#navigation {
	clear:both;
	text-align:center;
	font-size: 1.2em;
	color: #FFFFFF;
	background: #003366; /* blue */
}

#navigation ul {
	list-style:none;
	padding:1.2em;
	text-decoration: none;
	line-height: 2.0em;
}

#navigation li {
	display:inline;
	margin:0 10px;
	text-decoration: none;
}

#navigation li a:link, #navigation li a:visited {
	color: #FFFFFF;
	text-decoration: none;	
}

#navigation li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}



/*                 MAIN CONTENT               */
#maincontent {
	color: #003366;
	padding-right: 0%;
	padding-left: 3%;
	text-align: left;
	background-repeat: repeat;
	font-family: Verdana, Geneva, sans-serif;
}

#maincontent h1 {
	font: bold 2em;
	padding: 3% 0 0.5% 0;
	line-height:normal;
}

#maincontent h2 {
	font: bold 1.6em;
	background: url(../images/bkgds/h2-bkgd.png) repeat-x;
	text-align: left;
	padding: 0.5em;

}
#maincontent h3 {
	font: bold 1.3em;
	padding-left: 0.5em;
}

#maincontent p {
	font-size: 1.2em;
	padding-left: 0.5em;
}
	
#col1, #col2, #col3 {
	float: left;
	width: 30%;
	margin-left: 3%;
	
}

#maincontent label {
	padding: 0.5em 0em;
				   }

#middlecol {
float: left;
width: 30%;
margin-left: 2%;
}

#leftcol, #rightcol {
float: left;
width: 46%;
margin-left: 2%;
}

#onecol {
float: left;
width: 65%;
margin-left: 2%;
}

#onecol ol {
	font: 12px Verdana, Geneva, sans-serif;
}

#maincontent ul {
	list-style:url(..css/none) none outside;
	text-decoration: none;
	line-height: 1.5em;
}

#maincontent a:link, #maincontent a:visited {
	text-decoration: none;
	color: #333;
	text-decoration: underline;
}

#maincontent a:hover {
	color: #666666;
	text-decoration: underline;
}

#maincontent img {
	border: 2px inset #999999;
	
}


/*                 CENTER COLUMN               */
#centercol {
width: 180px;
}

#centercol img {
	border: 2px inset #666666;
}


/*                 SIDEBAR              */

#sidebar {
	text-align:center;
	float:right;
	font-size: 1em;
	line-height: 1.5em;
	color: #CCC;
	padding: 1.5em;
	width: 230px;
	background: #FFF url(../images/bkgds/sidebar-bkgd.png) repeat-x;
	clear: none;
	
	
	}

#sidebar h1 {
	text-align:center;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: 0.5em;
	line-height: 2em;
	padding-bottom: 1.0em;
}

#sidebar img {
	border: 2px inset #666666;
	text-align: center;
}

#sidebar a:link, #sidebar a:visited {
    color: #e8e3e3; /* light grey */
	text-decoration: none;
}

#sidebar a:hover {
	color: #fff;
	text-decoration: underline;
}

/*                 FOOTER                */
#footer {
	clear:both;
	text-align:center;
	font-size: 1.1em;
	color: #FFFFFF;
	background: #003366; /* blue */
	font-style: italic;
}

#footer ul {
	list-style:none;
	margin:0 50px;
	padding:1.2em;
	text-decoration: none;
}

#footer li {
	display:inline;
	margin:0 30px;
	text-decoration: none;
}

#footer li a:link, #footer li a:visited {
	color: #FFFFFF;
	text-decoration: none;	
}

#footer li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


