﻿body
{
    background-image:url("BG.png");
    background-position:top-left;
    background-repeat:no-repeat;
    padding:0;
    margin-left:15px;
    margin-top:0;
    font-size:0.75em;
    font-family:Verdana;
    margin-bottom:0px;
}

.MainContent
{
    width:945px;
    margin-top:5px;
}

.PageHeader
{
    font-size:2em;
}

#nav-menu ul
{
    list-style: none;
    margin: 0;
    padding:0;
}

#nav-menu li
{
    float: left;
    text-align: center;
    font-weight:bolder;
}

#nav-menu li a
{
    display: block;
    color:White;
    padding:10px;
    margin-right:5px;
    text-decoration: none;
}

#nav-menu li a:hover
{
    display: block;
    color:#000066;
    background-color:White;
}

#nav-menu
{
    height:38px;
    width:945px;
    font-size:1.25em;

} 




#TopMenu ul
{
    list-style: none;
    margin: 0;
    padding:0;
}

#TopMenu li
{
    float: left;
    text-align:left;
    padding-right:3px;
}

#TopMenu li a
{
    display: block;
    color:#000066;
    padding-left:15px;
    padding-right:15px;
    padding-top:10px;
    padding-bottom:5px;
    text-decoration: none;
    border-bottom: solid thin black;
    background-color:White;
}

#TopMenu li a:hover
{
    display: block;
    padding-left:15px;
    padding-right:15px;
    padding-top:14px;
    padding-bottom:5px;
    text-decoration:underline;
    background-color:#000066;    
    color:White;
    border-bottom: solid thin #000066;
}

#TopMenu
{
    font-weight:bold;
    font-size:1em;
    float:left;
    padding-left:3px;
} 






#TopFunctionMenu ul
{
    list-style: none;
    margin: 0;
    padding:0;
    padding-bottom:10px;
}

#TopFunctionMenu li
{
    float: left;
    text-align:left;
    padding-right:3px;
}

#TopFunctionMenu li a
{
    display: block;
    color:White;
    padding-left:15px;
    padding-right:15px;
    padding-top:10px;
    padding-bottom:5px;
    text-decoration: none;
    border-bottom: solid thin black;
    background-color:#000066;
}


#TopFunctionMenu li a:hover
{
    display: block;
    padding-left:15px;
    padding-right:15px;
    padding-top:14px;
    padding-bottom:5px;
    text-decoration:underline;
    background-color:White;    
    color:#000066;
    border-bottom: solid thin #000066;
}

#TopFunctionMenu li input
{
    display: block;
    color:White;
    padding-left:15px;
    padding-right:15px;
    padding-top:10px;
    padding-bottom:6px;
    text-decoration: none;
    border-bottom: solid thin black;
    border: none;
    background-color:#000066;
    font-weight:bold;

}


#TopFunctionMenu li input:hover
{
    display: block;
    padding-left:15px;
    padding-right:15px;
    padding-top:14px;
    padding-bottom:6px;
    text-decoration:underline;
    background-color:White;    
    color:#000066;
    border-bottom: solid thin #000066;
    font-weight:bold;

}


#TopFunctionMenu
{
    font-weight:bold;
    float:right;
    font-size:1em;
} 











#TopSocialMenu
{
    position:absolute;
    top:7px;
    left:317px;
    

} 

#TopSocialMenu a img
{
    border:0;
} 

#TopSocialMenu ul
{
    margin:0;
    list-style: none;    
}

#TopSocialMenu li
{
    float:left;
    padding-right:5px;

}













.Header
{
    width:945px;
    height:140px;
    color:White;

}


.SpecialAreas
{
    width:270px;
    float:right;
    padding-top:10px;
    background-image:url("images/SpecialistMenuBG.png");
    background-position:top left;
    background-repeat:no-repeat;
    background-color:White;

}
  
  .SpecialAreasFooter
{
    width:270px;
    background-image:url("images/SpecialistMenuBG.png");
    background-position:bottom left;
    height:30px;
    background-color:White;
    float:right;
}
  

.FrontImage
{
    width:650px;
    float:left;
    text-align:center;
    background-color:White;

    margin-top:10px;
}

.PageContent
{
    display:inline-block;
    padding:20px;
    width:615px;
    float:left;
}



