﻿*, html, body
{
    margin: 0px;
    padding: 0px;
}

body
{
    text-align: center;
    margin: 0 0 20px;
    font-family: arial, tahoma, verdana, sans-serif;
    font-size: 62.5%;
        font-size: 0.65em;

    color: #333;
    line-height: 2em;
}

h1
{
    margin: 1.0em 0 0.4em 0;
    font-size: 1.8em;
    color: #3d5557;
    line-height: 1em;
}

h2
{
    margin: 0.54em 0 0.333333em 0;
    font-size: 1.4em;
    color: #3d5557;
    line-height: 1.333333em;
}

h3
{
    margin: 0.54em 0 0.333333em 0;
    font-size: 1.2em;
    color: #3d5557;
    line-height: 1.54em;
}

h4
{
    margin: 0.666666em 0 0.2em;
    font-size: 1.3em;
    font-weight: bold;
    color: #3d5557;
    line-height: 1.54em;
}

h5
{
    margin: 1em 0 0.2em;
    font-size: 1.1em;
    font-weight: bold;
    color: #5f4e49;
    line-height: 1.54em;
}

h1 a, h2 a, h3 a
{
    color: #3d5557;
    text-decoration: none;
    cursor: default;
}

p
{
    padding: 0 0 8px;
    font-size: 1.1em;
}

ul
{
    margin-left: 20px;
}

a, p a
{
    color: #058984;
    text-decoration: underline;
    outline: none;
}

p a:hover
{
    text-decoration: underline;
}

a img
{
    border: none;
}

