@charset "utf-8";
/* Begin document layout*/

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;
	background-color: #343399;
	background-repeat: repeat-x;
	background-image: url(../images/bak_vert_grad04.jpg);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a img {
	text-decoration:none;
	outline:none;
	border: 0 none;
}

.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header {
	background-color: #DDDDDD;
	background-image: url(../images/header_12.jpg);
	background-repeat: no-repeat;
	height: 180px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFF00;
	letter-spacing: 0px;
	width: 780px;
	clear: both;
} 
.twoColFixLtHdr #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 */
	right: 4px;
	bottom: 4px;
	position: fixed;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	letter-spacing: 1em;
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	width: 200px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #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: "Times New Roman", Times, serif;
	font-size: 10px;
}
.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;
}

.headerpic
{
	border:medium double #000033;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	vertical-align: bottom;
	display: inline;
}

.menu {
	background-color: #DDDDDD;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: none;
	margin: 0px;
}

.showcase {
	background-color: #DDDDDD;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	margin: 0px;
	left: 0px;
	top: -8px;
	position: relative;
}


.slogantext {
	position: relative;
	right: 80px;
	z-index: 1;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 64px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	letter-spacing: .1em;
	text-indent: 0px;
	padding: 0;
	top: 36px;
}
.NewsHeadline {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}


.slogansub {
	position: relative;
	right: 80px;
	text-align: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	letter-spacing: 0.3em;
	font-variant: small-caps;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	top: 28px;
}

.style2 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.style3 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

/* End document layout*/

/* begin menu */
ul#menu {
	width: auto;
	height: 43px;
	background: #DDDDDD url("../images/menu-bg2.jpg") top left repeat-x;
	font-size: 1em;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
	clear: none;
	float: none;
}
ul#menu li {
	display: block;
	float: left;
	margin: 0 0 0 5px;
}
ul#menu li a {
	height: 43px;
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 200%;
	padding: 8px 5px 0;
}
ul#menu li a:hover {
	color: #FBF815;
}
ul#menu li a.current {
	color: #404040;
	background: #DDDDDD url("/images/current-bg2.jpg") top left repeat-x;
	padding: 5px 5px 0;
}
/* end menu */

/* begin sidebar rounded boxes */
.roundedcornr_box_869778 {
	background: url("../images/divs/roundedcornr_869778_tl.png") no-repeat top left;
}
.roundedcornr_top_869778 {
	background: url("../images/divs/roundedcornr_869778_tr.png") no-repeat top right;
}
.roundedcornr_bottom_869778 {
	background: url("../images/divs/roundedcornr_869778_bl.png") no-repeat bottom left;
}
.roundedcornr_bottom_869778 div {
	background: url("../images/divs/roundedcornr_869778_br.png") no-repeat bottom right;
}
.roundedcornr_content_869778 {
	background: url("../images/divs/roundedcornr_869778_r.png") top right repeat-y;
}

.roundedcornr_top_869778 div,.roundedcornr_top_869778,
.roundedcornr_bottom_869778 div, .roundedcornr_bottom_869778 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_869778, .roundedcornr_bottom_869778 {
	margin-top: -19px;
}
.roundedcornr_content_869778 { padding: 0 15px; }

/* end sidebar rounded boxes */

/* begin form styles */
/* Forms */

form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.box1 {
	background-color: #FFFFFF;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #333333;
	border-left-color: #000000;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	letter-spacing: 1px;
	text-align: left;
	padding-left: 6px;
	padding-right: 8px;
	border-top-width: thin;
	background-image: url(../images/bak_yel2white_vert.jpg);
	background-repeat: repeat-x;
}

.box2 {
	background-repeat: repeat-y;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-variant: small-caps;
	color: #FFFF00;
	background-color: #000000;
	letter-spacing: 1px;
	padding-right: 0px;
	border: 4px none #999999;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	position: static;
	margin-left: -6px;
}

table.style01 {
	width: 800px;
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	padding: 3px;
	border-color: #FF9900;
	border-collapse: collapse;
	background-color: white;
}

 input.textarea
{
color: #000000;
background: #ffffff;
border: 1px solid #781351
}

.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9
}
.childDiv {
	float: left;
}


.currentField
{
color: #000000;
background: #F9F8F7;
}

.notCurrent
{
color: #000000;
background: #ffffff;
border: 1px solid #781351
}

tr.currentField
{
color: #000000;
background: #EADBCC;
}

tr.notCurrent
{
color: #000000;
background: #ffffff;
border: 1px solid #FF9900
}

input:focus, textarea:focus /* this changes the color of input fields onfocus, but only works in Firefox */
{
color: #000000;
background: #F9F8F7;
}

 fieldset
{
	border: thin solid #000000;
	width: 100%;
	background-repeat: repeat-x;
	margin: 0px;
	color: #000000;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 6px;
	font-weight: bolder;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	background-color: #FFFFFF;
}
legend
{
	color: #FFF700;
	border: 2px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #000000;
	font-variant: small-caps;
	text-align: left;
	white-space: normal;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.subHead {
	border: thin solid #CC6633;
	background-color: #FFFFCC;
}

/* end form styles */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
}
caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	color: #FFFF00;
	background-color: #000000;
}
.flashbox {
	text-align: center;
}


#error {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.style4 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.santaText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
	font-style: italic;
	color: #060;
}.twoColFixLtHdr .dates {
	color: #F00;
}
