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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-image: url(../images/BG_tile.jpg);
}
.oneColFixCtrHdr #container {
	width: 984px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/content_BG_tile.jpg);
	background-repeat: repeat-y;
}

.oneColFixCtrHdr #container-inside {
	width: 984px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/inside_content_BG.jpg);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #header {
	background-image: url(../images/header_BG.jpg);
	height: 166px;
	background-repeat: no-repeat;
	position: relative;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 10px 21px 10px 21px;
}
.oneColFixCtrHdr #footer {
	background-image: url(../images/footer_texture.jpg);
	background-repeat: no-repeat;
	height: 44px;
	position: relative;
}
.oneColFixCtrHdr #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 */
}
.footer-text {
	font-size: 0.7em;
	text-align:center;
	color:#dfd8c7;
	position: absolute;
	top: 60px;
	left: 192px;
	width: 616px;
}
.footer-text a{
	color:#dfd8c7;
	font-weight:bold;
	text-decoration:underline;
}
.horz_dash {
	background-image:url(../images/horz_dash_tile.jpg);
	background-repeat:repeat-x;
}
.vert_dash {
	background-image:url(../images/vert_dash_tile.jpg);
	background-repeat:repeat-y;
}
.section-head {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#0066a4;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	text-align: center;
}
.section-head2 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#0066a4;
	font-size: 1.2em;
	margin: 0 0 15px 0;
}
.form_section {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#0066a4;
	font-size: 1.2em;
	text-align:right;
	text-transform: capitalize;
}
.serif-body_copy {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#333;
	font-size: 16px;
}
.san-serif-body-copy {
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	font-size: 13px;
}
a {
	color:#0066a4;
}
.image-float-left {
	float:left;
	padding: 0 10px 0px 0px;
}
input#submit {
	background-image: url(../images/btn_subscribe.jpg);
	background-repeat:no-repeat;
	width: 81px;
	height: 24px;
	float:right;
	margin: 20px 10px 0 0;
	background-color: #F6F9FE;
	border:none;
}
.large-left {
	margin: 0 235px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 1px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 670px;
} 
.sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 175px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	margin: 0 10px 0 0;
}
.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;
}
.section-titlebar {
	background-image:url(../images/section_header_BG.jpg);
	background-repeat:no-repeat;
	height:33px;
	width: 442px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.3em;
	padding: 5px 0 0 25px;
	color: #1b68a4;
	font-weight: bold;
}
.inside-body-copy {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9 em;
	padding: 10px 0 0 25px;
}
.tabbar_section {
	padding: 0 0 0 0px;
}
.table-header {
	color: #fff;
	font-size: 16px;

}
.testimonial-copy {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#000;
	font-size: 0.9em;
}
.section-sidebar-title {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.3em;
	padding: 5px 0 10px 0px;
	color: #1b68a4;
	font-weight: bold;
	text-align: center;
}
.testimonial-name {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.1em;
	font-weight: bold;
	text-align: right;
	color: #1D67A1;
}
.testimonial-place {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: .9em;
	font-style: italic;
	color: #333;
	text-align: right;
}
.staff-title {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#333;
	font-size: 1.1em;
	font-style:italic;
}
iframe {
border: 0px solid #ffffff;
}
.float-left-wide {
	padding: 18px 20px 20px 0;
	float:left;
}
.float-right-wide {
	padding: 5px 20px 00px 0;
	float:right;
}
.signature{
	position:absolute;
	left: 360px;
	top: 9px;
}
.intro_text {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #333;
}
.clear {
	float:none;
	clear:both;
}
.testimonial-entry {
	padding: 30px 25px 0px 0;
	float:none;
	clear:both;
	background-image: url(../images/horz_dash_tile.jpg);
	background-repeat: repeat-x;
	background-position: 0 15px;
}
input#subscribe {
	background-image: url(../images/btn_submit.jpg);
	background-repeat:no-repeat;
	width:81px;
	height: 24px;
	border:none;
}
input#clear {
	background-image: url(../images/btn_clear.jpg);
	background-repeat: no-repeat;
	width:81px;
	height: 24px;
	margin-right: 58px;
	border:none;
}
.sidebar-entry {
	padding: 30px 0px 0px 0;
	float:none;
	clear:both;
	background-image: url(../images/horz_dash_tile.jpg);
	background-repeat: repeat-x;
	background-position: 0 15px;
}
.blog_title {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#0066a4;
	font-size: 1.5em;
	margin: 0 0 15px 0;
}
.hotspot {
	position:absolute;
	height:94px;
	width: 266px;
	top:29px;
	left:45px;
	cursor: hand;
}
.vote-tab {
	position:absolute;
	left: 325px;
	top: 76px;
}
</style>

