/* CSS Document */

#home_header
{
	background-image: url('images/header-blue.gif');	
}

#home_headernav
{	
	color: #cbb282;
}

#home_headernav a
{	
	color: #808c98;
}

#home_headernav ul li
{
	color: #808c98;
}

#home_container
{
	background-color: #1f3348;		
}

#home_mainimage
{
	/*background-image: url('images/main.jpg');*/
}

#home_quote
{
	background-image: url('/images/TraverseLineQuote.png');
}

.home_tab
{
	background-image: url('images/background-gradiant.gif');
	background-repeat: repeat-x;		
}

.home_tab a
{
    color: #2a3d51;
}

.active .home_tab
{
	background-image: none;
	background-color: #ffffff;	
}

.active .home_tab a
{
    font-weight: bold;
}

.active .home_tab .home_leftcurve
{
	background-image: url('images/curve-left-white.gif');	
}

.active .home_tab .home_rightcurve
{
	background-image: url('images/curve-right-white.gif');
}

.home_tab .home_leftcurve
{
	background-image: url('images/curve-left.gif');	
}

.home_tab .home_rightcurve
{
	background-image: url('images/curve-right.gif');	
}

#home_tabmenu
{
	background-image: url('images/gradiant-main.gif');
	background-repeat: repeat-x;
	background-color: White;
}

#home_content
{
	background-color: #ffffff;		
}

#home_content-container
{
	background-color: #ffffff;	
}


#home_site-block-top
{
	background-image: url('images/site-block-top-gradiant.gif');
	background-repeat: repeat-x;	
}

.home_site-block-top-curve-left
{
	background-image: url('images/site-block-top-curve-left.gif');
}

.home_site-block-top-curve-right
{
	background-image: url('images/site-block-top-curve-right.gif');
}

.home_site-block-standard
{
	background-image: url('images/site-block-standard-gradiant.gif');
	background-repeat: repeat-x;	
}

.home_site-block-standard-curve-left
{
	background-image: url('images/site-block-standard-curve-left.gif');
}

.home_site-block-standard-curve-right
{
	background-image: url('images/site-block-standard-curve-right.gif');
}

.home_site-block-standard-bottom
{
	background-image: url('images/site-block-bottom.gif');
}

.home_image-background
{
	background-image: url('images/image-background.gif');
}

#footer
{
	background-color: #1f3348;	
}

.footerlinks
{
    color: #ffffff;
}

.footerlinks .social-icon.blog
{
    background-image: url('/images/social/32x32_wordpress.png')!important;
}

.footerlinks .social-icon.facebook
{
    background-image: url('/images/social/32x32_facebook.png')!important;
}

.footerlinks .social-icon.twitter
{
    background-image: url('/images/social/32x32_twitter.png')!important;
}

.home_image-text p
{
	color: #1f3348;
}

h1
{
	color: #1f3348;
}

.clear
{
    clear: both;
}

/*#home_shadow
{
    background-image: url('images/shadow.png');
    width: 223px;
    height: 62px;    
    
}*/

