/*	HTML ELEMENTS	*/

	html {
		background-color: #D6D93F;
		background-image: url(../images/html_bg.jpg);
		background-position: top left;
		background-repeat: repeat-x;
		background-attachment: fixed;
		font-size: small;
		font-family: Arial, Verdana;
		color: #67676B;
		margin: 0px;
		padding: 0px;
	}
	
	body {
		background-image: url(../images/body_bg.png);
		background-position: top center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		margin: 0px;
		padding: 0px;
		font-family: Arial, Verdana;
		font-size: small;
		color: #67676B;
	}


/*	LINKS			*/
	a { color: #000000; text-decoration: none; font-weight: bold; }
	#content_column a:hover { color: #5F9AD5; }


/*	HEADINGS		*/
	h1 { letter-spacing: -1px; color: #5F9AD5; font-family: Georgia, Times New Roman; font-weight: bold; font-size: xx-large; border-bottom: 1px solid #E4E4E4; padding-bottom: 5px; }
	h1.home { letter-spacing: -1px; color: #97A73A; font-family: Georgia, Times New Roman; font-weight: bold; font-size: xx-large; border-bottom: none; padding-bottom: 5px; }
	h2 { margin-bottom: 5px !important; padding-bottom: 0px !important; letter-spacing: -1px; color: #97A73A; font-family: Georgia, Times New Roman; font-weight: bold; font-style: italic; font-size: x-large; }
	h3 { margin-bottom: 0px !important; padding-bottom: 0px !important; letter-spacing: -1px; color: #97A73A; font-family: Georgia, Times New Roman; font-weight: bold; font-style: italic; font-size: large; }
	h4 { }
	h5 { }
	h6 { }

	h1 a { color: #5F9AD5 !important; }
	h2 a { color: #97A73A !important; }
	h3 a { color: #97A73A !important; }

	h1 a:hover { color: #CCCCCC !important; }
	h2 a:hover { color: #CCCCCC !important; }
	h3 a:hover { color: #CCCCCC !important; }
	
	
/*	TEXT			*/
	p { margin-top: 3px; padding-top: 0px; }
	td, th { text-align: left !important; vertical-align: top !important; }


/* Generic Page containers
-------------------------------*/
	#page_container {
		width: 935px;
		background: #FFFFFF;
		margin: 0px auto 10px auto;
		padding: 0px 0px 30px 0px;
		border: 10px solid #FFFFFF;
		border-top: none;
		border-bottom: none;
	}

	#navigation_container {
		clear: both;
		margin-bottom: 11px;
	}

	#banner_container {
		border-top: 6px solid #5F9AD5;
		padding-bottom: 16px;
	}

	#content_container {
		background-image: url(../images/content_bg.jpg);
		background-position: bottom left;
		background-repeat: repeat-x;
		background-color: #F1F1F1;
	}
	
	#flourish_left {
		background-image: url(../images/flourish_left.jpg);
		background-position: bottom left;
		background-repeat: no-repeat;
		padding: 13px;
	}

	#flourish_right {
		background-image: url(../images/flourish_right.jpg);
		background-position: bottom right;
		background-repeat: no-repeat;
		padding: 13px;
	}
	
	#flourish_none {
		padding: 13px;
	}

	#content_column {
		background-color: #FFFFFF;
		padding: 13px;
		width: 583px;
		float: left;
		min-height: 400px;
	}

	#content_column_full {
		background-color: #FFFFFF;
		padding: 13px;
		width: 865px;
		margin-left: 10px;
		border-top: 10px solid #F1F1F1;
		border-bottom: 15px solid #E7E7E6;
	}

	#left_column {
		width: 287px;
		float: left;
		background-color: #5F9AD5;
		color: #FFFFFF;
	}

	#right_column {
		width: 287px;
		float: right;
		background-color: #5F9AD5;
		color: #FFFFFF;
	}
		
	#footer_container {
		width: 955px;
		margin: 0px auto 50px auto;
	}

