@charset "UTF-8";
body  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #fff;
	margin: 0px; 
	padding: 0px;
	text-align: center; 
	color: #7A7A7A;
	line-height: 1.2em;
}
/** Major Blocks **/
#container {
	width: 955px;
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
}
#centerblock {
	clear:both;
}
#sidebar1 {
	float: left; 
	width: 290px;
	margin: 15px auto 15px 15px;
}
#sidebar2 {
	float: right; 
	width: 290px; 
	margin: 15px 15px 15px auto;
}
#mainContent {
	width: 290px;
	margin: 15px 15px 15px 332px;
}
#mainTowCols {
	width: 610px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: 332px;
}
#mainOnecontent {
	width: 610px;
	margin: 15px 15px 15px 15px;
}
#footer {
	margin: 10px 10px 0 10px; 
	background:#FFF;
	text-align:center;
	color:#7A7A7A;
} 
#header {
	background-image: url(images/logo.gif);
	height: 220px;
	background-position:center;
	background-repeat:no-repeat;
} 
#innerheader {
	background-image: url(images/thin_logo.gif);
	height: 100px;
	background-position:center;
	background-repeat:no-repeat;
}
#utilitybar {
	float:right;
	margin:0px 15px 0px 15px;
	padding:0px;
	height:25px;
}
#account_nav {
	margin-top:90px;
}
#blankheader {
	background-image: url(images/clean_logo.gif);
	height: 100px;
	background-position:center;
	background-repeat:no-repeat;
	margin-top:10px;
}
#t_bar {
}
#t_bar ul {
	list-style:none;
	font-size:100%;
	font-weight:bold;
}
#t_bar ul li {
	font-size:100%;
	font-weight:bold;
}
#t_bar ul li ul {
	list-style:none;
}
#t_bar ul li ul li {
	font-size:75%;
	font-weight:normal;
}
	
/** account menu styles **/
#account_nav ul {
	margin-right:10px;
	list-style:none;
	font-size:120%;
	font-weight:bold;
	color:#7A7A7A;
	line-height:1.7em;
	text-align:right;
}
#account_nav ul li a, a:visited {
	text-decoration:none;
	color:#7A7A7A;
}
#account_nav ul li a:hover {
	text-decoration:underline;
}
#account_nav ul li a:active {
	text-decoration:none;
	color:#85000E;
}
#account_nav .activated {
	text-decoration:none;
	color:#85000E;
}
/** top menu styles **/
ul.topMenu {
	text-align: right;
	list-style-type: none;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
}
ul.topMenu li {
	display: inline;
	margin: 0px;
	padding: 0px;
	top: 0px;
}
/** links **/
a:link {
	text-decoration: underline;
	color: #85000E;
}
a:visited {
	text-decoration: underline;
	color: #85000E;
}
a:hover {
	text-decoration: underline;
	color: #85000E;
}
a:active {
	text-decoration: underline;
	color: #85000E;
}
.boldlinks a {
	font-size:1.4em;
	color:#85000E;
	text-decoration:underline;
	font-style:italic;
}
strong {
	color:#85000E;
	font-size:1.1em;
	font-weight:bold;
}
/** footer's styles **/
ul.footer {
	text-align: center;
	list-style-type: none;
	color: #606060;
	font-size: 70%;
	margin: 0px;
	padding: 0px;
}
ul.footer li {
	display: inline;
	margin: 0px;
	padding: 0px;
	top: 0px;
}

/** Gray Zones with cutout **/
#grayarea {
	background-color:#D9D9D9;
	margin-bottom:15px;
}
#graytop {
	background-image:url(images/check-in_bg_top.gif);
	background-repeat:no-repeat;
	height:9px;
}
#graybody {
	background-color:#D9D9D9;
	display:inline;
	text-align:center;
}
#graybottom {
	background-image:url(images/check-in_bg_bottom.gif);
	background-repeat:no-repeat;
	height:9px;
	line-height:1px;
}
#cutout {
	margin:0px auto;
	background-color:#FFF;
	text-align:left;
	width:270px;
}
#cutouttop {
	background-image:url(images/check-in_innerbg_top.gif);
	background-repeat:no-repeat;
	height:9px;
	font-size:1px;
}
#cutoutcenter {
	background-color:#FFF;
	display:inline;
}
#cutoutbottom {
	background:url(images/check-in_innerbg_bottom.gif);
	background-repeat:no-repeat;
	height:9px;
	line-height:1px;
}
/** text elements **/
#centerblock p {
	margin-left:10px;
	font-size:85%;
	color:#7A7A7A;
	margin-top: 0px;
	margin-bottom:15px;
}
#footer p {
	margin: 10px 0px 10px 0px;
}
h1 {
	font-size:1.4em;
	color:#85000E;
	font-style:italic;
	font-variant:small-caps;
	font-weight:bold;
	line-height:1em;
	margin-left:10px;
	text-transform: capitalize;
}
h2 {
	font-size:1.1em;
	color:#85000E;
	font-variant:normal;
	font-weight:bold;
	font-style:italic;
	margin-left:10px;
	margin-bottom: 0px;
	margin-top:0;
	line-height:1.2em;
}
/** graphic elements **/
#imageonwhite {
	margin: 9px 7px 10px 7px;
}
#headerimage {
	margin-left:7px;
	text-align:center;
}
.number {
	float:left;
	margin:-7px 5px 0px 20px;
	border:0;
}
.generalbutton {
	float:right;
	margin-right:20px;
	margin-top:5px;
	margin-bottom:15px;
}
.small_logo {
	float:left;
	margin:-8px 10px 0px -10px;
}
/** form buttons **/
.check_in_button {
	float:right;
	margin:10px 10px 10px auto;
	background:url(images/check-in_button_off.gif);
	height:50px;
	width:118px;
	border:none;
}
.check_in_button:hover {
	background-image:url(images/check-in_button_on.gif);
}
.opt_out_button {
	float:right;
	margin:10px 10px 10px auto;
	background:url(images/opt-out_button_off.gif);
	height:50px;
	width:118px;
	border:none;
}
.opt_out_button:hover {
	background-image:url(images/opt-out_button_on.gif);
}
.login_button {
	float:right;
	margin:10px 10px 10px auto;
	background:url(images/login_button_off.gif);
	height:50px;
	width:118px;
	border:none;
}
.login_button:hover {
	background-image:url(images/login_button_on.gif);
}
.submit_button {
	float:right;
	background:url(images/submit_button_off.gif);
	height:50px;
	width:118px;
	border:none;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: auto;
}
.submit_button:hover {
	background-image:url(images/submit_button_on.gif);
}
.edit_button {
	float:right;
	background:url(images/edit_button_off.gif);
	height:50px;
	width:118px;
	border:none;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: auto;
}
.edit_button:hover {
	background-image:url(images/edit_button_on.gif);
}
/** Midsc. **/
.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 { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
table {
	width:85%;
	border:0;
}
#mini_b {
	font-size: 75%;
	color: #85000E;
}
.mini_b {
	font-size: 75%;
	color: #85000E;
}