html {
    overflow-y: scroll;
} 

@font-face {
    font-family: 'Stag Medium';
    src: url('fonts/stag-medium-webfont.eot');
    src: url('fonts/stag-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/stag-medium-webfont.woff') format('woff'),
         url('fonts/stag-medium-webfont.ttf') format('truetype'),
         url('fonts/stag-medium-webfont.svg#StagMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #F2F2F2;
    color: #000000;
    font-family: verdana,sans-serif;
    font-size: 90%;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}



.form p label {
    width: 210px;
    float: left;
    display: block;
}


.accessibility {
    left: -9999em !important;
    position: absolute !important;
}
input.submit {
    border: 0 none !important;
    cursor: pointer !important;
    height: 19px !important;
    overflow: visible;
    width: auto !important;
}
form, fieldset {
    border: 0 none;
    outline: 0 none;
}
ol {
    font-size: 1.1em;
}
input {
    height: auto;
}
a img, fieldset, form {
    border: 0 none;
}
ins, abbr, acronym {
    border: 0 none;
    font-style: normal;
    text-decoration: none;
}
a:hover ins, a:hover abbr, a:hover acronym {
    text-decoration: underline;
}
address {
    font-style: normal;
}
ul {
    list-style: none outside none;
}
q:before, q:after {
    content: "";
}
small {
    font-size: 0.9em;
}
textarea {
    overflow: auto;
}
input.submit {
    border: 0 none !important;
    cursor: pointer !important;
    height: 20px !important;
    overflow: visible;
    width: auto !important;
}
form, fieldset {
    border: 0 none;
    outline: 0 none;
}
ol {
    font-size: 1.1em;
    margin: 0 0 10px;
}
ol li {
    list-style-position: inside;
    padding: 2px 0;
}
.clearfix:after {
    background-color: inherit;
    clear: both;
    color: #000000;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
a {
    background-color: inherit;
    color: #000000;
}
#container {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
    margin: 0 auto;
    width: 1024px;
}
#container #container_wrapper {
    margin: 0 0 0 44px;
    width: 930px;
}
#content {
    width: 930px;
}
#breadcrumb {
    height: 30px;
    padding: 7px 0 0;
    width: 930px;
}
#breadcrumb a {
    font-family: Stag Medium;
    text-decoration: none;
}
#breadcrumb p {
    font-size: 100%;
    line-height: 17px;
    padding-left: 5px;
}
#leftNav {
    float: left;
    margin-right: 30px;
    width: 150px;
}
.dashed {
    border-bottom: 1px dashed #154559;
}

.clear {
    clear: both;
}
p {
    background: inherit;
    color: #231F20;
    font-family: verdana,sans-serif;
    font-size: 85%;
    height: auto;
    line-height: 12px;
}
li {
    list-style: none outside none;
}

/* header */

#header {
    width: 100%;
}
#header-left {
    float: left;
    height: 151px;
    position: relative;
    width: 293px;
}
#header-right {
    float: right;
    height: 125px;
    
    width: 636px;
}
#header .baselineimg img{float:right;margin-top: 76px;}


.logo {
    bottom: 34px;
    clear: left;
    left: 0;
    margin-left:20px;
    position: absolute;
    top: 32px;
}
.logo a {
    background: url("../img/logo2.png") no-repeat scroll 9px 22px transparent;
    display: block;
    height: 125px;
    text-indent: -9999px;
    width: 300px;
}

/* main navigation menu */

.menu {
    clear: left;
    position: relative;
    z-index: 10;


}
.menu ul {
    background-color: #154559;
    color: #000000;
    display: block;
    height: 20px;
    z-index: 10000;
    padding-left: 5px;
}
.menu ul li:hover {
    background-color: #67A3C6;
    color: #000000;
}




