/*     -----     Utils     -----     */

.bold {
    font-weight: bold;
}

.text-center {
    text-align: center;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.debug {
    border: 1px solid red;
}

a {
    color: #000;
}

.hide {
    display: none;
}

/*     -----     Page     -----     */

body {
    background: #d9d9d9;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}

table {
    background: #EEE;
    border-radius: 6px;
}

/*     -----     Background Rounded     -----     */

#header {
    background: #fff url(../image/top.gif) 0 0 no-repeat;
    height: 135px;
    margin: 0 auto;
    width: 961px;
}

#bottom {
    background: #fff url(../image/bottom.gif) 0 0 no-repeat;
    height: 20px;
    margin: 0 auto;
    width: 961px;
}

#bg {
    background: #fff url(../image/bg.gif) 0 0 repeat-y;
    margin: 0 auto;
    width: 961px;
}

/*     -----     Background Rounded End     -----     */
/*     -----     Header     -----     */

#headerLogo {
    margin: 22px 0 0 38px;
    _margin: 22px 0 0 20px;
    float: left;
}

/*     -----     Top Menu     -----     */

#topMenu {
    color: #000;
    float: right;
    margin: 13px 10px 0 0;
    _margin: 13px 6px 0 0;
    text-align: right;
    width: 400px;
}

#topMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#topMenu li {
    display: inline;
    margin: 0 10px;
}

#topMenu a {
    color: #000;
    text-decoration: none;
}

#topMenu li.first {
    margin: 0 10px 0 0;
}

#topMenu li.last {
    margin: 0 0 0 10px;
}

#topMenu li.noMargin {
    margin: 0;
}

/*     -----     End Top Menu     -----     */
/*     -----     Search Box     -----     */

#searchBox {
    background: #fff url(../image/search.gif) no-repeat;
    float: right;
    height: 40px;
    margin: 15px 0 0 0;
    width: 237px;
}

#query {
    border: 0;
    color: #7f7f7f;
    float: left;
    font-family: inherit;
    margin: 11px 0 0 20px;
}

/*     -----     End Search Box     -----     */
/*     -----     Main menu     -----     */

#headerMenu {
    background: url(../image/header-bg.gif) repeat-x;
    float: left;
}

#headerMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#headerMenu li {
    float: left;
    position: relative;

}

#headerMenu ul li a {
    background: url(../image/tab-right.gif) top right no-repeat;
    color: #333;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 31px;
    _height: 30px;
    margin: 0 2px 0 0;
    text-decoration: none;
}

#headerMenu ul li a span {
    background: url(../image/tab-left.gif) top left no-repeat;
    display: block;
    float: left; /* IE 6 Fix */
    height: 25px;
    padding: 4px 0 0px 0;
    text-align: center;
}

#headerMenu ul li a:hover {
    background: url(../image/tab-right-dark.gif) top right no-repeat;
    color: #fff;
}

#headerMenu ul li a:hover span {
    background: url(../image/tab-left-dark.gif) top left no-repeat;
    color: #fff;
    cursor: pointer; /* Remind IE which cursor to use! */
}

#headerMenu li.current a {
    background: url(../image/tab-right-dark.gif) top right no-repeat;
    color: #fff;
}

#headerMenu ul li.current span {
    background: url(../image/tab-left-dark.gif) top left no-repeat;
    color: #fff;
    cursor: pointer; /* Remind IE which cursor to use! */
}

/**/

#headerMenu li ul {
/* second-level lists */
    background: none;
    margin: 30px 0 0 0;
    _margin: 30px 0 0 -190px;
    *margin: 30px 0 0 -190px;
    left: -999em;
    position: absolute;
    width: 190px;
}

#headerMenu li ul ul {
/* third-and-above-level lists */
    left: -999em;
    margin: 0 0 0 190px;
    *margin: 0 0 0 -2px;
}

#headerMenu li ul li a {
    background: #fff url(../image/sidebar.gif) left no-repeat;
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    width: 190px;
}

#headerMenu li ul li a:hover {
    background: #fff url(../image/sidebar-sel.gif) left no-repeat;
}

#headerMenu li ul li a span {
    background: none;
    padding: 7px 0 0 10px;
}

#headerMenu li ul li a:hover span {
    background: none;
}

#headerMenu li:hover ul ul, #headerMenu li:hover ul ul ul, #headerMenu li.sfhover ul ul, #headerMenu li.sfhover ul ul ul {
    left: -999em;
}

#headerMenu li:hover ul, #headerMenu li li:hover ul, #headerMenu li li li:hover ul, #headerMenu li.sfhover ul, #headerMenu li li.sfhover ul, #headerMenu li li li.sfhover ul {
/* lists nested under hovered list items */
    left: auto;
}

#headerMenu li.more a {
    background: url(../image/sidebar-more.gif) left no-repeat;
    height: 30px;
}

#headerMenu li.more a:hover {
    background: url(../image/sidebar-more-sel.gif) left no-repeat;
    color: #fff;
    height: 30px;
}

#headerMenu li.normal a {
    background: #fff url(../image/sidebar.gif) left no-repeat;
    height: 30px;
}

#headerMenu li.normal a:hover {
    background: #fff url(../image/sidebar-sel.gif) left no-repeat;
    color: #fff;
    height: 30px;
}

#headerMenu li.current li.more a {
    background: url(../image/sidebar-more.gif) left no-repeat;
    color: #000;
}

