/* Based on an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com) called Andreas08 */
/* Free to use in any way and for any purpose as long as the proper credits are given to the original designer.     */
/**************** Body and tag styles ****************/
body {
    font: 76% Verdana, Tahoma, Arial, sans-serif;
    line-height: 1.4em;
    text-align: center;
    color: #303030;
    background: #000000;
    margin: 0;
    padding: 0;
}

a {

}
a:link {
    color: #662147;
}
a:visited {
    color: #662147;
}
a:active {


}
a:hover {
    color: #8C5A19;
}

hr {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
}

/**************** Headings ****************/
h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 13px;
}

h6 {
    font-size: 12px;
}

/**************** Spacing ****************/
p, hr, h1, h2, h3, h4, h5, h6, pre, table, address, fieldset {
    margin-bottom: 0.5em;
}

ol {
    list-style: decimal;
    margin: 1em 0 1em 0.5em;
}

ul {
    list-style: square;
    margin: 1em 0 1em 0.5em;
<<<<<<< .mine
	line-height: 1.2;
||||||| .r279
=======
    line-height: 1.2;
>>>>>>> .r280
}

li {
    margin: 0 0 0.5em 1.5em;
}

dl {
    margin: 1em 0 1em 0.5em;
}

dt {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 0.5em 0;
}

dd {
    margin: 0 0 0.5em 1.5em;
    color: #333333;
}

/**************** Header and navigation styles ****************/
#theme_page_container {
    margin: 10px auto;
    padding: 1px 0;
    text-align: left;
    background: #ffffff;
    color: #303030;
    border: none;
    width: 960px;
}

#theme_header {
    height: 105px;
    margin: 0 1px 1px 1px;
    background: #ffffff;
    overflow: hidden;
}

#theme_header h1 {
    padding: 35px 0 0 20px;
    color: #000000;
    letter-spacing: -1px;
}

#theme_header h1 a {
    font-family: "Times New Roman", Times, serif;
    color: #000000;
    font-weight: normal;
}

#theme_header h2 {
    font-size: 1.4em;
    font-weight: normal;
    background-color: inherit;
    color: #f0f2f4;
    letter-spacing: -1px;
    margin: 10px 0 0 40px;
}

#theme_navigation_bar {
    background: #ffffff;
    width:1010px;
    min-height: 26px;
    line-height: 26px;
    margin: 0 1px;
}

#theme_navigation_bar ul {
    margin: 0;
}

#theme_navigation_bar li {
    float: left;
    list-style-type: none;
    border-right: 1px solid #ffffff;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

#theme_navigation_bar li a {
    display: block;
    padding: 0 10px;
    font-size: 0.8em;
    min-height: 26px;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    background-color: inherit;
    color: #ffffff;
}
* html #theme_navigation_bar a {
    width: 1%;
}
/* this hack targets IE<7 */
#theme_navigation_bar .selected, #theme_navigation_bar a:hover {
    background: #80b0da;
    color: #ffffff;
    text-decoration: none;
}

.z-blockposition-search #theme_search{
    background: #27587F;
    margin: 0;
    padding: 0;
    border-left: 1px solid #fff;
    min-height: 26px;
}

.z-blockposition-search #theme_search .theme_search_input {
    background: #27587F;
    border: none;
    color: #FFFFFF;
    float: left;
    font-size: 10px;
    margin: 0;
    padding: 7px;
    font-family: inherit;
    text-transform: uppercase;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

.z-blockposition-search #theme_search:hover,
.z-blockposition-search #theme_search:focus,
.z-blockposition-search #theme_search:active {
    background: #15476D;
}

.z-blockposition-search #theme_search .theme_search_button {
    margin: 0 2px !important;
    padding: 1px 4px !important;
}


.bsared {
    color: #7F0000;
}
.bsagreen {
    color: #006225;
}



.bsared h1 {
    color: #7F0000;
}
.bsagreen h1 {
    color: #006225;
}

.bsared h2 {
    color: #7F0000;
}
.bsagreen h2 {
    color: #006225;
}

.bsared h3 {
    color: #7F0000;
}
.bsagreen h3 {
    color: #006225;
}

.bsared h4 {
    color: #7F0000;
}
.bsagreen h4 {
    color: #006225;
}

.bsared h5 {
    color: #7F0000;
}
.bsagreen h5 {
    color: #006225;
}

/**************** Content styles ****************/
#theme_content {
    margin-bottom: 10px;
    margin-top: 10px;
    width:1015px;
}

#theme_content h1 {
    display: block;
    font-size: 1.9em;
    font-weight: normal;
    letter-spacing: -1px;
    color: #505050;
    background-color: inherit;
    padding-top: 0.5em;
}

#theme_content h2 {
    display: block;
    font-size: 1.7em;
    font-weight: normal;
    letter-spacing: -1px;
    color: #505050;
    background-color: inherit;
    padding-top: 0.5em;
}

#theme_content h2 a {
    font-weight: normal;
}

#theme_content h3 {
    font-size: 1.4em;
    letter-spacing: -1px;
    padding-top: 0.5em;
}

#theme_content h4 {
    font-size: 1.3em;
    padding-top: 0.5em;
}

/**************** Footer styles ****************/
#theme_footer {

    background: #ffffff;
    width:1020px;
    text-align: center;
    clear: both;
    padding: 5px 0;
    margin: 0 0px;
    font-size: 0.9em;
    color: #000000;
}

#theme_footer p {
    padding: 0;
    margin: 0;
    text-align: center;
}

#theme_footer a {
    color: #000000;
    background-color: inherit;
    font-weight: bold;
}

#theme_footer a:hover {
    color: #ffffff;
    background-color: inherit;
    text-decoration: underline;
}

/**************** Misc classes and styles ****************/

