﻿/* RadEditor Styles */
.TableHeader
{
    background: #434343;
    color: #fff;
    font-weight: bold;
    padding: 3px;
    margin: 3px;
}
.TableRowAlt
{
	background-color: #EAE6DF;
}

/* global styles */

html, body 
{
	height: 100%;
}

body 
{
	background-color: #fff;
	/*background-image: url(../images/layout/background_main.png);
	background-repeat: repeat-x;
	background-position: left top;*/
	color: #000;
	font-family: "Trebuchet MS", Trebuchet,"Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
	font-size: 0.9em;
	margin: 0 auto;
	padding: 0;
}

form
{
	margin: 0;
	padding: 0;
	width: 100%;
}

p
{
	color: #000;
	font-family: "Trebuchet MS", Trebuchet,"Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
}

/* Main headers for the site */
h1
{
	color: #bf162f;
	font-family: Georgia, Garamond, Serif;
	font-weight: normal;
	font-size: 1.75em;
	margin: 0;
	padding-top: .5em;
	padding-bottom: 0;
}
/* White page headers */
h1.pageheader
{
	color: #fff;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	
}

h3
{
	color: #2f4da1;
	margin: 0;
	padding-top: 1em;
	padding-bottom: 0;
}

/* global setting for links */
a:link {COLOR: #CC3333; TEXT-DECORATION: underline}
a:visited {COLOR: #CC6666; TEXT-DECORATION: underline}
a:hover {COLOR: #CC3333; TEXT-DECORATION: underline}
a:active {COLOR: #CC6666; TEXT-DECORATION: underline}

/*
Styles by ID
*/
#container
{
	position: relative;
	min-height: 100%;
}

/* Lower z-index layer to show eagle watermark */
#top1_lower
{
	width: 100%;
	text-align: center;	
	/*padding-bottom: 40px;*/
	background-color: #e5edf6;
	z-index: -50;
	background-image: url(../images/layout/eagle_background.png);
	background-position: 60% top;
	background-repeat: no-repeat;
}

#top1
{
	width: 100%;
	text-align: center;	
	/*padding-bottom: 40px;*/
	/*background-color: #e5edf6;*/
	z-index: 0;
	background: transparent;
}

/* Lower z-index layer to show eagle watermark */
#top2_lower
{
	width: 100%;
	text-align: center;
	background-image: url(../images/layout/background_blue_gradient.png);
	background-repeat: repeat-x;
	background-position: left top;
	z-index: -50;
}
#top2
{
	width: 100%;
	text-align: center;
	background-image: url(../images/layout/eagle_background.png);
	background-position: 60% -26px;
	background-repeat: no-repeat;
}

#content
{
	width: 100%;
	text-align: center;
	background-image: url(../images/layout/background_red_diagonal.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #fff;
}

#content_column
{
	float: left; 
	width: 559px; 
	min-height: 210px;
}

#internal_content
{
	background-color: #fff;
	padding-right: 10px;
	padding-left: 10px;
}

#footer_space
{
	padding-bottom: 190px;
}

#footer
{
	position: absolute;
	bottom: 0;
	/*margin-bottom: 20px;
	margin-top: 100px;*/
	width: 100%;
	background-color: #eae6df;
	text-align: center;
	background-image: url(../images/layout/background_footer.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 30px;
	padding-bottom: 30px;
}


/* TOP NAVIGATION BAR */
#top_nav
{
	text-align: center;
	color: #bf162f;
	font-family: "Trebuchet MS", Trebuchet, Sans-Serif;
	font-size: 13px;
	font-weight: bolder;
	line-height: 24px;
	margin: 0;
	padding-top: 1px;
	padding-bottom: 1px;
}


#top_nav li a
{
	/*display: block;*/
	text-decoration: none;
	color: #bf162f;
	padding: 3px;
	border: solid 1px transparent;
}
#top_nav li a:hover
{
	background-color: #bf162f;
	color: #fff;
	/*border: solid 1px #bf162f;*/
}
#top_nav ul
{
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
}
#top_nav li
{
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}
/*---------------------------------------------*/

/* SIDE NAV */
#side_nav
{
	width: 90%;
	padding-top: 20px;
}

#side_nav ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 0em;
	/*list-style: none;
	margin: 1em;
	padding: 0;
	padding-right: 20px;
	list-style-position: inside;*/
	text-indent: 0em;
	/*border-top: solid 1px #ddd;*/
}

#side_nav li
{
	background-image: url(../images/layout/red_bullet.png);
	background-repeat: no-repeat;
	background-position: .8em .5em;
	padding-left: 2em;
	padding-top: .2em;
	padding-bottom: .2em;
	padding-right: 1em;
	border-top: solid 1px #ddd;
}

#side_nav li a
{
	/*display: block;
	padding: 5px 5px 5px 0.5em;*/
	color: #2f4da1;
	text-decoration: none;
}
/* Make the link hotspot fill the whole width */
#side_nav a
{
	display: block;
}

/* Current page in menu list -- show text as black 
#side_nav li.currentpage
{
	background-color: #eee;
}*/
#side_nav li.currentpage a
{
	color: #000;
}
/*---------------------------------------------*/

/* Center Content - Used for all centered content blocks*/
.center_content
{
	width: 790px;
	text-align: left;
	margin: 0 auto;
}

/* Creates the shadow to the left and right of the main content, covers the red diagonal */
.diagonal_shadow
{
	background-image: url(../images/layout/shadow_alpha.png); 
	background-repeat: repeat; 
	position: absolute; 
	top: 0px; 
	width: 10px; 
	height: 206px;
}
/* Drop shadow for both sides of internal pages */
.internal_shadow
{
	background-repeat: no-repeat; 
	position: absolute; 
	top: 206px; 
	width: 10px; 
	height: 70px;
}

.clearall
{
	clear: both;
}

/* Links with no decoration (BLACK) */
a.no_decoration:link, a.no_decoration:active, a.no_decoration:hover, a.no_decoration:visited 
{
	text-decoration: none;
	color: #000;
}

.footer_text
{
	color: #bf162f;
	font-size: 0.75em;
	line-height: 2em;
}

.footer_links
{
	font-size: 0.75em;
	line-height: 2em;
	font-weight: bold;
}

/* Do not change hover color for footer links*/
a.footer_links:visited, a.footer_links:active
{
	color: #cc3333;
}

.FeaturedBusiness
{
	background-image: url(../images/layout/featured_background_corner.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.GridRowHighlight
{
	background-color: #efee95;
}

/* Home page message box */
.MessageBoxContainer
{
	width: 790px;
	margin: 0 auto;
	margin-top: -10px;
}

.MessageBox 
{
	background-color:#F7F7F7;
	border:1px solid #bf162f;
	
	/*margin: 4px;*/
	padding: 8px;
	text-align: center;
	margin-bottom: 30px;
	/*width: 100%;*/

}

.MessageText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #bf162f;
}

.legal
{
	font-size: .8em;
}

.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 11px
}

