html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	background-color: #02719a;
	background-image:url(/siteimages/main_bg.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}
/* Commonly used to style page titles. */
h1 {
	font-size: 18px;
	margin-top: 6px;
	margin-bottom: 6px;
}
/* Commonly used to style section titles. */
h2 {
	font-size: 16px;
	margin-top: 6px;
	margin-bottom: 6px;
}
a,  a:link {
	border:0;
	color:#666666;
}
a:visited {
color:#666666;
}
a:hover {
color:#CC0000;
}
a:focus {
}
a:active {
}
#outerWrapper {
  background-color: #d6d5bb;
  background-image:url(/siteimages/body_bg.jpg);
  background-repeat:no-repeat;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 930px;
}
#outerWrapper #header {
	height: 80px;
	padding: 10px 10px 10px 50px;  Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #header #logo-placeholder{
	float:left
}
#outerWrapper #header #phone-number{
	float:right;
	text-align:right;
	padding: 0px 3px 0px 0px;
	font-weight:bold;
}
#outerWrapper #topNavigation {
	width: 667px;
	height: 28px;
	padding-left:258px;
	border-left-width:2px;
	border-left-color:#FFFFFF;
	border-left-style:solid;
	border-right-width:3px;
	border-right-color:#FFFFFF;
	border-right-style:solid;	/* padding: 10px 10px 10px 10px; Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#topNavigation table td {cursor:pointer;}    /* @end */

#set-table{
	border: 0;
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
	width: 930px;
}
#banner-area{
	width: 658px;
	vertical-align:top;
}
#nav-area{
	width: 230px;
	vertical-align:top;
}
.left-sidebar{
	width: 220px;
	height: 53px;
	text-align:right;
	padding: 10px 10px 10px 10px;
	background-image:url(/siteimages/sub_menu_bg.jpg);
	background-repeat:repeat-x;
}
.marqee-area{
	width: 220px;
	height: 189px;
	text-align:right;
	padding: 10px 10px 10px 10px;
	background-image:url(/siteimages/marqee_bg.jpg);
	background-repeat:repeat-x;
}
#content-area{
	vertical-align:top;
	padding-left:8px;
}
#outerWrapper #contentWrapper {
  overflow: hidden;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 180px;
}
#outerWrapper #contentWrapper #rightColumn1 {
	float: right;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 180px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
  margin: 0; /* Sets the margin properties for an element using shorthand notation */
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#outerWrapper #contentWrapper #content a,  #outerWrapper #contentWrapper #content a:link {
}
#outerWrapper #contentWrapper #content a:visited {
}
#outerWrapper #contentWrapper #content a:hover {
}
#outerWrapper #contentWrapper #content a:focus {
}
#outerWrapper #contentWrapper #content a:active {
}
#outerWrapper #contentWrapper #content li {
	padding-top: 6px;
	padding-bottom: 6px;
}
#outerWrapper #footer {
	font-size: 10px;
	height: 30px;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #footer #copyright {
  float: left;
  padding: 2px 10px 0px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 180px;
}
#outerWrapper #footer #credit {
  float: right;
  padding: 2px 10px 0px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 180px;
}
#outerWrapper #footer #Contact {
	margin-top: 2px;
	margin-right: 200px;
	margin-bottom: 0px;
	margin-left: 200px;
}
#outerWrapper #footer #Contact p {
	margin: 0px;
	padding: 0px;
}


/* used for jquery uo tabs -- uncomment if used */
/*.ui-tabs .ui-tabs-hide {
     display: none;
}*/

/* used for jquery jwAnnounce  */

	.notice {
		background: #dcf3ff;
		border-top: 1px solid #2a8ab7;
		border-bottom: 1px solid #2a8ab7;
	}

	.notice div p {
		background: url(img/lightbulb.png) no-repeat;
		padding-left: 30px;
		font-size: 14px;
		line-height: 28px;
	}

	.notice span {
		font-size: 15px;
		background: #2a8ab7;
		color: white;
		padding: .3em;
		font-family: helvetica;
	}
