@charset "UTF-8";
/* CSS Document */

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 100%;
	margin:0;
	padding: 0;
	background:  url('../images/bg.jpg') top center no-repeat;
}
img {
	border: 0;
}
form {
	margin: 0;
	padding: 0;
}
hr {
	color: #CCC;
	border: 0;
	background-color: #CCC;
	height: 1px;
}
.red {
	color: #912027;
}
.audio {
	font-size: 0.8em;
	font-weight: bold;
	color: #912027;
	margin: 5px 0 0 5px;
}
.audio_button_float {
	float: right;
	clear: none;
	margin-top: 10px;
	margin-right: 100px;
}
}.font-normal {
	font-weight: normal;
}
.select_width {
	width: 15em;
}
.hide {
	position: absolute;
	left: -999px;
	width: 990px;
}
input.go_button {
	background: url('../images/button_go.png') top left no-repeat;
	color: #FFF;
	border: 0;
	padding: 5px 7px;
}
/* Start of Skip Nav */
.awt-skipNav {
	position: absolute;
	left: -999px;
	width: 990px;
}
/* End of Skip Nav */
#index_container {
	margin: 0 auto;
	padding: 0;
	width: 60em;
	background-image: url('http://informe.org/cgi-bin/picpicer');
	background-position: 0px 97px;
	background-repeat: no-repeat;
	background-color: #FFF;
}
#container {
	margin: 0 auto;
	padding: 0;
	width: 60em;
	background-color: #FFF;
}
#header {
	background: url('../images/bg_header.jpg') bottom left repeat;
	width: 100%;
	height: 73px;
	margin: 0;
	padding: 0;
}
#header h2 {
	text-indent:-9999px;
	font-family: Helvetica;
	font-size: 2em;
	color: #000;
	margin: 0;
}
#header h2.logo {
	position: absolute;
	background: url('../images/MaineCareerCenterLogo.jpg') top left no-repeat;
	background-position: 0% 0%;
	width: 319px;
}
#header h2.logo a {
	display: block;
	width: 319px;
	height: 73px;
}
.header_nav_search {
	float: right;
	margin: 20px 5px 0 0;
	padding: 0;
	text-align: right;
	width: 18.75em;
}
.header_nav_search ul#menu {
	text-align: right;
	color: #58504C;
	margin: 0;
	padding: 5px 0 5px 0;
	font-size: .70em;
	display: inline;
	font-weight: bold;
}
.header_nav_search ul#menu li {
	margin: 0;
	list-style: none;
	display: inline;
}
.header_nav_search #menu a {
	color: #58504C;
}
.header_nav_search #menu a.on {
	color: #912027;
	text-decoration: none;
}
.header_nav_search #menu a:hover {
	color: #912027;
	text-decoration: none;
}
.header_search {
	padding: 5px 0 0 0;
	margin: 0;
}
#topnav {
	background: url('../images/nav_bg.png') top left no-repeat;
	padding: 4px 4px 0 4px;
	margin: 0;
	height: 20px;
}
#topnav_resource {
	color: #FFF;
	font-weight: normal;
	padding: 3px 4px 0 4px;
	margin: 0px;
	font-size: .75em;
	float: left;
	width: 7em;
}
#topnav_menu {
	float: left;
	width: 53em;
}


/*** Superfish STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
	font-size: .75em;
	font-weight: bold;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			15em; /* 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:			20px; /* 1.77em; /* 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:			15em; /* 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:			15em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	0;
	width: 100%;
}
.sf-menu a {
	border-left:	none;
	border-top:		none;
	padding: 		3px 16px 5px 16px; /* .37em 1em; */
	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:		#999;
	font-weight: normal;
	border-bottom: 1px solid #888;
}
.sf-menu li li li {
	background:		#999;
}