#theme_content .z-block h3,
#theme_content .z-block h4 {
    padding-top: 0
}

.z-blockposition-center {
    font-size: 0.9em;
    background-color: #FAFBFC;
    border: 1px solid #E0E8EF;
    color: #505050;
    line-height: 1.5em;
    padding: 1em;
    margin-bottom: 1em;
}

.z-blockposition-left,
.z-blockposition-right {
    font-size: 0.9em;
    padding: 0.5em 0;
    margin-bottom: 1em;
}
.z-blockposition-right.z-bkey-html,
.z-blockposition-right.z-bkey-text {
    background: #EBF3FA;
    border: 1px solid #B1C9D9;
    padding: 0.5em;
}

#theme_content .users_loginblock_box {
    background-color: #FAFBFC;
    border:1px solid #E0E8EF;
    margin:0.5em 0;
    padding:1em;
}

#theme_content .users_loginblock_box h5 {
    margin: 0.5em 0 0 0;
    color:#555;
}

#theme_maincontent {
    padding-right: 20px;
    padding-left: 20px;
	width: 100%;
}

/**************** Menu and Extmenu blocks ****************/
ul.navlist {
    border-top: 1px solid #BBBBBB;
    list-style: none outside none;
    margin: 0;
}

ul.navlist li {
    margin: 0;
}

ul.navlist li a {
    border-bottom: 1px solid #B1C9D9;
    display: block;
    padding: 4px 10px;
}

ul.navlist li a:hover {
    background: #EBF3FA;
    color: #454545;
}

ul.navlist ul {
    list-style: none;
    margin: 0;
}

ul.navlist ul li a {
    padding-left: 30px;
}

/**************** Menutree blocks ****************/
ul.menutree {
    border-top: 1px solid #BBBBBB;
    list-style: none outside none;
    margin: 0;
}

ul.menutree li {
    margin: 0;
}

ul.menutree li a {
    background: #F5F5F5;
    border-bottom: 1px solid #B1C9D9;
    display: block;
    padding: 4px 10px;
}

ul.menutree li a:hover {
    background: #EBF3FA;
    color: #454545;
}

ul.menutree ul {
    list-style: none;
    margin: 0;
}

ul.menutree ul li a {
    background: #FAFAFA;
    padding-left: 20px;
}

#form {width:1020px; margin:30px auto;}
#form legend {font-family:arial, sans-serif; color:#fff;}

/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/iframe-shim.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#menu {width:1020px; text-align:center; margin:0 auto;}

#menu ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left; background:#BBCCAA; border:1px solid #333; border-color:#eee #555 #222 #fff;}
#menu ul {display:inline-block;}

#menu li {margin:0; padding:0; list-style:none;}
#menu li {display:inline-block; display:inline;}
#menu ul ul {position:absolute; left:-9999px;}

#menu ul.level1 {margin:0 auto;}
#menu ul.level1 li.level1-li {float:left; display:block; position:relative;}

#menu b {position:absolute;} /* -- for IE6 non-flyout dropdowns to stop flickering - who knows why --*/

#menu a {display:block; font:normal 11px verdana,arial,sans-serif; color:#000; line-height:25px; text-decoration:none;padding:0 12px;}
#menu ul.level1 li.level1-li a.level1-a {float:left;}

#menu ul li:hover > ul {visibility:visible; left:0; top:21px;}
#menu ul ul li:hover > ul {visibility:visible; left:100%; top:auto; margin-top:-25px; margin-left:-4px;}
#menu li.left:hover > ul {visibility:visible; left:auto; right:0; top:25px;}
#menu li.left ul li:hover > ul {visibility:visible; left:auto; right:100%; top:auto; margin-top:-25px; margin-right:-4px;}


#menu a:hover ul {left:0; top:23px;}
#menu li.left a:hover ul {left:auto; right:-1px; top:23px;}

#menu li.left ul a {text-align:right;}


#menu a:hover a:hover ul,
#menu a:hover a:hover a:hover ul {left:100%; visibility:visible;}
#menu li.left a:hover a:hover ul,
#menu li.left a:hover a:hover a:hover ul {left:auto; right:0; visibility:visible;}

#menu a:hover ul ul,
#menu a:hover a:hover ul ul {left:-9999px;}
#menu li.left a:hover ul ul,
#menu li.left a:hover a:hover ul ul {left:-9999px;}

#menu li a.drop {background:transparent url(/templates/images/white-down.gif) no-repeat right center;}
#menu li a.fly {background:transparent url(/templates/images/white-right.gif) no-repeat right center;}
#menu li.left ul a.fly {background:transparent url(/templates/images/white-left.gif) no-repeat left center;}

#menu li a:hover,
#menu li a.fly:hover {color:#c60; background-color:#c0c0c8;}
#menu li:hover > a,
#menu ul li:hover > a.fly {color:#ffffff; background-color:#000000;}

#menu table {position:absolute; height:0; width:0; left:0; border-collapse:collapse; margin-top:-6px;}
#menu table table {position:absolute; left:99%; height:0; width:0; border-collapse:collapse; margin-top:-30px; margin-left:-4px;}

#menu li.left table {position:absolute; height:0; width:0; left:auto; right:0; border-collapse:collapse; margin-top:-4px;}
#menu li.left table table {position:absolute; left:auto; right:100%; height:0; width:0; border-collapse:collapse; margin-top:-30px; margin-right:-4px;}

.shell table {

    width: 950px;

    background-color: #ffffff;

    border: none;

    margin: 0;

    padding: 0px;

    text-align: left;

}

table#bottomimages td.linktext
{
    text-align: center;
    background-color: #bbccaa;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    vertical-align: middle;
}

table#bottomimages td.linktext
{
    text-align: center;
    background-color: #bbccaa;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    vertical-align: middle;
}
