/*	================================
	=== Stylesheet for Start-Up  ===
	=== Created by: Andrew Croot ===
	================================*/


/*  ----------
	- Layout - 
	----------*/
	
body {
	margin: 0 auto;
	width: 750px;
	background-color: #ffffff;
	color: #000000;
	font-size: .9em;
	text-align: center;
	font-family: Arial, sans-serif;
	}
	
#contentArea {
	background-color: #fff;
	color: #000000;
	text-align: left;
	width: 719px;
	border: 1px solid black;
	}
	
#container {
	width: 719px;
	background-repeat: repeat-y;
	background-position: center top;
	}

	
#left {
	float: left;
	width: 178px;	
	margin: 0;
	padding: 0;
	}
	
#right {
	float: left;
	width: 540px;
	margin: 0;
	padding: 0;
	}


#header {
	background-color:#006766;
	color: #FFFFFF;
	width: 719px;
	}

#nav {
	color:#FFFFFF;
	width: 719px;
	padding-right: 2px;
	padding-left: 2px;
	}

#subNav {
	text-align: center;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #becece;
	color: #000;
	}

#secondarynav {
	width: 113px;
	background-color: #006766;
	border-bottom: 2px solid red; /*#008080;*/
	}

#colorMeGreen {
	background-color: #006766;
	width: 100%;
	clear: both;
	}

/* What's New and Main Photo - sits above the content columns */
		#whatsNew {
			background-color: #ccc;
			width: 378px;
			color: #000;
			float: left;
			padding: 2px 5px 2px 5px;
			}
			
		#indexGraphic {
			background-color: #ccc;
			width: 719px;
			color: #000;
			}
/************************/


/* for 2 column layout */
		#leftCol {
			color: #000;
			float: left;
			width: 239px;
			padding: 2px 0 2px 0;
			}
			
		#rightCol {
			background-color: #fff;
			color: #000;
			float: left;
			width: 488px;
			padding: 2px 0 2px 0;
			}
/************************/


/* Wrappers for the 3 Column Layout */

		#wrapper2 {
			margin: 0;
			padding: 0;
			background-image: url(../images/rcol_bg.gif);
			background-position: right;
			background-repeat: repeat-y;
			width: 100%;
			background-color: #fff;
			}
			
		#wrapper1 {
			margin: 0px;
			padding: 0px;
			background-image: url(../images/lcol_bg.gif);
			background-repeat: repeat-y;
			width: 100%;
			}
/************************/


/* for 3 column layout */
		#lCol {
			background-color: #becece;
			color: #000000;
			float: left;
			width: 238px;
			border-top: 1px solid black;
			}
			
		#mCol {
			background-color: #fff;
			color: #000000;
			margin-left: 239px;
			margin-right: 239px;
			border-top: 1px solid black;
			}
			
		#rCol {
			background-color: #becece;
			color: #000000;
			float: right;
			width: 238px;
			border-top: 1px solid black;
			}
/************************/
	
	
#footer {
	font-size: 80%;
	color: #000000;
	text-align: left;
	clear: both;
	width: 719px;
	}
	
	
/*  --------------
	- Formatting - 
	--------------*/


/* nav Formating : Main Navigation */		
		#nav ul {
		  display: block;
		  list-style: none outside;
		  padding: 0;
		  margin: 0;
		  }
		
		#nav li {
		  padding: 0;
		  margin: 0 3px 0 0;
		  border-left: 1px solid #000000;  
		  border-top: 1px solid #000000;  
		  border-right: 1px solid #000000;  
		  background-color: #006766;
		  color: #ffffff;
		  font-weight: bold;
		  display: block;
		  float: left;
		  position: relative;
		  left: -20px;
		}
		
		#nav a:link,
		#nav a:visited {
		  background-color: #006766;
		  color: #ffffff;
		  text-decoration: none;
		  font-size: .72em;
		  padding-left: .5em;
		  padding-right: .5em;
		}
		
		#nav a:hover {
		  background-color: /*#dde56c;*/#22483f;
		  color: #fff;
		  padding-top: 3px;
		  padding-bottom: 2px;
		}
/************************/


/* Sub Nav Formatting - Categories under the Main Nav */
		#subNav a:link,
		#subNav a:visited {
			color: #006766;
			font-size: 90%;
			font-weight: bold;
			}
		
		#subNav a:hover {
			color: #22483f;
			text-decoration: underline;
			font-size: 90%;
			font-weight: bold;
			}