.sf-menu li:hover {
	background:		#999;
	outline:		0;
	color: #FFF;
}
.sf-menu li.sfHover {
	background:		#999;
	outline:		0;
	color: #FFF;
}
.sf-menu a:focus {
	background:		#999;
	outline:		0;
	color: #FFF;
}
.sf-menu a:hover {
	background:		#999;
	outline:		0;
	color: #FFF;
	text-decoration: underline;
}
.sf-menu a:active {
	background:		#999;
	outline:		0;
	color: #FFF;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	33px; /* 2.05em; */
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			12px; /* .75em; */
	top:			6px; /* 1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			4px; /* .4em; */
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* 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*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/* End of Superfish Styles */

#content {
	width: 60em;
	margin: 0;
	padding: 0;
}
#content_index {
	width: 60em;
	height: 20em;
	margin: 0;
	padding: 0;
	clear:both;
	background:  url('../images/index-bg/potato-tractors_cchome.jpg') top center no-repeat;
	
}
#quick_find {
	position: relative;
	top: 100px;
	left: 672px;
	width: 16.25em;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.5);
	margin: 0;
	padding: 0;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 0px 24px;
	-moz-box-shadow: 1px 1px 20px #555;
	-webkit-box-shadow: 1px 1px 20px #555;
	padding: 0 0 7px 0;
	clear:both;
}
.quick_find_text {
	position: relative;
	top: 7px;
	padding: 5px;
	margin: 7px;
	background: url('../images/bg_quick_find.jpg') top left repeat;
}
.quick_find_text h2 {
	font-weight: bold;
	color: #584D42;
	font-size: 1em;
	margin: 0;
	padding: 5px;
}
.quick_find_text ul {
	list-style: url('../images/arrow_red.png');
	list-style-position: inside;
	color: #584D42;
	font-size: .8em;
	margin: 5px 0 5px 0;
	padding: 0;
}
.quick_find_text li {
	margin: 0;
	padding: 5px;
}
.quick_find_text a:link {
	color: #265971;
}
.quick_find_text a:visited {
	color: #265971;
}
.quick_find_text a:hover {
	color: #912027;
	text-decoration: none;
}
/* start of test */
#quick_find1 {
	position: relative;
	top: 10px;
	left: 672px;
	width: 16.25em;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.5);
	margin: 0;
	padding: 0;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 0px 24px;
	-moz-box-shadow: 1px 1px 20px #555;
	-webkit-box-shadow: 1px 1px 20px #555;
	padding: 0 0 7px 0;
	clear:both;
}
.quick_find_text1 {
	position: relative;
	top: 7px;
	padding: 5px;
	margin: 7px;
	background: url('../images/bg_quick_find.jpg') top left repeat;
}
.quick_find_text1 h2 {
	font-weight: bold;
	color: #584D42;
	font-size: 1em;
	margin: 0;
	padding: 5px;
}
.quick_find_text1 ul {
	list-style: url('../images/arrow_red.png');
	list-style-position: inside;
	color: #584D42;
	font-size: .8em;
	margin: 5px 0 5px 0;
	padding: 0;
}
.quick_find_text1 li {
	margin: 0;
	padding: 5px;
}
.quick_find_text1 a:link {
	color: #265971;
}
.quick_find_text1 a:visited {
	color: #265971;
}
.quick_find_text1 a:hover {
	color: #912027;
	text-decoration: none;
}

#profiles {
	position: relative;
	top: 5px;
	left: 672px;
	width: 16.25em;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.5);
	margin: 0;
	padding: 0;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 0px 24px;
	-moz-box-shadow: 1px 1px 20px #555;
	-webkit-box-shadow: 1px 1px 20px #555;
	padding: 0 0 7px 0;
	clear:both;
}
.profiles_text {
	position: relative;
	top: 7px;
	padding: 5px;
	margin: 7px;
	background: url('../images/bg_quick_find.jpg') top left repeat;
}
.small {
	font-size: .6em;
}
.profiles_text h2 {
	font-weight: bold;
	color: #584D42;
	font-size: 1em;
	margin: 0;
	padding: 5px;
}
.profiles_text ul {
	list-style: none;
	color: #584D42;
	font-size: .8em;
	margin: 5px 0 5px 0;
	padding: 0;
}
.profiles_text li {
	margin: 0;
	padding: 5px;
}
.profiles_text a:link {
	color: #265971;
}
.profiles_text a:visited {
	color: #265971;
}
.profiles_text a:hover {
	color: #912027;
	text-decoration: none;
}
/* end of test */

