﻿html 
{
    background: #efeeef;
    color: #323232;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 62.5%;
}

body 
{
    background: #efeeef;
}


h1
{
    color: #1742e4;
    font-size: 1.8em;
    margin-bottom: 10px;
}

h2
{
    color: #1742e4;
    font-size: 1.6em;
}

h3
{
    margin: 20px 0 0 0;
}

.news-h2
{
    color: #1742e4;
    font-size: 1.2em;
    font-weight:bold;
    margin:0;
}
.news-div 
{
    margin:20px 0 10px 0;
    overflow:auto;
}
.news-div a:link
{
    text-decoration:none;
    color: #1742e4;
}
.news-div a:visited
{
    text-decoration:none;
    color: #1742e4;
}
.news-div a:hover
{
    text-decoration:underline;
    color: #1742e4;
}
.news-div a:active
{
    text-decoration:none;
    color: #1742e4;
}

h3
{
    color: #1742e4;
    font-size: 1.4em;
}

p
{
    font-size: 1.2em;
    line-height: 1.6em;
    margin: 8px 0;
}

a
{
    color: #1742e4;
    outline: none;
}


.list
{
}

.list li
{
    font-size: 1.2em;
    line-height: 1.8;
    list-style-type: square;
    margin-left: 2.5em;
}

ul
{
    margin: 10px 0;
}

ul li
{
    font-size: 1.2em;
    line-height: 1.8;
    list-style-type: square;
    margin-left: 2.5em;    
}

ol li
{
    font-size: 1.2em;
    line-height: 1.8;
    list-style-type: decimal;
    margin-left: 2.5em;     
}

ol
{
    margin: 10px 0;
}


#wrapper
{
    background: url(../i/bg.jpg) repeat-y;
    min-height:800px;
    height:auto !important;
    height:800px;    
    margin: 0 auto;
    width: 960px;
}

#header
{
    background: url(../i/header.jpg) no-repeat;
    height: 152px;
    margin: 0 auto;
    width: 960px;
}

#top-left
{
    float: left;
    width: 260px;
}

#top-right
{
    float: right;
    width: 600px;
}

#banner
{
    height: 167px;
    margin: 0 auto;
    width: 960px;    
}

#banner img
{
    margin: 0 0 0 30px;
}

#content
{
    background: url(../i/body-bg.jpg) no-repeat;
    margin: 0 auto;
    overflow: auto;
    padding: 20px 0 0 0;
    width: 900px;
}

#sidebar
{
    float: left;
    width: 215px;
}

#content-body
{
    float: right;  
    padding-right: 20px;
    width: 625px;
}

#footer
{
    background: url(../i/footer.jpg) no-repeat;
    height: 60px;
    margin: 0 auto;
    padding: 0px 0 0 40px;
    width: 920px;
}

#footer p
{
    color: #fff;
    font-size: 1.2em;
    margin-top: 0px;
    padding-top: 5px;
}

#footer a, #footer a:visited
{
    color: #fff;
    text-decoration: none;
}

#footer a:hover
{
    text-decoration: underline;
}


#logo
{
    margin: 30px 0 0 42px;    
}


#content-body img
{
    border: solid 1px #ccc;
    float: right;
    margin: 0 0 5px 10px;
    padding: 4px;
}

#side-logo
{
    margin: 25px auto 20px auto;
    text-align: center;
}

#side-logo img
{
    margin-bottom: 10px;
}

.call
{
    float: right;
    margin: 7px 46px 0 0;
}

#content-body img.pdf
{
    border: none;
    clear: none;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
}


/* ---------------------- Top Nav ---------------------------- */

#top-nav
{
    clear: right;
    float: right;
    height: 55px;
    margin: 20px 28px 0 0;
    padding-right: 10px;
    width: 450px;    
}

#navlist
{
    background: url(../i/top-nav.jpg);
	height: 55px;
	margin: 0;
	padding: 0;
    position: relative;
}

#navlist li
{
    float: right;
}

#navlist li a
{
    background: url(../i/top-nav.jpg);
    display: block;
    font-size: 1%;
    height: 55px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: absolute;
    text-indent: -9999px;
}

