@charset "utf-8";
body  {
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(images/bdropper2.gif) repeat;
	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-size:1em;
}
h1, h2, h3, h4, h5 {
	font-family:Arial, Helvetica, sans-serif;
}
h2 {
	font-size:2em;
	font-weight:450;
}
h3 {
	margin-bottom:-10px;
}

.big {
	font-size:125%;
}
img
{  border-style: none;
}
/* COLORS to use:
Dark blue CASA color for menu/header: #06315A
Complimentary Brown for decorative elements or possibly nav menu: #392B15
Pale blue for backdrop or supplement: #D4E6F7
White for text fields: #FFFFFF
Black for text: #000000
*/
#quote1 {
	text-align:center;	
}
#quote1 h1 {
	color:#000000;
	font-size:18px;
	font-style:italic;
	font-weight:300;
}

#quote1 h2 {
	color:#333333;
	font-size:14px;
	font-style:normal;
}
#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #06315A;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #392B15;
	width:780px;
	height:165px;
	padding:0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header2 { 
	background: #392B15;; 
	width:780px;
	height:165px;
	padding:0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#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 */
}
#mainMenu {
	height: 30px;
	margin:0;
	padding:0;
	font-weight:500;
}
.backgroundImage {
	background-image:url(images/20yearLogo.jpg);
	background-repeat: no-repeat;
	background-position:left;
	background-attachment:scroll;
}

#sidebar1 {
	font-family:Arial, Helvetica, sans-serif;
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #06315A; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 15px;
	margin: 0px 0px 10px 10px;
	color:#FFFFFF;
	font-size:13px;
}
#sidebar1 a {
	color:#FFFFFF;
}
#sidebar1 a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0px 0px 10px 10px;

}

#mainContent { 
	background: #FFFFFF;
	margin: 10px 10px 0 10px; /* 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: 10px 10px 20px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.centerImages {
	text-align:center;
}
.centerImages img {
	margin-left:15px;
	margin-right:15px;
}

a {
	color:#392B15;
}
a:hover {
	color:#06315A;
}
ul {
	list-style:none;
}	
ul.bullets {
	list-style:disc;
}
ul.longlist li {
	padding-top:1em;
}
#footer { 
	height:83px;
	background:#06315A; 
} 
#leftfooter {
	padding:10px;
	width: 570px;
	margin: 0 0 10px 0;
	float:left;
}
#rightfooter {
	margin: 0 0 0 450px;
	text-align:right;
	vertical-align:top;
	font-size: 14px;
	padding:0 10px 0 0;
}

input,
textarea,
select {
  padding: 2px;
  background: #EEE;
  border: 1px solid #333333;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #778EC4;
  border: 1px solid #06315A;
}
.paypals {
background: none;
border: none;
}
select.paypals:focus, 
select.paypals:hover,
input.paypals:focus,
input.paypals:hover {
	background:none;
	border: 0;
}

table {padding: 20px; border:none;}
td {padding: 4px;
vertical-align:top;
text-align: left;
}
td.columnOne {
padding-right: 20px;
}

#footer p {
	margin: 0; 
	padding: 10px 0; 
	color:#FFFFFF;
}
.footerImagePadding {
	padding: 0 5px 0 5px;
}
.noLeftPadding {
	padding: 0 5px 0 0;
}
#footer a {
	color:#FFFFFF;
}
#footer a:hover {
	text-decoration:none;
}
.footnote {
	font:"Times New Roman", Times, serif;
	font-size:12px;
	color:#999999;
	text-align:center;
	padding-bottom:5px;
}
.footnote a {
	color:#999999;
}
.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;
}
.rightBox {
	margin: 0 0 0 20px;
	float:left;
	position:relative;
}
.leftBox { /* this class can be used to float an element left in your page */
	float: left;
	position:relative;
	margin:0px;
}
.wrapper {
	height:auto;
	padding:0px;
	position:relative;
	margin:0 auto;
}
.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;
}

.snowflakes {
	background:url(images/snowflakes.jpg) repeat;
}

#tyrdButton {
display: block;
width: 219px;
height: 108px;
margin-left:240px;
background: url("images/tyrd.jpg") no-repeat 0 0;
}
#tyrdButton:hover {
background-position: 0px -108px;
}
#tyrdButton span {
display: none;
}
