﻿body {
    padding:0;
    text-align:center;
    margin:0 0 0 0;
    font-family: 'Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
    font-size:14px;
    /*background-image:url("Images/ilh_gradient.png");*/
    /*background-position:center top;*/
    /*background-repeat:repeat-x;*/
    background-color:#ffffff;
}

a:link, a:visited
{
    text-decoration:underline;
    color:#0066cc;    
}

a:active, a:hover
{
    text-decoration:none;
    color:#0066cc;
}

.error
{
	color: Red;
}

.noBullet li
{
	list-style: none;
	vertical-align: middle;
}

.TableLeftHeading
{
	text-align: left;
	width: 200px;
}

#Header {
    margin:0 auto;
    text-align:left;
    width:100%;
    height:150px;
    background-position:left center;
    background-repeat:repeat-x; 
    border-left:solid 1px #78496b;
    border-right:solid 1px #78496b;
    background-color:#78496B;
}

#Main {
    margin:0 auto;
    text-align:left;
    width:100%;    
    display:table;
    border-left:solid 1px #78496b;
    border-right:solid 1px #78496b;
    background-color:#ffffff;
}

#MainWrapper
{
	float: left;
	width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

#MainContent
{
    margin-right:340px;
    padding-left:10px;
}

#OfficeHolder
{
    width:310px;
    float:left;
    text-align:center;
    margin-left: -310px;
}

#Footer {
    margin:0 auto;
    text-align:center;
    width:100%;
    border-top:solid 1px #78496b;
    border-right:solid 1px #78496b;
    border-bottom:solid 1px #78496b;
    border-left:solid 1px #78496b;
    clear:both;
    background-color:#ffffff;
}

#HeaderFooterSeparator
{
    margin:0 auto;
    text-align:center;
    width:100%;
    background-color:#59592d;
    border-right:solid 1px #78496b;
    border-left:solid 1px #78496b;   
    height:8px;
}

#BodyFooterSeparator
{
    margin:0 auto;
    text-align:center;
    width:100%;
    background-color:#d0bb91;
    border-right:solid 1px #78496b;
    border-bottom:solid 1px #78496b;
    border-left:solid 1px #78496b;   
    height:8px;
}

#FooterHighlight
{
	background-color:#78496b;
}

#OtherLinks
{
    margin:0 auto;
    font-family:inherit;
    font-size:9pt;
    text-align:left;
    vertical-align:middle;
    padding:8px 20px 0px 20px;
    width:940px;
    height:30px;
    color:#ffffff;
}

#OtherLinks a:link, #OtherLinks a:visited
{
    color:White;
    text-decoration:none;
}

#OtherLinks a:hover, #OtherLinks a:active
{
    color:White;
    text-decoration:underline;
}

#Logos>a>img
{
    margin:10px 20px 10px 20px ;
    border:none;
}


#ILHLogo
{
    text-align:right;
    padding:35px 15px 0 0;
    height:80px;
}

.TopLinks
{
    margin:0 auto;
    font-family:inherit;
    text-align:left;
    color:#ffffff;
    padding-top:10px;
    padding-left:30px;
}

.TopLinks li
{
       padding: 0px 10px;
       border-left: 1px solid #D0BB91;
}

.TopLinks li:first-child
{
       border-left: none;
}

.TopLinks a:link, .TopLinks a:visited, .TopLinks a
{
    color:#d0bb91;
    text-decoration:none;
    font-weight:bold;
    font-size:12pt;
}

.TopLinks a:active, .TopLinks a:hover
{
    color:#ffffff;
    text-decoration:underline;
    font-weight:bold;
    font-size:12pt;
}


.NoLinkStyle
{
    text-decoration:none;
    border:none;
}

.Title
{
    font-family:inherit;
    font-size:16px;
    font-weight:bold;
    color:#78496b;
}

.PurpleColoredText
{
    color:#78496b;
}