@charset "utf-8";
body {
	margin: 0px;
}

#container {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	height: auto;
}
#container #innercontainer h1 {
	font-family: "Trebuchet MS", Arial;
	font-weight: bold;
	font-size: 14px;
	font-variant: normal;
	text-transform: none;
	color: #006699;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../png/headlineunderline.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
legend {
	font-weight: normal;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 2px solid #336699;
	background-color: #FFFFFF;
	color: #336699;
}
frameset {
	border: 1px solid #336699;
	padding: 20px;
}
#container #innercontainer #footer {
	background-image: url(../png/raccacolorado.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 120px;
}
#container #innercontainer #tail {
	background-image: url(../png/tailpiece.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	height: 35px;
	margin-top: -2px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 38px;
	color: #0066CC;
	text-align: center;
}
#container #innercontainer #navigation {
	text-align: center;
	padding: 10px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0066CC;
}
#container #innercontainer #navigation a {
	color: #0066CC;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #0081E6;
	border-right-color: #0081E6;
	border-bottom-color: #0081E6;
	border-left-color: #0081E6;
}
#container #innercontainer #navigation a:hover {
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E11A1F;
	border-right-color: #E11A1F;
	border-bottom-color: #E11A1F;
	border-left-color: #E11A1F;
}
.missing_content {
	color: #DA0000;
}
#container #innercontainer .bottomtab {
	background-image: url(../png/bottombg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 170px;
}
#container #innercontainer #main .bottomtab p {
	width: 40%;
	margin-right: auto;
	margin-left: auto;
	vertical-align: bottom;
	color: #DA0000;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
.red {
	color: #DA0000;
	font-weight: bold;
}
#container #innercontainer #navigation #selected {
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E11A1F;
	border-right-color: #E11A1F;
	border-bottom-color: #E11A1F;
	border-left-color: #E11A1F;
}
#container #innercontainer #main {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#container #innercontainer #main ul {
	list-style-image: url(../png/bullet.png);
}
#container #innercontainer #main ul ul {
	list-style-image: url(../png/bulletbullet.png);
}
#container #innercontainer #main p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#innercontainer {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	background-color: #FFFFFF;
	background-image: url(../png/sidefadeleft.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#container #console {
	position: relative;
	height: auto;
	width: 1000px;
}
#container #innercontainer .legal {
	color: #999999;
}
.formFields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #C91228;
}
.warnings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #C91228;
	border: 2px solid #980E1F;
	margin-left: 10px;
}
.success {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #33CC33;
	border: 2px solid #238D23;
	margin-left: 10px;
}
#careersbg {
	background-image: url(../png/carimage.png);
	background-repeat: no-repeat;
	background-position: right center;
}







.eventsCalendarCells {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #EFEFEF;
	height: 100px;
	overflow: visible;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.eventsCalendarCells2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #ebebeb;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.eventsCalendarCells h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	color: #3366CC;
	border: none;
}
.eventsCalendarCellsSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #EFEFEF;
	height: 400px;
	overflow: visible;
	border: 1px solid #CCCCCC;
	padding: 10px;
	background-image: url(../../jpg/template/watermark.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.eventsCalendarCellsSelected h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #003366;
	padding: 0px;
}
.eventsCalendarCellsSelected p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}
.eventsCalendarCells ul {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: square;
	color: #CC0000;
}
.eventsCalendarCells a {
	color: #3366CC;
	text-decoration: none;
}
.eventsCalendarCells a:hover {
	color: #3366CC;
	text-decoration: underline;
}
.eventsCalendarCellsSelected a {
	color: #3366CC;
	text-decoration: none;
}
.eventsCalendarCellsSelected a:hover {
	color: #3366CC;
	text-decoration: underline;
}
.eventsCalendarCellsCurrent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #ffffff;
	height: 100px;
	overflow: visible;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.eventsCalendarCellsCurrent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	color: #3366CC;
	border: none;
}
.eventsCalendarCellsCurrent ul {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: square;
	color: #CC0000;
}
.eventsCalendarCellsCurrent a {
	color: #3366CC;
	text-decoration: none;
}
.eventsCalendarCellsCurrent a:hover {
	color: #3366CC;
	text-decoration: underline;
}
#calendar {
	background-color: #DCDDE8;
	border: 2px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
}
#calendar td{
	margin: 0px;
}
#calendarHeader {
	background-color: #0066CC;
	margin: 0px;
	padding: 5px;
	color: #FFFFFF;
	background-image: url();
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#calendarNavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	background-color: #F5F5F5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#calendarNavigation a {
	color: #003366;
	text-decoration: none;
}
#calendarNavigation a:link {
	color: #003366;
	text-decoration: underline;
}
#closeButton {
	position: absolute;
	top: 3px;
	right: 5px;
}#container  #innercontainer  #main  #homeColumns strong {
	color: #0066CC;
	font-size: 14px;
}
#container #innercontainer #main p {
	margin-top: 0px;
	margin-bottom: 10px;
}
object {
	margin: 0px;
}
#container #innercontainer #main #homeColumns {
	background-image: url(../png/homebg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 180px;
	padding-top: 10px;
	margin-top: 28px;
}
#container #innercontainer #main #homeColumns ul {
	list-style-image: url(../png/bullet.png);
	margin-top: -5px;
	padding-top: 0px;
	padding-bottom: 0px;
}


.searchResultsTable {
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #E2E2E2;
	border-right-color: #E2E2E2;
	border-bottom-color: #E2E2E2;
	border-left-color: #E2E2E2;
}
.searchResultsTableGreen {
	margin-bottom: 10px;
	background-color: #FFFFFF;
	background-image: url(../images/green/footprint.jpg);
	background-repeat: no-repeat;
	background-position: 250px 35px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #E2E2E2;
	border-right-color: #E2E2E2;
	border-bottom-color: #E2E2E2;
	border-left-color: #E2E2E2;
	overflow: visible;
	height: 170px;
}
.searchResultsTableGreen h2{
	font-size: 14px;
	margin: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(url(url()));
	border: 1px none #CECECE;
	background-color: #66CC00;
	padding: 3px;
}
.searchResultsTable h2{
	font-size: 14px;
	margin: 0px;
	color: #193B60;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top: 1px solid #CECECE;
	border-right: 1px none #CECECE;
	border-bottom: 1px solid #CECECE;
	border-left: 1px none #CECECE;
	background-image: url();
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#resultsSummary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #CC0000;
}
#services_holder {
	background-image: url(../png/serv_images.jpg);
	background-repeat: no-repeat;
	background-position: right 80px;
	padding-bottom: 30px;
}
#sendResumeButton{
	position: absolute;
	right: 80px;
	top: -10px;
}
#homeLeft {
	position: absolute;
	height: 190px;
	width: 280px;
	left: -10px;
	top: -20px;
}
#homeCenter {
	position: absolute;
	height: 190px;
	width: 300px;
	left: -20px;
	top: -20px;
}
#homeRight {
	position: absolute;
	height: 190px;
	width: 280px;
	right: -10px;
	top: -20px;
}
#gallery{
	height: auto;
	width: 900px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#thumbnails{
	overflow: hidden;
	height: auto;
	width: 860px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#gallery #scrollLeft{
	position: absolute;
	left: 0px;
	top: 2px;
	cursor:pointer;
}
#gallery #scrollRight{
	position: absolute;
	right: 0px;
	top: 2px;
	cursor:pointer;
}
#thumbnails #pane img{
	border: 2px solid #006699;
}
