/*colors
Green Menu/signUp Area: #CCFF00
Blue Menu:  #003399
Maroon Heading: #990000
Dark Green Heading: #006633
Very Dark Green SidebarRightLowere #guides:#003333
*/

/* Top Elements */
* {
	color: #000000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

body {
	color: #000000;
	text-align: center;
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

/* links */
a, a:visited {
	color: #006633;
	background: inherit;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #003399;
	background: inherit;
	text-decoration: underline;
	background-color: #CCFF00;
	font-weight: bold;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold;
	color: #006633;
	padding: 5px;
	margin: 0;
	margin-bottom: -10px;
}
h1 {
	font-size: 20px;	
	font-weight: normal;
}
h2 {
	font-size: 18px;
	color: #003399;
	font-weight: normal;
	border-bottom-width: thin;
	border-bottom-color: #003399;
	border-bottom-style: solid;
	padding-top: 30px;
	margin-bottom:10px;
}

p {
	margin: 0;
	padding-left: 20px;
	padding-top: 20px;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

li	{
	margin-top:5px;
	margin-bottom:5px;
}

blockquote {
	font-style:italic;
}

/* images */
img {
	background: #FFFFFF;
	border: 0px solid #000000;
	padding: 0px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

br	{
	clear:both;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 800px;
	margin: 0 auto;
	padding:0;
	text-align: left;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 800px;	
	padding: 0; 	
	border-bottom: 2px solid #FFF;
	background: #FFFFFF;	
	display: inline;
}
#header {
	width: 800px;
	position: relative;
	height: 70px;
	background: url(images/scienceFestHeader.gif) no-repeat center right;
	padding: 0;
	color: #000;
	background-color: #FFF;
}
#header h1#logo-text  {
	position: absolute;
	margin: 0;
	padding: 0;
	letter-spacing: normal;
	color: #FFFFFF;
	text-decoration: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 23px;
	left: 17px;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	font-size: 24px;
	font-weight: bold;
}
#header h1#logo-text span {
	color: #FFF;
}
#header h2#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	text-transform: none;
	color: #FFFFFF;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 50px;
	left: 19px;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	font-size: 16px;
	font-weight: bold;
}

/* header links */
#header #header-links {
	position: absolute;
	top: 5px;
	color: #003399;
	font-size: 11px;
	width: 380px;
	left: 340px;
	height: 15px;
	font-weight: normal;
}
#header #header-links a {
	color: #003399;
	text-decoration: none;
	font-weight: normal;
}
#header #header-links a:hover {
	color: #003399;
	text-decoration: underline;
	font-weight: normal;

}

/* Navigation */
#nav {
	clear: both;
	width:800px;
	background-color: #003399;
}
#nav ul li a {
	width: auto;
	color: #FFF;
}

#nav ul li a:hover, 
#nav ul li a:active {
	background-color: #CCFF00;
	background-image: none;
	color: #000;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: auto;
	width: auto;
	text-decoration: none;
}
#nav ul li#current a {
	background: none;
	color: #003399;
}


/* Main Column */
#main {
	float: left;
	width: 555px;
	padding: 0; 
	margin: 0 10px 0 10px;
	display: inline;	
}
#main h1 {
	margin-top: 10px;
	font: bold 24px 'Trebuchet MS', Tahoma, Sans-serif;
	color: #990000;
	letter-spacing: -1px;
	line-height: 35px;
	padding: 5px 0 5px 5px;
}
#main ul li {
	list-style-image: none;
	list-style-type: square;
	color: #000000;
}

#main2 {
	float: left;
	width: 370px;
	padding: 0; 
	margin: 0 10px 0 10px;
	display: inline;	
}
#main2 h1 {
	margin-top: 10px;
	font: bold 24px 'Trebuchet MS', Tahoma, Sans-serif;
	color: #006633;
	letter-spacing: -1px;
	padding: 5px 0 5px 5px;
}
#main2 ul li {
	list-style-image: none;
	list-style-type: square;
	color: #000000;
}


/* Sidebar */	
#sidebar {
	float: left;
	width: 200px;
	padding: 0; 
	margin: 0 0 0 0px;		
	display: inline; 
}	
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 5px;
	color: #006633;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 22px;
	font-weight: bold;
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 4px 8px 0;
	padding: 0;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffcc66;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: none;
	border-bottom: 1px solid #ffcc66;	
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;
	background-image: none;
	color: #006633;
}
#sidebar ul.sidemenu li a:hover {
	color: #FF6600;
	text-decoration: underline;
}

