/* CSS Document */

/* Basic Styles
---------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: #f3f4f5 url(images/background.jpg) repeat-x top left;
}
td,ul,ol,dl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #d98a08;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #207296;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #49474d;
	font-weight: bold;
	text-decoration: underline;
}
.clear {
	clear: both;
}
hr {
	color: #59b6dd;
	background-color: #59b6dd;
	height: 1px;
	border: 0;
}
.borderleft {
	border-left: 1px solid #dde7ef;
}
.borderright {
	border-right: 1px solid #dde7ef;
}
.border {
	border-left: 1px solid #dde7ef;
	border-right: 1px solid #dde7ef;
}
#maintable {
	background: #ffffff;
}
.sidebar {
	background: url(images/img_homeseparator.gif) repeat-y top right;
	padding: 0px 10px;
}
.content {
	padding: 0px 10px;
}
#rotating_background {
	background: url(images/photo_header0.jpg) no-repeat top left;
	height: 252px;
	width: 785px;
}

/* Menu Styles
---------------------------------------------------------------------- */

#topmenu {
	background: #59b6dd;
	text-align: right;
}

/* Subpage Styles
---------------------------------------------------------------------- */

#subcontent {
	background: url(images/bg_content.jpg) no-repeat top right;
	padding: 30px 10px 10px 10px;
}
.onThisPage {
	padding: 0px 15px 0px 22px;
	background: #ffffff;
	border-left: 1px solid #dde8ef;
	font-size: 15px;
	color: #492788;
}
.menuLink {
	padding: 8px 15px 7px 23px;
}
#subSidebar {
	background: #eaf7f4 url(images/bg_sidebar.gif) repeat-y top right;
	padding: 27px 0px 10px 10px;
}
#subSidebar a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #7b7b7b;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
}
#subSidebar a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #7b7b7b;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
}
#subSidebar a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
}

/* Footer Styles
---------------------------------------------------------------------- */

.footer {
	background: #59b6dd;
	padding: 10px;
	color: #ffffff;
	font-size: 12px;
}
.footerlogo {
	background: #59b6dd;
	padding-right: 8px;
}
.phonenumber {
	font-size: 27px;
}
.footer a:link {
	color: #ffde6f;
	font-weight: bold;
	text-decoration: none;
}
.footer a:visited {
	color: #feeeba;
	font-weight: bold;
	text-decoration: none;
}
.footer a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

/* Form Styles
---------------------------------------------------------------------- */

.txtbox {
   height: 20px;
   width: 160px;
   border: 1px solid #969696;
}
.txtarea {
   border: 1px solid #969696;
}