#headerMenu li.current li.more a span {
    background: none;
    color: #000;
    cursor: pointer; /* Remind IE which cursor to use! */
}

#headerMenu li.current li.more a:hover {
    background: url(../image/sidebar-more-sel.gif) left no-repeat;
    color: #fff;
    height: 30px;
}

#headerMenu li.current li.more a:hover span {
    color: #fff;
}

#headerMenu li.current li.normal a {
    background: #fff url(../image/sidebar.gif) left no-repeat;
    color: #000;
}

#headerMenu li.current li.normal a span {
    background: none;
    color: #000;
    cursor: pointer; /* Remind IE which cursor to use! */
}

#headerMenu li.current li.normal a:hover {
    background: #fff url(../image/sidebar-sel.gif) left no-repeat;
    color: #fff;
    height: 30px;
}

#headerMenu li.current li.normal a:hover span {
    color: #fff;
}

/**/

/*     -----     End Main menu     -----     */
/*     -----     End Header     -----     */

/*     -----     Sidebar     -----     */

#leftSideBarMenu, #leftSideBarMenu ul {
/* all lists */
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    width: 150px;
}

#leftSideBarMenu li {
/* all list items */
    position: relative;
    float: left;
    line-height: 30px;
    margin-bottom: -1px;
    width: 150px;
}

#leftSideBarMenu li a {
    background: url(../image/sidebar.gif) right no-repeat;
    cursor: pointer;
    width: 150px;
    w\idth: 140px;
    _w\idth: 135px;
    display: block;
    color: black;
    text-decoration: none;
    background-color: white;
    height: 30px;
    padding: 0 5px;
    _padding: 0 8px 0 5px;
}

#leftSideBarMenu li a span {
    display: block;
    float: left; /* IE 6 Fix */
    padding: 0 0 0px 10px;
}

#leftSideBarMenu li a:hover {
    background: url(../image/sidebar-sel.gif) right no-repeat;
    color: white;
}

#leftSideBarMenu li.current a {
    background: url(../image/sidebar-sel.gif) right no-repeat;
    color: #fff;
}

/* Left Sub Menu*/
#leftSideBarMenu li ul li a {
    background: none;
    height: 100%;
}

#leftSideBarMenu li ul li a:hover {
    background: none;
    color: #000;
    height: 100%;
    text-decoration: underline;
}

#leftSideBarMenu li ul li a span {
    background: none;
    padding: 0 0 0 10px;
    font-size: 11px;
}

#leftSideBarMenu li.current ul li a {
    background: none;
    color: #000;    
}

#leftSideBarMenu li.currentlsm a span{
    color: #0069aa;
}

.infoBox {
    background: #0069aa;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    color: #fff;
    float: left;
    padding: 10px 0 10px 15px;
    width: 135px;
}

.infoBox h2 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.infoBox p {
    margin: 5px 0;
}

/*     -----     End Sidebar     -----     */
/*     -----     Content     -----     */

#content {

}

#content h1 {
    font-size: 26px;
}

.textBox h2 {
    color: #fff;
    font-size: 18px;
    padding: 17px 0 0 0;
    text-align: center;
}

#content p {
    line-height: 14px;
}

#content ul li {
    margin: 0 0 0 15px;
}

.contentBox {

}

#mainBanner {
    display: block;
    float: left;
    height: 211px;
    margin: 2px 0 0 0;
    width: 535px;
}

#secondBanner {
    float: right;
    margin: 2px 0 0 0;
}

.textContent {
    height: 300px;
    padding: 0 30px 5px 30px;
    line-height: 14px;
    text-align: left;
}

.textContent li {
    padding: 3px 0 3px 0;
    list-style: square;
}

.textContent img {
    display: block;
    margin: 0 auto;
    padding: 5px 0;
}

.textBox {
    background: #fff url(../image/content-bg.gif) no-repeat top left;
    float: left;
    margin: 10px 0 0 0;
    width: 290px;
}

.readMore {
    margin: 0 30px 0 0;
    padding: 0 0 12px 0;
    text-align: right;
}

.imgWrapper {
    float: left;
    height: 205px;
}

.imgBox {
    background: #0069aa;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    color: #fff;
    width: 100%;
}

.imgText {
    float: left;
    text-align: center;
    width: 380px;
}

.imgText p {
    font-size: 30px;
    margin: 46px 0 0 0;
    padding: 0;
}

.homeNews {
    background: #eee;
    color: #000;
    float: left;
    height: 365px;
    padding: 20px 10px 0 10px;
    line-height: 14px;
    margin: 10px 0 0 5px;
    overflow-y: auto;
    width: 180px;
}

.homeNews h2 {
    font-size: 18px;
}

.homeNewsDate {
    color: #666;
}

#rightSideBar {
    border-left: 1px solid #ccc;
    float: right;                
    height: 400px;
    padding: 0 5px;
    width: 200px;
}

#rightSideBar h2 {
    font-size: 14px;
    font-weight: bold;
}

#contact p {
    margin: 0;
    padding: 0;
    clear: both;
}

#contact label {
    display: block;
    float: left;
    margin: 10px 10px 0 0;
    text-align: right;
    width: 150px;

}

/*     -----     End Content     -----     */
/*     -----     Start Footer     -----     */

#footer {
    background: #d9d9d9 url("../image/footer.gif");
    height: 60px;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    text-align: center;
}

#footer ul {
	display: inline;
}

#footer li {
    display: inline;
    padding: 0 10px;
}

/*     -----     End Footer     -----     */
