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

/* -- GENERAL STYLES -- */
/* -- -------------- -- */

body {
	background: #E8E8E8;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
}
.body_text {
	padding-bottom: 0px;
	text-align: center;
	margin-bottom: 0px;
	font-size: 14px;
}
.body_text img {
	margin-left: 0px;
}

h1 {
	/* -- Page title on generic pages. See topic article page -- */
	font-weight: bold;
	font-size: 24px;
	padding: 0px;
	color: #000000;
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
}
/*
h2 {
	/* -- Subheading on generic pages, See topic article page -- 
	font-weight: normal;
	font-size: 19px;
	color: #000000;
	line-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 0px;
	margin-left: 0px;
}
*/
h3 {
	/* -- Side box title; subheading on generic pages -- */
	font-weight: normal;
	font-size: 14px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
}

p {
	/* -- All generic text -- */
	font-weight: normal;
	font-size: 10px;
	margin: 0px 0px 10px 0px;
	color: #333;
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #5873B4;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #484895; 
	text-decoration: none;		
}

a:visited {
	color: #484895; 
	text-decoration: none;
}

a:hover {
	color: #7575A4;
	text-decoration: underline;
}
#date_box {
	font-family: Arial, Helvetica, sans-serif;
	color: #017A5B;
	text-align: right;
	font-size: 12px;
	margin-right: 72px;
	font-weight: bold;
	margin-top: 3px;
}

#navmenu {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 12px;
	height: 31px;
}

/* END HEADER SECTION STYLES */

/* HEADER BOX SECTION STYLES - NOT SURE IF I WILL END UP USING THIS */
#header_box {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 125px;
	background-repeat: no-repeat;
}
#subheader_index_box {
	height: 124px;
	margin-right: 10px;
	margin-left: 40px;
	text-align: left;
	vertical-align: middle;
	top: auto;
	margin-bottom: 2px;
	background-image: url(../images/index/index_operator.jpg);
	background-repeat: no-repeat;
	background-position: 68px;
	padding: 0px;
	clear: both;
}

#subheader_box img {
	padding-right: 46px;
	margin-left: 60px;
	padding-left: 18px;
}
#subheader_text  {
	font-style: italic;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #086647;
	width: 530px;
	margin-right: auto;
	padding-left: 0px;
	font-size: 24px;
	margin-left: 250px;
	padding-top: 8px;
	text-align: center;
}
#subheader_text   h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #00694E;
	line-height: 130%;
	background-color: #fff;
	background-position: bottom;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* END HEADER BOX SECTION STLES */

/* BORDERS STYLES */
.body {
	background-color: #EEEEEE;
}
/*
tlc = top left corner
trc = top right corner
blc = bottom left corner
brc = bottom right corner
lb = left border
rb = right border
tb = top border
bb = bottom border 
*/

#tlc, #trc, #blc, #brc
{
background-color: transparent;
background-repeat: no-repeat;
}

#tlc
{
	background-image: url('../images/borders/tlc.gif');
	background-position: 0% 0%;
}

#trc
{
	background-image: url('../images/borders/trc.gif');
	background-position: 100% 0%;
}

#blc
{
	background-image: url('../images/borders/blc.gif');
	background-position: 0% 100%;
}

#brc
{
	background-image: url('../images/borders/brc.gif');
	background-position: 100% 100%;
}

#tb, #bb
{
background-color: transparent;
background-repeat: repeat-x;
}

#tb
{
	background-image:url('../images/borders/tb.gif');
	background-position: 0% 0%;
}

#bb
{
	background-image: url('../images/borders/bb.gif');
	background-position: 50% 100%;
}

#rb
{
	background-image: url('../images/borders/rb.gif');
	background-position: 100% 0%;
	background-repeat: repeat-y;
}

#lb
{
	background-color: #FFFFFF;
	background-image: url('../images/borders/lb.gif');
	background-position: 0% 100%;
	background-repeat: repeat-y;
}
#centered_container /* Also provides width for navmenu and subheader_box through inheritance */
{
	width: 900px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 16px;
	height: auto;
}
#header_box img {
}

/* END BORDER STYLES */
.body_text {
	padding-top: 14px;
	padding-bottom: 0px;
	text-align: center;
	margin-bottom: 0px;
}
.body_text img {
	margin-left: 0px;
}

/* START BOXES */
#box_container {
	margin-top: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}

#quote1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2B2B2B;
	width: 672px;
	text-align: left;
	height: 50px;
	font-weight: 400;
	margin-right: 8px;
	margin-left: 8px;
	padding-top: 0px;
	padding-left: 8px;
	margin-top: 0px;
}
#quote2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2B2B2B;
	width: 288px;
	text-align: left;
	margin-left: 0px;
	height: 22px;
	font-style: italic;
	font-weight: 400;
	float: left;
	margin-top: -13px;
	margin-right: 0px;
	padding-left: 400px;
}

