/* tabs
27 high, 10 curve, no border

http://www.tabsgenerator.com/?page=index
http://www.webcredible.co.uk/user-friendly-resources/css/css-round-corners.shtml 

Menu javascript
http://www.i-marco.nl/weblog/jquery-accordion-menu-redux2/
*/

/* Site-wide styles */
body, html {
    margin:0;
    padding:0;
    color:#000;
    background: #D8EBCF url(../images/bg.jpg) top center repeat-y;
    text-align: left;
}

body, div, th, td, p, input, select, textarea, tt {
    font-family: Verdana, Arial, Helvetica, Sans-serif; 
    color: #737373; 
}

a:link {color: #737373; text-decoration: none; }
a:active {color: #737373; text-decoration: none; }
a:visited {color: #737373; text-decoration: none; }
a:hover {color: #67b869; text-decoration: none; }

.error > h2, .success > h2, .notice > h2 {
    margin-bottom: 0.25em;
}
.error > p, .success > p, .notice > p {
    margin-bottom: 1em;
}

li > p {
    margin: 0;
}

/* Classes */
.alert, .thanks {
    margin: 0 auto 20px auto;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: 1px #000000 solid;
}

.alert p, .thanks p {
    margin: 2px;
    font-size: 1.1em;
    color: #000000;
}

p.box-title {
    font-size: 2em;
    margin: 0;
    color: #000000;
}


.alert, .error-input {     
    background: #ffc3d0;
    background-color: #ffc3d0;
}

.thanks { 
    background: #bdf9c2;
 }

.header {
    padding: 0 0 0 10px;
    margin-bottom: 5px;
    color: #FFFFFF;
    font-weight: bold;
    border-bottom: 1px #CCCCCC solid;
    background: #677ab1;
}

.space-above {
    margin-top: 10px;
}

.float-right {
    float: right;
}

.clear {
    clear:both;
    height:8px;
}

.title {
    font-size: 14px;
    padding: 0 0 5px 20px;
    font-weight: bold;
    color: #006600;
    background: #FFFFFF;
    border-bottom: 1px dotted #000000;
}

/* Forms */
fieldset {   
    margin: 1.5em 0 0 0;   
    padding: 0;  
}  

legend {   
    margin-left: 1em;   
    color: #000000;   
    font-weight: bold;  
}  
fieldset {
    background-color: #fafdf9;
}
fieldset ol {   
    padding: 0 0.5em 0 0.5em;   
    list-style: none;  
}  
fieldset li {   
    padding: 0.5em;
/*    padding-bottom: 1em;  */
}  
fieldset.submit {   
    padding: 1em;
    border-style: none;  
}

fieldset.submit input {
    font-size: 150%;
    font-weight: bold;
}

label {    
    display: block;   
    clear: left;
}
.inline-labels label {
    display: inline;
    float: left;
    width: 6em;
    margin-right: 10px;
    text-align: right;
}
textarea {
    height: 100px;
    width: 100%;
    display: block;
}
#message {
    height: 200px;
}
form {
    margin-bottom: 50px;
}

/* Layout */
#container {
    width: 774px;
    margin-left: auto;
    margin-right: auto;
}

#header {
    margin-left: auto;
    margin-right: auto;
    text-align:center;
    width: 100%;
}

#phone {
    float: left;
    padding: 3px 0 0 22px;
    color: #737373;
    font-size: 10px;
    }

#phone img {
    padding-right: 4px;
}

#content {
    float: left;
    width: 538px;
    margin: 10px 0 0 0;
    display:inline;
}

/* Top Menu */
#top-menu {
    float: right;
    padding: 6px 4px 0 0;
    font-size: 11px;
}

#menu ul, #top-menu ul {
    margin: 0;
    padding: 0;

    list-style-type: none;
}

#top-menu li {
    float: left; 

    list-style-image:url(../images/arrow.gif);
    list-style-type:square;
    color: #737373;
    margin: 2px 18px;
}

/* Tabs menu */
.border {
    height: 5px;
    background: #006600;
    width: 724px;
    clear: left;
}

#menu {
    padding: 8px 0 0px 22px;
}

#menu a {
    font-size: 110%;
    color: #FFFFFF;
    background: #006600 url(../images/left-tab.jpg) left top no-repeat;
    text-decoration: none;
    padding-left: 10px;
}

#menu a span {
    background: url(../images/right-tab.jpg) right top no-repeat;
    padding-right: 10px;
}

#menu .active > a{
    font-weight: bold;
    padding-bottom: 2px;
}

#menu .active > a > span{
    margin-left: 2px;
}

#menu a:hover {
    color: #cdb932;
}

#menu ul {
    list-style: none;
    height: 19px;
    padding: 0;
    margin: 0;
}

#menu li {
    display: inline;
    margin: 0;
}

/* Side menu */
#side-menu {
    color: #FFFFFF;
    padding: 10px 0 20px 15px;
    margin: 10px 11px 0 22px;
    float: left;
    width: 165px;
    background: #006600; /*#4e8b4f;*/ /*#67b869;*/ /* #990505 */
    display:inline;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#side-menu p {
    background: #006600;
    color: #FFFFFF;
}

#side-menu a:link, #side-menu a:active, #side-menu a:visited {
    background: #006600;
    color: #FFFFFF;
    text-decoration: none; 
}

#side-menu a:hover {
    color: #cdb932;
    text-decoration: underline; 
}

#side-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#side-menu li {
    list-style-image:url(../images/small-arrow.gif);
    list-style-type:square;
    color: #FFFFFF;
    margin: 2px 20px;
}

#side-menu li ul {
    font-size: 90%;
}

#side-menu li ul li {
    margin: 0 0 0 5px;
    list-style-image:none;
    list-style-type: none;
}


/* Footer */
#footer {
    clear: both;
    font-size: 10px;
    text-align: center;
}
