body {
    font-family: Verdana, Tahoma, Helvetica, Arial;
    font-size: 12px;
    color: #2e2e2e;
    background: #fff url(../images/sub-bg.png) repeat-x top left;
    margin: 0;
    padding: 0;
    text-align: center;
}
a {
    color: #ff5400;
}
a:hover {
    text-decoration: none;
}
#main {
    width: 723px;
    height: auto;
    margin: 0 auto 0 auto;
    background: transparent url(../images/top-shadow.png) no-repeat 11px 0;
    position: relative;
    text-align: left;
}
#left-shadow {
    display: block;
    width: 11px;
    height: 314px;
    background: url(../images/sub-left-shadow.png) no-repeat top right;
}
#right-shadow {
    display: block;
    width: 10px;
    height: 202px;
    background: url(../images/sub-right-shadow.png) no-repeat top left;
    position: absolute;
    top: 62px;
    right: 0;
}
h1#logo {
    font-size: 90%;
    width: 242px;
    height: 55px;
    position: absolute;
    top: 16px;
    left: 30px;
}
h1#logo span {
    display: block;
    background: url(../images/logo.png) no-repeat top left;
    width: 242px;
    height: 55px;
    position: absolute;
    top: 0;
    left: 0;
}
#topbox {
    width: 702px;
    height: 75px;
    background: #4d9bda url(../images/sub-box-bg.png) no-repeat top right;
    position: absolute;
    top: 87px;
    left: 11px;
}
#topbox h2 {
    font-size: 190%;
    color: #fff;
    font-weight: normal;
    margin: 20px 30px 0 0;
    text-align: right;
}
#topbox p {
    color: #c6e7fa;
    margin: 5px 30px 0 30px;
    text-align: justify;
}
#topbox a.learn-more {
    color: #fff;
    text-decoration: none;
    background: url(../images/arrow1.png) no-repeat right 6px;
    padding: 0 15px 0 0;
    font-size: 14px;
    float: right;
    margin: 5px 30px 0 0;
}
ul.topnav {
    width: 697px;
    height: 36px;
    margin: 0;
    padding: 0 0 0 5px;
    background: url(../images/menu-bg.png) repeat-x top left;
    position: absolute;
    top: 152px;
    left: 11px;
}
ul.topnav li {
    height: 36px;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    float: left;
}
ul.topnav li a {
    display: block;
    float: left;
    margin: 12px 8px 0 8px;
    color: #7eb9dd;
    text-decoration: none;
}
ul.topnav li .lft {
    width: 6px;
    height: 36px;
    display: block;
    float: left;
}
ul.topnav li .rgt {
    width: 6px;
    height: 36px;
    display: block;
    float: left;
    background: url(../images/separator.png) no-repeat right 10px;
}
ul.topnav li.last .rgt {
    background: none;
}
ul.topnav li.here {
    background: url(../images/selected-bg.png) repeat-x top left;
    margin: 0 0 0 -1px;
}
ul.topnav li.here a {
    display: block;
    float: left;
    margin: 12px 25px 0 25px;
    color: #075988;
    text-decoration: none;
}
ul.topnav li.here .lft {
    width: 6px;
    height: 36px;
    display: block;
    float: left;
    background: url(../images/menu-left-sh.png) no-repeat top right;
}
ul.topnav li.here .rgt {
    width: 6px;
    height: 36px;
    display: block;
    float: left;
    background: url(../images/menu-right-sh.png) no-repeat top left;
}
#right-side {
    width: 239px;
    height: 197px;
    background: url(../images/right-side.png) no-repeat top left;
    position: absolute;
    top: 69px;
    right: 3px;
}
#right-side h3 {
    font-size: 140%;
    color: #4b9ada;
    font-weight: normal;
    margin: 35px 0 20px 15px;
}
#right-side ul {
    margin: 0;
    padding: 0;
}
#right-side ul li {
    list-style: none;
    background: url(../images/check.png) no-repeat left 0;
    padding: 0 0 0 35px;
    margin: 7px 0 0 25px;
    font-size: 115%;
    color: #0c3b5f;
}
#top-links {
    font-size: 90%;
    color: #9d9d9d;
    position: absolute;
    top: 20px;
    right: 20px;
}
#top-links a {
    color: #9d9d9d;
    text-decoration: none;
}

