@charset "utf-8";
body  {
	background: #ffffff url(../images/common/bg.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #94262f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twoColFixLtHdr #container {
	margin: 0px auto 0;
	border-top: none #000000;
	border-right: none #000000;
	border-bottom: none #000000;
	border-left: none #000000;
	width: 728px;
} 
.twoColFixLtHdr #mainContent #floatAd  {
	margin-top: 5px;
	margin-right: 5px;
}
.twoColFixLtHdr #mainContent ul  li{
	margin: 0px;
	padding-top: 1.7em;
	padding-right: 0px;
	padding-left: 0px;
}

.twoColFixLtHdr #date {
	float: right;
	color: #fff;
	font-weight: bold;
}
.twoColFixLtHdr #date img {
	padding-left: 50px;
}


.twoColFixLtHdr #header {
	padding: 15px 0px 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. */
	border-style: none;
	margin: 0px;
	background: url(../images/common/two_palms.jpg) no-repeat;
	height: 260px;
} 

.twoColFixLtHdr #header  h1{
	margin: 0px 0px 0px 25px; /* 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 0px 10px 30px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	list-style: square;
	font-size: 24px;
	font-style: normal;
	background: #feaa33;
	border: thin solid #ffffff;
	letter-spacing: .25em;
	font-variant: small-caps;
	width: 360px;
}
.twoColFixLtHdr #header h2 {
	margin: 0px; /* 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 5px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	list-style: square;
	font-size: 18px;
	font-style: italic;
	background: #feaa33;
	border: thin solid #ffffff;
	letter-spacing: .2em;
	text-align: center;
	width: 300px;
	word-spacing: 0.2em;
}
.twoColFixLtHdr #topBanner {
	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. */
	border-style: none;
	margin: -20px 0px 5px;
	clear: both;
}




.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;
	border: medium solid #6c7b40;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	clear: both;
	margin-top: 5px;
	margin-bottom: 10px;
}


.twoColFixLtHdr h3  {
	margin: 10px 0px; /* 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: 7px 10px 5px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	list-style: square;
	font-style: italic;
	background: #feaa33;
	border: thin solid #94262f;
	letter-spacing: .2em;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 16px;
}

.twoColFixLtHdr #mainContent {
	margin: 0px 0 0px 215px; /* 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;
} 

.twoColFixLtHdr #secondContent {
	margin: 0; /* 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 0 10px;
	clear: both;
}

.twoColFixLtHdr #galveston {
	margin: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
}
.twoColFixLtHdr #instructions {
	margin: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
}



.twoColFixLtHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	margin: 0px;
	clear: both;
} 
.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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColFixLtHdr #footer2 {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	margin: 10px 0px 0px;
	clear: both;
}
.twoColFixLtHdr #footer2 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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #copyright p  {
	font-size: 85%;
	text-align: center;
	margin: 15px 0px;
	color: #324720;
}


.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;
}
.pHeader {
	line-height: 130%;
	margin: 15px 415px 0px 25px;
	color: #ffffff;
	font-weight: bold;
	font-size: 105%;
}

