/* DEFAULTS
----------------------------------------------------------*/
html { height: 100%; }
img { border: 0 none; -ms-interpolation-mode: bicubic; }
td { background: transparent; border: 0px; margin: 0px; padding: 0px; }
p { margin-bottom: 1em; margin-top: 0em; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 0px; padding: 0px; }
ul { list-style-type: square;}    
form { margin:0; padding: 0; }


body   
{
    background: #7e7d81;
    background-image:url(../Images/SaltBG.png);
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:center top; 
    font-size: 14px;
    font-family: 'Lucida Sans Unicode','Lucida Grande', Trebuchet MS ,Tahoma;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    color: #000000;
    height:100%;
    text-align:center;
    
}



a:link, a:visited
{
    color: #000000;
    text-decoration: none;
}

a:hover
{
    color: #000000;
    text-decoration: none;
}

a:active
{
    color: #000000;
    
}
a:focus { 
    outline: none; 
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
    
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    
    font-family: Helvetica,Trebuchet MS ;
    font-size: 16px;
    font-weight:normal;
    letter-spacing:.1em;
    color:#fba650;
    margin-top:10px;
    padding-left:0px;
    padding-top:10px;
    padding-bottom:5px;
    text-transform:capitalize;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}



/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.Header
{
    margin: 0px;
    padding: 0px;
    width: 920px; 
    margin: auto;
    text-align:center;
    padding-top: 30px;
    padding-bottom: 10px;
    
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.MainContent
{
    margin: 0px;
    padding: 0px;
    width: 920px; 
    margin: auto;
    text-align:center;
    min-height:500px;
    font-size:13px;
    height:550px;
    vertical-align:top;
    line-height: 1.2;
    
    /*
    border: 1px solid #999999;
    background-color:#717174;

    */
}

.ImageGallery10
{
    float:left;
    width:170px;
    padding: 6px 12px 6px 0px;
    
}
.ImageGallery14
{
    float:left;
    width:120px;
    padding: 6px 12px 6px 0px;
}

.Footer
{
    margin: 0px;
    padding: 0px;
    width: 920px; 
    margin: auto;
    text-align:center;
    vertical-align:bottom;
    
    
}
.Footer , .Footer a, .Footer a:hover, .Footer a:active,.Footer a:visited
{
    color: #000000;
    font-size:12px;
    text-decoration:none;
    text-align:center;
    padding-bottom:20px;
}
.Footer a:hover
{
    text-decoration:underline;
}




/* TAB MENU   HOME
----------------------------------------------------------*/

.MenuHolder
{
    text-align:justify;
    width:920px;
    padding: 0px;
    padding-bottom:0px;
    width: 920px; 
    margin: auto;
    position:relative;
    left:-14px;
}
div.Menu
{
    padding: 4px 0px 4px 8px;
    font-size:11px;
    text-transform:uppercase;
    color:#FFFFFF;
    border: none;
    text-align:right;
    width:920px;
}

div.Menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    border: none;
}

div.Menu ul li a, div.Menu ul li a:visited
{
    
    /* background-color: #465c71; */
    
    border: none;
    color: #FFFFFF;
    display: block;
    line-height: 1.35em;
    padding: 6px 65px 6px 7px;
    text-decoration: none;
    white-space: nowrap;
}

div.Menu ul li a:hover
{
    color: #333333;
    text-decoration: none;
}

div.Menu ul li a:active
{
    color: #333333;
    text-decoration: none;
}
div.Menu ul li a:focus { 
    outline: none; 
}



/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.ImageTight
{
    
}

.Highlight
{
    color: #fba650;
}
.HighlightDark
{
    color: #d86100;
}
.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


.ErrorBox
{
	border: solid 2px red;
	padding: 15px 15px 15px 15px;
	margin: 15px 15px 15px 15px;
	background-color: #FA8072; /* SALMON*/
}
.ErrorText
{
	color:Red;
	font-size:11px;
}