#left_col {
	margin: 0 0 0 0;
	padding: 10px 0;
	float: left;
	width: 16em;
	background: url('../images/bg_nav.jpg') top left no-repeat;
	min-height: 26em;
}
/* Level 1 */
#left_col ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: .75em;
	font-weight: bold;
}
#left_col ul li {
	margin: 0;
	padding: 0;
}
#left_col ul li a {
	display: block;
	color: #102834;
	background: none;
	padding: 6px 10px 6px 20px;
	height: 1%;
}
#left_col ul li a:visited {
	display: block;
	color: #102834;
	background: none;
	padding: 6px 10px 6px 20px;
}
#left_col ul li a:hover {
	display: block;
	background: #FFF;
	padding: 5px 10px 5px 20px;
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #E1E1E1;
	border-top: 1px solid #E1E1E1;
}
#left_col ul.nav li a.item_on {
	display: block;
	color: #912027;
	background: #FFF;
	padding: 5px 10px 5px 20px;
	border-bottom: 1px solid #E1E1E1;
	border-top: 1px solid #E1E1E1;
	text-decoration: none;
	height: 1%;
}
#left_col ul li a:visited.item_on {
	display: block;
	color: #912027;
	background: #FFF;
	padding: 5px 10px 5px 20px;
	border-bottom: 1px solid #E1E1E1;
	border-top: 1px solid #E1E1E1;
	text-decoration: none;
}
/* Level 2 */
#left_col ul ul {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	list-style: none;
}
#left_col li li {
	margin: 0;
	padding: 0;
}
#left_col li li a {
	display: block;
	background: none;
	padding: 6px 5px 6px 40px;
	color: #1F4E63;
	height: 1%;
}
#left_col li li a:visited {
	display: block;
	background: none;
	padding: 6px 5px 6px 40px;
	color: #1F4E63;
}
#left_col li li a:hover {
	display: block;
	background: #FFF;
	padding: 5px 5px 5px 40px;
	color: #000;
	border-bottom: 1px solid #E1E1E1;
	border-top: 1px solid #E1E1E1;
}
#left_col li li a.item_on {
	display: block;
	background: #FFF;
	padding: 5px 5px 5px 40px;
	color: #912027;
	border-bottom: 1px solid #E1E1E1;
	border-top: 1px solid #E1E1E1;
	text-decoration: none;
	height: 1%;
}
#left_col li li a:visited.item_on {
	display: block;
	background: #FFF;
	padding: 5px 5px 5px 40px;
	color: #912027;
	border-bottom: 1px solid #E1E1E1;
	border-top: 1px solid #E1E1E1;
	text-decoration: none;
}
/* Level 3 */
#left_col ul ul ul{
	margin: 0;
	padding: 0;
	font-size: 1em;
}
#left_col li li li {
	margin: 0;
	padding: 0;
}
#left_col li li li a {
	display: block;
	background: none;
	padding: 6px 5px 6px 60px;
	color: #3581A5;
	height: 1%;
}
#left_col li li li a:visited {
	display: block;
	background: none;
	padding: 6px 5px 6px 60px;
	color: #3581A5;
}
#left_col li li li a:hover {
	display: block;
	background: #FFF;
	padding: 5px 5px 5px 60px;
	color: #000;
	border-bottom: 1px solid #E1E1E1;
	border-top: 1px solid #E1E1E1;
}
#left_col li li li a.item_on {
	display: block;
	background: #FFF;
	padding: 5px 5px 5px 60px;
	color: #912027;
	border-bottom: 1px solid #E1E1E1;
	border-top: 1px solid #E1E1E1;
	text-decoration: none;
	height: 1%;
}
#left_col li li li a:visited.item_on {
	display: block;
	background: #FFF;
	padding: 5px 5px 5px 60px;
	color: #912027;
	border-bottom: 1px solid #E1E1E1;
	border-top: 1px solid #E1E1E1;
	text-decoration: none;
}
/* Level 4 */
#left_col ul ul ul ul{
	margin: 0;
	padding: 0;
	font-size: 1em;
}
#left_col li li li li{
	margin: 0;
	padding: 0;
}
#left_col li li li li a {
	display: block;
	background: none;
	padding: 6px 5px 6px 80px;
	color: #66ACD2;
	height: 1%;
}
#left_col li li li li a:visited {
	display: block;
	background: none;
	padding: 6px 5px 6px 80px;
	color: #66ACD2;
}
#left_col li li li li a:hover {
	display: block;
	background: #FFF;
	padding: 5px 5px 5px 80px;
	color: #000;
	border-bottom: 1px solid #E1E1E1;
	border-top: 1px solid #E1E1E1;
}
#left_col li li li li a.item_on {
	display: block;
	background: #FFF;
	padding: 5px 5px 5px 80px;
	color: #912027;
	border-bottom: 1px solid #E1E1E1;
	border-top: 1px solid #E1E1E1;
	text-decoration: none;
	height: 1%;
}
#left_col li li li li a:visited.item_on {
	display: block;
	background: #FFF;
	padding: 5px 5px 5px 80px;
	color: #912027;
	border-bottom: 1px solid #E1E1E1;
	border-top: 1px solid #E1E1E1;
	text-decoration: none;
}
.layout2col {
	width: 42em;
}
.layout1col {
	width: 58em;
}
#article {
	margin: 0;
	padding: 8px 10px 4px 20px;
	float: left;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-style: normal;
}
#article h1 {
	margin: 0;
	padding: 20px 0 5px 0;
	font-size: 1.5em;
	font-weight: normal;
	color: #912027; /* #352E28 */
}
#article h1.center {
	margin: 0;
	padding: 20px 0 5px 0;
	font-size: 1.5em;
	font-weight: normal;
	color: #352E28;
	background: url('../images/bg_centers.jpg') bottom right no-repeat;
}
#article h2 {
	margin: 0;
	padding: 20px 0 0 0;
	font-size: 1.2em; /* 1.1em */
	font-weight: normal;
	color: #1F4E63; /* #584D42 */
}
#article h3 {
	margin: 0;
	padding: 20px 0 0 0;
	font-size: .95em;
	font-weight: bold;
	color: #0033FF;
}
#article p {
	font-size: .85em;
	color: #584D42;
	text-align: left;
}
#article p.format { 
	font-size: .75em;
	color: #999;
	font-style: italic;
}
#article a:link {
	color:#3581A5;
}
#article a:visited {
	color:#6EB6DE;
}
#article a:hover {
	color:#912027;
	text-decoration: none;
}
#article ul {
	font-size: .8em;
	color: #584D42;
}
#article ul li {
	margin: 5px 0;
}
#article ul ul{
	font-size: 1em;
	color: #584D42;
}
#article ul li ul li{
	margin: 5px 0;
}
#article ol {
	font-size: .8em;
	color: #584D42;
}
#article ol li {
	margin: 5px 0;
}
#article ol li ul {
	font-size: 1em;
	color: #584D42;
}
#article ol li ul li {
	margin: 5px 0;
}
#article ul.plain {
	font-size: .8em;
	color: #584D42;
	list-style: none;
}
#article ul.plain li {
	margin: 15px 0;
}
#article dl {
	font-size: .8em;
	color: #584D42;
}
#article dl dt {
	font-weight: bold;
	margin: 15px 0 0 20px;
}
#article dl dd {
	margin: 0 0 10px 20px;
}
#article dl dd p {
	font-size: .95em;
	margin: 2px 0 5px 0;
}
#crumbtrail {
	padding: 10px 0 0 0;
	font-size: .7em;
	color: #584D42;
}
#crumbtrail a:link {
	color: #584D42;
}
#crumbtrail a:visited {
	color: #584D42;
}
#crumbtrail a:hover {
	color: #000;
	text-decoration: none;
}
#right_col {
	float: right;
	width: 11em;
	border: 1px solid #584D42;
	margin: 20px 10px;
	padding: 0;
	background-color: #FBF2AF;
}
#right_col h4 {
	font-size: .75em;
	font-weight: bold;
	padding: 5px;
	margin: 0;
	color: #FFF;
	display: block;
	background-color: #584D42;
}
#right_col ul {
	list-style: none;
	padding: 0;
	margin: 10px 10px;
	font-size: .7em;
	color: #584D42;
}
#right_col ul li {
	padding: 5px 0 5px 0;
	margin: 0;
}
#right_col ul li a:link {
	color: #584D42;
}
#right_col ul li a:visited {
	color: #8F8986;
}
#right_col ul li a:hover {
	color: #000;
	text-decoration: none;
	text-align: center;
}
#footer {
	background: url('../images/bg_footer.jpg') top left repeat;
	margin: 0;
	padding: 0;
	height: 16.25em;
	clear:both;
}
#col1 {
	background: url('../images/job_bank.jpg') top left no-repeat;
	margin:0;
	padding:0;
	height: 12.5em;
	width: 15.625em;
	float: left;
}
.job_bank {
	position: relative;
	left: 24px;
	top: 132px;
	border-top: 1px solid #CCC;
	width: 18em;
	font-size: .7em;
	font-weight: normal;
	font-style: italic;
	color: #666;
	text-align: center;
}
.job_bank p {
	padding: 5px 0 5px 0;
	margin: 0;
}
.job_bank_buttons {
	text-align: center;
	padding: 0;
	margin: 0;
}
.job_bank_buttons ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 5px;
}
.job_bank_buttons li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}
.job_bank_buttons li a:link {
	float: left;
	display: block;
	background: url('../images/button_job_bank.jpg') top left no-repeat;
	width: 9.25em;
	height: 2em;
	color: #FFF;
	text-transform: uppercase;
	font-weight:bold;
	font-size: .9em;
	font-style: normal;
	padding: 10px 0 0 0;
	text-decoration:none;
	margin: 0;
}
.job_bank_buttons li a:visited {
	float: left;
	display: block;
	background: url('../images/button_job_bank.jpg') top left no-repeat;
	width: 9.25em;
	height: 2em;
	color: #FFF;
	text-transform: uppercase;
	font-weight:bold;
	font-size: .9em;
	font-style: normal;
	padding: 10px 0 0 0;
	text-decoration:none;
	margin: 0;
}
.job_bank_buttons li a:hover {
	float: left;
	display: block;
	background: url('../images/button_job_bank.jpg') top left no-repeat;
	width: 9.25em;
	height: 2em;
	color: #FFF;
	text-transform: uppercase;
	font-weight:bold;
	font-size: .9em;
	font-style: normal;
	padding: 10px 0 0 0;
	text-decoration: none;
	margin: 0;
}
#col2 {
	margin:0;
	padding:0;
	width: 26.375em;
	float: left;
}
#welcome_text h1 {
	font-size: .9em;
	font-weight: bold;
	font-style: italic;
	color: #584D42;
	padding: 30px 24px 5px 24px;
	margin: 0;
}
#welcome_text p {
	font-size: .8em;
	color: #584D42;
	padding: 10px 30px 5px 24px;
	margin: 0;
}
#info {
	margin:0;
	padding:0;
	width: 13.188em;
	float: left;
}
#info h4 {
	font-size: .9em;
	font-weight: bold;
	color: #584D42;
	padding: 36px 24px 5px 24px;
	margin: 0;
}
#info p {
	font-size: .8em;
	color: #584D42;
	padding: 10px 24px 5px 24px;
	margin: 0;
}
#info ul {
	font-size: .7em;
	color: #584D42;
	list-style: none;
	padding: 10px 24px 5px 24px;
	margin: 0;
}
#info li {
	padding: 0 0 5px 0;
	margin: 0;
	font-weight: bold;
}
#info a:link {
	color: #584D42;
}
#info a:visited {
	color: #584D42;
}
#info a:hover {
	color: #912027;
	text-decoration: none;
}
#credits {
	margin:0;
	padding:0;
	width: 13.188em;
	float: left;
}
#credits h4 {
	font-size: .9em;
	font-weight: bold;
	color: #584D42;
	padding: 36px 24px 5px 24px;
	margin: 0;
}
#credits p {
	font-size: .8em;
	color: #584D42;
	padding: 10px 24px 5px 24px;
	margin: 0;
}
#credits ul {
	font-size: .7em;
	color: #584D42;
	list-style: none;
	padding: 5px 24px 10px 24px;
	margin: 0;
}
#credits a:link {
	color: #584D42;
}
#credits a:visited {
	color: #584D42;
}
#credits a:hover {
	color: #912027;
	text-decoration: none;
}
#col3 {
	margin:0;
	padding:0;
	width: 17.375em;
	float: left;
}
#locations {
	margin: 24px 0 0 0;
	padding: 0;
	width: 16.25em;
}
#locations_bg {
	background: #FFF;
	padding: 7px;
	margin: 0;
	height: 9.5em;
}
#locations_text {
	background: url('../images/bg_locations.jpg') top left repeat;
	padding: 5px;
	margin: 0;
	height: 10.5em;
}
#locations_text h4 {
	font-size: .8em;
	font-weight: bold;
	color: #584D42;
	padding: 5px 5px 5px 5px;
	margin: 0;
}
#locations_text p {
	font-size: 0.7em;
	font-style: inherit;
	color: #584D42;
	padding: 14px 0 0 0;
	margin: 0;
}
#locations_select {
	margin: 0 0 5px 5px;
}
#news h4 {
	font-size: .9em;
	font-weight: bold;
	color: #584D42;
	padding: 15px 5px 5px 5px;
	margin: 0;
}
#news ul {
	font-size: .7em;
	color: #584D42;
	list-style: none;
	padding: 5px 5px 5px 5px;
	margin: 0;
}
#news li {
	padding: 0 0 5px 0;
	margin: 0;
	font-weight: bold;
}
#news a:link {
	color: #584D42;
}
#news a:visited {
	color: #584D42;
}
#news a:hover {
	color: #912027;
	text-decoration: none;
}


