
/* Links */

A:link {
    color: #006699; 
    text-decoration: none; 
} 

A:visited {
    color: #006699; 
    text-decoration: none; 
} 

A:hover {
    color: #000;
    text-decoration: underline; 
} 

a.returntotop {
    background: url(../layout/arrow.gif) no-repeat right 2px;
    padding-right:8px;
}

a.returntotop:hover {
    background-position: right -39px;
}

a.rss {
    background: url(../layout/icons/rss.gif) no-repeat right 2px;
    padding-right:15px;
    margin:10px 8px 0px 0px;
}

/* Main Settings */

BODY {
    font-size: 0.82em;
    margin:0px;
    padding: 0px;
    font-family: Arial, Verdana; 
    color: #606060;
    background: #96c593 url(../layout/bg.gif) center 0px;
    background-attachment: fixed;
}

#outer {
    margin:40px auto 15px auto;
    text-align:center;
    width:923px;
    background-image:url(../layout/content_bottom.gif);
    background-repeat:no-repeat;
    background-position:bottom center;
    padding-bottom:11px;
}    

#inner {
    background:#fff url(../layout/content_top.gif) no-repeat;
    text-align:left;
}

#content {
    padding:25px 20px 5px 20px;
    text-align:justify;
    line-height:150%;  
}

*html #content {
    position: relative; /* IE6HACK */
}

#bottom {
    clear:both;
    padding:10px 0px 0px 0px;
    border-top: 1px dotted #ccc;
    margin-top:0px;
    color:#909090;
    font-size:80%;
}

.pad {
    padding:20px;
}

.top_right {
    text-align:right;
    width:667px;
}

.photo {
    border-bottom:3px solid #3a603e;
    width:923px;
    height:160px;
}

#footer {
    text-transform: uppercase;
    font-size:75%;
    margin:0px auto 0px auto;
    width:900px;
    text-align:left;
    color:#668d63;
    padding-bottom:20px;
}

#footer a {
    color: #668d63;
}

#index_left {
    width:498px;
}

#index_right {
    margin-left:25px;
    width:360px;
}

#index_left_content {
    width:595px;
}

#index_right_content {
    margin-left:38px;
    width:250px;
}


/* Boxes */

.box_close {
    background: url(../layout/box_bottom.gif) no-repeat center bottom;
    width:356px;
    height:5px;
}

.box {
    background: url(../layout/box_bg.gif) repeat-y;
    padding:10px 10px 6px 10px;
    margin-top:18px;
}

.boxl img {
    border:1px solid #aaa;
}

.boxr {
    width:250px;
    margin-left:10px;
    line-height:120%;
    text-align:left;
    font-size:90%;
}

.boxr div {
    padding-bottom:4px;
}

.boxr a {
    font-weight:bold;
    color: #ff9900;
}

.boxr a:hover {
    color: #000;
}

.clear {
    clear:both;
}

.b {
    width:1px;
    height:1px;
}

/* Others */

.blocks ul {
    list-style:none;
}
.blocks li {
    clear:both;
}
.blocks label {
    display:block;
    float:left;
    width:120px;
    text-align:right;
    padding-right:10px;
    margin:6px 0px 6px 0px;
}
.blocks input[type="text"], .blocks input[type="password"] {
    float:left;
    margin:6px 0px 6px 0px;
}
.blocks_submit {
    margin:7px 0px 6px 130px;
}

input[type="submit"] {
    cursor:pointer;
    border:1px solid #ccc;
    color:#666;
    font-weight:bold;
    padding: 3px 5px 3px 5px;
    overflow:visible;
    background:url(/layout/submitgradient.gif) repeat-x left top;
}

input[type="text"], input[type="password"], textarea {
    background: #eee;
    border: 1px solid #336633;
    padding: 2px;
    font-family: Arial;
    font-size:1em;
    color: #606060;
}

input[type="text"]:hover, input[type="password"]:hover, textarea:hover {
    border: 1px solid #000;
}

#search_box {
    background: #eee url(/layout/icons/search.gif) no-repeat 5px 4px;
    padding-left:22px;
    width:120px;
}

#search_submit { 
    background:url(/layout/submitcorner.gif) no-repeat right bottom;
    cursor:pointer;
    border:1px solid #336633;
    color:#666;
    padding:1px 3px 3px 3px;
    font-size:0.9em;
}

#search_submit:hover {
    border: 1px solid #000;
}

img {
    border:0;
}

form {
    margin:0;
}

.wrap {
    clear: both;
}


h1,h2,h3,h4,h5 { 
    margin:0px 0px 12px 0px;
    padding:0px;
    font-weight:bold;
    color: #336633;
    text-transform:uppercase;
}

h1 {
    font-size:1.15em;
}
h2, h3, h4, h5 {
    font-size:1.1em;
    font-weight:bold;
}

.fl {
    float:left;
}

.fr {
    float: right;
}

div.rss {
    text-align:right;
    margin:8px 0px 7px 0px;
    font-size:90%;
}

/* Error Function */

#warning {
    width: 100%;
    margin: 20px 0px 5px 0px;
    line-height: 150%;
}

