@charset "UTF-8";
/* CSS Document */

body
{
    margin: 0;
    padding: 0;
    font-size: 62.5%; /* Provides us with a base of 10px. E.g. 1em == 10px. */
    font-family: "Trebuchet MS", Helvetica, Arial;
}

#ajaxIndicator {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 54px;
    height: 55px;
    background-image: url('/images/ajax-loader.gif');
    display: none;
    z-index: 10000;
}

#container
{
	position: relative;
	width: 955px;
	margin: 0 auto;
    padding: 0;
    font-size: 1.1em;
}

#row_one
{
}

    #row_one h1
    {
        float: left;
        padding: 10px 0px 10px 0px;
        margin: 0;
    }

    #row_one_banner
    {
        float: right;
        padding: 10px 0px 10px 0px;
        margin: 0;
    }

#row_two
{
	clear: both;
    float: left;
    background: #bdbec1;
    padding: 10px 10px 10px 10px;
}

    #row_two_breadcrumb_trail
    {
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 515px;
    }
    
        #row_two_breadcrumb_trail li
        {
            float: left;
            margin: 0;
            padding: 0;
        }

    #row_two_news
    {
        float: left;
        width: 420px;
        text-align: left;
    	margin: 0;
		padding: 0;
		_border: 1px solid #bdbec1;
	}
    
        #row_two_news_header
        {
			color: white;
			font-weight: bold;
			padding-right: 10px;
        }
        
		#row_two_newsticker {
			margin: 0;
			padding: 0;
			display: inline;
			list-style-type: none;
		}

		#row_two_newsticker li {
			display: inline;
		}

		#row_two_newsticker li a {
			text-decoration: none;
			color: #23408e;
		}




	/* Bottom align the content in this row */




#row_seven
{
    clear: both;
	margin: 0 0 10px 0;
	background-color: #23408e;
	height: 1.3em;
}

	#row_seven ul
	{
		margin: 0;
		padding: 0;
		text-align: center;
	}

	#row_seven li
	{
	display: inline;
	list-style: none;
	margin: 0;
	background: url(/images/homelet_frontpage_spacer.gif) repeat-y left top;
	}

	#row_seven li a
	{
		text-decoration: none;
		color: white;
		padding: 0 20px 0 20px;
		border-left: 1px solid white;

	}

    #row_seven_last_link
    {
        background: url(/images/homelet_frontpage_spacer.gif) top right repeat-y;
    }


#footer
{
	margin: 0 0 10px 0;
	color: #757575;
}

.orange
{
	background-color: #f47732;
}

.green
{
	background-color: #84a72d;
}

.blue
{
	background-color: #23408e; 
}

