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



/*SPECIFIC WIDTH SETTINGS..... */

.content {
	width: 980px;
	margin: 0 auto;
	padding: 0;
}



html, body {
	height: 100%;
}
html {
	overflow-y: scroll;
}
body {
	text-align: center;
	margin: 0;
	padding: 0;
	color: #414141;
	font-size: 1em;
	font-family: 'Anaheim', Arial, Helvetica, sans-serif;	
}
#wrapper {
	text-align: center;
	margin: 0 auto;
	overflow: inherit;
	padding: 0;
	min-height: 100%;
}
.print {
	display: none;
}
.noprint {
	display: block;
}

#maincontent {
	margin: 0 auto;
	text-align: left;
	padding-bottom: 180px;
}

#header {
	margin: 0;
	padding: 0;
	background: url(/img/bg.png) center center repeat-x;
	text-align: center;
	height: 120px;
}

.logo {
	margin: 0 auto;
	padding: 15px 0 13px 0;
}
/*
.call-to-action-panel {
	float: right;
	margin: 15px 0 0 0;
}
.call-to-action-tel {
	color: #8d8e90;
	font-size: 12	0%;
	font-family: oswaldbook, Arial, Helvetica, sans-serif;
}
.call-to-action-tel .tel-num {
	font-weight: normal;
	font-family: oswaldbold, Arial, Helvetica, sans-serif;
	color: #1dbbea;
}
.call-to-action-tel .tel-label {
	font-weight: normal;
	font-family: oswaldbook, Arial, Helvetica, sans-serif;
	color: #8d8e90;
}
*/
/*
.strap {
	float: right;
	text-align: right;
	margin: 50px 20px 0 0;
}
.strap h2 {
	font-family: oswaldlight, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 150%;
	line-height: 120%;
	color: #414141;
}
.strap .bolder {
	font-family: oswaldbook, Arial, Helvetica, sans-serif;
}
*/
/*
.panel {
	border-radius: 15px;
	border: 1px solid #662f8f;
	margin: 10px 0 20px 0;
}
.panel-left {
	margin-left: 10px;
	float: left;
	width: 47%;
	min-height: 450px;
}
.panel-right {
	margin-right: 0;
	margin-left: 30px;
	float: right;
	width: 47%;
	min-height: 450px;
}
.panel img {
}
.panel p {
	margin: 0 10px 10px 20px;
	color: #414141;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
}
.panel h2 {
	color: #662f8f;
	font-size: 190%;
	margin: 10px 10px 10px 20px;
	font-family: oswaldlight, Arial, Helvetica, sans-serif;
}

.home-image {
	float: left;
	width: 432px;
	border: none;
	border-radius: 20px;
	margin: 10px 15px 10px 0;
	padding: 0;
	overflow: hidden;
}
.home-image img {
	width: 432px;
}
*/
#footer {
	position: relative;
	background: #1e1e1e url(/img/bg.png) center center repeat-x;
	height: 180px;
	margin-top: -180px; /* negative value of footer height */
}
#footer p {
	font-size: 80%;
	color: #000000;
	text-align: left;
	padding: 10px 0 0 0px;
}
#footer a, #footer a:link, #footer a:hover, #footer a:active {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-family: 'Anaheim', Arial, Helvetica, sans-serif;
	border-bottom: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #0159a4;
}
.footerleft {
	float: left;
}
.footerright {
	float: right;
	text-align: right;
}

.home-left {
	float: left;
	width: 515px;
}
.home-right {
	float: right;
	width: 433px;
}

/************************* MENU ***********************/
#menu {
	width: 100%;
	height: 38px;
	margin: 0;
	background: #0159a4;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#26a8e0), to(#0159a4));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #26a8e0, #0159a4);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #26a8e0, #0159a4);
	/* IE 10 */
	background: -ms-linear-gradient(top, #26a8e0, #0159a4);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #26a8e0, #0159a4);
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu ul li  {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	float: left;
}
#menu ul a {
	display: block;
	font-family: 'Anaheim', Arial, Helvetica, sans-serif;
	font-size: 110%;
	line-height: 110%;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	padding: 11px 20px 11px 20px;
	margin: 0;
	background: url(/img/menu-sep.png) center right no-repeat;
}
#menu ul a:hover, #menu ul a:active, #menu ul a.last:hover, #menu ul a.last:active {
	color: #ffffff;
	background: #26a8e0;
}
#menu ul a.selected {
	background: #0159a4;
	color: #ffffff;
}
/*------------drop down elements-----------*/
#menu ul div.toggle_container {
	position: absolute;
	margin: 0;
	margin-top: 0px;
	padding: 0;
	clear: both;
	z-index: 1000;
	height: 0;
	opacity: 0;
	overflow: hidden;
	background: #26a8e0;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0159a4), to(#26a8e0));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #0159a4, #26a8e0);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #0159a4, #26a8e0);
	/* IE 10 */
	background: -ms-linear-gradient(top, #0159a4, #26a8e0);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #0159a4, #26a8e0);
	
}
#menu ul .clicked div.toggle_container {
	height: auto;
	opacity: 1;
	overflow: hidden;
}
#menu ul li .toggle_container .col {
	display: block;
	float: left;
	margin-right: 15px;
}
#menu ul li .toggle_container ul li {
	border-bottom: none;
	float: none;
	list-style-image: none;
}
#menu ul div.toggle_container a, #menu ul div.toggle_container a:link, #menu ul div.toggle_container a:visited {
	font-family: 'Anaheim', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 110%;
	line-height: 130%;
	text-align: left;
	padding: 8px 14px;
	margin: 0;
	background: none;
	color: #ffffff;
	text-decoration: none;
	width: 100%;
}
#menu ul div.toggle_container a:hover, #menu ul div.toggle_container a:active {
	padding: 8px 14px;
	color: #ffffff;
	background: #0159a4;
	text-decoration: none;
}