blockquote
{
    float: left;
    margin: 20px 10px 10px;
    padding: 15px;
    background: #fafafa;
    border: 1px solid #ccdfe3;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

cite
{
    color: #429197;
    color: #058984;
}

span.bold
{
    font-weight: bold;
}
/**********Container**********/
.container{
    width: 920px; 
    margin: 0 auto; 
    text-align: left; 
    padding: 0 0 0; 
    font-size: 1.1em; 
    background: #fff;
    position: relative;
    
}
.header
{
    width: 100%;
    height: 125px; 
    background: url(../../images/header-bg.gif) 0 0 repeat-x;
}
.logo
{
    position: absolute;
    top: 10px;
    left: 0px;
    width: 195px;
    height: 78px;
}

#sidebarLeft
{
    width: 184px; 
    float: left;    
}

/******************** Left side bar ********************************/
.side-menu
{
    float: left;
    margin: 10px 0 0;
    margin-bottom:20px;
    padding: 30px 0 0;
    font-size: 1.1em;
    line-height: 2.4em; 
    list-style-type: none;
    background: url(../../images/side-menu-head.gif) 0 0 no-repeat;
}

.side-menu li
{
    display: block;
}

.side-menu li#last
{
    background: url(../images/side-menu-bottom.gif) 0 0 no-repeat;
}

.side-menu-li
{
    display: block;
    padding-left: 0px;
    width: 142px;
    color: #333;
    text-decoration: none;
    background: #eeeceb;
    border-top: 1px solid #fff;
    border-left: 1px solid #dfdbd9;
    border-right: 1px solid #dfdbd9;
    border-bottom: 1px solid #dfdbd9;
}


.side-menu li a
{
    display: block;
    padding-left: 40px;
    width: 142px;
    color: #333;
    text-decoration: none;
    background: #eeeceb;
    border-top: 1px solid #fff;
    border-left: 1px solid #dfdbd9;
    border-right: 1px solid #dfdbd9;
    border-bottom: 1px solid #dfdbd9;
}

.side-menu li#last a
{
    display: block;
    padding-left: 40px;
    width: 144px;
    height: 30px;
    color: #333;
    text-decoration: none;
    background: none;
    border-top: 1px solid #fff;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.side-menu li a:hover, .side-menu li a.selected 
{
    color: #000;
    text-decoration: none;
    background: url(../images/side-menu-li-hover.gif) repeat-x;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #b9d0d1;
}

.side-menu li#last a:hover, .side-menu li#last a.selected
{
    color: #000;
    text-decoration: none;
    background: url(../images/side-menu-bottom-hover.gif) 0 0 no-repeat;
    border-top: 1px solid #fff;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

h5.sub-h5
{
    margin: 0;
    padding: 0;
    position: absolute;
    top: 25px;
    left: 42px;
    color: #fff;
    display: none;
}
/********************End of left side bar********************************/
#page-top
{
    padding: 0 0px;
}

#contentTwoColumn
{
    width: 691px;
    float: left;
    margin-top: 10px;
    margin-bottom:50px;
    padding-left:20px;
    padding-right:20px;
}

#content
{
    width: 512px;
    float: left;
    margin-top: 10px;
    margin-bottom:50px;
    padding-left:20px;
    padding-right:20px;
}
#sidebarRight
{
    width: 184px;  
    float: left;
    margin-top: 10px;
}
#footer
{
    clear: both;
    width: 920px;
    height: 100px;
    border-top: 1px solid #ccc;
}
#footer-list
{
    float: right;
    padding: 15px 0 0;
    font-size: 0.9em;
    line-height: 12px;
    list-style-type: none;
}

#footer-list li
{
    display: inline;
    float: left;
    margin: 0 8px 0 0;
    padding: 0 8px 0 0;
    border-right: 1px solid #999;
}

#footer-list li#end
{
    border: none;
}

#footer-list li a
{
    display: block;
    float: left;
    color: #999;
    text-decoration: none;
}

#footer-list li a:hover
{
    color: #666;
    text-decoration: none;
}

.copyright
{
    float: left;
    padding: 12px 0 0 20px;
    font-size: 0.9em;
    color: #999;
}
/********** TOP Menu **********/

#top-menu
{
    position: absolute;
    top: 88px;
    right: -3px;
    list-style-type: none;
}

#top-menu li
{
    display: inline;
    text-align: center;
}

#top-menu li a
{
    display: block;
    float: left;
    margin-right: 3px;
    padding: 0 0 0 0px;
    height: 23px;
    line-height: 23px;
    vertical-align: middle;
    text-decoration: none;
    font-family: verdana, arial, sans-serif;
    font-size: 1em;
    width: 100px;
    text-align: center; /*text-transform: uppercase;*/
}

#liHome a, #liAbout a, #liBenefits a, #liContact a, #liFaq a, #liIR35 a, #liHow a
{
    color: #fff;
    background: url(../images/topmenu-li-bg.gif) 0 0 no-repeat;
}
#liHome a:hover, #liAbout a:hover, #liBenefits a:hover, #liContact a:hover, #liFaq a:hover, #liIr35 a:hover, #liHow a:hover
{
    color: #fff;
    background: url(../images/topmenu-li-bg.gif) 0 -23px no-repeat;
}

/************************ASP Stuff***********************************/
.map-box
{
    float: right;
    display: inline;
    margin: 0 0 0 30px;
    text-align: center;
}
.textfield
{
    float: right;
    margin: 5px 0 5px;
    padding: 3px;
    height: 16px;
    width: 225px;
    font-size:1.0em;
}
.contact-form .textfield
{
    float: right;
    margin: 5px 0 5px;
    padding: 3px;
    height: 16px;
    width: 225px;
    font-size: 1.0em;
}

.textarea
{
    float: right;
    display: block;
    margin: 5px 0 10px;
    padding: 3px 3px 0;
    height: 200px;
    width: 390px;

}
.submit
{
    float: left;
    margin: 8px 0 0 165px;
    padding: 0;
    width: 82px;
    height: 25px;
    text-indent: -9999px;
    background: url(../images/submit-btn1.png) 0 0 no-repeat;
    border: none;
    cursor: pointer;
}
.reset
{
    float: left;
    margin: 8px 0 0 71px;
    padding: 0;
    width: 82px;
    height: 25px;
    text-indent: -9999px;
    background: url(../images/reset-btn1.png) 0 0 no-repeat;
    border: none;
    cursor: pointer;
}
.selectfield
{
    float: right;
    display: block;
    margin: 12px 0;
    padding: 3px;
    height: 24px;
    width: 235px;
}
.contact-form legend
{
    margin: 0;
    padding: 5px 10px;
    color: #333;
    font-size: 1.4em;
    display: none;
}

.contact-form label
{
    clear: both;
    float: left;
    margin: 8px 0 8px;
    padding: 0;
    width: 150px;
    text-align: left;
    font-size:1.2em;
}

.item-list1
{
    width:455px;
    margin-left: 10px;
    padding-left: 15px;
    list-style-type: none;
    background: #fafafa;
    border-left: 1px solid #ccdfe3;
    border-right: 1px solid #ccdfe3;
}

.item-list1 li
{
    font-size: 1.1em;
    line-height: 1.6em;
    padding-left: 20px;
    padding-bottom: 10px;
    background: url(../images/green-tick-sml.png) 0 4px no-repeat;
}
.item-list2
{
    width:440px;
    margin: 0 10px;
    padding: 0 15px;
    font-weight: normal;
    line-height: 2.2em;
    list-style-type: none;
    background: #fafafa;
    border-left: 1px solid #ccdfe3;
    border-right: 1px solid #ccdfe3;
}

.item-list2 li
{
    font-size: 1.1em;

    line-height: 1.6em;
    padding-left: 20px;
    padding-bottom: 10px;
    background: url(../images/arrow-lime.gif) 0 4px no-repeat;
}
.itemlist-rounded-top
{
    margin: 5px 0 0 10px;
    height: 20px;
    background: url(../images/itemlist-rounded-top.gif) 0 0 no-repeat;
}
.itemlist-rounded-top-small
{
    margin: 5px 0 0 10px;
    height: 20px;
    background: url(../images/itemlist-rounded-top-small.gif) 0 0 no-repeat;
}
.itemlist-rounded-bottom-small
{
    margin: -10px 0 20px 10px;
    height: 20px;
    background: url(../images/itemlist-rounded-bottom-small.gif) 0 0 no-repeat;
}

.itemlist-rounded-bottom
{
    margin: -10px 0 20px 10px;
    height: 20px;
    background: url(../images/itemlist-rounded-bottom.gif) 0 0 no-repeat;
}
.breadcrumbs
{
    float: left;
    width: 100%;
    height: 34px;
}

.breadcrumbs-list
{
    margin: 0px 0 0;
    padding: 0 0 0 0px;
    font-size: 0.9em;
    color: #333;
    list-style-type: none;
}

.breadcrumbs-list li
{
    margin: 0;
    padding: 0;
    display: inline;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
}

.breadcrumbs-list li a
{
    display: block;
    float: left;
    margin: 0 4px 0 0;
    padding: 0;
    text-decoration: none;
    color: #999;
}

.breadcrumbs-list li a:hover
{
    text-decoration: underline;
}

.regdetails
{
    margin: 10px 0 30px 20px;
    padding: 0 30px 30px;
    width: 400px;
    font-size: 1.1em;
    background: #fafafa;
    border: 1px solid #ccdfe3;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.regdetails legend
{
    margin: 0;
    padding: 5px 10px;
    color: #333;
    font-size: 1.4em;
    display: none;
}

.regdetails label
{
    clear: both;
    float: left;
    margin: 8px 0 8px;
    padding: 0;
    width: 150px;
    text-align: left;
}

.regdetails .textfield
{
    float: right;
    margin: 5px 0 5px;
    padding: 3px;
    height: 16px;
    width: 225px;
    font-size: 1.2em;
}

.regdetails .selectfield
{
    float: right;
    display: block;
    margin: 12px 0;
    padding: 3px;
    height: 24px;
    width: 235px;
}

.regdetails .textarea 
{
    float: right;
    display: block;
    margin: 5px 0 10px;
    padding: 3px 3px 0;
    height: 200px;
    width: 390px;
}

.regdetails .submit, .contact-form .submit
{
    float: left;
    margin: 8px 0 0 165px;
    padding: 0;
    width: 82px;
    height: 25px;
    text-indent: -9999px;
    background: url(../images/submit-btn1.png) 0 0 no-repeat;
    border: none;
    cursor: pointer;
}

.regdetails .reset, .contact-form .reset
{
    float: left;
    margin: 8px 0 0 71px;
    padding: 0;
    width: 82px;
    height: 25px;
    text-indent: -9999px;
    background: url(../images/reset-btn1.png) 0 0 no-repeat;
    border: none;
    cursor: pointer;
}
.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.sitemap-list
{
    float: left;
    margin: 5px 0 0 100px;
    width: 220px;
    font-weight: bold;
    list-style-type: none;
}

.sitemap-list dt
{
    padding: 15px 0 0;
}

.sitemap-list dd
{
    padding: 2px 0 2px 20px;
}

.sitemap-list dt a
{
}

.sitemap-list dd a
{
    color: #6c615b;
}