div.wfloat1 {
    float: left;
    width: 60px;
    text-align: center;
}

div.wfloat2 {
    margin-left: 80px;
    text-align: left;
}

.err {
    color: #990000;
    font-weight:bold;
}

.pos {
    color: #336633;
    font-weight:bold;
}

/* Menu Tabs */

#tabs {
    float:left;
    width:100%;
    font-size:95%;
    letter-spacing:0.04em;
    line-height:normal;
    border-bottom:3px solid #3a603e;
}

#tabs ul {
    margin:0;
    padding:10px 10px 0 11px;
    list-style:none;
}

#tabs li {
    display:inline;
    margin:0;
    padding:0;
}


#tabs a {
    float:left;
    margin:0;
    padding:0 0 0 7px;
    text-decoration:none;
    margin-right:4px;
}

#tabs a span {
    float:left;
    display:block;
    padding:8px 14px 7px 8px;
    color:#24618E;
    color:#fff;
    font-weight:bold;
    text-transform:uppercase;
}


#tabs a.on {
    background:url("../layout/tableft.gif") no-repeat left top;
}

#tabs a.on span {
    background:url("../layout/tabright.gif") no-repeat right top;
}

#tabs a.off {
    background:url("../layout/tableft2.gif") no-repeat left top;
}

#tabs a.off span {
    background:url("../layout/tabright2.gif") no-repeat right top;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
    color:#FFF;
}

#tabs a.off:hover {
    background-image:url("../layout/tableft.gif");
}

#tabs a.off:hover span {
    background-image:url("../layout/tabright.gif");
}

/* Tweaks */

.smaller {
    font-size:0.9em;
}

p { 
    margin-bottom:0px;
    padding-bottom:5px;
} 

.petal {
    background:url("../layout/petals.gif") no-repeat left 0px;
    padding-left:25px;
    min-height:20px;
}

.clear_20 {
    clear:both;
    height:20px;
}

.clear_30 {
    clear:both;
    height:30px;
}

.indexlink {
    margin-top:7px;
}

.youarehere {
    margin-bottom:15px;
}

/* Fades */

a.fade {
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    width:170px;
    display:block;
    float:left;
    margin-right:4px;
}

a.fade:hover {
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
}

/* Styling */

.sub {
    margin:15px 0px 10px 0px;
    font-size:1.1em;
    font-weight:bold;
    color:#336633;
    background:url(/layout/line.gif) repeat-x 0% 45%;
    padding-left:20px;
    text-transform: uppercase;
}

.sub span {
    background-color:#fff;
    border-right:6px solid #fff;
    border-left:6px solid #fff;
}

.msgbox {
    border:1px solid #5d8d5d;
    background: #c8e4cb url(/layout/icons/tick.gif) no-repeat 8px 10px;
    padding:7px 7px 7px 33px;
    color:#336633;
    font-weight:bold;
    margin:10px 0px 10px 0px;
}

/* News Items */

.blog_l {
    float:left;margin-right:10px;
}

.blog_r {
    float:left;width:475px;text-align:left;
}

.blog_i {
    border:1px solid #ddd;
    width:60px;
    height:60px;
}

.blog_i:hover {
    border:1px solid #5d8d5d;
}

.blog_blink {
    margin-bottom:22px;
}

.blog_c {
    border-top:1px dashed #ccc;
    padding-top:15px;
    margin-top:15px;
}

.blog_d {
    font-size:80%;
    color:#666;
}

.blog_blurb {
    color:#888;
}

/* Sub Menus */

.sub_menu h5 {
    border-bottom:2px solid #5d8d5d;
    margin-bottom:10px;
}

#content li {
    margin:7px 0px 7px 0px;
}

/* Board profiles section */

.board img {
    border:1px solid #ccc;
}

.board div {
    margin-top:18px;
}

.board_dir {
    width:455px;
    margin-left:15px;
}

/* Contact section */

#enquiry {
    font-size:0.92em;
}

#enquiry input[type="text"] {
    margin-bottom:8px;
    width:250px;
}

#enquiry_submit {
    margin-top:14px;
}

#enquiry textarea {
    width:250px;
    height:95px;
    margin-bottom:4px;
}

.contact_map {
    border:1px solid #ccc;
    margin-bottom:8px;
}

.contact_map:hover {
    border:1px solid #5d8d5d;
}

/* Downloads section */

.download_wrap {
    border:1px solid #ccc;margin-top:19px;
}

.download_top {
    background:#eee;padding:5px 5px 5px 8px;
}

.download_top span {
    font-size:1.1em;font-weight:bold;
}

.download_content {
    padding:8px 5px 8px 8px;
}

.download_content div {
    margin-top:5px;
}

a.pdf {
    margin-top:5px;
    background: url(/layout/icons/pdf.gif) no-repeat 0px 1px;
    padding-left:17px;
}

a.page {
border:1px solid #ccc;
padding: 4px 8px 5px 8px;
margin-right:2px;
}

a.page:hover {
text-decoration:none;
background-color:#ccc;
border-bottom:1px solid #ccc;
}