@charset "utf-8";

@import url(layout.css);

@import url(/css/admin.css);
@import url(/css/lightbox.css);
@import url(/css/search.css);

body,p,div,td,table,tr,ul,li {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #464646;
	font-size: 11px;
	line-height:18px;
}
 
a {
	color: #0091d3;
	text-decoration: underline;
}
/* mozilla wysiwyg workaround */
a:link:-moz-read-write{
	color: #0064a8 !important;
}

H1 {
	color: #0072bc;
	font-size: 21px;
	line-height: 25px;
	padding:0;
	margin: 9px 0;
	font-weight: normal;
}
H2 {
	color: #464646;
	font-size: 16px;
	line-height: 22px;
	padding:0;
	margin: 7px 0;
	font-weight: normal;
}
H3 {
	color: #0072bc;
	font-size: 12px;
	line-height: 18px;
	padding:0;
	margin: 5px 0;
	font-weight: normal;
}
H4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height:18px;
	font-style:italic;
	color: #b6b6b6;
	padding: 0;
	margin:0;
	font-weight:normal;
}
big {
	font-size:110%;
}
small {
	font-size:90%;
}
.Header {
	color: #0072bc;
	font-size: 21px;
	line-height: 25px;
	padding:0;
	margin: 7px 0;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
}
.Header2 {
	color: #464646;
	font-size: 16px;
	line-height: 22px;
	padding:0;
	margin: 7px 0;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
}
.Header3 {
	color: #0072bc;
	font-size: 12px;
	line-height: 18px;
	padding:0;
	margin: 5px 0;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
}
.Header4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height:18px;
	color: #b6b6b6;
	font-style:italic;
}
.Header5 {
	font-family:"Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	color: #FFFFFF;
	text-decoration: none;
}
.mainContent {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #464646;
	font-size: 11px;
	line-height:18px;
}
.smallContent {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #464646;
	font-size: 10px;
	line-height:12px;
}
.smallLightContent {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #b1c5df;
	font-size: 9px;
	line-height:normal;
}
.mainContentLink {
	color: #0091d3;
	text-decoration: underline;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
}
.phoneBig {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	line-height: 26px;
	color:#FFFFFF;
}
.phoneSmaller {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	line-height: 26px;
}
.phonePrefix {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height: 26px;
}

.menuItemLevel1 {
	display: block;
	border-bottom: #ebebeb 1px solid;
	color: #0091d3;
	font-size:12px;
	line-height:24px;
	text-transform:uppercase;
	text-decoration:none;
}
.menuItemLevel2 {
	color: #717171;
	font-size:12px;
	line-height:21px;
	text-decoration:underline;
}
.row-higlight {
	border-top: #d2d2d2 1px solid;
	border-bottom: #d2d2d2 1px solid;
	background-color: #e9e9e9;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #464646;
	font-size: 11px;
	line-height:18px;
}
.row-higlight td{
	border-top: #d2d2d2 1px solid;
	border-bottom: #d2d2d2 1px solid;
	background-color: #e9e9e9;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #464646;
	font-size: 11px;
	line-height:18px;
}

.row-header {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #0072bc;
	font-size: 11px;
	line-height:18px;
	border-bottom: 1px solid #0072bc;
}
.row-header td{
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #0072bc;
	font-size: 11px;
	line-height:18px;
	border-bottom: 1px solid #0072bc;
}



/* color-only styles */
.blue {
	color: #0072bc;
}
.lightblue {
	color: #0091d3;
}
.gray {
	color: #464646;
}
.lightgray {
	color: #b6b6b6;
}
.dark {
	color: #000000;
}
.light {
	color: #FFFFFF;
}