#content {
    width: 702px;
    height: 200px;
    background: #fff;
    display: block;
    margin: -126px 0 0 11px;
}
#leftcontent {
    width: 460px;
    height: auto;
    float: left;
}
#leftcontent h2 {
    font-size: 180%;
    font-weight: normal;
    margin: 20px 0 0 15px;
}
#leftcontent p {
    margin: 10px 10px 0 15px;
    line-height: 135%;
}

#rightbox {
    width: 242px;
    height: auto;
    float: right;
    background: url(../images/box-shadow.png) no-repeat top left;
}
#rightbox h4 {
    font-size: 130%;
    margin: 30px 0 0 25px;
    font-weight: normal;
}
#rightbox p {
    margin: 5px 0 0 25px;
    color: #6e6e6e;
}
#rightbox a {
    margin: 5px 0 0 25px;
}
#rightbox ul {
    margin: 5px 0 5px 30px;
    padding: 0;
    float: left;
}
#rightbox ul.nd {
    margin: 5px 0 5px 20px;
}
#rightbox ul li {
    list-style: none;
    background: url(../images/arrow2.png) no-repeat 0 4px;
    padding: 0 0 0 10px;
}
#rightbox ul li a {
    font-size: 110%;
    color: #ff5400;
    text-decoration: none;
    margin: 0;
}
#rightbox a.more {
    font-size: 110%;
    clear: both;
    color: #0c3b5f;
    text-decoration: none;
    background: url(../images/arrow3.png) no-repeat right 5px;
    padding: 0 15px 0 0;
    margin: 0 0 0 30px;
}
    
#footer {
    display: block;
    height: 40px;
    clear: both;
    background: url(../images/footer-bg.png) repeat-x top left;
    padding: 0;
    margin: 50px 0 0 0;
    font-size: 90%;
}
#footer div {
    width: 702px;
    margin: 0 auto 0 auto;
    padding: 10px 0 0 0;
    color: #676767;
}
#footer div #copyright {
    float: left;
}
#footer div #foot-menu {
    margin: none;
    padding: 0;
    float: right;
    width: auto;
    height: auto;
}
#footer div #foot-menu a {
    color: #0c3b5f;
    text-decoration: none;
}
    
.maincats {
    margin: 10px 0 0 15px;
    padding: 0;
}
.maincats li {
    list-style: none;
    padding: 0 0 0 10px;
    background: url(../images/arrow2.png) no-repeat 0 4px;
}
.maincats li a {
    text-decoration: none;
    color: #ff5400;
    font-size: 120%;
}
.maincats li.herecat {
 
}
.maincats li.herecat a {
    font-weight: bold;
}
    
.categories {
    width: 215px;
    margin: 0 0 40px 15px;
    padding: 0;
    float: left;
}
.categories li {
    list-style: none;
    margin: 4px 0 0 0;
}
.categories li.header {
    margin: 15px 0 0 0;
    font-size: 110%;
}
.categories li a {
    text-decoration: none;
    color: #2e2e2e;
}
.categories li a.orange {
    color: #ff5400;
    font-weight: bold;
    text-decoration: underline;
}
.categories li.header a {
    list-style: none;
    font-weight: bold;
}
#leftcontent h3 {
    margin: 15px 15px 0 15px;
    clear: both;
    font-size: 110%;
}
#leftcontent h4 {
    font-size: 130%;
    font-weight: normal;
    margin: 30px 15px 0 15px;
    border-bottom: 1px solid #adadad;
    clear: both;
}
#leftcontent h5 {
    margin: 15px 15px 0 15px;
    clear: both;
    font-size: 110%;
}
#EmailForm fieldset {
    border: none;
    margin: 10px 15px 0 15px;
}
#EmailForm fieldset label {
    display: block;
    margin: 0 0 10px 0;
}
#EmailForm fieldset label input {
    display: block;
}
    
    
    