.PageContentLeft
{
    margin:0px;
    width:265px;
    float:left;
    padding-left:25px;
    padding-right:0px;
    padding-top:0px;
}



#SpecialistMenu ul
{
    margin: 0;
    padding:0;
    list-style: none;
    padding-top:5px;
    font-size:1.1em;
}

#SpecialistMenu li
{
    text-align: left;
}

#SpecialistMenu li a
{
    display: block;
    color:Black;
    font-weight:bold;
    padding:4px;
    padding-left:20px;
    text-decoration: none;
}


#SpecialistMenu li a:hover
{
    display: block;
    padding:4px;
    padding-left:20px;    
    background-color:Black;
    color:White;    

}

.SpecialistMenuTitle
{
    font-size:1.4em;
    font-weight:bold;
    padding-top:10px;
    padding-left:20px;    

}

.EditButton
{
    position:relative;
    text-align:right;
    float:right;
    bottom:5px;
    background-color:Red;
    color:White;
}

.Footer
{
    width:945px;
    text-align:center;
    font-size:1em;
    float:left;
    color:Black;
    padding-bottom:10px;
}


hr 
{
    border: solid 0.5px #CCCCCC;
}



.SemiTransparentBox
{
    color:#000066;
    background-image:url("Images/SemiTransBG.png");
    background-position:top right;
    background-repeat:no-repeat;
    padding:20px;
    padding-bottom:5px;
    text-align:right;
    font-size:1.1em;
    background-color:White;

}

.SemiTransparentBoxHeader
{
    font-size:1.1em;
    font-weight:bold;
    padding-left:40px;
    color:#000066;
    clear:both;
}

.SemiTransparentFooter
{
    height:20px;
    background-image:url("Images/SemiTransBG.png");
    background-position:bottom right;
    background-repeat:no-repeat;
    background-color:White;
}

.SmallPicture
{
    height:100px;
    width:100px;
    float:left;
    background-color:White;
    overflow:hidden;
}

.PageTitle
{
    float:left;
    width:805px;
    padding:15px;
    padding-left:25px;
    color:Black;
    font-size:2.5em;
    height:80px;
    background-image:url("images/PageTitleBG.png");
    background-color:White;   
}

.PageContent2
{
    display:inline-block;
    padding:20px;
    width:905px;
    float:left;
    background-color:White;
}

.SpecialistAreasHeader
{
    float:left;
}

.FooterImage
{
    float:left;
}

.MenuSelected
{
    background-color:Black;
}

.MenuNotSelected
{
    background-color:#000066;
}

.SpecialistMenuSelected
{
    background-color:#f3f8ff;
}

.PageContentLeftImage
{
    float:left;
}

.PageContentRightText
{
    padding-right:10px;
    padding-bottom:10px;
    width:545px;
    float:left;
    height:60px;
}

.PageContentRightTitle
{
    font-weight:bold;
}



.PageTitle2
{
    float:left;
    width:905px;
    padding:15px;
    padding-left:25px;
    color:White;
    font-size:2.5em;
    height:50px;
    background-color:Black;

}

#JobSearchBox
{
    width:245px;
    height:80px;
    margin:10px;
    margin-left:5px;
    padding:5px;
    margin-top:13px;
    background-image:url('images/SearchBG.png');
    background-repeat:no-repeat;
    background-color:#ff6600;
}

#JobSearchTitle
{
    font-size:1.3em;
}

.JobSearchTitle a
{
    font-weight:bold;
    color:#ff6600;
}

.JobSearchTitle a:hover
{
    font-weight:bold;
    color:#cc3300;

}

.JobSearchTitle
{
    font-size:1.3em;
    font-weight:bold;
}
    

.ContactHalfPageLeft
{
    width:440px;
    float:left;    
    padding-right:10px;
}

.ContactHalfPageRight
{
    width:440px;
    float:right;    
    padding-right:10px;
}

.map
{
    height:250px;
    width:430px;
    border-color:#cccccc;
    border-width:1px;
    border-style:solid;
}

.SubHeader
{
    font-weight:bold;
    display:inline;
    font-size:1.3em;


}

.SmallSubHeader
{
    font-weight:bold;
    display:inline;
    font-size:1.1em;
}


.EmployersHalfPageLeft
{
    float:left;
}
 
.EmployersHalfPageRight
{
    float:right;
    margin-left:20px;
    border: solid 1px #CCCCCC;

}