/* SidebarLeft */	
#sidebarLeft {
	float: left;
	width: 200px;
	padding: 0; 
	margin: 0 0 0 0px;		
	display: inline; 
}	
#sidebarLeft h1 {
	margin-top: 10px;
	padding: 5px 5px;
	color: #006633;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 22px;
	font-weight: bold;
}
#sidebarLeft ul.sidemenu {
	text-align: left;
	margin: 7px 4px 8px 0;
	padding: 0;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffcc66;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#sidebarLeft ul.sidemenu li {
	list-style: none;
	background: none;
	border-bottom: 1px solid #ffcc66;	
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
}
* html body #sidebarLeft ul.sidemenu li {
	height: 1%;
}
#sidebarLeft ul.sidemenu li a {
	text-decoration: none;
	background-image: none;
	color: #006633;
	font-weight: bold;
}
#sidebarLeft ul.sidemenu li a:hover {
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
}
#sidebarLeft ul.sidemenu a.submenu {
	text-decoration: none;
	background-image: none;
	color: #006633;
	font-weight: normal;
	padding-left: 10px;
}
#sidebarLeft ul.sidemenu a:hover.submenu {
	color: #FF6600;
	text-decoration: underline;
	font-weight: normal;
}

/* SidebarRight */	
#sidebarRight {
	float: right;
	width: 200px;
	padding: 0; 
	margin: 0 0 0 0px;		
	display: inline; 
}	
#sidebarRight h1 {
	margin-top: 10px;
	padding: 5px 5px;
	color: #006633;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#sidebarRight ul.sidemenu {
	text-align: left;
	margin: 7px 4px 8px 0;
	padding: 0;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffcc66;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#sidebarRight ul.sidemenu li {
	list-style: none;
	background: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
}
* html body #sidebarRight ul.sidemenu li {
	height: 1%;
}
#sidebarRight ul.sidemenu li a {
	text-decoration: none;
	background-image: none;
	color: #006633;
}
#sidebarRight ul.sidemenu li a:hover {
	color: #FF6600;
	text-decoration: underline;
}

/* footer */
#column-wrap {
	clear: both;
	float: right;
	width: 800px;
	padding: 10px 0 35px 0;		
	background: #CCCCCC;		
	border-bottom: 1px solid #CCCCCC;	
	border-bottom: 2px solid #FFF;
}
#column-wrap a {
	text-decoration: none;
	color: #000;	
}
#column-wrap a:hover {
	color: #000;	
}
#column-wrap h2 {
	color: #FFF;	
	margin: 0 0 10px 0;	
}

#columns {
	color: #888;
	margin: 0 auto; 
	padding: 0;	
	width: 790px;		
	background: transparent;
}
#columns ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;	
	background: none;		
}
#columns li {
	background: none;		
}
#columns li a {
	display: block;
	font-weight: normal;
	padding: 3px 0 3px 10px;
	width: 96%;
}
#columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#columns .col3-center { 
	margin: 0 15px; 
}

/* footer*/
#footer {
	clear: both;
	color: #333333;
	width: 800px;
	padding: 5px 0 10px 0;
	text-align: right;
	border-top-style: solid;
	border-top-width: medium;
	border-top-color: #003399;
}
#footer a {
	color: #003399;
	font-weight: bold;
}

#footer #gray-line {
	position: relative;
	background: #CCCCCC;
	color: #CCCCCC;
	height: 1px;
	width: auto;
	top: auto;
	left: 0px;
	background-color: #ffcc66;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left;
	margin-left: 200px;
 }
.align-right {
	text-align: right;
	margin-left: 100px;
}

/* display and additional classes */
.clear { clear: both; }
#column-wrap {
}
#wrap #content-wrap #sidebarRight #signUp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #CCFF00;
	padding: 10px;
	width: 180px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCFF00;
	border-bottom-color: #CCFF00;
}

#signUp p{
	text-align:center;
	padding:0;
	margin-left:3px;
	margin-top:5px;
	margin-right:3px;
	margin-bottom:5px;
}

#guides h3 {
	font-size: 16px;
	color: #FFFFFF;
}

#wrap #content-wrap #sidebarRight #guides {
	background-color: #003333;
	padding: 5px;
	width: 190px;
}
#wrap #content-wrap #sidebarRight #guides p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding: 8px;
}

#wrap #content-wrap #sidebarRight #guides a {
	font-size: 11px;
	color: #CCFF00;
	background: none;

}
#wrap #content-wrap #main img {
	padding: 5px;
}
#wrap #content-wrap #main h1.img {
	padding: 5px;
	float: right;
}

#wrap #content-wrap #main #form {
	font-size: 12px;
	padding-left: 50px;
}

#wrap #content-wrap #main #form input {
		font-size: 12px;
		text-align: right;
}

.listinfo {
	padding:0;
	margin-top:5px;
	margin-bottom:10px;
	margin-left:20px;
}

.warning {
	color:#600;
	font-weight:bold;
}

.warningallcaps {
	color:#600;
	font-weight:bold;
	text-transform:uppercase;
}

.fieldParagraph		{
	padding:0;
	margin-top: 5px;
	margin-bottom:5px;
	clear:both;	
}

.fieldline	{
	padding:0;
	margin-top: 0px;
	margin-bottom:0px;
	clear:both;	
}

.detail		{
	font-size:90%;
	padding:0;
	margin-top:5px;
	margin-bottom:5px;
	text-align:right;
}

/*Form Reply styles*/

.datetime {
	font-style:italic; 
}

.fieldlabel {
	font-weight:bold;
	font-size:95%;
}

