﻿body 
{
    font-family:Helvetica;
    font-size:9pt;
}



/* Main Area */
#MainArea
{
     margin:auto;
     height:auto;
     width:1024px;
}

#MainArea #TopHalf
{
    width:1024px; 
    height:402px;
    
}

#MainArea #LowerHalf
{
    width:100%;     
    min-height:450px;
    max-height:800px;
    margin:5px 0 0 0;
}

/* Top Half */
#TopHalf #LogoArea
{
    width:1024px; 
    height:356px;
}

#LogoArea #PLCLogo
{
    float:right; 
    width:185px; 
    height:100px; 
    background-image:url('../Images/PLC_Logo_Blank_Trimmed.png');
    margin:10px;
}

#LogoArea #NavArea
{
    width:1024px; 
    height:100%;    
}

#NavArea #NavBlank
{
    width:58px; 
    height:45px; 
    margin:2px 2px 0 0;
    float:left;
}

#NavArea #NavBar
{
    width:775px; 
    height:42px; 
    margin:2px 0 0 0;  
    background:#962409; 
    float:left;
    border-top:solid 2px white;
    border-left:solid 2px white;
}

#NavBar .Item
{ 
    height:28px;
    float:left;
    text-align:center;
    padding:15px 9px 0 9px;
}

.Item a
{
    text-decoration:none;
    color:White;
    font-weight:bold;
    display:block;
}

.Item a:hover
{
    text-decoration:underline;
}

/* Lower Half */
#LowerHalf #MainContent
{
    width:1024px; 
    height:300px;
    
}

#LowerHalf #Footer
{
    width:1024px; 
    height:40px;
}


#MainContent #Left
{
    width:60px;
    min-height:100%;
    margin:0 2px 0 0; 
    background:#093964;
    float:left;
}

#MainContent #Right
{
    width:928px; 
    min-height:100%;
    background:#093964; 
    float:left;
    color:White;
    padding:0 0 0 10px;
}

#Right #Text
{
    width:100%;
    height:80%;
}



#Footer #FooterLeft
{
    width:60px; 
    height:100%; 
    margin:0 2px 0 0; 
    background:#093964;
    float:left;
}

#Footer #FooterRight
{
    width:928px; 
    height:88%; 
    background:#093964; 
    float:left;
    padding:5px 5px 0 5px;
}

#Footer #FooterRight p
{
    color:White;
    font-size:7pt;
}

#Footer a
{
    text-decoration:none;
    color:White;
}

#Footer a:hover
{
    text-decoration:underline;
}

/* Apply Online */
#ApplyLink 
{
    width:100px;
    height:50px;
    float:right;
}

#ApplyLink a
{
    display:block;
    color:White;
    font-size:12pt;
    font-weight:bold;
    text-decoration:none;
}

#ApplyLink a:hover #ApplyText
{
    text-decoration:underline;
}

#ApplyLink #ApplyLogo
{
    background:url('../images/ApplyOnlineLink.png');
    width:35px;
    height:50px;
    float:left;
}

#ApplyLink #ApplyText
{
    width:65px;
    height:50px;
    margin:8px 0 0 0;
    float:left;
}

#RiskAndApply #RiskLeft
{
    width:60px; 
    height:60px; 
    margin:0 2px 0 0; 
    background:#093964; 
    float:left;    
    border-bottom:solid 2px white;
    }

#RiskAndApply #RiskRight
{
    width:928px; 
    height:55px; 
    background:#093964;  
    float:left;
    padding:5px 5px 0 5px;
    border-bottom:solid 2px white;
    }



#RiskRight #Risk
{
    font-weight:bold;
    color:White;
    border-left: solid 4px yellow;
    border-right: solid 4px yellow;
    width:610px;
    float:left;
    padding:5px 3px 0 3px;
    height:15px;
    margin:15px 0;
}



#RiskRight #ApplyLogoArea
{
    float:right;
   
    }

/* Hover Menu */
#m1
{
    position: absolute;
	visibility: hidden;
	background: #962409;
	margin:13px 0 0 0;
	border-left:solid 5px black;
}

#m1 a
{
    position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #962409;
		color: white;		
}

#m1 a:hover
{
		text-decoration:underline;
}

/*Default Styles */
h1
{
    font-size:18pt;
    margin:20px 0 0 0;
}

ul
{
    list-style-image:url('../Images/bullet_point.png');
}