@charset "utf-8";
/* CSS Document */

body  {
	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/site_page_tmplt/bg-1.jpg);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 100;
	margin-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 125%;
	background-repeat: repeat-x;
	background-position: left top;
}
html {
	overflow-y: scroll;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:active {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}

.twoColFixLtHdr #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 25;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background-color: #00639C;
	color: #FFFFFF;
	height: 100px;
	background-image: url(../images/site_page_tmplt/header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 14pt;
	padding-top: 0;
	padding-right: 700;
	padding-bottom: 0;
	padding-left: 250;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	line-height: normal;
} 
.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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	padding: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 25;
	padding-left: 30px;
} 

.twoColFixLtHdr #mainContent table {
}
.twoColFixLtHdr #mainContent th {
	font-size: 80%;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #EEEEEE;
	font-weight: normal;
	padding-left: 4px;
}
.twoColFixLtHdr #mainContent td {
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}


.twoColFixLtHdr #mainContent h1 {
	font-size: 22px;
	line-height: normal;
	margin-top: 15px;
}
.twoColFixLtHdr #mainContent h2 {
	font-size: 18px;
	line-height: normal;
	margin-top: 15px;
}
.twoColFixLtHdr #mainContent h3 {
	font-size: 14px;
	line-height: normal;
	margin-top: 15px;
}
.twoColFixLtHdr #mainContent h4 {
	font-size: 13px;
	color: #999999;
	line-height: normal;
}
.twoColFixLtHdr #mainContent p {
	font-size: 10pt;
}
.twoColFixLtHdr #mainContent li {
	font-size: 10pt;
	width: auto;
}


.twoColFixLtHdr #mainContent img {
	border: 1px none #000000;
}


.twoColFixLtHdr #footer {
	background-color: #00639C;
	color: #FFFFFF;
	padding-top: 15;
	padding-right: 25px;
	padding-bottom: 25;
	padding-left: 220px;
	margin-top: 35px;
	font-size: 11px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	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;
	line-height: normal;
	margin-left: 0px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 16px;
	padding-left: 0;
}
.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;
}

.crumbs   {
	font-size: 11px;
	color: #333333;
	height: auto;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 1px;
	padding-bottom: 1px;
	vertical-align: middle;
	text-transform: uppercase;
	padding-left: 0px;
	font-weight: bold;
}
.crumbs a:link {
	color: #0000FF;
	text-decoration: none;
}
.crumbs a:active {
	color: #0000FF;
	text-decoration: none;
}
.crumbs a:visited {
	color: #0000FF;
	text-decoration: none;
}
.crumbs a:hover {
	color: #FF6600;
	text-decoration: none;
}
#nb {
}
#nb hr {
	color: #999999;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}

#nb  ol li {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12pt;
	text-transform: uppercase;
	color: #000000;
	border: 1px none #CCCCCC;
}
#nb  ul li {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12pt;
	text-transform: uppercase;
	color: #000000;
	border: 1px none #CCCCCC;
}
.twoColFixLtHdr #mainContent #links {
}
.twoColFixLtHdr #mainContent #links table {
	margin-bottom: 15px;
}
.twoColFixLtHdr    #mainContent   #links  img  {
	border: 1px solid #FFFFFF;
	padding: 5px;
}


.uline-dotted-grey {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}


.timerdiv {
	width: 180px;
	text-align: center;
	padding: 0px;
	font-size: 10pt;
	color: #FFFFFF;
	line-height: normal;
	clear: none;
	margin: 0px;
}
.timerdiv p {
	margin: 0px;
	padding: 2px;
}
.spanner_meet {
	width: 32%;
	float: left;
	font-size: 9px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-left: 2px;
	color: #999999;
	line-height: normal;
	padding-top: 1px;
	padding-bottom: 1px;
}
.spanner_hotels {
	width: 32%;
	float: left;
	font-size: 10pt;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-left: 2px;
	color: #999999;
	line-height: normal;
	padding-top: 1px;
	padding-bottom: 1px;
}

.td_meet {
	font-size: 8px;
	margin-bottom: 4px;
	margin-top: 10px;
	border: 1px none #999999;
	padding: 0px;
	font-weight: normal;
	text-transform: capitalize;
}
.td_meet td {

}


.outliner {
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #333333;
	border-left-color: #666666;
	width: 252px;
}
.blackoutliner {
	border: 1px solid #000000;
}

.banner   {
	font-size: 28px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 32px;
	text-transform: uppercase;
	letter-spacing: 0.5mm;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.smallertext {
	font-size: 80%;
}

.box {
    border-style: solid;
    border-width: 1px;
    border-color: #C0C0C0;
    background-color: #FFFFCC;
    padding: 5px;
    }
