@charset "UTF-8";

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	background-color: #003;
	background-image: url(media/cjmart/border-bluecord.jpg);
	background-repeat: repeat;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.oneColElsCtrHdr #container {
	width: 860px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 2px;
	padding-left: 2px;
}
.oneColElsCtrHdr #header {
	background: #fff;
	padding: 0 10px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.oneColElsCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5x 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColElsCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
.vcardname {
	font-size: 16px;
	font-weight: bold;
	font-family: "Candara Bold Italic";
	font-style: italic;
}
.vcardtitle {
	font-style: italic;
	font-weight: bold;
	color: #333;
	font-family: "Candara Bold Italic";
	font-size: 12px;
}
.vcardjoindate {
	font-style: italic;
	/*font-weight: bold;*/
	color: #333;
	font-family: "Candara Bold Italic";
	font-size: 12px;
}
.vcardother {
	font-family: Candara;
}
.oneColElsCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}



* ######### Top tabs ######### */

#ddtoptabs{
  margin-left: 4px; /*Opera 8 fix -1px*/
  padding: 0;
  width: 100%;
  height: 35px;
  background: transparent;
  voice-family: "\"}\"";
  voice-family: inherit;
  padding-left: 5px;
  text-align:center;
  font: normal 14px verdana, arial, sans-serif;
  cursor: pointer;
}

#ddtoptabs ul{
	font: normal 12px verdana, arial, sans-serif;
	margin:0;
	padding:0;
	list-style:none;
}

#ddtoptabs li{
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	text-transform:uppercase;
	line-height: 1.2em;
	font-size: 14px;
	text-align: center;
}


#ddtoptabs a, #ddtoptabs strong{
	color:#333;
	/*background: transparent url("tabs_left.gif") no-repeat left top;*/
	/*background: transparent url("darkgrey-left-2.gif") no-repeat left top;*/
	margin:0 2px 0 0;
	padding:0 0 0 3px;
	font-size: 12px;
	letter-spacing: 1px;
	margin-top: 4px;
	font-family:  Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #FFF;	/*background-color: #003;*/
	font-weight: bold;
	/*background-image: url(media/cjmart/button-bluegrad-1.jpg);*/
	text-align: center;
}

#ddtoptabs a span, #ddtoptabs #current span{
	float:left;
	display:block;
	color:#333;
	/*background: transparent url("tabs_right.gif") no-repeat right top;*/
	/*background: transparent url("plastic-neon-green-button-darker.gif") repeat-x right top;*/
	/*background: transparent url("darkgrey-mid-3.gif") repeat-x right top;*/
	padding:3px 9px 3px 6px;
	font-weight:bold;
	background-color:#FFF;
	/*background-image: url(media/cjmart/button-bluegrad-1.jpg);*/
}


#ddtoptabs a span{
	background-position:0 -300px;
	border-bottom: 1px solid #2B6600;
	background-color: #003;
	color: #FFF;
}

#ddtoptabs #current a, #ddtoptabs strong{
	float:none;
	background-color:#09F;
	color:#000;
}


#ddtoptabs #current a span, #ddtoptabs #current span{
	background-position:100% -300px;
	padding-bottom:3px;
	background-color: #09F;
	color: #000;
}


#ddtoptabs a:hover{
/*background: transparent url("plastic-neon-green-button-selected.gif") repeat-x right top;*/
	background-position:100% -150px;
	background-color:#060;
}

#ddtoptabs a:hover span{
	background-position:100% -150px;
	background-color:#060;
}

#ddtoptabs #current a:hover {	
	background-position:0% -300px; 
	/*color:#003;*/
	background-color:#060;
}

#ddtoptabs #current a:hover span {
	/*color: #003;*/
	background-color:#060;
	background-position:100% -300px;
}

#ddtoptabsline{
	clear: both;
	padding: 0;
	width: 860px;
	height: 5px;
	/*background: #2B6600;*/
background:#006;
	border-bottom: 1px solid #fff;
	margin-bottom: 5px;
}

.headertoptext {
	font-family: "Arial Rounded MT Bold";
	font-size: 18px;
	color: #000;
	text-align: center;
}
.emergencynote {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #fb1616;
}

.emergencynote a {
	color: #0CF;
}
.serviceslogo {
	/*padding-left: 3px;*/
}
.oabuttonemulator {
	color: #FFF;
	background-color: #060;
}
.bulletedhighlight1 {
	text-decoration: underline;
	vertical-align: top;
}

.footertext {
	font-size: 9px;
}
.navtablelinks {
	font-size: 10px;
	text-align: right;
}

.slideshowback {
	z-index: 3;
	position:relative;
}
.tableshowback {
	z-index: 2;
}

.slideshowimg {
	z-index: 4;
	position:absolute;
	float: right;
}

#tableshowimg {
	background-repeat: no-repeat;
	vertical-align: bottom;
	text-align: right;
	background-position: bottom right;
	background-image: url(media/photos/slideshow/image01.jpg);
}
.vcardig {
	loat: right;
	position: relative;
	top: 0px;
	right: 10px;
	float: right;
}

#slideback {
	position:relative;
	z-index: 4;
}

#slideimg {
	position:absolute;
	top: 23px;
	right: 5px;
	width: 430px;
	z-index: -1;
}
#mapstyle {
	height: 200px;
	width: 300px;
}
.emergencytext {
	color: #F00;
}

#reldiv {
	position:relative;
}

#absdiv {
	position:absolute;
}

#serviceslinkstable {
	margin-top:20px;
	margin-right:10px;
}

.ra_buttons {
	color: #006;
	background-color: #FFF;
	text-decoration: underline;
	cursor: pointer;
}
.hoahomeheader {
	font-size: 1.2em;
	color: #FFF;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}


/****** Online Access button styles  *******/
#OAtoptabs a, #OAtoptabs strong{
	color:#448306;
	margin:0 2px 0 0;
	padding:0 0 0 3px;
	font-size: 12px;
	letter-spacing: 1px;
	margin-top: 4px;
	font-family:  Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #FFF;	/*background-color: #003;*/
	font-weight: bold;
	/*background-image: url(media/cjmart/button-bluegrad-1.jpg);*/
	text-align: center;
}

#OAtoptabs a span, #OAtoptabs #current span{
	float:left;
	display:block;
	color:#448306;
	padding:3px 9px 3px 6px;
	font-weight:bold;
	background-color:#FFF;
	/*background-image: url(media/cjmart/button-bluegrad-1.jpg);*/
}


#OAtoptabs a span{
	background-position:0 -300px;
	border-bottom: 1px solid #2B6600;
	background-color: #448306;
	color: #FFF;
}

#OAtoptabs #current a, #OAtoptabs strong{
	float:none;
	background-color:#448306;
	color:#000;
}


#OAtoptabs #current a span, #OAtoptabs #current span{
	background-position:100% -300px;
	padding-bottom:3px;
	background-color: #448306;
	color: #000;
}


#OAtoptabs a:hover{
/*background: transparent url("plastic-neon-green-button-selected.gif") repeat-x right top;*/
	background-position:100% -150px;
	background-color:#060;
}

#OAtoptabs a:hover span{
	background-position:100% -150px;
	background-color:#060;
}

#OAtoptabs #current a:hover {	
	background-position:0% -300px; 
	background-color:#060;
}

#OAtoptabs #current a:hover span {
	background-color:#060;
	background-position:100% -300px;
}