/* Clearfix */
	
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */


/* NEW styles for javascript autostriping of tables */
.tbstriped{border:1px solid #d9d9d9;border-collapse:collapse;}
.tbstriped caption{text-align:left;}
.tbstriped tr th{background-color:#3581A5;font-size:.8em;color:#fff;text-align:left;padding:3px 8px;}
.tbstriped th{border:1px solid #d9d9d9;border-collapse:collapse;}
.tbstriped tr td{font-size:.75em;padding:3px 8px;background:#fff;}
.tbstriped thead td{color:#fff;background-color:#C8C028;font-weight:bold;border-bottom:1px solid #d9d9d9;border-collapse:collapse;}
.tbstriped tbody td{border-left:1px solid #D9D9D9;border-bottom:1px solid #D9D9D9;border-collapse:collapse;}
.tbstriped tbody tr.zebra td{background:#eee;}
/* end of new styles */

.tbstriped0,
#tbstriped,
#tbstriped2,
#tbstriped3 {
	border: 1px solid #666;
}
#tbstripedr {
	text-align: right;
}

.tbstriped0 caption,
#tbstriped caption,
#tbstriped2 caption,
#tbstriped3 caption {
	text-align: left;
}

.tbstriped0 tbody tr th, 
#tbstriped tbody tr th, 
#tbstriped2 tbody tr th,
#tbstriped3 tbody tr th {
	background-color: #0764A8;
	color: #fff;
	text-align: left;
	padding: 3px 8px;
}
#tbstripedr tbody tr th {
	text-align: right;
}

.tbstriped0 th, 
#tbstriped th, 
#tbstriped2 th , 
#tbstriped3 th {
	border: 1px solid #999;
}
#tbstripedr th {
	text-align: right;
}

