@charset "utf-8";
body  {
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	background: #3b73b8 center;
	margin: 2px 0px 0;
}

h1 {
	font-size: 1.5em;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 10px 0px;
	line-height: normal;
	text-align: center;
}
h2 {
	font-size: 1.25em;
	color: #Ef732a;
	font-style: italic;
	font-weight: bold;
	padding: 0px;
	margin: 0.75em 0px 8px;
	line-height: .5em;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.25em;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: .9em;
	color: #3b73b8;
	margin: 5px 0px 0px;
	padding: 0px;
}
h5 {
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 0px 10px;
}

p {
	font-size: 0.9em;
	margin-top: 0px;
	margin-bottom: 8px;
	line-height: 1.35em;
}

a:link, a:visited
{
	text-decoration: none;
	color: #ef7e2a;
	font-weight: bold;
}
a:hover, a:active {
	text-decoration: underline;
	color: #333333;
}

.twoColFixLt #bodycontainer
{
	width: 1024px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	padding: 0px;
}

.twoColFixLt #container {
	width: 1008px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 8px solid #ef7e2a; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	background: #FFFFFF;
}

.twoColFixLt #mainContent {
	margin: 145px 5px 0px 245px;
	padding: 0px;
	float: none;
	clear: inherit;
	width: 750px;
}
.twoColFixLt #mainContent li
{
	font-size: 0.9em;
	line-height: 1.35em;
	margin: 0px;
	padding: 0px;
}

.twoColFixLt #mainContent2
{
	margin: 0px 10px 0px 245px;
	padding: 20px 0px 10px;
	float: none;
	clear: right;
	width: 750px;
}
.twoColFixLt #mainContent2 ul {
	margin: 0px;
	padding: 0px;
	list-style: disc inside;
	text-indent: 15px;
}
.twoColFixLt #mainContent2 li {
	font-size: 0.9em;
	line-height: 1.35em;
	margin: 0px;
	padding: 0px;
}




.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 204px; /* 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: #BAD25F;
	margin: 0px;
	clear: both;
	height: 715px;
	padding: 5px 10px 10px 15px;
}
.twoColFixLt  #sidebar1 ul {
	margin: 5px;
	padding: 0px;
	text-indent: 3px;
	list-style: disc inside;
}
.twoColFixLt   #sidebar1   li   
{
	color: #FFFFFF;
	font-size: 0.8em;
	line-height: 1.3em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.twoColFixLt #sidebar1    a  {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLt  #sidebar1  a:hover 
{
	color: #ef7e2a;
	text-decoration: none;
}

.twoColFixLt #sidebar2
{
	float: left; /* since this element is floated, a width must be given */
	width: 204px; /* 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: #BAD25F;
	margin: 0px;
	clear: none;
	padding: 5px 10px 0px 15px;
	height: 600px;
}
.twoColFixLt  #sidebar2  a 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.25em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLt  #sidebar2  a:hover 
{
	color: #ef7e2a;
	text-decoration: none;
}





.twoColFixLt #footer
{
	padding: 0px;
	clear: both;
	float: none;
	margin: 5 auto;
}
.twoColFixLt  #footer  a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLt  #footer  a:hover 
{
	color: #ef732a;
	text-decoration: none;
}


.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: 0px;
	padding: 10px 20px 20px;
	clear: both;
	width: 795px;
}
.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;
}
.headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
}
.smwhtext {
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.25em;
}
.lgwhtext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding: 5px 0px 5px 5px;
	border-top: medium none #ef7e2a;
	text-decoration: none;
	border-left: thick dotted #ef7e2a;
}


.footer {
	font-size: 0.6em;
	font-weight: normal;
	color: #FFFFFF;
}

.style1 { font-size: .9em }
.style2 {
	font-size: 1em;
	margin-top: 10px;
}
.tablep {
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	line-height: 1.25em;
}
.attribution {
	font-size: 0.7em;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
	text-align: right;
	font-weight: bold;
}
.tablep {
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	line-height: 1.25em;
}

.subtext {
	font-size: 0.7em;
	font-style: italic;
	font-weight: bold;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}

#nav {
	margin: 0px;
	clear: right;
	float: right;
	background: #EF7E2A;
	width: 779px;
	height: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#logo
{
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 128px;
	width: 229px;
	clear: right;
	float: left;
}

#header {
	background: #bad25f;
	margin: 0px;
	height: 99px;
	clear: right;
	padding: 10px 0px 0px;
	width: 779px;
	float: right;
}
#concierge {
	background: #3b73b8;
	padding: 5px 0px 15px;
	height: 60px;
	border: 2px solid #ef7e2a;
	margin: 5px 0px;
	width: 190px;
	text-align: center;
}