/* Banner
-------------------------------*/
	#sponsors {
		float: right;
		margin-top: 30px;
	}

	#accessibility_options {
		float: right;
		padding: 2px 10px 5px 10px;
		background-color: #5F9AD5;
	}
	
	#accessibility_options a {
		color: #FFFFFF;
		font-weight: normal;
	}
	
	#accessibility_options a:hover {
		color: #000000;
	}

	#banner_container_admin {
		border-top: 6px solid #000000;
		padding-bottom: 16px;
	}

	#admin_banner {
		float: right;
		padding: 2px 10px 5px 10px;
		background-color: #000000;
		color: #FFFFFF;
		font-weight: bold;
	}
	
	#admin_banner a { color: #FFFFFF; }
	
	#admin_banner a:hover { color: #CCCCCC; }


/* Navigation
-------------------------------*/
	#today {
		font-family: Georgia, Times New Roman;
		font-size: small;
		float: right;
		margin-top: 10px;
	}
	
	#navigation {
		font-family: Georgia, Times New Roman;
		font-weight: bold;
		font-style: italic;
		padding-top: 10px;
	}

	#navigation ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
	
	#navigation ul li {
		float: left;
		margin-right: 10px;
		padding-right: 10px;
		border-right: 1px solid #98A93A;
	}
	
	#navigation ul li.last_item {
		border-right: none !important;
	}
	
	#navigation li a {
		color: #98A93A;
		border-bottom: 1px solid #FFFFFF;
		padding: 0px 0px 10px 0px;
	}

	#navigation li a:hover {
		color: #5F9AD5;
		background-image: url(../images/nav_on.gif);
		background-position: bottom center;
		background-repeat: no-repeat;
		border-bottom: 1px solid #5F9AD5;
	}
	
	#navigation li a.selected {
		color: #5F9AD5;
		background-image: url(../images/nav_on.gif);
		background-position: bottom center;
		background-repeat: no-repeat;
		border-bottom: 1px solid #5F9AD5;
	}	

/* Sub Navigation
-------------------------------*/

	#sub_navigation {
		background-color: #5F9AD5;
		color: #FFFFFF;
		font-family: Georgia, Times New Roman;
		height: 30px;
		width: 609px;
	}
	
	#sub_navigation ul {
		list-style-type: none;
		margin: 0px;
		padding: 5px 0px 0px 10px;
	}
	
	#sub_navigation ul li {
		float: left;
		margin-right: 10px;
		padding-right: 10px;
		border-right: 1px solid #174D83;
	}
	
	#sub_navigation ul li.last_item {
		border-right: none !important;
	}
	
	#sub_navigation li a {
		color: #FFFFFF;
		padding: 0px 0px 10px 0px;
		font-weight: normal;
		font-style: italic;
	}
	
	#sub_navigation li a:hover {
		color: #174D83;
		background-image: url(../images/sub_nav_on.gif);
		background-position: bottom center;
		background-repeat: no-repeat;
	}

	#sub_navigation li a.selected {
		color: #174D83;
		background-image: url(../images/sub_nav_on.gif);
		background-position: bottom center;
		background-repeat: no-repeat;
	}
	
/* Footer
-------------------------------*/
	#copyright {
		float: left;
		color: #FFFFFF;
		font-size: small;
	}
	
	#credit {
		float: right;
		font-size: small;
	}
	
	#credit a {
		color: #FFFFFF;
		font-weight: normal;
	}
	
	#credit a:hover {
		color: #000000;
	}


