body {
    margin: 0;
    padding: 0;
    background: url('img/left_background.png') repeat-x;
    position: relative;
    font-family: "Trebuchet MS";
}

p a {
    font-size: 11px;
    color: #42a59e;
    text-decoration: none;
    font-weight: bold;
}

th {
    text-align: right;
    padding-right: 5px;
}

input, textarea {
    border: 1px solid #c2c2c2;
    font-size: 11px;
    padding: 0px 5px 0px 5px;
}

fieldset {
    border: 0px;
}

p a:hover, #Main a:hover {
    text-decoration: underline;
}

#bg_wrap {
    height: 348px;
    width: 50%;
    right: 0;
    background: #eaedf1 repeat-x;
    position: absolute;
}

.container {
    width: 960px !important;
    background: white;
    margin: 0 auto;
    position: relative;
    height: 500px;
}

.error-message {
    color: red;
    font-weight: bold;
    display: inline;
    margin-left: 10px;
}

.paging {
    width: 100%;
    color: black;
    font-weight: bold;
    font-size: 0.9em;
    margin-top: 15px;
    height: 26px;
    line-height: 26px;
    text-align: center;
}

.paging a, .current {
    margin: 0px 5px 0px 5px;
    color: black;
    text-decoration: none;
    display: inline !important;
}

.paging a:hover, #paging a:focus {
    text-decoration: underline;
}

.disabled {
    display: none;
}

#Logo {
    width: 368px;
    height: 81px;
    position: relative;
    float: left;
}

#Logo span {
    background: url('img/logo.png') no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 368px;
    height: 81px;
}

#SearchBox {
    background: url('img/search_box.png') no-repeat right top;
    height: 81px;
    width: 406px;
    float: right;
    position: relative;
}

#SearchBox #Top {
    position: absolute;
    right: 10px;
    top: 5px;
}

#SearchBox #Bottom {
    position: absolute;
    right: 10px;
    bottom: 15px
}

#Menu {
    width: 960px;
    clear: left;
    float: left;
    height: 35px;
}

#Menu ul {
    padding: 0px;
    margin: 0px;
}

#Menu ul li {
    list-style: none;
    line-height: 35px;
    float: left;
}

#Menu ul li a {
    list-style: none;
    font-size: 11px;
    font-weight: bold;
    color: #666666;
    text-decoration: none;
    background: url('img/tripledot.png') right center no-repeat;
    padding: 0px 22px 0px 22px;
    display: block;
    text-align: center;
    border-bottom: 1px solid #eff2f5;
}

#Menu ul li a:hover {
    color: #42a59e;
}

#Menu ul li a#Last {
    background: none;
}

.submitButton {
    font-size: 10px;
    padding: 1px 5px 1px 5px;
    color: white;
    font-weight: bold;
    background-color: #265f9e;
    border: 0px;
}

#Navigation, #NavigationBlue {
    margin: 0px;
    padding: 0px;
}

#NavigationGreen {
    float: right;
    margin: 0px;
    padding: 0px;
}

#NavigationBlue li, #NavigationGreen li {
    list-style-type: none;
    float: left;
    margin-right: 3px;
}

.rightLine {
    padding-right: 5px;
    margin-right: 3px;
    border-right: 1px solid black;
}

#NavigationBlue li a {
    font-size: 11px;
    color: #265f9e;
    text-decoration: none;
}

#NavigationGreen li a {
    color: #42a59e;
    font-size: 11px;
    text-decoration: none;
}

#NavigationBlue li a:hover, #NavigationGreen li a:hover {
    text-decoration: underline;
}

form {
    margin: 0px;
    padding: 0px;
}

#ContactBox {
    width: 230px;
    height: 171px;
    background: #eaedf1 url('img/corner.png') no-repeat left top;
    float: right;
    clear: right;
}

#ContactBox h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    color: #265f9e;
    margin: 25px 0px;
    width: 220px;
    text-align: center;
    padding: 0px;
}

#ContactBox #Home {
    background: url('img/home.png') no-repeat left 3px;
}

#ContactBox #Mail {
    background: url('img/mail.png') no-repeat left 3px;
}

#ContactBox p {
    color: #666666;
    font-weight: bold;
    font-size: 11px;
    padding-left: 20px;
    padding-top: 0px;
    margin-left: 35px;
}

#ContentWrapper {
    width: 960px;
}

#Main {
    float: left;
    clear: left;
    border-bottom: 1px solid #eff2f5;
    border-left: 1px solid #eff2f5;
    border-right: 1px solid #eff2f5;
    width: 688px;
    font-size: 11px;
    padding: 20px;
}

#Main h2 {
    color: #b6bdc3;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 10px;
    border-bottom: 1px solid #eaeaea;
    width: 70%;
    padding-bottom: 10px;
}

#Main h3 {
    color: #b6bdc3;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 10px;
    border-bottom: 1px solid #eaeaea;
    width: 70%;
    padding-bottom: 10px;
}

#Main h4 {
    color: #b6bdc3;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 10px;
    border-bottom: 1px solid #eaeaea;
    width: 70%;
    padding-bottom: 10px;
}

#Main span {
    color: #265f9e;
}

#Main p {
    line-height: 20px;
    color: #525252;
}

#Main strong {
    color: #525252;
}

#Main img {
    margin: 10px;
}

#Main a {
    font-size: 11px;
    color: #42a59e;
    text-decoration: none;
    font-weight: bold;
    width: 680px;
    display: block;
}

#Footer {
    width: 940px;
    border-top: 3px solid #eff2f5;
    float: left;
    clear: left;
    margin-top: 25px;
    padding: 10px;
    font-size: 10px;
    color: #666666;
}

#Footer #Copyright {
    float: left;
}

#Sitemap li {
    margin: 0px 0px 7px 0px;
}

#Sitemap li a {
    color: #666666;
}

#Sitemap li a:hover {
    color: black;
}

.comment {
    margin: 0px auto;
    width: 650px;
    margin-top: 30px;
}

.comment div {
    width: 650px;
    border-bottom: 1px solid #eaedf1;
    color: #265f9e;
}

.comment div a {
    display: inline !important;
}

.comment div img {
    margin: 0px 10px 0px !important;
}

a img {
    border: 0px;
}

img {
    behavior: url(/css/iepngfix.htc)
}

.adminComment{
	color:red !important;
}