#boxes {
	width: 800px;
	clear: both;
	color: #B9B9B9;
	margin-top: 13px;
	margin-bottom: 11px;
	margin-left: 71px;
	display: block;
}
#boxes  h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 9px;
	text-align: center;
}
#boxes h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
	color: #000000;
	line-height: 130%;
}
#boxes h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

#boxes img {
	float: left;
	margin-top: 2px;
	margin-bottom: 5px;
}

/*#boxesrow2  a, #boxesrow4 a {
	color: #00694E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} */
#boxesrow2 {
	width: 721px;
	clear: both;
	color: #666666;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	display: block;
	background-color: #FFFFFF;
	height: 170px;
}
#boxesrow4 {
	width: 721px;
	clear: both;
	color: #666666;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	display: block;
	background-color: #FFFFFF;
	height: 165px;
}
#boxrow2-1, #boxrow2-2  {
	float: left;
	width: 340px;
	display: inline;
	margin-right: 11px;
	margin-bottom: 4px;
	margin-left: 0px;
	height: 170px;
	background-image: url(../images/index/boxtop_line_5X30px_9dbdb0_grad.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #ffffff;
	max-height: 170px;
}

#boxrow4-2 img {
	margin-left: 66px;
}

#boxrow4-1, #boxrow4-2 {
	float: left;
	width: 340px;
	display: inline;
	margin-right: 11px;
	margin-left: 0px;
	height: 170px;
	background-image: url(../images/index/boxtop_line_5X30px_9dbdb0_grad.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
	max-height: 170px;
	margin-top: 6px;
}
/* styles below not being used. Instead using link style for p tag and for h2 tag */
/* #boxes  a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #66FF99;
	text-align: left;
	line-height: 14px;
}
#boxes a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00694E;
	text-align: left;
	line-height: 14px;
}
#boxes a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #67001C;
	text-align: left;
	line-height: 14px;
	text-decoration: underline;
}
#boxes a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #67001C;
	text-align: left;
	line-height: 14px;
}*/
#boxrow4-2 #movie object {
}
#boxrow4-2 #movie {
	text-align: center;
	padding-top: 11px;
}
#mainfooter/* HOMEFOOTER */
 {
	text-align: center;
	font-size: 12px;
	color: #6e6e6e;
	width: 900px;
	margin-top: -12px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
#mainfooter   a:link {
	margin: 0 2px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00533E;
}
#mainfooter /*#homefooter p.right.links { padding-right: 10px; }*/
 a:visited {
	margin: 0 2px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00533E;
}
#mainfooter  a:hover {
	text-decoration: underline;
	color: #790000;
}
#mainfooter  a:active {
	text-decoration: underline;
	color: #01B083;
}
#mainfooter  p.left {
	width: 50%;
	float: left;
	text-align: left;
	text-indent: 10px;
}
#mainfooter  p.right {
	width: 50%;
	float: none; /*text-align: right;*/
}
#mainfooter  p.links {
	border: 1px solid #ffffff;
	border-width: 1px 0;
	width: 800PX;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 16px;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#assoclogobox {
	background-image: url(../images/index/assoc_logos4.jpg);
	height: 80px;
	width: 561px;
	margin-left: auto;
	margin-top: 4px;
	background-repeat: no-repeat;
	margin-right: auto;
	clear: both;
}
.linkInBox {
	color: #330000;
}
p.linkInBox {
	color: #d4d4d4;
}
a.linkInBox {
	color: #FFCCFF;
}

#boxes p a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #00694E;
	text-align: left;
	line-height: 14px;
	font-size: 12px;
}

#boxes p a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #00694E;
	text-align: left;
	line-height: 14px;
	font-size: 12px;
}
#boxes p a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #67001C;
	text-align: left;
	line-height: 14px;
	font-size: 12px;
}

#boxes p a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #67001C;
	text-align: left;
	line-height: 14px;
	font-size: 12px;
}

#boxes h2 a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	line-height: 80%;
	font-size: 14px;
}
#boxes h2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	line-height: 80%;
	font-size: 14px;
}
#boxes h2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #67001C;
	text-align: center;
	line-height: 80%;
	font-size: 14px;
}
#boxes h2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	line-height: 80%;
	font-size: 14px;;
}
#boxButton {
	height: 28px;
	width: 338px;
	border: 1px solid #000000;
	background-image: url(../images/index/boxtop_line_5X30px_9dbdb0_grad.gif);
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #000000;
	background-repeat: repeat-x;
	text-align: center;
	line-height: 150%;
	margin-right: auto;
}
#boxButtonImg {
	width: 344px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 8px;
	margin-top: 6px;
}
#weather {
	float: left;
	margin-left: 45px;
	width: 260px;
}
.centerJumpPhoto {
	width: 132px;
	margin-right: auto;
	margin-left: 80px;
	clear: both;
	float: none;
	text-align: center;
	display: block;
}
.boxList li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 11px;
	list-style-type: disc;
	font-weight: bold;
	margin-top: 0px;
	line-height: 17px;
}
.boxList{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 15px;
	list-style-type: disc;
	font-weight: bold;
	margin-top: -1px;
	line-height: 0px;
}