.menu li {
    display: block;
    float: left;
    height: 20px;
    position: relative;

	
}
.menu ul li a {
    background-color: inherit;
    color: #FFFFFF;
    display: block;
    float: left;
    font-family:Stag Medium;
    font-size: 105%;
    height: 20px;
    line-height: 19px;
    padding: 0 15px;
    text-decoration: none;
    vertical-align: middle;
    margin-left:0px;
}
.menu ul li a:hover {
    background-color: #67A3C6;
    color: #000000;
    text-decoration: none;
}
.menu ul li:hover a {
    background-color: inherit;
}
.menu ul li:hover ul li a {
    background-color: #BFBFBF;
    color: #000000;
    font-family: verdana,'LucidaSansUnicodeRegular',verdana,sans-serif;
    font-size: 90%;
}
.menu ul li ul {
    background-color: transparent;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    color: #000000;
    display: none;
    font-size: 95%;
    height: auto;
    left: -6px;
    position: absolute;
    top: 20px;
    z-index: 2000;
    margin-left:0px;
	
}
.menu ul li ul li {
    background: none repeat scroll 0 0 #BFBFBF;
    border-top: 2px solid #FFFFFF;
    clear: left;
    color: #000000;
    display: block;
    z-index: 2000;
}
.menu ul li:hover ul {
    display: block;
}
.menu ul li ul li {
    height: auto;
    margin-top: 0;
}
.menu ul li ul li a {
    background-color: inherit;
    color: #000000;
    display: block;
    font-family: verdana,sans-serif !important;
    font-size: 95%;
    height: auto;
    line-height: 13px;
    padding: 5px 5px 5px 15px;
    width: 150px;
}
.menu ul li ul li a:hover {
    background-color: #A626AA;
    color: #FFFFFF;
}

#imgHeader {
    border-top: 2px solid #154559;
    clear: left;
    height: 70px;
    width: 930px;
}

/* footer style */

#footer {
    height: 20px;
    margin: 15px auto;
    width: 930px;
}
#footerLeft {
    float: left;
    height: 20px;
    width: 230px;
}
#footerRight {
    float: left;
    height: 20px;
    text-align: right;
    width: 700px;
}
#footer p {
    background-color: inherit;
    color: #898B8E;
    font-size: 75%;
}
#footer a {
    background-color: inherit;
    color: #898B8E;
    margin-right: 10px;
    text-decoration: none;
}
#footer a:hover {
    background-color: inherit;
    color: #898B8E;
    text-decoration: underline;
}
.clr {
    clear: both;
}

/* middle content style */


#contentMiddle {
    float: left;
    margin-left: 20px;
    margin-right: 30px;
    width: 555px;
}
#contentMiddleSuite {
    float: left;
    margin-right: 0;
    width: 750px;
}
#contentMiddleSuite h1 {
    background-color: inherit;
    color: #FF6B45;
    font-family: Stag Medium;
    font-size: 205%;
    font-weight: normal;
    margin-bottom: 5px;
}
#contentMiddleSuite h2 {
    background-color: inherit;
    color: #FF6B45;
    font-family: Stag Medium;
    font-size: 200%;
    font-weight: normal;
    margin-bottom: 7px;
}
#contentMiddleSuite p {
    background-color: inherit;
    color: #231F20;
    font-family: verdana,'LucidaSansUnicodeRegular',sans-serif;
    font-size: 90%;
    line-height: 18px;
    margin-bottom: 10px;
}
.MiddleBottomInnerTxt {
    float: left;
    width: 210px;
}
#sidebar {
    float: left;
    width: 325px;
}
#sidebar .sidebarInner {
    margin: 15px 0 25px;
    width: 325px;
}
#sidebar .pContact {
    background-color: inherit;
    color: #000000;
    font-family: verdana,sans-serif;
    font-size: 90%;
    font-weight: normal;
    margin: 5px;
}
#sidebar img {
    margin: 0;
}


.ulnew {
    padding-left: 12px;
}
.liNew {
    background: url("../img/bullet.gif") no-repeat scroll left 0 transparent;
    font-size: 85%;
    list-style-position: outside;
    margin: 0;
    padding: 0 0 0 14px;
}
.homenormaltext {
    color: #000000;
    font-family: verdana;
    font-size: 135%;
    font-weight: normal;
    text-align: justify;
} 
.homeboldtext {
    color: #FF6B45;
    font-family: Stag Medium;
    font-size: 180%;
}
.buttongray {
   height:30px;
}
.buttonGray a, .buttonGray a:link, .buttonGray a:visited, .buttonGray a:active {
    background-color: #154559;
    font-family: Stag Medium;
    font-size: 70%;

    padding: 2px 5px 1px 5px;
    color: #FFFFFF;
    text-decoration:none;

}
.buttonGray a:hover {
    background-color: #154559;
}
