@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #545454;
	background-color: c0c0c0;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/background.jpg);
}
#container  {
	width: 920px;
	margin: 0 auto;
	text-align: left; 
} 
#header    {
	height: 85px;
	padding-right: 10px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
	margin-top: 10px;
} 
#nav    li    {
	list-style-type: none;
	text-align: right;
	display: inline;
	font-size: 100%;
	margin-left: 5px;
}
#nav  ul   {
	text-align: right;
	margin-top: -5px;
	font-weight: bold;
	color: #545454;
	margin-right: 10px;
}
#header  h1  {
	margin: 0;
	text-align: right;
	color: #545454;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#smallBanner       {
	background-color: #0078BD;
	height: 38px;
	padding-top: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #676767;
	background-image: url(images/thinBanner.jpg);
	margin-top: -10px;
}
#largeBanner   {
	background-color: #0078BD;
	height: 310px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #676767;
	background-image: url(images/thickBanner.jpg);
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #676767;
	margin-top: -10px;
}
#sidebar   {
	float: left;
	width: 190px;
}
#mainContent  {
	background-color: #FFFFFF;
	margin-left: 190px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #676767;
	border-bottom-color: #676767;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-right: 15px;
	padding-left: 15px;
	min-height: 500px;
} 
#mainContentLong {
	background-color: #FFFFFF;
	margin-left: 190px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #676767;
	border-bottom-color: #676767;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-right: 15px;
	padding-left: 15px;
	height: 600px;
}

#lowerContent    {
	background-image: url(images/lowerContent_bg.gif);
	margin-top: 10px;
	float: left;
	width: 920px;
}

#leftColumnLabel    {
	width: 20px;
	height: 90px;
	float: left;
	display: inherit;
	margin-top: 60px;
	margin-right: 0px;
	margin-left: 0px;
}
#leftColumn {
	width: 305px;
	padding-top: 25px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
}


#rightColumnLabel {
	width: 20px;
	height: 90px;
	margin-left: 377px;
	margin-top: 60px;
}
#rightColumn {
	width: 483px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: right;
}
#goldBold {
	color: #FFCC00;
	font-weight: bold;
}
#blueBold {
	font-weight: bold;
	color: #0059AB;
}




#lowerContentBottom    {
	background-image: url(images/lowerContent_bottom.gif);
	height: 3px;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style-type: none;
	font-size: 80%;
	font-weight: bold;
	background-color: #FFFFFF;
}
#sidebar ul li {
	position: relative;
	height: 1%;
}

#sidebar li ul {
	text-decoration: none;
	position: absolute;
	left: 189px;
	top: 0px;
	display: none;
}

#sidebar ul li a {
	display: block;
	text-decoration: none;
	background: #c0c0c0;
	padding: 10px;
	color: #545454;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	}
	
#sidebar li:hover ul {
	display: block;
}
/* End */

#sidebar ul a:hover {
	background-color: #F9C700;
}
#mainPic {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 5px;
	margin-top: 5px;
	width: 270px;
}
#mainPicLg {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 5px;
	margin-top: 5px;
	width: 340px;
	text-align: right;
}


#sidebar ul a:active {
	background-color: #FFDD55;
	color: 545454;
}
#sidebar  p   {
	font-size: 75%;
	color: #0059AB;
	text-align: right;
	line-height: 140%;
	margin-top: 30px;
	margin-right: 10px;
	margin-left: 10px;
}
h1    {
	font-size: 130%;
	font-weight: bold;
	color: #0059AB;
	margin-top: 0px;
}
h2    {
	font-size: 90%;
	font-weight: bold;
	color: #0059AB;
	margin-bottom: 1px;
}
h3 {
	font-size: 75%;
	font-weight: bold;
	color: #0059AB;
	font-style: italic;
	margin-bottom: 1px;
	margin-top: -1px;
}
h4 {
	font-size: 75%;
	font-weight: bold;
	color: #0059AB;
	font-style: italic;
	margin-bottom: 10px;
	margin-top: 5px;
}


p    {
	font-size: 75%;
	line-height: 120%;
	margin-top: -1px;
}
#footer li {
	list-style-type: none;
	display: inline;
	margin-left: 5px;
}
#footer  ul   {
	margin-bottom: 2px;
	text-decoration: none;
}
#footer  {
	padding: 0 10px 0 20px;
	font-size: 70%;
	text-align: right;
} 
#footer  p  {
	margin: 0;
	padding: 10px 0; 
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#nav a:link {
	text-decoration: none;
	color: #545454;
}
#nav a:visited {
	text-decoration: none;
	color: #545454;
}
#nav a:hover {
	text-decoration: none;
	color: #008DE1;
}
#nav a:active {
	color: #0059AB;
	text-decoration: none;
}
.navOn {
	color: #0059C8
}
a:link {
	color: #0059C8;
}
a:visited {
	color: #0059C8;
}

#footer a:link {
	text-decoration: none;
	color: #545454;
}
#footer a:visited {
	text-decoration: none;
	color: #545454;
}
#footer a:hover {
	text-decoration: none;
	color: #0059C8;
}
#footer a:active {
	color: #0059AB;
	text-decoration: none;
}
#blueButton {
	background-color: #0059C8;
	padding-right: 5px;
	padding-left: 5px;
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-size: 80%;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #676767;
	border-bottom-color: #676767;
	padding-top: 1px;
	margin-left: 5px;
	margin-right: 5px;
	background-position: center center;
	height: auto;
	width: auto;
	padding-bottom: 1px;
	float: right;
	margin-bottom: 10px;
}
#blueButton a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#blueButtonRight {
	background-color: #0059C8;
	padding-right: 5px;
	padding-left: 5px;
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-size: 75%;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #676767;
	border-bottom-color: #676767;
	padding-top: 1px;
	background-position: center center;
	height: 60px;
	width: 115px;
	padding-bottom: 1px;
	margin-bottom: 10px;
	float: right;
	margin-right: 5px;
	vertical-align: bottom;
}
#blueButtonRight a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

#spotlightButtonPlace {
	height: auto;
	width: auto;
	margin-right: 170px;
}
#veraflexButtonPlace {
	height: auto;
	width: auto;
	margin-right: 15px;
	text-align: center;
}
#sideNavOn {
	display: block;
	text-decoration: none;
	color: #545454;
	background: #FFDD55;
	padding: 10px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#pic {
	margin-right: 10px;
	float: left;
	font-size: 75%;
	text-align: left;
	vertical-align: top;
}

ul {
	line-height: 120%;
	color: #545454;
	font-size: 75%;
	margin-top: 0px;
}
tr {
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #545454;
}
table {
	border: 1px solid 545454;
}
td {
	font-size: 70%;
}
hr {
	height: 2px;
}
.resetListSize {
	font-size: 105%;
	padding-left: 15px;
	margin-left: 0px;
}
#pdfButton {
	padding-right: 5px;
	padding-left: 5px;
	display: block;
	text-align: center;
	color: #545454;
	font-size: 80%;
	padding-top: 1px;
	margin-left: 5px;
	margin-right: 5px;
	background-position: center center;
	height: auto;
	width: auto;
	padding-bottom: 1px;
	float: right;
	margin-bottom: 10px;
}
#address {
	font-size: 75%;
	margin-left: 15px;
	margin-top: -10px;
	margin-bottom: 15px;
}