.tbstriped0 tr td, 
#tbstriped tr td, 
#tbstriped2 tr td, 
#tbstriped3 tr td {
	font-family: "lucida grande", verdana, sans-serif;
	padding: 3px 8px;
	background: #fff;
}
#tbstripedr tr td {
	text-align: right;
}

.tbstriped0 thead td, 
#tbstriped thead td, 
#tbstriped2 thead td, 
#tbstriped3 thead td {
	color: #fff;
	background-color: #C8C028;
	font-weight: bold;
	border-bottom: 1px solid #999;
}

.tbstriped0 tbody td, 
#tbstriped tbody td, 
#tbstriped2 tbody td, 
#tbstriped3 tbody td {
	border-left: 1px solid #D9D9D9;
}

.tbstriped0 tbody td {
	border-bottom: 1px solid #D9D9D9;
}

.tbstriped0 tbody tr.even td,
#tbstriped tbody tr.even td,
#tbstriped2 tbody tr.even td,
#tbstriped3 tbody tr.even td {
	background: #eee;
}

.tbstriped0 tbody tr.selected td,
#tbstriped tbody tr.selected td,
#tbstriped2 tbody tr.selected td,
#tbstriped3 tbody tr.selected td {
	background: #3d80df;
	color: #ffffff;
	font-weight: bold;
	border-left: 1px solid #346DBE;
	border-bottom: 1px solid #7DAAEA;
}