li#nav_hom a
{
    background-position: 0 0;
    left: 0;
    width: 70px;
}

li#nav_abo a
{
    background-position: -70px 0;
    left: 70px;
    width: 122px;    
}

li#nav_new a
{
    background-position: -196px 0;
    left: 196px;
    width: 154px;    
}

li#nav_con a
{
    background-position: -350px 0;
    left: 350px;
    width: 100px;
}

li#nav_hom a:hover
{
    background-position: 0 -54px;
    left: 0;
    width: 96px;
}

li#nav_abo a:hover
{
    background-position: -70px -54px;
    left: 70px;
    width: 122px;    
}

li#nav_new a:hover
{
    background-position: -196px -54px;
    left: 196px;
    width: 154px;    
}

li#nav_con a:hover
{
    background-position: -350px -54px;
    left: 350px;
    width: 100px;
}

/* ---------------- Nav Active ------------------ */

#body_hom li#nav_hom a
{
    background-position: 0 -54px;
}

#body_abo li#nav_abo a
{
    background-position: -70px -54px;   
}

#body_new li#nav_new a
{
    background-position: -196px -54px;
}

#body_con li#nav_con a
{
    background-position: -350px -54px;
}



/* ---------------------- Side Nav ---------------------------- */

#sidebar
{
    margin: 3px 0 0 15px;
}

.navigation
{
    margin: 0;
}

.navigation .nav-header
{
    background: url(../i/li-bg.jpg) no-repeat;
    color: #1742e4;
    font-size: 1.3em;
    font-weight: bold;
    height: 25px;
    margin-top: 20px;
    padding: 5px 0 0 7px;
}

.navigation li 
{
    background: none;
	background-image:url(../i/blue-bullet.gif);
	background-position: 11px 11px;
	background-repeat: no-repeat;     
    border-bottom: solid 1px #ccc;
    font-size: 1.2em;
    list-style-type: none;
    margin-left: 0;
    padding: 5px 0 5px 20px;
}

.navigation a:link, .navigation a:active, .navigation a:visited
{
    color: #323232;
    display: block;
    text-decoration: none;
}

.navigation a:hover
{
    text-decoration: underline;
}



/* ------------------------------ Contact Form ------------------------------ */

#contact-form
{
    margin-top: 15px;
}

.label
{
    clear: left;
    display: block;
    float: left;
    font-size: 13px;
}

.input
{
    clear: left;
    color: #666;
    float: left;
    font-size: 12px;
    height: 14px;
    margin-bottom: 7px;
    padding: 3px;
    width: 200px;
}

.large-input
{
    clear: left;
    color: #666;
    float: left;
    font-size: 12px;
    height: 150px;
    margin-bottom: 7px;
    padding: 3px;
    width: 350px;
}

#btnSubmit
{
    border: solid 1px #ccc;
    clear: left;
    float: left;
    font-size: 12px;
    height: 22px;
    margin-top: 5px;
    width: 60px;
}

.validator
{
    float: left;
    font-size: 17px;
    margin-left: 5px;
}

#info-msg
{
    background-color: #ffffcc;
    border: solid 1px #ffcc00;
    color: #a22914;
    height: 70px;
    margin-bottom: 15px;
    padding: 0 10px;
    width: 370px;
}
#sent-msg
{
    background-color: #ffffcc;
    border: solid 1px #ffcc00;
    color: #a22914;
    height: 30px;
    margin-bottom: 15px;
    padding: 0 10px;
    width: 370px;
}

#info-msg p, #sent-msg p
{
    font-size: 13px;
    margin-top: 3px;
    padding: 0;
}

#info-msg img, #sent-msg img
{
    border: 0;
    float: left;
    margin: 2px 10px 0 0;
}


/* ------------------------------ Address ------------------------------ */

#address
{
    clear: right;
    float: right;
    margin-right: 3px;
    text-align: right;
}

#address-head
{
    font-weight: bold;
}

#address p
{
    margin: 0;
}

p#map
{
    margin-top: 5px;
}


/* ------------------------------ News Images ------------------------------ */

.news-images
{
    display: block; 
    margin: 0 0 20px 0; 
    overflow: auto; 
    padding-top: 10px; 
    width: 100%;
}