.JobSearchCol1
{
    width:90px;
    height:30px;
    display:inline-block;
}

.JobSearchCol2
{
    width:210px;
    height:30px;
    display:inline-block;
}

.JobSearchCol3
{
    width:70px;
    height:30px;
    display:inline-block;

}

.JobSearchCol4
{
    width:140px;
    height:30px;
    display:inline-block;
}

.JobSearchCol5
{
    width:80px;
    height:30px;
    display:inline-block;
}


.JobAreas
{
    width:270px;
    float:right;
    padding-top:10px;
    background-image:url("images/JobAreaMenuBG.png");
    background-position:top left;
    background-repeat:no-repeat;
    background-color:White;

    background-color:#cc3300;
}
  
  .JobAreasFooter
{
    width:270px;
    background-image:url("images/JobAreaMenuBG.png");
    background-position:bottom left;
    height:30px;
    background-color:#cc3300;
    float:right;
}

.JobAreasTitle
{
    font-size:1.5em;
    font-weight:bold;
    padding-top:10px;
    padding-left:20px;    
    color:White;

}

.LoginButton
{
    text-align:left;
    float:left;
    margin-top:10px;
}

a:hover
{
    color:#cc3300;
    text-decoration:underline;
}

a
{
        color:#000066;
}

.SiteMapRow
{
     float:left;
     width:260px;
     float:left;
     padding-right:40px;
}

.SiteMapSubHeader a
{
    font-size:1.3em;
    font-weight:bold;

}

.SiteMapSubHeader a:hover
{
    color:#cc3300;
}

.UserMessage
{
    color:Red;
}

.LinksPageContentLeftImage
{
    float:left;
    border: solid 1px #cccccc;
    width:60px;
    overflow:hidden;
    height:60px;
}

.LinksPageContentRightText
{
    padding-left:10px;
    width:800px;
    height:80px;
    float:left;
    margin-bottom:10px;
    
}

.MapInstructions
{
    font-size:smaller;
}


.MembershipsPageContentLeftImage
{
    float:left;
    border: solid 1px #cccccc;
    width:60px;
    overflow:hidden;
    height:60px;
    margin-right:10px;
}

.MembershipsPageContentRightText
{
    width:880px;
    float:left;
    margin-bottom:10px;
    border: solid thin #CCCCCC;
    padding:10px;
}

.SmallText
{
    font-size:x-small;
}


.facebookBox
{
    margin-left:15px;
    text-align:right;
    width:240px;
    border:0;   
    margin-bottom:10px;
    clear:both;
    height:420px;

}

.facebookBoxNews
{
    float:right;
    margin-left:20px;
    margin-bottom:20px;
}


.blog_image_text
{
    display:none;
}


.blog_image
{
    float:right;
    padding-left:20px;
    padding-bottom:20px;
    width:340px;    
    overflow:hidden;
}

.blog_image_hidden
{
    display:none;
}

.social-networking-buttons .option
{
    width:140px; 
    margin: 15px 0px 15px 0px;  
    float:left;
}

.blogs_blog
{
    float:left;
    width:435px;
    margin-left:20px;
    border-top: 1px dotted #CCCCCC;
    margin: 10px 10px 10px 20px;
    height:65px;   
    position:relative;      
    padding: 20px 0px 20px 0px; 
    overflow:hidden;
}

.blogs_blog_title
{
    color:#000066;
}

.blogs_blog a 
{
    text-decoration:none;
    color:Black;    
}

.blogs_blog a:hover
{
    text-decoration:none;
    color:Black;
}

.blog_blog_content
{
clear:left;
}

.blogs_blog_image
{
    float:left;
    width:100px;
    height:100px;    
    margin-right:20px;
    overflow:hidden;
}


.blogs_blog_image img
{
    width:100px;
    border:0;
}

.hidden_blog_content
{
    display:none;
}

.blog_content
{
    padding-top:10px;
}

.blog_date
{
    font-size:11px;
    color:#999999;
    padding-top:3px;
}


.blog_read_more
{
    position:absolute;
    bottom:0px;
    right:0px;
    padding:5px;
    background-color:#ff6600;
    border: 1px dotted white;
    font-size:10px;
    color:White;
    border-radius:5px;
}


.clearDiv
{
    clear:both;
    height:30px;
}