/************************/
		
		
/* Secondary nav Formatting : Sub categories under the main nav */
		#secondarynav ul {
			list-style: none outside;
			display: block;
			padding: 0;
			margin: 0;
			width: 113px;
			}

		#secondarynav li {
			display: block;
			background-color: #006766;
			font-weight: bold;
			border-bottom: 1px solid #cccccc;
			position: relative;
			padding: 3px;
			left:-5px;
			top:-2px;
			width: 118px;
			}
		
		#secondarynav a:link,
		#secondarynav a:visited {
			background-color: #006766;
			color: #cccccc;
			padding-left: 5px;
			font-size: .7em;
			}
		
		#secondarynav a:hover {
			background-color: #006766;
			color: #FFFFFF;
			border-left: 3px solid #d3e03c;
			padding-left: 2px;
			width: 105px;
			font-size: .7em;
			}
/************************/



li {
	/*list-style: square outside;*/
	padding-bottom: 2px;
	position:relative;
	left: -5px;
	}

p {
	padding: 0 5px 0 5px;
	line-height: 120%;
	}


a:link,a:visited {
	color: #006766;

	}
	
a:hover {
	color: #006766;
	text-decoration: underline;
	}	


/* Search Link formatting */	
		a:link.advancedSearch,
		a:visited.advancedSearch {
			color: #FFFFFF;
			text-decoration: none;
			font-size: 70%;
			}
		
		a:hover.advancedSearch {
			text-decoration: underline;
			font-size: 70%;
			}
/************************/


/* Footer link formatting */
		#footer a,
		#footer a:visited {
			color: #000000;
			text-decoration: none;
			}
			
		#footer a:hover {
			color: #000000;
			text-decoration: underline;
			}
/************************/
						
			
/*Index Highlighted Sections  */
		h3 {
	font-weight: bold;
	text-align: left;
	width: 99%;
	color: #fff;
	font-size: 120%;
	margin: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	background-position: left;
			}

		.h3Yellow { background-color: #f1ab00; padding-left: 2px; 	}		

		.h3Purple {
	background-color: #59058d;
	padding-left: 2px;
}

		.h3Red {
	background-color: #b0232a;
	padding-left: 2px;
}
			
		.h3Green {
	background-color:  #317023;
	padding-left: 2px;
}
							
 		.h3Blue {
	background-color: #29568f;
	padding-left: 2px;
	background-position: right;
}
		
		.h3Orange {
	background-color: #e55300;
	padding-left: 2px;
	background-position: right;
}
/************************/	


h2 {
	font-weight: bold;
	color: #006766;
	font-size: 130%;
	padding: 7px 0 0px 10px;
	border-bottom: 1px solid #000;
	margin-left: 0 5px 0 5px;
	}
	
h4 {
	font-weight: bold;
	color: #006766;
	font-size: 110%;
	}

	
.header {
	font-weight: bold;
	font-size: 105%;
	padding: 7px 0 0 10px;
	margin: 0 5px 0 5px;
	border-bottom: 1px solid #aba;
	}
	
	
.divider {
	width: 100%;
	padding: 0;
	margin: 0;
	border-bottom: 1px dashed #aba;
	}
	
	
.centerMe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	

.grant {
	font-size: 80%;
	}


.tagline {
	font-size: 80%;
	}


.shading {
	color: #006766;
	font-weight: bold;
	}

.bold {
	font-weight: bold;
	}
	

.italics {
	font-style: italic;
	}


.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
	}
	
	
/* Webcasts */

#webcastPhoto {
	width: 75px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	}
	
#webcastDescription {
	width: 455px;
	float: left;
	}
	
/* Needs Assessment */


.indent { margin-left: 35px; }

#naContainer { padding: 5px; }

.option { width: 105px; 
		  text-align: center;	
		  float: left; 
		  font-weight: bold;
		  }		

div.webcastContainer { width: 399px;
						float: left;
					 	font-size: 10pt;
					 	margin-left: 15px;
					}
				 
div.webcastColumn1 { float: left; 
				   width: 100px;
				   vertical-align: top;
				   text-align: center;
				  }

div.webcastColumn2 { float: left; 
				   width: 275px; 
				   padding-left: 20px;
				   vertical-align: top;
				 }

.alert { font-weight: bold;
			color: #FF0000;
		}
		
div.brownbagColumn1 { float: left; 
				   width: 100px;
				   vertical-align: top;
				   text-align: center;
				  }

div.brownbagColumn2 { float: left; 
				   width: 275px; 
				   padding-left: 20px;
				   vertical-align: top;
				 }
				 
.row0  { background-color: #DDDDDD; }

.doublespace { margin-bottom: 15px; }

div.choice { width: 90px;
			 float: left;  
			 text-align: center; 
			}
			
.smallbold { font-size: 80%;
			 font-weight: bold; 
			 }
			 
.plainlabel { width: 225px; 
			  float: left; 
			  text-align: right}
			  
.plainlonglabel { width: 275px; 
			  float: left; 
			  text-align: right}