.tbstriped0 tbody tr.ruled td,
#tbstriped tbody tr.ruled td,
#tbstriped2 tbody tr.ruled td,
#tbstriped3 tbody tr.ruled td {
	color: #000;
	background-color: #C6E3FF;
	font-weight: bold;
	border-color: #3292FC;
}



/* VERTICAL ACCORDION */
#article .accordion-ver {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
  margin: 10px 0 10px 0;
}
#article .accordion-ver>ul , .accordion-hor>ul {
  display: inline !important;
  margin: 0 auto;
  padding: 0;
  list-style: none;
} 
#article .accordion-ver>ul>li {
  display: block;
  margin: 0;
  list-style: none;
  clear: left;
  position: relative;
  width: 100%;
  border-bottom: #f0f0f0 1px solid;
  background: #11587a;
  *margin-bottom: -4px; /* IE6 e IE7 */
}
#article .accordion-ver>ul>li:hover {
  cursor:pointer;
}
#article .accordion-ver>ul>li.last {
  border: 0;
}  
#article .accordion-ver>ul>li>h3 {
  position: absolute;
  display:block;
  float:left;
  margin: 0;
  padding: 10.5px 0 0 10px;
  top: 0;
  left: 0;
  font-size: 1em;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-decoration:none;
  text-transform:none;
  color: #f7f7f7;
}
#article .accordion-ver>ul>li>h3:hover {
  cursor:pointer;
} 
#article .accordion-ver>ul>li>div {
  display:none;
  background: #f2f2f2;
  overflow: hidden;
  font-family: Helvetica, Arial, sans-serif;
}
#article .accordion-ver:hover>ul>li:hover>div {
  cursor: default;
} 
#article .accordion-ver>ul>li>div>span {
  padding:10px;
  display: block;
  text-align: left !important;
  line-height: 2em;
}
#article .accordion-ver>ul>li>span.numericTab {
  position: absolute;
  display:block;
  top: 0;
  padding: 0 10px 0 0;
  float:right;
  margin: 0;
  right: 0;
  font-size: 1em;
  font-family: Helvetica, Arial, sans-serif;
  text-decoration:none;
  color: #000;
  background:#cccccc;  
}
#article .accordion-ver>ul>li>i {
  position: absolute;
  display:block;
  top: 0;
  right: 0;
  padding: 0 10px 0 0;
  float:right;
  margin: 0;
  font-size: 18px;
  text-decoration:none;
  color: #ffffff;
}
#article .accordion-ver a:link {
	color: #003366;
	font-size: 1.2em;
}
#article .accordion-ver a:visited {
	color: #993300;
	font-size: 1.2em;
}


/* right floated photo styles */
.pic300 {
	float:right;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 30px;
}
.pic300 {
	width:250px;
}

/* End of Table */