/* Home page features
-------------------------------*/
	#home_page_features table {
		margin-top: 20px;
	}
	
	#home_page_features img {
		margin: 0px !important;
	}
	
	#home_page_features td {
		border-right: 10px solid #FFFFFF;
		border-bottom: 1px solid #E3B72E;
	}

	#home_page_features td:hover {
		border-bottom: 1px solid #CD6A00;
	}
	
	#home_page_features a {
		font-weight: normal;
		color: #67676B;
	}
	
	#home_page_features td.last_cell {
		border-right: none;
	}

	#home_page_features .feature_link {
		margin: 0px;
		padding: 0px;
		color: #FFFFFF;
		background-color: #E3B72E;
		font-weight: bold;
	}
	
	#home_page_features .feature_link span {
		padding: 5px 13px 10px 13px;
		background-image: url(../images/feature_arrow.gif);
		background-position: center right;
		background-repeat: no-repeat;
		display: block;
	}
	
	#home_page_features td:hover .feature_link {
		margin: 0px;
		padding: 0px;
		color: #CD6A00;
		background-color: #E3B72E;
		font-weight: bold;
	}
	
	#home_page_features a:hover p {
		color: #CD6A00;
	}
	
	#home_page_features td:hover .feature_link span {
		padding: 5px 13px 10px 13px;
		background-image: url(../images/feature_arrow_o.gif);
		background-position: center right;
		background-repeat: no-repeat;
		display: block;
	}
	
	#home_page_features h1 {
		font-weight: bold;
		margin: 0px;
		padding: 10px 0px 0px 0px;
		font-family: Arial;
		font-size: small;
		color: #97A73A;
		letter-spacing: normal !important;
		border-bottom: none !important;
	}
	
	#home_page_features td:hover h1 {
		color: #CD6A00;
	}
	
	#home_page_features p {
		margin: 0px 0px 5px 0px;;
		padding: 0px;
	}

/* Column Content (left or right)
-------------------------------*/
	#column_content {
		border-bottom: 15px solid #C6E3F8;
	}

	#column_content h1 {
		color: #FFFFFF;
		font-size: x-large;
		padding: 0px 0px 3px 0px !important;
		margin: 20px 13px 10px 13px !important;
	}
	
	#column_content h2 {
		margin: 0px !important;
		padding: 0px !important;
		letter-spacing: normal !important;
	}

	#column_content h2 a {
		font-family: Arial, Verdana;
		font-size: large;
		color: #FFFFFF !important;
		font-style: normal !important;
		font-weight: normal;
		margin: 0px 13px 0px 13px !important;
		padding: 2px 0px 2px 0px !important;
		background-image: url(../images/column_arrow.gif);
		background-position: center right;
		background-repeat: no-repeat;
		display: block;
		border-top: 1px solid #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
	}
	
	#column_content h2 a:hover {
		background-image: url(../images/column_arrow_o.gif);
		color: #174D83;
	}
	
	#column_content h3 {
		color: #FFFFFF !important;
		margin: 0px 13px 0px 13px !important;
		padding: 2px 0px 2px 0px !important;
	}
	
	#column_content ul {
		list-style-type: circle;
	}
	
	#column_content li.separator {
		list-style-type: none !important;
		padding-top: 10px !important;
	}
	
	#column_content p {
		margin-left: 13px;
		margin-right: 13px;
		font-size: small;
	}
	
	#column_content .image  {
		background-color: #C6E3F8;
		margin: 0px !important;
		padding: 0px !important;
	}
	
	#column_content a:hover {
		color: #C6E3F8;
	}

	#column_content a.read_more {
		color: #FFFFFF !important;
	}

/* Photo Gallery
-------------------------------*/
	
	#gallery_container table { width: 580px; }
	#gallery_container h2 { margin: 0px; padding: 0px; font-size: large; letter-spacing: normal; }
	#gallery_container h3 { margin: 0px; padding: 0px; font-size: small; font-family: Arial, Verdana; font-style: normal; letter-spacing: normal; }
	#gallery_container h4 { margin: 0px; padding: 0px; }
	#gallery_container tr td { padding: 5px 10px 0px 5px; }


