
/*-------------------------------------------------------------------------
	Styles (styles.css)
//-------------------------------------------------------------------------

//-------------------------------------------------------------------------
	These styles are used by the front end display.	
//-------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------
	Body - Define base font formatting.  
//-------------------------------------------------------------------------*/

body
{
	background-color: #6C0601;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

p {
	margin:12px 0px 12px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

/*-------------------------------------------------------------------------
	Headers - These headers need to have hard sizes defined, or else the
	browser will scale the headlines to the accessiblility settings of the
	browser.
//-------------------------------------------------------------------------*/
h1
{
	font-size: 18px;
	font-weight: bold;
}
h2
{
	font-size: 16px;
	font-weight: bold;
}
h3
{
	font-size: 14px;
	font-weight: bold;
}
h4
{
	padding:2px 2px 2px 0px;
	margin:0px;
	font-size: 12px;
	color:#797210;
	font-weight: bold;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
}
h5
{
	font-size: 10px;
	font-weight: bold;
}
h6
{
	font-size: 8px;
	font-weight: bold;
}

/*-------------------------------------------------------------------------
	Default Link
//-------------------------------------------------------------------------*/


#global_nav_cell a, global_nav_cell a:active, global_nav_cell a:visited{
	color:#003B6C;
	}
	
#global_nav_cell a:hover {
	color:#00559A;
	text-decoration:underline;
	}

#footer a, #footer a:visited, #footer a:active
{
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover
{
	color: #fff2bf;
	text-decoration: underline;
}

a
{
	color: #00559A;
	text-decoration: underline;
}
a:hover
{
	color: #00559A;
	text-decoration: underline;
}
a:active
{
	color: #003B6C;
	text-decoration: underline;
}
a:visited
{
	color: #00559A;
	text-decoration: underline;
}
/*-------------------------------------------------------------------------
	Input Boxes
//-------------------------------------------------------------------------*/
input {
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f6f6f6;
	border: 1px solid #666666;
	padding:2px;
}

/*-------------------------------------------------------------------------
	Horizontal Rule
//-------------------------------------------------------------------------*/
hr 
{
	border: 0;
	width: 100%;
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
}

/*-------------------------------------------------------------------------
	List Items
//-------------------------------------------------------------------------*/
li
{
	color: #333333;
}

/*-------------------------------------------------------------------------
	Images
//-------------------------------------------------------------------------*/
.home_image_left {
	padding:4px;
	background-color:#ffe480;
	float:left;
	margin:3px;
	}
	
.home_image_right {
	padding:4px;
	background-color:#ffe480;
	float:right;
	margin:3px;
	}
/*-------------------------------------------------------------------------
	Layout Styles
//-------------------------------------------------------------------------*/
.bgcolor {
	background-color:#6c0600;
	}

.link_container {
		display:block;
		float:left;
		margin:0 0 -10px 0;
		padding:0 0 0 0;
		position:relative;
	}


#main_table {
	background:url(/images/status-bottom.jpg);
	background-position:right;
	background-repeat:repeat-y;
	background-color:#fff2bf;
	}

#headline {
	table-layout:fixed;
	}

#headline_area {
	background-image:url(/images/headline-area.jpg);
	width:450px;
	height:20px;
	font-size:12px;
	font-weight:bold;
	overflow:hidden;
	text-overflow:ellipsis;
	}
		
#global_nav_cell {
	background-color:#FFF2BF;
	font-size:14px;
	width:686px;
	height:16px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	text-align:right;
	letter-spacing:0px;
	padding-right:10px;
	}
	
#about_content {
	width:554px;
	background:url(/images/empty_content1.jpg);
	background-repeat:repeat-y;
	background-color:#fff2bf;
	padding:0px 4px 20px 20px;
	}
	
#interior_content {
	margin:0px;
	width:613px;
	background:url(/images/empty_content1.jpg);
	background-repeat:repeat-y;
	
	padding:20px 20px 20px 25px;
	}

#divider {
	background-color:#fff2bf;
	}

#updates {
	padding-left:9px;
	width:200px;
	}
	
#status_updated {
	background-image:url(/images/status_updated.jpg);
	background-repeat:no-repeat;
	width:163px;
	height:40px;
	overflow:hidden;
	font-size:9px;
	padding:0px;
	margin:0px;
	}
	
#status_txt {
	margin:0px;
	padding:0px;
	position:relative;
	left:12px;
	top:-5px;
	}
	
#footer {
	background-image:url(/images/footer.jpg);
	width:850px;
	background-repeat:no-repeat;
	background-color:#6C0601;
	color:#ffffff;
	padding:3px 100px 5px 20px;
	font-size:10px;
	}

/*-------------------------------------------------------------------------
	Custom Editor Styles
//-------------------------------------------------------------------------*/

/*--- nav tabs ---*/

#tabs {
    background-color: #F7F7F7;
    border: 1px solid #000000;
    margin-top: 2px;
    height:31px; }

.tab {
    width:90px;
    height:17px;
    position:relative;
    float:left;
    z-index:2;
    text-align:center;
    padding: 5px 0px 4px 0px;
    margin:4px 2px -1px 2px;
    border: 1px solid #000000;
    font: bold 12px Verdana, sans-serif; }

.tab.active {
    background-color:#ffffff;
    border-bottom: 1px solid #ffffff; }

/*--- end nav tabs ---*/


.heading_1
{
	font-size: 18px;
	font-weight: bold;
}
.heading_2
{
	font-size: 16px;
	font-weight: bold;
}
.heading_3
{
	font-size: 14px;
	font-weight: bold;
}
.heading_4
{
	font-size: 11px;
	font-weight: bold;
}
.heading_5
{
	font-size: 10px;
	font-weight: bold;
}
.heading_6
{
	font-size: 8px;
	font-weight: bold;
}

.Paragraph_Header
{
	color: #333333;
	font-family: verdana,helvetica,arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.Paragraph_Body
{
	color: #333333;
	font-family: verdana,helvetica,arial;
	font-size: 11px;
}
.Link, .Link:link, .Link:visited
{
	color: #003B6C;
	font-family: verdana,helvetica,arial;
	font-size: 11px;
	text-decoration: underline;
}
.Link:hover, .Link:active
{
	color: #00559A;
	font-family: verdana,helvetica,arial;
	font-size: 11px;
	text-decoration: underline;
}
.Large_Font
{
	color: #333333;
	font-family: verdana,helvetica,arial;
	font-size: 14px;
}

.SectionTitle
{
	color: #000000;
	font-family: verdana,helvetica,arial;
	font-size: 12px;
	font-weight: bold;
	border-bottom:1px solid #6c5500;
	display:block;
	width:75%;
}


.color_1_variant_1 {
color:#00559a
;}

.color_1_variant_2 {
color:#003b6c
;}

.color_2_variant_1 {
color:#9a0800
;}
.color_2_variant_2 {
color:#6c0600
;}


.color_3_variant_1 {
color:#9a7900
;}
.color_3_variant_2 {
color:#6c5500
;}
