
/* CSS Document */

/*define default text style for the content area */
div#content, #content p { font-family: Arial, Helvetica, sans-serif; color: #000000; }

@font-face {
    font-family: Sansumi-DemiBold;
    font-style:  normal;
    font-weight: 700;
    src: url(fonts/SANSUMI0.eot);
  }
@font-face {
    font-family: "Gill Sans MT";
    font-style:  normal;
    font-weight: 700;
    src: url(fonts/GILLSAN0.eot);
  }



.Sansumi-DemiBold {
    font-family: "Sansumi-DemiBold";
    font-size: 36px;
	letter-spacing: 5px;
	color: #162934;
}

.Gillsano {
    font-family: "Gill Sans MT";
    font-size: 14px;
	letter-spacing: 2px;
	color: #162934;
}
.auto_fill
{
    background-color: Lime;
}

.general_font
{
font-family: "Gill Sans MT";
font-size: 14px;
color: #162934;

}

.general_font_small
{
font-family: "Gill Sans MT";
font-size: 12px;
color: #162934;

}

.three_navigation {
    font-family: "Sansumi-DemiBold";
    font-size: 20px;
	letter-spacing: 2px;
	text-decoration: none;
}
.three_navigation:hover {
    text-decoration: underline;
}
.three_navigation_active {
    font-family: "Sansumi-DemiBold";
    font-size: 20px;
	letter-spacing: 2px;
	color: #162934;
}



.login_links { color: #8d400b; text-decoration: none; }
/*define hyperlink text style for the content area */
#content a { color: #ba5915; text-decoration: none; }
#content a:hover { text-decoration: underline; }


#content {
    background:#fff;
    float:right;
    width:784px;
    }

#header {
	width: 899px;
	height: 119px;
}


#content p {
    padding:0 10px 0 10px;
}
#content ul
{
    padding:0px 0px 0px 0px;
    font-family: "Gill Sans MT";
    font-size: 14px;
	color: #162934;
}
#content td {
    margin:0 10px 0 10px;
    }
#footer {
	background-image:url(/images/home_template_r3_c1.jpg);
	width: 899px;
	height: 34px;
	text-align: center;
    clear:both;
    }
		
#footer p {
    padding:5px 10px;
    }

#footer a, #footer p {
	color:#FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none; 
}
#footer a:hover{
	text-decoration: underline;
}

input.log_in {
	width: 85px;
	border: 1px solid black;
}

.formbutton{
cursor:pointer;
border:outset 1px #000;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(/images/form_submit.gif) repeat-x left top;
}

#content p {
	font-family: "Gill Sans MT";
}

.log_in_text 
{
	margin:0px 0px 0px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-weight: 100; 
	color: #000; 
	font-size: 12px;
}
.log_in_small 
{
	margin:0px 0px 0px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-weight: 100; 
	color: #ffffff; 
	font-size: 8px;
}
.log_in_box 
{
    width: 85px;
	border: 1px solid black;
	margin:0px 0px 0px 0px;
}
.log_in_text_black
{
	margin:0px 0px 0px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-weight: 100; 
	color: #000000; 
	font-size: 12px;
}
.log_in_small_black
{
	margin:0px 0px 0px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-weight: 100; 
	color: #000000; 
	font-size: 8px;
}
.log_in_text_white
{
	margin:0px 0px 0px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-weight: 100; 
	color: #ffffff; 
	font-size: 12px;
}
.log_in_small_white
{
	margin:0px 0px 0px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-weight: 100; 
	color: #ffffff; 
	font-size: 8px;
}


.new_bullets li
{
    list-style: square;
    padding-bottom: 3px;
}

.number_bullets li
{
    list-style: lower-roman;
    padding-bottom: 10px;
}

.sub_guests td
{
    padding: 2px 2px 2px 2px;
    font-size: 10px;
}

.white_labels
{
    color: #fff;
}
	





