@charset "utf-8";
body  {
	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: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #009;
	background-image: url(../img/CloudBlue.jpg);
	background-repeat: repeat-x;
}
a:link {
	color:#00F;
	text-decoration:none;
}
a:visited {
	color:#00F;
	text-decoration:none;
}
a:hover {
	color:#F00;
	text-decoration:underline;
}
.twoColFixRtHdr #header {
	color: #FFF;
	background-color: #000;
	height: 110px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	vertical-align: middle;
} 
.hdr {
	font-size: 28px;
	font-weight: bold;
	margin-top:12px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
}
.hdrlink:link {
	font-size: 28px;
	font-weight: bold;
	margin-top:12px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
}
.hdrlink:visited {
	font-size: 28px;
	font-weight: bold;
	margin-top:12px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
}
.hdrlink:hover {
	font-size: 28px;
	font-weight: bold;
	margin-top:12px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
}
.subheader {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	margin-top: 0px;
	margin-left: 25px;
	font-weight: bold;
	width: 485px;
	padding-bottom: 15px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 270px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: center;
}
h1 {
	font-size: 24px;
	color: #C00;
}

.sidebox {
	padding: 8px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
	border: 1px ridge #CCC;
	margin-top:15px;
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 8px;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
} 
.fpp {
	font-size: 14px;
}

.arial11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 20px;
	margin-right: 290px;
	margin-bottom: 20px;
	margin-left: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	border: 1px ridge #CCC;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twoColFixRtHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
} 
.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;
}
#phone {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FF0;
	float: right;
	margin-right: 5px;
	margin-top: 40px;
	font-weight: bold;
	width: 175px;
}
#call {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	float: right;
	height: 70px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
	margin-top: 15px;
	margin-right: 20px;
	width: 125px;
	text-align: right;
	padding-top: 3px;
	padding-right: 10px;
	line-height: 22px;
}
#navbar {
	background-color: #009;
	background-image: url(../img/navbg.jpg);
	height: 45px;
	color: #CCC;
}
.nav {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	border-right-width: 2px;
	border-right-style: groove;
	border-right-color: #CCC;
	float: left;
	text-decoration: none;
	color: #CCC;
	padding-top: 12px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 14px;
}
.navend {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	float: left;
	text-decoration: none;
	color: #CCC;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 14px;
}
.navlink:link {
	color: #CCC;
	text-decoration: none;
}
.navlink:visited {
	color: #CCC;
	text-decoration: none;
}
.navlink:hover {
	color: #FF0;
	text-decoration: underline;
}
.eval {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #009;
	background-color: #FFF;
	border: 1px ridge #CCC;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.contacthdr {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}
#Contact {
	margin: 0px;
}
.contactsubhdr {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #009;
}
.twoColFixRtHdr #container #mainContent p {
	font-size: 12px;
	text-align: justify;
}
blockquote {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color: #F00;
	text-align: center;
}

h2 {
	font-size: 18px;
	margin-bottom: 6px;
}
.maincontentsub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #C00;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #039;
	margin-top: 5px;
}
.alignright {
	text-align: right;
	margin-right:125px;
}
.alignleft {
	text-align: left;
}
.leftimg {
	float: left;
	margin-right: 6px;
	margin-bottom: 3px;
}
.rightimg {
	float: right;
	margin-left: 14px;
	margin-bottom: 3px;
}
.areabox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00C;
	background-color: #FFC;
	height: 50px;
	width: 175px;
	overflow: auto;
	border: 1px solid #009;
	font-weight: bold;
	text-align: left;
	padding: 3px;
}
.imgrow {
	margin-top: 25px;
	margin-bottom: 25px;
	height: 80px;
}
.br25 {
	height: 25px;
}
.br50 {
	height: 50px;
}
.li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #C00;
	margin-bottom: 3px;
}
