@charset "UTF-8";
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 11px;
	color: #231082;
}
h2 {
	font-size: 12px;
	color: #231082;
}
h3 {
	font-size: 11px;
	color: #231082;
}
h4 {
	font-size: 14px;
	color: #FD1813;
}
h5 {
	font-size: 11px;
	color: #C51814;
	margin-bottom: 5px;
	margin-top: 5px;
}
h6 {
	font-size: 11px;
	color: #FD1813;
}

td,th {
	font-family: Verdana, Arial, sans-serif;
}

/*

a:link {
	text-decoration: none;
}

a {
	font-size: 11px;
	color: #231082;
}
a:visited {
	color: #231082;
	text-decoration: none;
}
a:hover {
	color: #231082;
	text-decoration: underline;
}
a:active {
	color: #231082;
	text-decoration: none;
}

*/


#mainContent {
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 10px;
} 
#mainContent p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.icon {
	padding-left: 10px;
}
#table td {
	vertical-align: top;
}
body  {
	background: #AFAFAF;
	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: Verdana, Arial, sans-serif;
	font-size: 100%;
	overflow: auto;
}
#container {
	width: 782px; /* 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. */
	vertical-align: top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
} 
#header {
	padding: 0;
	border-top-style: solid;
	border-top-color: #000066;
	border-top-width: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-image: url(../images/banner2_r1_c2.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
} 
.icons    {
	vertical-align: baseline;
	text-align: right;
}
#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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header p {
}
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 155px;
	height: 175px;
	padding-top: 45px;
	padding-bottom: 15px;
	padding-left: 25px;
	background-image: url(../images/services.jpg);
	margin: 0px;
	padding-right: 0px;
	font-size: 12px;
}
#footer {
	background-image: url(../images/greyfoot.jpg);
	background-repeat: no-repeat;
	height: 60px;
	padding-right: 10px;
	padding-left: 20px;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#footer a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
#tble {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#sidebar2  p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	padding-left: 15px;
}
#weather {
	width: 180px;
	float: left;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-color: #E6EEEF;
}

.time {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight:lighter;
	color:#fff;
}

.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;
}
#navbar {
	text-align: right;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #999999;
	background-image: url(../images/greybar.gif);
	background-repeat: repeat-x;
	height: 28px;
	clear: both;
	padding-top: 5px;
}
.paddingtop10 {
	margin-top: 5px;
}
#navbar a {
	padding-left: 20px;
	padding-right: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	font-size: 12px;
}
#navbar a:link {
	text-decoration: none;
	color: #333333;
}
#navbar a:visited {
	text-decoration: none;
	color: #666666;
}
#navbar a:hover {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
#navbar a:active {
	text-decoration: none;
	color: #333333;
}
#sidebar a {
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #FFCCCC;
}
#sidebar a:link {
	text-decoration: none;
	color: #FFFFFF;
	margin:4px 0px;
	display:block;
	font-weight:normal;
}
#sidebar a:visited {
	text-decoration: none;
	color: #FFFFFF;
	margin:4px 0px;
	display:block;
	font-weight:normal;
}
#sidebar a:hover {
	text-decoration: none;
	color: #999;
	margin:4px 0px;
	font-weight:normal;
}
#sidebar a:active {
	text-decoration: none;
	color: #FFFFFF;
	margin:4px 0px;
	font-weight:normal;
}




#sidebar2  {
	float: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #200D81;
	overflow: auto;
}
.padding {
	padding: 5px;
}
#sidebar3 {
	width: 150px;
	padding-top: 45px;
	padding-left: 20px;
	padding-right: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/usefullinks.gif);
	background-repeat: no-repeat;
}
#sidebar3 img {
	width: 130px;
	padding: 0px;
	height: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
 #sidebar3 a {
	border-left-width: 1px;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #29529D;
}
#sidebar3 a:link {
	text-decoration: none;
}
#sidebar3 a:visited {
	text-decoration: none;
	color: #000066;
}
#sidebar3 a:hover {
	text-decoration: none;
	color: #000066;
}
 #sidebar3 a:active {
	text-decoration: none;
	color: #000066;
	font-weight: bold;
}
#sidebar3 p {
	border-left-width: 1px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #DBEEFF;
	padding-top: 7px;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#sidebar p {
	border-left-width: 1px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FCC8C6;
	padding-top: 7px;
	padding-bottom: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#sidebar img {
	width: 131px;
	padding: 0px;
	height: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#mainContent h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #231082;
}
#mainContent ol {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
#mainContent li {
	padding-bottom: 5px;
}
#mainContent ul {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
.team {
	width: 150px;
	text-align: left;
}
.waiver {
	font-size: 12px;
	color: #231082;
	font-weight: bold;
	font-variant: small-caps;
}
.underitbold {
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.bolditalitc {
	font-style: italic;
	font-weight: bold;
}
#mainContent  td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
.tables {
}
.tables  table {
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
}
.tables th {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #C9C4E0;
	background-color: #200D81;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#shadow {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	vertical-align: top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/greyback.jpg);
	background-repeat: repeat-y;
}
.icons img {
	vertical-align: baseline;
	text-align: right;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 10px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.teamcontacts {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 170px;
}
#randomimages img {
	margin: 0px;
	padding: 0px;
	height: 235px;
	width: 602px;
}
.teamphoto {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #200D81;
}
.clearfloat {
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
}
#address {
	float: right;
	margin-left: 170px;
	margin-top: 20px;
}
