
/* 
   Reset
------------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: middle;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}


/* 
   General 
------------------------------------------------------------------- */

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
	padding: 10px;
}


body {
	background: #C4C1B4 url('img/bg.gif');
	color: #334;
	font: normal 70% arial,verdana,sans-serif;
	line-height: 1.3;
}


/* 
   Typography 
------------------------------------------------------------------- */

/* Headings */

h1,h2,h3,h4,h5,h6 {
	color: #464126;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.4em;
}
h4{margin-top:0.5em;line-height:17px;}
h4,h5,h6 {font-weight: bold;}

h1 {font-size: 2.2em;}
h2 {font-size: 1.8em;}
h3 {font-size: 1.4em;margin-top:0.8em}
h4 {font-size: 1.3em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}


/* Links */

a:focus,a:hover {color: #357;}
a {
	color: #357;
	text-decoration: underline;
}
a.feed {
	background: url('img/icon-feed.gif') no-repeat left center;
	padding-left: 18px;
font-size: 0.9em;line-height:14px;
}

/* More links */
a.more {
	color: #579;
	font-weight: bold;
}
a.more:hover {color: #234;}


/* Text elements */

p {margin-bottom: 0.5em;}

abbr, acronym {border-bottom: 1px dotted #666;}
address {margin-bottom: 1.5em;}
blockquote {margin: 1.5em;}
del, blockquote { color:#666; }
em, dfn, blockquote, address {font-style: italic;}
strong, dfn {font-weight: bold;}
sup, sub {line-height: 0;}

pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre,code,tt {
	font: 1em monospace;
	line-height: 1.5;
}


/* Lists */

li ul, li ol {margin-left: 1.5em;}
ul, ol {margin: 0 0 1.5em 1.5em;}

ul {list-style-type: disc;}
ol {list-style-type: decimal;}

dl {margin: 0 0 1.5em 0;}
dl dt {font-weight: bold;}
dd {margin-left: 1.5em;}



/* Special lists */

ul.plain-list li, ul.nice-list li, ul.tabbed li {list-style: none;}
ul.tabbed {
	display: inline;
	margin: 0;
}
ul.tabbed li {float: left;}
ul.plain-list {margin: 0;}

/* Right Hand links */
ul.nice-list {margin-left: 0;}
ul.nice-list li {
	list-style: none;
	border-top: 1px solid #EEE;
	padding: 4px 0;
	font-size: 1.15em;line-height:19px;
}
ul.nice-list li:first-child {border-top: none;}
ul.nice-list li .right {color: #999;}
ul.nice-list a:link{color: #464126;}
ul.nice-list a:visited{color: #464126;}
ul.nice-list a:hover { 
	color: #817E73; 
}

/* Tables */

table {margin-bottom: 1.4em;}
th {font-weight: bold;}
thead th {background: #C3D9FF;}
th,td,caption {padding: 4px 10px 4px 5px;}
tr.even td {background: #F2F6FA;}
tfoot {font-style: italic;}
caption {background: #EEE;}

table.data-table {
	border: 1px solid #CCB;
	margin-bottom: 2em;
}
table.data-table th {
	background: #F0F0F0;
	border: 1px solid #DDD;
	color: #555;
	text-align: center;
}
table.data-table tr {border-bottom: 1px solid #DDD;}
table.data-table td, table th {padding: 8px;}
table.data-table td {
	background: #F6F6F6;
	border: 1px solid #DDD;
}
table.data-table tr.even td {background: #FCFCFC;}

table.gallery {width:100%;border-collapse:collapse;margin:1em 0;}
table.gallery th, td{text-align:center;padding:.5em;border:1px solid #fff;}
table.gallery td{background:#FAFAFA url('img/dashboard.gif') repeat-y left top;font:70% Arial, Helvetica, gill sans MT,sans-serif;}
table.gallery title {font:80% Arial, Helvetica, gill sans MT,sans-serif;} 

/* Misc classes */

.small {font-size: 0.8em;line-height:14px;}/* Latest News */
.smallbottom {font-size: 1em;line-height:14px;}
.smaller {font-size: 0.8em;}
.smallest {font-size: 0.7em;}

.large {font-size: 1.1em;line-height:19px;}
.larger {font-size: 1.25em;}
.largest {font-size: 1.35em;}

.hidden {display: none;}

.quiet {color: #999;}
.loud {color: #000;}
.highlight {background:#ff0;}

.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-separator {padding: 0 5px;}

.error, .notice, .success {
	border: 1px solid #DDD;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
}

.error {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;}
.error a {color: #8A1F11;}

.notice {background: #FFF6BF; color: #514721; border-color: #FFD324;}
.notice a {color: #514721;}

.success {background: #E6EFC2; color: #264409; border-color: #C6D880;}
.success a {color: #264409;}

/* 
   Contact Forms 
------------------------------------------------------------------- */

fieldset {
	border-left: 1px solid #CCB;
	border-right: 1px solid #CCB;
	margin: 1em 0 1.2em;
	width:99%;
}

input, textarea, select {
	background-color: #FFF;
	border-color: #777 #CCC #CCC #777;
	border-style: solid;
	border-width: 1px;
	font: normal 1em Verdana,gill sans MT,sans-serif;
	padding: 4px;
}

input.button {
	background: #E9E8E8 url('img/backgrounds.gif') repeat-x 0 -366px;
	border: 1px solid #888;
	border-color: #BBB #888 #888 #CCC;		
	color: #444;
	cursor: pointer;
	font: normal 1em gill sans MT,sans-serif,Verdana;
	margin-top: 5px;
	padding: 6px;
	width: auto;
}
input:focus,input:active,textarea:focus,textarea:active,select:focus,select:active,input.button:hover,input.button:focus {background: #FFFFF5;}
input.button:hover, input.button:focus {
	color: #123;
	cursor: pointer;
}

textarea {overflow: auto;}

input.image {
	border: 0;
	padding: 0;
}

/* Contact Form Specific */

.form_row {
	background: url('img/grain_light.gif');
	border-bottom: 1px solid #E1E1D5;
	padding: 10px 0;
}
.form_required {font-weight: bold;}
.form_row_submit, .legend {
	background: url('img/grain_dark.gif');
	border-bottom: 1px solid #CCB;
	border-top: 1px solid #CCB;
	padding: 4px 0 8px;
}
.legend {padding: 1px 18px 5px;}
.form_property, .form_value {float: left;}
.form_property {
	font-size: 1.1em;
	text-align: right;
	width: 110px;
}

.form_row_submit .form_value {padding-left: 132px;}

.hireform_row {
	background: url('img/grain_light.gif');
	border-bottom: 1px solid #E1E1D5;
	border-top: 1px solid #E1E1D5;
	padding: 5px 0;
	width:100%;
}
.hireform_required {font-weight: bold;}
.hireform_row_submit, .legend {
	background: url('img/grain_dark.gif');
	border-bottom: 1px solid #CCB;
	border-top: 1px solid #CCB;
	padding: 4px 0 4px;
}
.hirelegend {padding: 1px 10px 5px;}
.hireform_property, .form_value {float: left;}
.hireform_property {
	font-size: 0.9em;
	text-align: left;padding-left: 6px;
	width: 100px;
	float:left;
}
.hireform_value {padding-left: 2px;	font-size: 0.8em;}
.hireform_value_options {padding: 2px;	font-size: 0.8em;width: 200px;}
.hireform_row_submit .form_value {padding-left: 32px;}

.confirmtext {font-size: 0.8em;	background: url('img/grain_light.gif');	padding-left: 3px;}
/* 
   Alignment 
------------------------------------------------------------------- */

/* General */

.center,.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Images */
img.bordered,img.alignleft,img.alignright,img.aligncenter,img.enlarge {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}
img.alignleft, img.left {margin: 0 1.5em 1em 0;}
img.alignright, img.right {margin: 0 0 1em 1.5em;}
.google {
  margin: 5px 10px 10px 2px;
  border: 1px solid; color:#9A9A9A;
padding:1px;  
}

/* Floats */   

.left,.alignleft {float: left;}
.right,.alignright {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;
}

/* 
   Separators 
------------------------------------------------------------------- */

.content-separator, .archive-separator {
	background: #D5D5D5;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 1px;	
}
.content-separator {margin: 20px 0;}
.archive-separator {margin: 10px 0;}


/* 
   Posts 
------------------------------------------------------------------- */

.post a {text-decoration: none;}
.post a:hover {text-decoration: underline;}
.post {font-size: 1.3em;line-height:18px;}
.post p{margin-top:4px;font: normal 85% arial,sans-serif;line-height:16px;}
.post ul{margin-top:4px;margin-left:24px;font: normal 85% arial,sans-serif;line-height:17px;}
.post img.left, .post img.right {margin-bottom: 0;}

.post-date {
	color: #777;
	margin: -5px 0 10px;
}
.post-date a {color: #444;}

.post-title h1, .post-title h2, .post-title h3 {margin-bottom: 14px;}

.post-meta {
	background: #F6F6F6;
	border: 1px solid #DDD;
	color: #777;
	padding: 6px 10px;
}
.post-meta a {color: #345; }
.post-meta a:hover {color: #001;}

.post-body a {color: #039;}
.post-body a:hover {color: #464126;}
.post-body a:link,a:visited {text-decoration: underline;color: #039;}
.post-body img.left, .post-body img.right {margin-bottom: 1em;}

#courses {
	border: 1px solid #DDD;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
	background-color: #F6F6F0;
}
#courses_top {
	border: 1px solid #DDD;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
	background-color: #F6F6F0;
	width: 440px;
}


#staff {
	border: 1px solid #DDD;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
	background-color: #FCECDE;
	min-height:200px;
}

/* 
   Layout 
------------------------------------------------------------------- */

/* General */
.h{	margin: 0 auto;
	width: 1000px;
	padding-top:8px;
	padding-bottom:8px;
	background:#fff;
	border:1px solid #ccc;}


.center-wrapper {
margin: 0 auto;
	width: 980px;
	background:#fff;
}

/* Toolbar */
#toolbar {
	padding: 12px 0 8px;
	font-size: 1.1em;
	color: #999;
}
#toolbar img {vertical-align: middle;}


/* Header */

#header {margin-bottom: 2px;margin-top: 2px; height:155px;
	background: #FFF url('img/banner.jpg') no-repeat;}

/* Site title */
#site-title {
	font: normal 1.6em serif;
	border-bottom: 1px solid #CCC;
	padding-bottom: 24px;
}
#site-title span {color: #999;}
#site-title a {
	color: #000;
	text-decoration: none;
}

#newslink  a {
	color: #4A452B;
	text-decoration: underline;
}


/* Navigation */

#navigation {margin-bottom: 24px;background-color: #998f86;	}
#navigation a {
	display: block;	text-decoration: none;	
}

/* Subnav */

#sub-nav {background-color: #998f86;	border-top: 2px solid #464126;}
#sub-nav a {	font: 1.5em gill sans MT,sans-serif; color:#fff;min-height: 0;padding: 10px;}
#sub-nav li.current-tab a, #sub-nav a:hover {color: #464126;}
#sub-nav li {background: url('img/navigation-separator.gif') no-repeat left center;}
/* #sub-nav li.current-tab a {background: url('img/navigation-arrow.gif') no-repeat center bottom;}*/
#sub-nav li:first-child {background: none;}

/* Main */

.main {margin-bottom: 18px;}

.main#main-two-columns {background: url('img/main-two-columns.gif') repeat-y right top;}
.main#main-two-columns .sidebar {width: 290px;}
.main#main-two-columns #main-left {width: 641px;}

.main#sub-two-columns {background: url('img/sub-two-columns.gif') repeat-y right top;}
.main#sub-two-columns .sidebar {width: 230px;}
.main#sub-two-columns #main-left {width: 720px;}

.main#sub-one-column{background: #ffffff;}

.sidebar a {text-decoration: none;}
.sidebar a:hover {text-decoration: underline;}

#sidebar-1 {margin-left: 37px;}

/* Columns */
.col3 {width: 32%;}
.col3-mid {margin-left: 2%;}

/* Sidebar */

#sidebar-wrapper {}
#sidebar {}


/* Sidebar sections */
.section {margin-bottom: 16px;}
.section-title {
	background-color: #998f86;
	border-top: 2px solid #464126;
	font: bold 1.3em gill sans MT,sans-serif;
	color:#fff;
	margin-bottom: 5px;
	min-height: 0;
	padding: 5px 8px 6px;
}

.network-section .section-title {
	background-color: #F6F6F6;
	border-color: #D6D6D6;
}
.section-content{font-size: 1.2em;line-height:18px;}

.section-content p {font: arial,sans-serif;}



/* Dashboard */

#dashboard {
	background: #FAFAFA url('img/dashboard.gif') repeat-y left top;
	border: 1px solid #E7E7E7;
}

#dashboard .column {width: 244px;}
#dashboard #column-4 {border-right: none;}

#dashboard .column-content {
	padding: 14px 16px;
}
#dashboard .column-title {
	color: #666;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 5px;
}
#dashboard a {color: #456;}
#dashboard a:hover {color: #000;}

/* Footer */

#footer {padding: 5px 5px 5px 5px;}

#footer {
	background-color: #998f86;
	border-bottom: 2px solid #464126;
	margin-top:10px;
	height:42px;
	}
#footer p {font: bold 1.2em gill sans MT,gill sans MT,sans-serif;; color:#fff;line-height:20px;}
#footer a {
	text-decoration: none;
	color:#fff;
	}
#footer .right, #footer .right a {
	color: #6F6861;
	text-decoration: none;
}

/*
#footer {padding: 10px 0;}
#footer a {
	color: #579;
	text-decoration: none;
}
#footer .right, #footer .right a {
	color: #999;
	text-decoration: none;
}
#footer .text-separator {
	padding: 0 3px;
	color: #BBB;
}
#footer a:hover {color: #000;}
*/

#sitefootergap {padding: 5px;}
/* 
   Misc overriding classes
------------------------------------------------------------------- */

/* Border */

.noborder {border: 0;}
.notborder {border-top: 0;}
.norborder {border-right: 0;}
.nobborder {border-bottom: 0;}
.nolborder {border-left: 0;}

/* Margin */

.nomargin {margin: 0;}
.notmargin {margin-top: 0;}
.normargin {margin-right: 0;}
.nobmargin {margin-bottom: 0;}
.nolmargin {margin-left: 0;}

/* Padding */

.nopadding {padding: 0;}
.notpadding {padding-top: 0;}
.norpadding {padding-right: 0;}
.nobpadding {padding-bottom: 0;}
.nolpadding {padding-left: 0;}

/* Single line IE fix */
* html #sub-nav, * html .section-title, * html .main {height: 0.01%; min-height: 0.01%;}


.arrowgreen{
	width: 288px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font: bold 12px arial,sans-serif;
	display: block;
	background: transparent url(img/arrowgreen.gif) 100% 0;
  height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 17px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #464126;
}

.arrowgreen li a:hover{
	color: #26370A;
	background-position: 100% -32px;
}

	
.arrowgreen li a.selected{
	color: #26370A;
	background-position: 100% -64px;
}

/*TabbedPages)*/

.tab_container {
	border: 1px solid #DDDDDD;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding: 10px;
}

ul.tabs {
	text-decoration: none;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #DDDDDD;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 0 10px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #DADACB;
		text-decoration: none;
}
ul.tabs li a:link {
		text-decoration: none;
		color:#000000;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
		text-decoration: none;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

