html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	
}
/* remember to define focus styles! */
:focus {outline: 0;}


ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/*END CSS RESET */

/* colors 
dark blue text	#005480
green banner #009966
green text #008061
royal blue	#006BB6
darker green rollover #008060;	
*/


html,body {position: relative; color: #000; background-color: #ffffff;
	font-family: Tahoma, Geneva, sans-serif;}
	
	
h1 	{font-size: 22px; font-weight: normal; color: #000; margin-bottom: 12px; font-family:  Trebuchet MS, Helvetica, sans-serif; }
h2 	{font-size: 16px; font-weight: bold; color: #000; margin-bottom: 4px;  font-family:  Trebuchet MS, Helvetica, sans-serif;}
h3 	{font-size: 16px; font-weight: normal; color: #000; margin-bottom: 3px; font-family:  Trebuchet MS, Helvetica, sans-serif;}
h4 	{font-size: 14px; font-weight:bold; color: #fff; margin-bottom: 3px; font-family: Trebuchet MS, Helvetica, sans-serif;}
h5 	{font-size: 12px; font-weight: normal; color: #000; margin-bottom: 3px; font-family:  Trebuchet MS, Helvetica, sans-serif;}

.bold_text	{font-weight: bold;}
.normal_text	{font-weight: normal;}
.underline {text-decoration:underline;}
P 	{margin-bottom: 12px; font-family:Tahoma, Geneva, sans-serif;; font-size: 12px; font-weight: normal; line-height: 18px;}
.red	{color: red;}
li	{margin-bottom: 8px;}
.italic	{font-style: italic;}
.float_left 	{float: left; padding-right: 10px;}
.cal_float_left	{float: left; position: absolute; top: 0px;}
.float_right	{float: right;}

a:link {color: #008061; text-decoration: none;}
a:visited {color:  #008061; text-decoration: none;}
a:hover {color: #000; text-decoration: none; border-bottom: 1px dotted #000;}
a:active {color: #008061;}

/* #### NAVIGATION STYLE #### */
#navigation1{position: absolute; top: 55px; right: 200px;
}

#navigation1  li	{line-height: 1.2em; margin-bottom: 1px;}

#navigation1	{font-family:  Tahoma, Geneva, sans-serif; font-size: 12px;}
#navigation1 a:link { color: #000; text-decoration: none;}
#navigation1 a:visited {color:  #000; text-decoration: none;}
#navigation1 a:hover {color: #008061; text-decoration: none; border-bottom: 1px dotted #008061;}
#navigation1 a:active {color: #008061; text-decoration: none;}


#navigation2{
height:45px; width: 980px; margin:0; padding-left:10px; padding-top: 4px;
background-image: url(../gfx/nav_bckgrd.gif); background-repeat: repeat-x; position: relative; 
}

#navigation2  li{
display: inline; padding-right: 8px; padding-left: 8px; 
}

#navigation2	{font-family:  Tahoma, Geneva, sans-serif; font-size: 12px; padding-bottom: 1px;}
#navigation2 a:link { color: #fff;}
#navigation2 a:visited {color:  #fff;}
#navigation2 a:hover {color: #fff; border-bottom: 1px dotted #fff;}
#navigation2 a:active {color: #fff; }
#navigation2 a {line-height: 14px;}
/*
################# SUPERFISH HORIZONTAL DROPDOWN MENU STYLES ###############
This works in conjuction w/ jquery, hoverintent.minified and superfish.js
see http://users.tpg.com.au/j_birch/plugins/superfish/#examples for working example
##################################################*/
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;

}
.sf-menu {
	line-height:	25px;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			25px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			5em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			5em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	padding: 		2px;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}
.sf-menu li {
	background:		none;
}
.sf-menu li li {
	background:		none;
}
.sf-menu li li li {
	background:		none;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		none;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2px; padding-left: 2px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
	
}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/
.sf-navbar {	
	height:			25px;
	padding-bottom:	5px;
	position:		relative;
}
.sf-navbar li {
	position:		static;
}
.sf-navbar a {
	border-top:		none;
}
.sf-navbar li ul {
	width:			970px; /*IE6 soils itself without this*/
}
.sf-navbar li li {
	
	position:		relative;
}
.sf-navbar li li ul {
	width:			970px;
}
.sf-navbar li li li {
	width:			100%;
}
.sf-navbar ul li {
	width:			auto;
	float:			left;
}
.sf-navbar a, .sf-navbar a:visited {
	border:			none;
}


.current {
	border-bottom: 1px dotted #fff;
}
.sf-navbar li:hover,
.sf-navbar li.sfHover,
.sf-navbar li li.current,
.sf-navbar a:focus, .sf-navbar a:hover, .sf-navbar a:active {
background-color: #008060;	
}




.sf-navbar ul li:hover,
.sf-navbar ul li.sfHover,
ul.sf-navbar ul li:hover li,
ul.sf-navbar ul li.sfHover li,
.sf-navbar ul a:focus, .sf-navbar ul a:hover, .sf-navbar ul a:active {
	background:		none;
}
ul.sf-navbar li li li:hover,
ul.sf-navbar li li li.sfHover,
.sf-navbar li li.current li.current,
.sf-navbar ul li li a:focus, .sf-navbar ul li li a:hover, .sf-navbar ul li li a:active {
	background:		none;
}
ul.sf-navbar .current ul,
ul.sf-navbar ul li:hover ul,
ul.sf-navbar ul li.sfHover ul {
	left:			0;
	top:			25px; /* match top ul list item height */
}
ul.sf-navbar .current ul ul {
	top: 			-999em;
}

.sf-navbar li li.current > a {
	font-weight:	bold;
}

/*** point all arrows down ***/
/* point right for anchors in subs */
.sf-navbar ul .sf-sub-indicator { background-position: -10px -100px; }
.sf-navbar ul a > .sf-sub-indicator { background-position: 0 -100px; }
/* apply hovers to modern browsers */
.sf-navbar ul a:focus > .sf-sub-indicator,
.sf-navbar ul a:hover > .sf-sub-indicator,
.sf-navbar ul a:active > .sf-sub-indicator,
.sf-navbar ul li:hover > a > .sf-sub-indicator,
.sf-navbar ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}


/*############### END SUPERFISH #####################*/


#navigation4	{position: absolute; top: 50px;right: 30px; z-index: 3;font-family:  Tahoma, Geneva, sans-serif; font-size: 13px; padding-bottom: 1px; font-weight: bold; width: 150px; } 
#navigation4 img	{vertical-align:top;}
#navigation4  li{; padding-right: 1.5em;  margin-bottom: 4px; height: 18px;}
#navigation4 a:link { color: #EE4904; text-decoration: none;}
#navigation4 a:visited {color:  #EE4904; text-decoration: none;}
#navigation4 a:hover, #navigation4 a:hover img {color: #000; text-decoration: none; border-bottom: 1px dotted #000;}
#navigation4 a:active {color: #EE4904; text-decoration: none;}


.dead_link { color: #EE4904;}

/* #### END NAVIGATION STYLE #### */
	
#header{height:80px; background: #FFF; color: #333333; font-size: 20px;}

#title{background: #FFF; color: #333333; font-size: 20px; height: 0px; position: absolute; top: 50px; right: 350px;}

#content_title {margin: 0; background-image: url(../gfx/header_test_2.gif); background-repeat: no-repeat; text-indent: -9999px; 
height: 79px; width: 380px; position: absolute; top: 20px; left: 190px;}

#container{width:990px; margin:0 auto; padding: 20px 0; position: relative; text-align:left}

#wrapper	{position: relative; width: 990px; padding: 0; margin: 0; background-image: url(../gfx/wrapper_bckgrnd.gif); background-repeat: repeat-y; height: 100%;}

#content_home{position: absolute; top: 50px; left: 20px; width:640px;  padding:0; height: 100%;}

#content{position: relative; top: 0px; left: 0px; width:620px; padding: 20px 20px 40px 20px; min-height: 400px;}
	
* html #content	{height: 400px;} /* keeps the content div open in IE6 */

#content_text	{position: relative; padding: 20px 0; margin: 0 0 0 200px; width: 400px;}
.subheader	{text-indent: -9999px; width: 432px; height: 25px;}

#left_column_images	{position: absolute; top: 35px; left: 25px; width: 120px; height: 350px;}


/* ##### right column stuff ##### */

#rightcolumn	{position: absolute; top: 20px; left: 660px; width: 280px; padding: 20px 20px 20px 30px; height: 100%;}
ul.right_bullet { list-style-type:disc; list-style-position:outside; font-size:12px; padding-left: 40px;
}
.right_bullet li {margin-bottom: 10px; }
#rightcolumn_home	{position: relative; top: 0; left: 660px; width: 280px; padding: 20px 20px 45px 30px; height: 100% !important; min-height:300px; height: 300px;}

#jobster{position: absolute; bottom: 38px; left: 0;width: 322px; height: 30px !important; height: 20px; background-color: #fff; z-index: 3; padding: 4px; margin: 0; border-bottom: 1px solid #ccc;}
#jobster a:link, #jobster a:visited,  #jobster a:hover, #jobster a:active 	{border-bottom: 0px dotted #fff;}
#jobster p	{font-size: 11px; line-height: 14px; color: #005480; margin-bottom: 0;}
#twitter	{position: absolute; bottom: 0px; left: 0;width: 322px; height: 30px !important; height: 20px; background-color: #fff; z-index: 3; padding: 4px; margin: 0;}
#twitter a:link, #twitter a:visited, #twitter a:hover, #twitter a:active 	{border-bottom: 0px dotted #fff;}
#twitter p	{font-size: 11px; line-height: 14px; color: #005480; margin-bottom: 0;}
#rightcolumn_title_home	{margin: 0 0 15px 0;  background-image: url(../gfx/new_oppt.gif); background-repeat: no-repeat; text-indent: -9999px;height: 63px; width: 214px;}

#rightcolumn_title_local	{margin: 0 0 15px 0;  background-image: url(../gfx/local_attr.gif); background-repeat: no-repeat; text-indent: -9999px;height: 63px; width: 214px;}

#rightcolumn_title_orientation	{margin: 0 0;  background-image: url(../gfx/orientation.gif); background-repeat: no-repeat; text-indent: -9999px; height: 24px; width: 142px; padding-top: 20px;}

* html #rightcolumn_title_orientation	{margin-top: 36px;} /* ie 6 position fix */

#sidebar	{position: absolute; top: 0; right: 30px; width: 250px; padding: 15px;}
#sidebar li a	{font-size: 11px;}



.table td	{margin-bottom: 0px; padding-bottom: 1px;font-family:Tahoma, Geneva, sans-serif;; font-size: 11px; font-weight: normal; line-height: 13px; width: 50%;}

.table{ display: block; border-top: 1px #000 solid; width: 214px; margin-bottom: 7px;}

/* #### LOCAL ATTRACTIONS NAVIGATION STYLES ##### */
.table a:link { color: #000; text-decoration: none;}
.table a:visited {color:  #000; text-decoration: none;}
.table a:hover {color: #008061; text-decoration: none; border-bottom: 1px dotted #008061;}
.table a:active {color: #008061; text-decoration: none;}

/* ####### FOOTER STUFF ####### */

#footer_home {position: relative; width: 990px; height: 175px; margin: 0; padding: 0; background-image: url(../gfx/footer_home.gif); background-repeat: no-repeat; font-family:  Tahoma, Geneva, sans-serif; font-size: 16px;}

#footer_home h3, #footer h3	{font-weight: bold; color: #fff; margin-bottom: 8px; }

#footer	{position: relative; top: 0px; margin:0; padding: 0; color: #000; width: 990px; height: 165px; background-image: url(../gfx/footer.gif); background-repeat: no-repeat; background-position: top left; font-family:  Tahoma, Geneva, sans-serif; font-size: 16px;}

#footer a:link, #footer_home a:link { color: #fff; text-decoration: none;  }
#footer a:visited, #footer_home a:visited {color:  #fff; text-decoration: none;}
#footer a:hover, #footer_home a:hover {color: #000; text-decoration: none; border-bottom: 1px dotted #000;}
#footer a:active, #footer_home a:active {color: #fff; text-decoration: none;}
#footer a, #footer_home a {line-height: 20px;}
#footer_home a {font-weight: bold;}
#footer p, #footer_home p{font-size: 11px; color: #fff; margin-bottom: 5px; line-height: 14px;}


#footer_box1	{position: absolute; top: 0; left: 0; width: 230px; padding: 10px 10px 10px 90px; color: #000;height:145px; overflow: hidden;}
#footer_box2	{position: absolute; top: 0; left: 330px; width: 230px; padding: 10px 10px 10px 90px; color: #000; height:145px; overflow: hidden;}
#footer_box2 p	{position: absolute;  top: 140px; left: 10px; width: 320px;}
#footer_box3	{position: relative; top: 0; left: 660px; width: 300px; padding: 10px; color: #fff;height:145px; line-height: 12px; overflow: hidden;}


#footer_box1_blog	{position: absolute; top: 0; left: 0; width: 310px; padding: 10px; color: #000;height:55px; overflow: hidden;}
#footer_box2_blog	{position: absolute; top: 5px; left: 330px; width: 300px; padding: 10px 10px 10px 20px; color: #000; height:55px; overflow: hidden;}
#footer_box2_blog h3	{margin-left: 40px;}
/*#footer_box2_blog {position: absolute; top: 42px; left: 10px;} this got edited somewhere-needs correction*/
#footer_box3_blog	{position: relative; top: 0; left: 660px; width: 300px; padding: 10px; color: #fff;height:55px; line-height: 12px; overflow: hidden;}


#footer_box3_social	{position: absolute; top: 11px; left: 10px;}
#footer_home #footer_box3_social	{position: absolute; top: 142px; left: 10px;}
#footer_box3_social	{font-family:  Tahoma, Geneva, sans-serif; font-size: 11px; position: relative; }
#footer_box3_social a:link ,#wordpress_footer  a:link, #copyright a:link { color: #008061; text-decoration: none;}
#footer_box3_social a:visited,#wordpress_footer a:visited, #copyright a:visited {color:  #008061; text-decoration: none;}
#footer_box3_social a:hover,#wordpress_footer a:hover, #copyright a:hover  {color: #000; text-decoration: none; border-bottom: 1px dotted #000;}
#footer_box3_social a:active,#wordpress_footer a:active, #copyright a:active  {color: #008061; text-decoration: none;}
#footer_box3_social a,#wordpress_footer a {line-height: 14px;} 

.ec3_events, .ec3_events ul, .ec3_events li 	{color: #000; font-size: 11px;}

#wordpress_footer	{width: 990px; text-align: center; }
#wordpress_footer p	{color: #000;}
#footer #copyright	{position: absolute; top: 44px; left: 10px; color: #000000;}
#footer #copyright a:link	{color: #008061;}
#footer #copyright a:visited	{color: #008061;}
#footer #copyright a:hover	{color: #000;border-bottom: 1px dotted #000;}
#footer #copyright a:active	{color: #008061;}
/* ################ styles for forms ############ */

	
fieldset {
  
  font: bold 12px  Verdana, Arial, Helvetica, sans-serif;
  }
label {
  float:left; clear: both; display: block;
  width:25%;
  margin-right:0.5em;
  margin-bottom: 10px;
  padding: .3em 0;
  text-align:right;
  font-weight:normal;
  font: 11px Tahoma, Verdana,  sans-serif;

  }
input	{ font: 11px Tahoma, Geneva, sans-serif;}
legend	{font: bold 12px  Tahoma, Geneva, sans-serif; color: #008061; margin-bottom: 15px; }
input:focus, textarea:focus, option:focus {background-color: #ccc;}
option {font: 12px Tahoma, Verdana,  sans-serif; line-height: 16px;}
.form_style {font: 12px Tahoma, Verdana,  sans-serif; line-height: 16px;}
.form_style_bold {font: 12px Tahoma, Verdana,  sans-serif; font-weight: bold; line-height: 16px;}

.form_line	{margin: 0 0 5px 0; clear: both; padding: 0; }

/*##########SEARCH STYLES##########*/
#subfooter	{position: relative; top: 5px; left: 0px; text-align: center; width: 990px; font-family: tahoma, verdana, sans-serif; font-size: 10px; line-height: 12px; vertical-align: baseline; height:20px;  }

#subfooter a,img {vertical-align: baseline;}

#subfooter a:link {color: #003366 ; text-decoration: none; font-family:Tahoma, Geneva, sans-serif; font-weight: normal;}
#subfooter a:visited {color:  #003366 ; text-decoration: none;}
#subfooter a:hover {color: #000; text-decoration: none; }
#subfooter a:active {color: #003366 ;}


/*################## for the job listings on the homepage, associated w/ the dd link lister plugin #######*/

.ddmcl {width: 250px; float: left; padding: 0 20px 20px 0; }

.ddmcl ul {margin: 10px 0 10px 0;padding: 0;list-style: none;text-indent: 0;}

.ddmcl p.sep {font-size: 1.2em;color: #808080;font-weight: bold;}

.ddmcl p.sep:hover {cursor: pointer;}

.ddmcl li	{font-size: 11px; margin-bottom:  12px; line-height: 14px; padding: 0 }
#sidebar > div.ddmcl  ul li	{margin-bottom: 20px;}