


#EmailLink
{
    display: block;
    position: absolute;
    width: 318px;
    height: 66px;
    top: 227px;
    left: 0;
    background-image: url('images/mh-email-link.png');
}

ul
{
    margin: 0;
    padding: 0;
    list-style-type: none !important;
}

#Masthead
{
    height: 305px;
    position: absolute;
    top: 28px;
    background-color: #CCCCCC;
    width: 100%;
    background-image: url('images/bnrs/default.jpg');
    background-repeat: no-repeat;
    background-position: center top;
}

#LogoLink
{
    display: block;
    position: absolute;
    width: 194px;
    height: 173px;
    top: 21px;
    left: 0;
    background-image: url('images/fjg-logo.png');
}
#MainNav
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#MainNav li
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#MainNav li a
{
    display: block;
    position: absolute;
    background-position: center top;
    background-repeat: no-repeat;
    height: 24px;
    top: 17px;
}
#MainNav li a:hover
{
    background-position: center -24px;
}
#MainNav li a span
{
    display: none;
}
#MainNav #l1
{
    background-image: url('images/nav/home.png');
    width: 66px;
    left: 266px;
}
#MainNav #l2
{
    background-image: url('images/nav/about-us.png');
    width: 94px;
    left: 343px;
}
#MainNav #l3
{
    background-image: url('images/nav/services-for-individuals.png');
    width: 198px;
    left: 449px;
}
#MainNav #l4
{
    background-image: url('images/nav/services-for-businesses.png');
    width: 181px;
    left: 660px;
}
#MainNav #l5
{
    background-image: url('images/nav/contact-us.png');
    width: 107px;
    left: 853px;
}

#SearchBar
{
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #E2E2E2;
    height: 28px;
}
#SearchBarContent
{
    width: 960px;
    margin: auto;
    text-align: right;
    font-size: 0.9em;
    padding: 2px 0; /*background-image:url('images/searchbar-bg.png');     background-position:right top;     background-repeat:no-repeat;*/
}

.SearchBarTextBox
{
    font-size: 10px;
    margin: 0 4px;
}

#ContentWrapper
{
    width: 960px;
    margin: auto;
}

.ClearBoth
{
    font-size: 0;
    line-height: 0;
    height: 0;
    font-family: Monospace;
    clear: both;
}

/* CrumbTrail */
#CrumbTrailWrapper
{
    font-size: 0.9em;
}
#CrumbTrailWrapper a
{
    color: Black;
}

/* Article Navigation */
.SubNav .RadTreeView
{
    white-space:normal;
}
.SubNav .RadTreeView .rtIn, .SubNav .RadTreeView .rtSelected .rtIn, .SubNav .RadTreeView .rtHover .rtIn
{
    background-image: url('images/icons/page-icon.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-color: Transparent;
    border: none;
    padding: 4px 0 4px 16px;
    display:block;
    line-height:1.2em;
}
.SubNav .RadTreeView .rtSp
{
    display:none;
}
.SubNav .RadTreeView .rtSelected .rtIn
{
    font-weight:bold;
}
.SubNav .RadTreeView .rtHover .rtIn
{
    text-decoration:underline!important;
}
.SubNav .RadTreeView .rtMinus, .SubNav .RadTreeView .rtPlus
{
    display:none;
}
.SubNav .RadTreeView .rtUL .rtLI .rtUL
{
    padding-left:10px;
}
.SubNav .RadTreeView .rtBot, .SubNav .RadTreeView .rtTop, .SubNav .RadTreeView .rtMid
{
    padding-left:0;
}
#ContentWrapper .SubNav ul, #ContentWrapper .SubNav li
{
	list-style-type:none;
	margin:0;
}

/* TEXT */

body, th, td
{
    font-size: 12px;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}
.Normal
{
	font-size:1em;
}

.large
{
    font-size: 1.1em;
}
.larger
{
    font-size: 1.2em;
}
.largest
{
    font-size: 1.4em;
}

h1, h2, h3, h4, h5, h6
{
    padding: 0 0 0.2em 0;
    margin: 0;
    line-height: 1.3em;
    font-family: Georgia, Times, Serif;
    color: #333333;
    font-weight:normal;
}
h1
{
    font-size: 2.4em;
    margin-bottom:5px;
}
h2
{
    font-size: 1.8em;
}
h3
{
    font-size: 1.6em;
}
h4
{
    font-size: 1.4em;
}
h5
{
    font-size: 1.3em;
}
h6
{
    font-size: 1.2em;
}

p
{
    margin: 0;
    padding: 0 0 0.8em 0;
    line-height: 1.3em;
}

#ContentWrapper ul {
    list-style-type:square;
    margin:0 0 10px 20px;
    padding:0 0 0 5px;
}
#ContentWrapper ol {
    margin:0 0 10px 20px;
    padding:0 0 0 10px;
}
#ContentWrapper ul li {
    list-style-type:square;
    margin:0 0 0 10px;
}
#ContentWrapper ol li {
    margin:0 0 0 5px;
}

.BlogPostTitle
{
    font-weight:normal;
    margin-bottom:5px;
}

/* LINKS */
#ContentWrapper a
{
    /*font-weight:bold;*/
    color: #2563A1;
}

#Footer a:hover
{
    color: #2563A1;
    text-decoration: none;
}

/* Blog */

/* Hide the blog calendar */
.BlogContent table[title="Calendar"] { display:none; }
.BlogContent a.CommandButton:link {text-decoration:none;}
.BlogContent a.CommandButton:hover {text-decoration:underline;}
#LeftColumnWrapper .BlogContent .SubHead {display:none;}
.BlogFooter
{
    padding-bottom:10px;
}

/* Email Enquiry Form */
.EmailEnquiryForm .FormTable th
{
    text-align:right;
    font-weight:normal;
    font-size:0.9em;
	line-height:2.3em;
}
.EmailEnquiryForm .EnquiryTextBox
{
	height:80px;	
}


/* Staff Teams */
table.StaffTeam td
{
    width:62px;
    vertical-align:top;
    text-align:left;
    font-size:0.8em;
    padding-right:10px;
}
table.StaffTeam td img
{
    width:60px;
    height:80px;
    border:1px solid #999999;
    margin-bottom:4px;
}

/* Services Pages */
/*
#AlphabetList
{
    margin-bottom:20px;
    float:left;
    width:480px;
}
*/

#AlphabetList a
{
    font-size:1.1em;
    display:block;
    padding:0 3px 5px 0;
    text-transform:uppercase;
    color:Black;
    font-weight:bold;
    font-family:Times New Roman, Times, Serif;
}
#AlphabetList a:hover 
{
    
    color:Red;
}

/*
#SearchByPhraseWrapper
{
    margin-bottom:10px;
    float:left;
    width:460px;
    padding-left:20px;
}
*/

#ServiceSearchResults
{
    margin-top:10px;
    clear:both;
}

#ServiceSearchResults a
{
    font-size:1.2em;
    display:block;
    padding:2px 20px 2px 0;
}


.SearchResultsList
{
    width:100%;
}
