﻿body
{
    font-size: .75em;
	font-family: Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    color: #333;    
}

a:link
{
	text-decoration: none;
	color: #F47E2F;
}
	
a:visited
{
    color: #F47E2F;
    text-decoration: none;
}
a:hover
{
	color: #542989;
	text-decoration: none;
}
a:active
{
    
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
#header
{
	height: 135px;
	background: #344755 url(wreck-5.jpg);
	background-repeat: no-repeat; 
	background-position: left;		    
    position: relative;
}

#logo 
{
    display: block;
    height: 65px;
    width: 433px;
    text-indent:-9999px; 
}

#menucontainer {
	background: #344755;
	height: 30px;
} 

/* TAB MENU   
----------------------------------------------------------*/
ul#menu li a
{
    color: #fafafa;
    text-shadow:0 1px 0 #333;
    border-right: 1px solid #fff;    
}

ul#menu li a:hover
{
    color: #F47E2F;
    text-shadow:0 1px 0 #333;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

input[type="text"], input[type="password"], textarea, .defaultSelect, select {
    font-family: Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    font-size: 14px;
    color: #555;      
}