﻿/*stylesheet for greenandblue

/* Do not change the widths of any of the divs unless you are an experienced user - 
otherwise your layout make break */

body {
	margin: 10px;  /* change to 0px if you want it to sit flush with the top of the window */
	padding:0;
	background-color: #FFF;
	font-family: Cambria;
	font-size: 14px;
	text-align: center;  /* this rule centers the page in the browser */
	background-image: url(images/leaves.jpg);
	}

	/* general link styles */
a:link {
	color: #006699;
	text-decoration: none;
}

a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: Black;
	text-decoration: underline;
}
/* this is the top nav section */

#topnav {
	background-color: #66cc33;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	margin-top: 0px;
	padding: 5px 0px 5px 0px;
	text-align: right;
	width: 740px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: Black;
	border-left-color: black;
}
/* these rules style the links in the top nav */
#topnav a:link {
	color: White;
	text-decoration: none;
	background-color: #66cc33;
}

#topnav a:visited {
	color: White;
	text-decoration: none;
	background-color: #66cc33;
}

#topnav a:hover {
	color: Black;
	text-decoration: none;
	background-color: #669999;
}
#topnav a:active {
	color: Black;
	text-decoration: none;
	background-color: #669999;
}
/* heading styles */
h1 {
	font-size: 17px;
	margin: 10px;
	color: #006699;
	letter-spacing: 0.2em;
}

h2 {
	font-family: Cambria;
	font-size: 17px;
	font-weight: bolder;
	margin: 10px;
	color: #66CC33;
	letter-spacing: 0.2em;
		padding: 10px;	
}
h3 {
	font-size: 16px;
	margin: 10px;
	color: #006699;
	letter-spacing: 0.2em;
}


p, pre {
	margin: 0px 10px 10px;
	line-height: 120%;
}

/* styles the bottom nav link area */
#bottomnav {
	background: #FFFFFF;
	font-size: 10px;
	text-align: center;
	width: 550px;
}

/*background image sits at the bottom of the content area - remove if not needed*/
#contentcenter {
	background-color: transparent;
	float: left;
	padding: 0px;
	width: 550px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right bottom;
}

/*this is the left sidebar div - holding the menu*/
#contentleft {
	float: left;
	padding: 0px;
	width: 150px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

#header {
	background-color: #000000;
	background-image:  url(images/header.jpg);
	background-repeat: no-repeat;
	border: 1px solid #000000;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	width: 740px;
}

/* styles for the menu buttons on the left side - in the left content div*/
#navlist {
	width: 150px;
	margin-top: 25px; /*change this to move the position of the menu up or down */
	line-height: 20px;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}

#navlist a {
	border-bottom: 1px solid #000000;
	border-top: 1px solid #FFFFFF;
	display: block;
	font-weight: bold;
	padding: 2px 2px 2px 17px;
	voice-family: inherit;
	width: 131px;
}

#navlist a:link {
	color: #000000;
	text-decoration: none;
}

#navlist a:visited {
	color: #000000;
	text-decoration: none;
}

#navlist a:hover {
	background-color: #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
	background-image:  url(images/hover.jpg);
}

#navlist li {
	font-weight: bold;
	margin: 0px 0pt 3px;
	color: #FFF;
}

#navlist ul {
	font-family: Cambria;
	font-size: 11px;
	font-weight: bold;
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;
	color: #FFF;
}
/*main content div wrapper- declare the background image for the left menu area here*/
#pagebox {
	background: #FFFFFF url(images/leftnavback.jpg) repeat-y;
	border-left: 1px solid White;
	border-right: 1px solid Black;
	border-top: 1px solid Black;
	border-bottom: 2px solid black;
margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
width: 738px;
}

/*text box under the menu bar*/
.textbox {
	background-image: url(images/textbox.jpg);
	background-repeat: repeat-y;	 
	border: 1px solid #000000;
	color: #666666;
	font-size: 10px;
	height: auto;
	margin-left: 6px;
	padding: 1px;
	text-align: left;
	width: 135px;
}

/*use this to style the position of any images used in the content area*/
.imgleft {
float: left;
padding: 5px;
}

.imgright {
float: right;
padding: 5px;
}

/* styles the date */
#pagedate {
	color: #000000;
	margin-left: auto;
	margin-top: 25px;
	text-align: center;
	font-family: Cambria;
	font-size: 11px;
	font-weight: bold;
}

/*styles for the contact form*/
form { margin: 2px 20px;
}

label,span.spacer {width:140px;}

/*styles the form fields*/
label{
	font-weight:bold;
	color : #66cc33;
	font-weight : bold;
}
fieldset{
padding:10px;
margin-bottom : 15px;
padding : 10px;
}
/*styles the 'contact form' text at top of contact form*/
legend {
	color:#66cc33;
	font-weight: bolder;
	padding: 10px;  /*gives a bit of padding between the border and the test*/
	margin: 6px;
	font-family: Cambria;
	font-size: 14px;
}

ul li {
	border: 0px solid #000000;
	color: #5A5F45;
}

li {
	line-height: 2em;
	list-style: disc;
	color: #625C7F;
	font-weight: bold;
}

/* these rules set the current page links - shows the hover button on current open page */
/* use the particular class on each html page as needed */
a.home { 
background: url(images/hover.jpg);
 }
 a.calendar { 
background: url(images/hover.jpg);
 }
 a.registration { 
background: url(images/hover.jpg);
 }
 a.sponsors { 
background: url(images/hover.jpg);
 }
 a.location { 
background: url(images/hover.jpg);
 }
 a.agenda { 
background: url(images/hover.jpg);
 }
  a.speakers { 
background: url(images/hover.jpg);
 }
 a.contactus { 
background: url(images/hover.jpg);
 }
#pagebox #contentleft .textbox p span {
	font-family: Cambria;
}
