/* @group Created By */

/*
Title: Junior Achievement of Western MA Screen Styles
Created By: Alison West, Tortus Technologies, West Springfield, MA (tortus.com)
Last Updated: May 11th, 2009
*/

	/* @end */	
/*-------------------------------------------------------------*/
/* @group html body, clears */

html, body {
	margin: 0;
	padding: 0;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 90%;
	color: #000;
	background: #3B7A61;
	}	
	
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 766px;
	background: #4B6097;
	}
	
	/* @end */	
/*-------------------------------------------------------------*/
/* @group header */

#header {
	margin: 0;
	padding: 0;
	color: #000;
	background: #3B7A61;
	height: 97px;
	}
	
#header h1 {
	margin: 0;
	padding: 0;
	}
	
#header img {
	margin: 0;
	padding: 0;
	}
	
	/* @end */
/*-------------------------------------------------------------*/
/* @group nav */
	
#nav {
	float: right;
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style-type: none;
	background: #6279B0 url("../images/navigation_bkgnd.gif") repeat-y;
	width: 215px;
	/*height: 200px;*/
	}
	
#nav_top {
	float: right;
	width: 215px;
	height: 10px;
	background: #6279B0 url("../images/navigation_top.gif") top left no-repeat;
	}
	
#nav dl {
	margin: 7px;
	padding: 5px;
	text-align: right;
	font-size: 120%;
	font-weight: bold;
	font-family: "Times New Roman", serif;
	background: #6279B0;
	}
	
#nav dd {
	margin: 0;
	padding: 1px;
	color: #FFF7D9;
	}
	
#nav a {
	padding: 0 5px;
	color: #FFF7D9;
	background: #6279B0;
	text-decoration: none;
	}
	
#nav a:hover {
	color: #FDE688;
	background: #6279B0;
	border-bottom: 1px dotted #FDE688;
	}
	
	/* @end */
/*-------------------------------------------------------------*/
/* @group top */

#top {
	margin: 0;
	padding: 0;
	color: #FFF;
	background: #4B6097;
	border-left: 3px solid #4B6094;
	border-right: 3px solid #4B6094;
	width: 760px;
	}
	
#top object {
	float: left;
}
	
	/* @end */
/*-------------------------------------------------------------*/
/* @group content */

#content {
	clear: both;
	margin: 0;
	padding: 0 0 30px 0;
	color: #000;
	background: #FFF7D9 url("../images/content_wrapper.gif") top left repeat-x;
	border-left: 3px solid #4B6094;
	border-right: 3px solid #4B6094;
	/*float: left;*/
	width: 760px;
	}
	
#content_left {
	float: left;
}
	
#content img {
	margin: 0;
	padding: 0;
	}

#content p {
	margin: 5px 15px;
	padding: 3px 5px;
	color: #555;
	}
	
#content ul {
	color: #444;
	}
	
#content li {
	color: #444;
	list-style-type: square;
	padding: 3px;
	}
	
a {
	margin: 0;
	padding: 0;
	color: #9A7B4D;
	font-weight: bold;
	}
	
a:visited {
	color: #4B6094;
    /*wiljo, added to see stuff at all:
	background: #FFF7D9;*/
	}
	
a:hover {
	margin: 0;
	padding: 0;
	color: #3B7A61;
	}
	
/*wiljo, added to see stuff at all*/
#programs, #events, #event, #news, #partners {
	background: #FFF7D9;
    }

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	margin: 0;
	padding: 5px 15px;
	font-family: "Georgia", serif;
	font-weight: lighter;
	/*background: url("../images/border_btm.gif") bottom left no-repeat;*/
	}
	
.special_header {
	background: url("../images/border_btm.gif") bottom left no-repeat;
	}
	
#content h1 {
	color: #355167;
	background: url("../images/border_btm.gif") bottom left no-repeat;
	}
	
#content h2 {
	color: #4B6094;
	background: url("../images/border_btm.gif") bottom left no-repeat;
	}
	
#content h3 {
	color: #6279B0;
	margin: 0;
	}
	
#content h4 {
	color: #8496C1;
	}
	
.emphasis {
	color: #EFBD01;
	font-weight: lighter;
	font-size: 110%;
	}
	
.standout {
	color: #3B7A61;
	font-weight: lighter;
	font-size: 130%;
	font-style: italic;
	font-family: "Times New Roman", serif;
	}
	
#content dl {
	margin: 10px;
	}
	
#content dt {
	margin: 10px 0;
	font-weight: bold;
	color: #6279B0;
	}
	
#content dd {
	color: #555;
	}
	
	/* @end */
/*-------------------------------------------------------------*/
/* @group callout */

#callouts_right {
	float: right;
	width: 210px;
}

#callout {
	float: right;
	clear: right;
	width: 190px;
	margin: 5px 10px 10px 10px;
	padding: 0;
	border: 1px solid #FF9900;
	background: #FFCA6E;
	}
	
#callout h3 {
	margin: 0;
	padding: 5px 8px;
	color: #FDE688;
	background: #FF9900 url("../images/callout_btm.gif") bottom left no-repeat;
	font-size: 130%;
	}
	
#callout p {
	margin: 0;
	padding: 5px 8px;
	}
	
#callout a {
	color: #303E5F;
	background: #FFCA6E;
	font-weight: normal;
	}
	
#callout a:visited {
	color: #888;
	background: #FFCA6E;
	}
	
#callout a:hover {
	color: #6279B0;
	background: #FFCA6E;
	}
	
	/* @end */
/*-------------------------------------------------------------*/
/* @group dynamic content */

#clear {
	clear: left;
	}
	
#clear_both {
	clear: both;
	}
	
#page_img img {
	float: left;
	margin: 0 10px 2px 0;
	padding: 1px;
	border: 1px solid #eeeeee;
	}
	
table {
	width: 550px;
	}
	
td {
	vertical-align: top;
	}
	
#gallery_thumbs a {
	border: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	}
	
#gallery_thumbs img {
	margin: 10px;
	}
	
.gallery_thumb_wrap {
	float: left;
	margin: 0 10px 10px 10px;
	padding: 0;
	width: 150px;
	height: 250px;
	text-align: center;
	vertical-align: top;
	font-size: 90%;
	}
	
.gallery_thumb_wrap a img {
	text-decoration: none;
	}
	
.photo {
	margin: 0;
	padding: 0;
	float: right;
	}
	
	/* @end */
/*-------------------------------------------------------------*/
/* @group broadcast_email */

#broadcast_email {
	float: right;
	clear: right;
	width: 190px;
	margin: 5px 10px 10px 10px;
	padding: 0;
	border: 1px solid #FF9900;
	background: #FFCA6E;
	}
	
#broadcast_email p {
	margin: 5px;
	}
	
input {
	margin: 0 10px 10px 10px;
	}

	/* @end */
/*-------------------------------------------------------------*/
/* @group footer */

#footer {
	clear: both;
	margin: 0;
	padding: 0;
	color: #000;
	background: #6279B0;
	border-bottom: 3px solid #4B6094;
	border-top: 3px solid #4B6094;
	border-left: 3px solid #4B6094;
	border-right: 3px solid #4B6094;
	}
	
#footer p {
	margin: 0;
	padding: 5px;
	font-size: 80%;
	text-align: right;
	}
	
#footer a {
	margin: 0;
	padding: 0;
	color: #FFF7D9;
	text-decoration: none;
	}
	
#footer a:hover {
	margin: 0;
	padding: 0;
	color: #000;
	}
	
	/* @end */
/*-------------------------------------------------------------*/