#menu ul div.toggle_container a.selected {
	padding: 8px 14px;
	color: #000000;
}


.lower-menu {
	width: 182px;
	margin: 15px 0;
	float: left;
}
.lower-menu h3 {
	height: 24px;
	background: #e1e1e1;
	font-weight: normal;
	padding: 7px 10px 3px 10px;
	margin: 0;
}
.lower-menu ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.lower-menu li {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
.lower-menu ul a {
	display: block;
	font-size: 110%;
	line-height: 110%;
	color: #0057a3;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	padding: 11px 20px 11px 20px;
	margin: 0;
	background: #f6f6f6;
}
.lower-menu ul a:hover{
	background: #f0f0f0;
	color: #000000;
}
.lower-menu ul a.selected {
	background: #26a8e0;
	color: #ffffff;
}

.lower-content {
	float: left;
	margin: 5px 0 10px 20px;
	max-width: 770px;

}

/************************* Normal text styles ************/

h1 {
	font-family: 'Anaheim', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 165%;
	letter-spacing: -0.05em;
	color: #26a8ed;
	margin: 10px 0 0px 10px;
}

h2 {
	font-family: 'Anaheim', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 130%;
	letter-spacing: -0.05em;
	color: #afafaf;
	margin: 0 0 10px 10px;
}
h3 {
	font-size: 100%;
	font-family: 'Anaheim', Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0 0 10px 10px;
	line-height: 120%;
	color: #000000;
}
p {
	margin: 0 0 10px 10px;
	font-size: 90%;
	line-height: 130%;
	color: #000000;
}
li li {
	font-size: inherit;
}
li {
	margin-bottom: 2px;
	font-size: 85%;
	line-height: 100%;
	list-style-image:url(/img/bullet.png);
	margin-top: 4px;
	padding-bottom: 2px;
}
a, a:link, a:hover, a:active {
	color: #26a8e0;
	text-decoration: none;
	font-weight: normal;
	border-bottom: none;
}
a:hover {
	text-decoration: underline;
	color: #0159a4;
}
a img {
	border: none;
}
.caption {
	color: #515151;
	font-style: italic;
	font-size: 90%;
	margin-left: 2px;
	display: block;
}
.note {
	color: #515151;
	font-style: italic;
	font-size: 75%;
	margin-left: 2px;
	display: block;
}
.error, .formerror {
	background: #8a2629;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b43e42), to(#8a2629));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #b43e42, #8a2629);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #b43e42, #8a2629);
	/* IE 10 */
	background: -ms-linear-gradient(top, #b43e42, #8a2629);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #b43e42, #8a2629);
	border: 1px solid #8a2629;
	color: #ffffff;
	padding: 5px;
	display: none;
	margin: 10px 0 10px 0;
}
.error a, .formerror a {
	color: #ffffff;
	text-decoration: underline;
}
#rh_panel p.error {
	color: #ffffff;
}
.message {
	background: #f4f4f4;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f4), to(#686868));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #f4f4f4, #686868);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #f4f4f4, #686868);
	/* IE 10 */
	background: -ms-linear-gradient(top, #f4f4f4, #686868);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #f4f4f4, #686868);
	/*border: 1px solid  #f4f4f4;*/
	color: #000000;
	padding: 5px;
	display: none;
	margin: 10px 0 10px 0;
}
.img_floatright {
	float: right;
	margin: 0 10px 10px 30px;
}
.img_floatleft {
	float: left;
	margin: 0 10px 10px 0;
}

.address1 {
	float: left;
}
.address2 {
	float: left;
	margin-left: 2em;
}

.address-panel {
	border: 1px dashed #dedede;
	background: none;
	padding: 10px;
	margin: 0 0 10px 20px;
	float: right;
	width: 30%;
}

.addresspanel h3 {
	margin: 0;
}

.col1 {
	float: left;
	margin: 0 0 10px 0;
	width: 48%;
}
.col2 {
	float: right;
	margin: 0 0 10px 0;
	width: 48%;
}


/***************************STANDARD FORMS **********************************/
form.standard {
	margin-bottom: 20px;
}
form.standard input, form.standard textarea, form.standard select, form.standard option {
	background: #ffffff;
	border: 1px solid #e1e1e1;
	color: #000000;
	font-family: 'Anaheim', Arial, Helvetica, sans-serif;
	height: 20px;
	width: 250px;
	margin: 0 0 2px 0;
	font-size: 90%;
}
form.standard textarea { 
	font-family: 'Anaheim', Arial, Helvetica, sans-serif;
	font-size: 90%;
	height: 60px;
}
form.standard .radio {
	margin: 0 0 0 0;
	width: 2em;
}
form.standard .checkbox {
	width: 2em;
	margin: 0 0 0 0;
}
form.standard label {
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.5em;
	display: block;
	padding-top: 4px;
	text-align: left;
	color: #05050f;
}
form.standard p {
	margin-bottom: 0;
}

form.small label {
	width: 240px;
	font-size: 0.8em;
	text-align: left;
}
form.small input, form.small textarea {
	width: 240px;
	margin: 0;
	padding: 0;
}
form.small p {
	margin: 0 0 2px 0;
}
form.small input.checkbox {
	
}

/*----------------BUTTONS----------------*/
p.buttoncontainer {
	margin: 10px 0 10px 0;
}

.button {
	margin: 0.5em 0.5em 0.5em 0;
	padding: 0.3em 0.5em 0.3em 0.5em;
	color: #ffffff;
	border: none;
	background: #0159a4;
	width: 10em;
	height: 21px;
	text-align: center;
}
.green {
	background: #00b816;
	color: #ffffff;
}
.red {
	background: #b80000;
	color: #ffffff;
}
.down {
	background: #26a8e0;
	color: #ffffff;
}
.downred {
	background: #b7110b;
	color: #ffffff;
}
.button a, .button a:link, .button a:hover, .button a:active, .button a:visited {
	border-bottom: none;
	text-decoration: none;
	color: #ffffff;
}


/* Standard tables ---------------------------------------------- */
table.standard {
	border: solid 1px #000000;
	background: #ffffff;
	padding: 0 0;
	width: 99%;
	margin-left: 0;
	border-collapse: collapse;
	margin-bottom: 5px;
	font-size: 0.9em;
}
table .small {
	width: 15em;
}
table.standard th {
	font-weight: bold;
	color: #ffffff;
	background: #05050f;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000), to(#5f5f5f));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #000000, #5f5f5f);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #000000, #5f5f5f);
	/* IE 10 */
	background: -ms-linear-gradient(top, #000000, #5f5f5f);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #000000, #5f5f5f);
	padding: 5px 5px;
	text-align: left;
}
table.standard tr {
	background: #ffffff;
	font-weight: normal;
	color: #474747;
	margin: 0 0;
	padding: 0 0;
	vertical-align: top;
}
table.standard tr.row_alt {
	background: #ededed;
	font-weight: normal;
	color: #474747;
	margin: 0 0;
	padding: 0 0;
	vertical-align: top;
}
table.standard tr.row_selected {
	background: #1dbbea;
	font-weight: normal;
	color: #000000;
	margin: 0 0;
	padding: 0 0;
	vertical-align: top;
}
table.standard td {
	margin: 0 0;
	padding: 5px 5px;
}
table.standard td.nowrap {
	white-space: nowrap;
}
table.standard td.label {
	font-weight: bold;
	text-align: right;
	width: 30%;
}
table.standard td.datecol {
	width: 20%;
}

table.standard tr a, table.standard tr.row_alt a, table.standard tr.row_selected a {
	color: #000000;
	text-decoration: none;
	border-bottom: none;
}
table.standard tr.row_selected a:hover, table.standard tr a:hover, table.standard tr.row_selected a:hover, table.standard tr.row_selected a:link {
	color: #000000;
	text-decoration: underline;
}


/*=================Carousel and News ticker==========================*/

#home_carousel {
	border: 1px solid #26a8e0;
	width: 433px;
	margin: 20px 0 0 0;
}
#carousel {
	margin: 0 auto;
}
.textpanel {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.textpanel h2 {
	font-family: 'Anaheim', Arial, Helvetica, sans-serif;
	color: #26a8e0;
	font-weight: normal;
	font-size: 150%;
	padding: 0;
	margin: 0px 4px 2px 10px;
}
.textpanel p {
	font-family: 'Anaheim', Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	padding: 0;
	margin: 0 4px 10px 10px;
	
}
.slide {
	display: none;
	/*-moz-box-shadow: inset 0 0px -12px rgba(0,0,0,.5);
	-webkit-box-shadow: inset 0 0px -12px rgba(0,0,0,.5);
	box-shadow: inset 0 0px -12px rgba(0,0,0,.5);*/
}
.slide img {
	margin: 0;
	padding: 0;
}
.cycle-nav {
	cursor: pointer;
}
.admin-hidden {
	/*visibility: hidden;*/
}