/* Downloads
-------------------------------*/

	#download_list h3 {
		margin: 0px !important;
		padding: 0px !important;
	}

	#download_list ul {
		list-style-type: none;
		margin-left: 5px;
		padding-left: 0px;
	}

	#download_list li {
		padding-bottom: 20px !important;
	}

	#download_list .description {
		font-style: italic;
	}
	
	#download_list .file_details_link {
		font-size: smaller !important;
		font-weight: normal !important;
	}

	#download_list .file_details_container td {
		font-size: smaller !important;
		padding-right: 15px !important;
		padding-left: 5px;
	}

/* Accessiblity Options
-------------------------------*/

	#accessibility_options_page li {
		margin: 10px;
	}

	#accessibility_options_page a {
		font-weight: normal !important;
	}
	


	
/*	TABLE			*/
	table { }
	td, th { text-align: left; vertical-align: top; }


/*	FORM			*/
	td label { color: #999; font-size: small; }
	label { color: #999; font-size: small; }
	fieldset { }
	legend { }



/*	FORM ELEMENTS	*/
	.field_search {
		border: 1px solid #999999;
		width: 380px;
		font-size: small;
		color: #999999;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_search_focus {
		border: 1px solid #486AA8;
		width: 380px;
		font-size: small;
		color: #486AA8;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}

	.field_text {
		border: 1px solid #999999;
		width: 380px;
		font-size: small;
		color: #999999;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_text_focus {
		border: 1px solid #486AA8;
		width: 380px;
		font-size: small;
		color: #486AA8;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_text_error {
		border: 1px solid #FF003C;
		background-color: #F5F4D3;
		width: 380px;
		font-size: small;
		color: #486AA8;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_select {
		border: 1px solid #999999;
		width: 380px;
		font-size: small;
		color: #999999;
		font-family: Arial, Verdana;	
	}
	.field_select_focus {
		border: 1px solid #486AA8;
		width: 380px;
		font-size: small;
		color: #486AA8;
		font-family: Arial, Verdana;	
	}
	.field_select_error {
		border: 1px solid #FF003C;
		background-color: #F5F4D3;
		width: 380px;
		font-size: small;
		color: #486AA8;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_password {
		border: 1px solid #999999;
		width: 380px;
		font-size: small;
		color: #999999;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_password_focus {
		border: 1px solid #486AA8;
		width: 380px;
		font-size: small;
		color: #486AA8;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_password_error {
		border: 1px solid #FF003C;
		background-color: #F5F4D3;
		width: 380px;
		font-size: small;
		color: #486AA8;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_textarea {
		border: 1px solid #999999;
		width: 380px;
		height: 100px;
		font-size: small;
		color: #999999;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_textarea_focus {
		border: 1px solid #486AA8;
		width: 380px;
		height: 100px;
		font-size: small;
		color: #486AA8;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_textarea_error {
		border: 1px solid #FF003C;
		background-color: #F5F4D3;
		width: 380px;
		height: 100px;
		font-size: small;
		color: #486AA8;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_button {
		background-color: transparent;
		border: none;
		font-size: small;
		font-weight: bold;
		color: #000000;
	}
	.field_button_over {
		background-color: transparent;
		border: none;
		font-size: small;
		font-weight: bold;
		color: #174D83;
		cursor: pointer;
	}


/*	CMS ELEMENTS	*/
	.entry_options {
		width: 130px;
		border-top: 4px solid #B4C4D1;
		border-bottom: 1px solid #B4C4D1;
		float: right;
		font-size: small;
	}
	.entry_options ul {
		margin: 10px 0px 10px 20px;
		padding: 0px;
		list-style-type: circle;
	}
	.cms_table {
		width: 850px !important;
		margin-top: 10px;
		border-top: 1px solid #B3C5D2;
		border-bottom: 1px solid #B3C5D2;
	}
	.cms_table a {
		display: block;
	}
	.cms_table a.read_more {
		font-weight: bold;
	}
	.cms_table th {
		font-weight: normal;
		font-size: smaller;
		text-align: left;
		vertical-align: top;
		border-bottom: 1px solid #B3C5D2;
		color: #333333;
	}
	.cms_table td {
		font-size: small;
		text-align: left;
		vertical-align: middle;
		border-bottom: 1px solid #B3C5D2;
		padding: 3px 0px 3px 0px;
	}
	.cms_table th a {
		display: inline;
	}
	.row_odd td {
		background-color: #E5E5E5;
	}
	.row_over td {
		background-color: #F8F3CC;
		cursor: pointer;
	}
	.spacer { clear: both !important; }
	.divider {
		clear: both;
		border-top: 1px solid #D6D93F;
		margin-top: 10px;
		margin-bottom: 9px;
	}
	
	
	.message_negative {
		border: 1px solid #B23232;
		padding: 5px 13px 5px 13px;
		color: #000000;
		background-color: #FFD3D3;
		font-weight: bold;
		margin: 5px 0px 5px 0px;
		width: 583px;
	}
	
	.message_positive {
		border: 1px solid #2A5500;
		padding: 5px 13px 5px 13px;
		color: #000000;
		background-color: #D0DEC3;
		font-weight: bold;
		margin: 5px 0px 5px 0px;
		width: 583px;
	}
	
	.green_line {
		width: 100%;
		border-top: 1px solid #ccd199;
	}
	
	#project_links {
		float: right;
		font-family: Arial, Verdana;
		font-size: small;
		color: #000000;
		letter-spacing: normal !important;
		vertical-align: middle !important;
		margin-top: 5px;
	}
	
	
	#project_links a {
		color: #000000 !important;
		font-weight: normal !important;
	}
	
	#project_links a:hover {
		color: #666666 !important;
	}
	
	#project_list h3 {
		margin: 0px !important;
	}
	
	#category_filter {
		width: 200px;
		float: right;
		letter-spacing: normal;
		text-align: right;
		line-height: 13px;
		font-family: Arial, Verdana;
		font-weight: normal;
	}
	
	#category_filter label {
		font-style: italic;
	}
	
	#category_filter select {
		width: 200px;
	}
	
	#sortable_list li {
		cursor: move;
		padding-bottom: 5px;
		border-bottom: 1px solid #999999;
		margin-bottom: 5px;
	}
	
	#projects_overview div { float: left !important; }
	
	#feature table {
		margin: 10px 20px 0px 20px;
	}
	
	#feature td {
		vertical-align: top;
	}
	
	#feature h2 {
		color: #b5cbe7 !important;
		font-size: 18px;
		margin: 5px 0px 15px 0px !important;
	}
	
	
	#feature h3 {
		color: #ffffff !important;
		font-size: 16px;
		margin: 0px 0px 5px 0px !important;
	}
	
	#feature h4 {
		margin: 0px;
	}
	
	#feature p {
		margin: 5px 0px 0px 0px;
	}
	
	#feature a {
		color: #ffffff !important;
	}
	
	#feature .divider {
		border-top: 1px solid #b5cbe7 !important;
		margin-top: 15px;
	}
	
	
	#social_media {
		float: right;
		text-align: right;
		line-height: 0px;
		margin: 2px 10px 0px 0px;
	}

	#social_media a {
		padding: 0px;
		margin: 0px;
		line-height: 0px;
	}
	
	#social_media p {
		margin: 20px 0px 20px 0px;
	}
	
	.required {
		color: red;
		font-weight: bold;
		font-size: 18px;
		padding-left: 10px;
	}
	
	#tree_table {
		width: 850px;
	}
	
	#tree_table th {
		border-bottom: 1px solid #D6D93F;
		padding: 0px 0px 8px 0px;
	}
	
	#tree_table label {
		font-weight: normal !important;
		font-size: 11px;
		font-style: italic;
	}
	
	#tree_table td {
		padding: 5px 10px 5px 0px !important;
	}
