/* GENERAL STYLES */
/* reset, fonts */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img
{
    border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var
{
    font-style: normal;
    font-weight: normal;
}
ol, ul
{
    list-style: none;
}
caption, th
{
    text-align: left;
}
h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
}
q:before, q:after
{
    content: '';
}
body
{
    font: 13px arial,helvetica,clean,sans-serif; *font-size:small;*font:x-small;
} 
table
{
    font-size: inherit;
    font: 100%;
}
select, input, textarea
{
    font: 99% arial,helvetica,clean,sans-serif;
}
pre, code
{
    font: 115% monospace; *font-size:100%;}
body *
{
    line-height: 1.22em;
}

dixv
{
    border: dashed 1px red;
}

/* structure */

body
{
    background: #fff url(../images/layout/bgr-body.gif) repeat-x top left;
}

#main_wrap
{
    width: 940px;
    margin: 20px auto 0 auto;
    position: relative;  
}

#container
{
    width: 800px;
    position: relative;  
    background: #fff url(../images/layout/bgr-body-borders.gif) repeat-y top left;
}

#head
{
    height: 80px;
    width: 100%;
    background: #826D50 url(../images/layout/bgr-head.gif) repeat-x top left;
    color: #fff;
}
#head #logo
{
    float: left;
    margin: 0 30px 0 20px;
}

#head #forms
{
    height: 40px;
}

#head input.text
{
    width: 100px;
    border: solid 1px #fff;
    color: #fff;
    padding: 0 0 0 3px;
}
#head input.imagebutton
{
    vertical-align: bottom;
}

#head #signinform
{
    float: left;
    margin: 14px 0 0 0;
    font-size: 11px;
}
#head #signinform input.text
{
    height: 15px;
    background: #A7967A;
}

#head #searchform
{
    float: right;
    margin: 13px 10px 0 0;
    font-size: 11px;
}
#head #searchform input.text
{
    height: 17px;
    background: #C9C0B1;
}

#head ul#pnav
{
    float: left;
    display: inline;
    padding: 0;
    margin: 20px 0 0 0;
}
#head ul#pnav li
{
    display: inline;
    margin: 0 20px 0 0;
    font-size: 0.9em;
    font-weight: bold;
}
#head ul#pnav li a, #searchform a
{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}


#body
{
    background: transparent url(../images/layout/bgr-grass.gif) no-repeat bottom left;
    border-bottom: solid 1px #B4A89B;
    height: 760px;
    min-height: 760px;
}
html > body #body
{
    height: auto;
}

#body #left
{
    position: absolute;
    left: 0px;
    top: 80px;
    width: 130px;
    padding: 10px;
}
#body #left h3
{
    font-size: 1em;
    font-weight: bold;
}
#body #left #snav li
{
    list-style: none;
    background: url(../images/layout/blt-brown.gif) no-repeat 0 1px;
    padding-left: 10px;
    margin: 3px 0 3px 0;
    text-indent: 0px;
    font-size: 10px;
}
#body #left #snav li a
{
    color: #6A5037;
    text-decoration: none;
}
#body #left #snav li a.active
{
    font-weight: bold;
}
#body #left .searchpanel
{
    margin-top: 10px;
}
#body #left .searchpanel select
{
    width: 130px;
    margin-bottom: 5px;
}

#body #right #snews li
{
    list-style: none;
    background: url(../images/layout/blt-brown.gif) no-repeat 0 1px;
    padding-left: 10px;
    margin: 3px 0 3px 0;
    text-indent: 0px;
    font-size: 10px;
}
#body #right #snews li a
{
    color: #6A5037;
    text-decoration: none;
}
#body #right #snews li a.active
{
    font-weight: bold;
}


#body #content
{
    margin: 0 155px 20px 150px;
    padding: 18px 30px 0 30px;
    color: #6A5037;
    font-size: 0.9em;
}
#body #content #breadcrumb
{
    font-size: 11px;
    color: #fff;
    margin: 0 0 25px 0;
}
#body #content #breadcrumb a
{
    color: #6A5037;
    background: url(../images/layout/blt-breadcrumb.gif) no-repeat 0 4px;
    text-decoration: none;
    padding-left: 8px;
    margin-right: 5px;
    height: 1.22em;
}
#body #content #breadcrumb span
{
    color: #74b634;
    background: url(../images/layout/blt-breadcrumb-on.gif) no-repeat 0 4px;
    text-decoration: none;
    padding-left: 8px;
    margin-right: 5px;
    height: 1.22em;
}
#body #content #flashcontent
{
    margin: 0 -15px 0 -10px;
}

#body #right
{
    position: absolute;
    right: 0px;
    top: 80px;
    width: 155px;
    padding: 10px;
    dxisplay: inline;
}
#body #right h3
{
    font-size: 1em;
    font-weight: bold;
}
#body #right p
{
    font-size: 0.8em;
}
#body #right strong
{
    font-size: 1.1em;
}

#content-banner
{
    position: absolute;
    top: 0px;
    left: 810px;
}

#foot
{
    font-size: 0.8em;
    color: #fff;
    padding: 5px 0 20px 0;
    background: #fff;
}
#foot a
{
    font-weight: bold;
    color: #9e8e7d;
    text-decoration: none;
}
#foot ul
{
    padding: 0;
    margin: 0 0 0 125px;
}
#foot ul li
{
    float: left;
    display: block;
    width: auto;
    margin: 0;
    padding: 0 20px 0 0;
}


/* html */
h1
{
    font-size: 1.5em;
    color: #74B634;
    margin-bottom: 10px;
}
h2
{
    font-size: 1.2em;
    color: #74B634;
}
h3
{
    font-size: 1.1em;
    font-weight: normal;
}
h4
{
    font-size: 1em;
    font-weight: bold;
}
p
{
    margin: 10px 0 10px 0;
}
a img
{
    border: 0;
}
strong
{
    font-weight: bold;
}
em
{
    font-style: italic;
}

a.red
{
    font-weight: bold;
    font-size: 11px;
    background: url(../images/layout/blt-red.gif) no-repeat 0 2px;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 8px;
    height: 1.22em;
}

a.red2
{
    font-weight: bold;
    font-size: 11px;
    background: url(../images/layout/blt-red2.gif) no-repeat 0 2px;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 8px;
    height: 1.22em;
}
span.red, span.red2
{
    color: #999;    
}
a.blue
{
    font-weight: bold;
    font-size: 11px;
    background: url(../images/layout/blt-blue.gif) no-repeat 0 2px;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 8px;
    height: 1.22em;
}
a.white
{
    font-weight: bold;
    font-size: 11px;
    background: url(../images/layout/blt-white.gif) no-repeat 0 2px;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 8px;
    height: 1.22em;
}
a.green
{
    font-weight: bold;
    font-size: 11px;
    background: url(../images/layout/blt-green.gif) no-repeat 0 2px;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 8px;
    height: 1.22em;
}

/* styles */
.green
{
    color: #74B634;
}
.red
{
    color: #DD4B30;
}
.brown
{
    color: #6A5037;
}
.blue
{
    color: #177890;
}
.white
{
    color: #fff;
}
.abba
{
    color: #6A5037;
    font-weight: bold;
    text-transform: lowercase;
}
.brownbg
{
    background: #802626;
    color: #fff;
}
.redbg
{
    background: #DD4C31;
    color: #fff;
}
.yellowbg
{
    background: #FAC751;
    color: #6A5039;
}

.form
{
    height: auto;
    overflow: hidden;
    padding-top: 10px;
}

.form fieldset
{
    border: solid 1px #DAD3CD;
    padding: 10px;
    margin: 0;
}

.form fieldset label
{
    display: block;
    float: left;
    width: 120px;   
    padding-right: 20px; 
}

.form fieldset div
{
    clear: both;
    padding-top: 5px;    
}

.form fieldset div.calendar
{
    float: left; 
    clear: none; 
    width: 350px; 
    height: auto; 
    overflow: hidden;    
    padding: 0;
}

.form fieldset div.calendar div
{
    clear: none;
    padding: 0;    
}

.form fieldset .textbox
{
    border: solid 1px #6e543b;
    width: 250px;
    font: 13px arial,helvetica,clean,sans-serif;
}

.form fieldset .textbox2
{
    border: solid 1px #6e543b;
    width: 350px;
    font: 13px arial,helvetica,clean,sans-serif;
}

.form fieldset .textbox_water_marked
{
    border: solid 1px #6e543b;
    font: 13px arial,helvetica,clean,sans-serif;    
    color: #666;
}
.borderedpanel
{
    border: solid 1px #DAD3CD;
    padding: 0 10px;
    margin: 10px 0;
}

.filledpanel
{
    background: #74b734;
    padding: 0 10px;
    margin: 10px 0;
    color: #fff;
}
.filledpanel h4
{
    font-weight: bold;
}
.filledpanel .contactname
{
    margin-bottom: 5px;
}
.filledpanel a
{
    color: #fff;
}
.right
{
    float: right;
}
.inline, a.inline
{
    display: inline;
}
.agencyProfileLogo
{
    margin-top: 50px;
}
.paging
{
    float: right;
    margin-bottom: 5px;
}
.paging a
{
    color: #DD4B30;
    text-decoration: none;
}
.paging a.currentpage
{
    font-weight: bold;
}

div.attributes
{
    margin: 15px 0 0 -10px;
}
div.attributes p
{
    font-size: 11px;
    margin: -7px 0 0 0;
    padding-left: 40px;
    background: transparent url(../images/layout/bgr-leaf1.gif) no-repeat;
    height: 45px;
}
div.attributes p span
{
    font-size: 12px;
    color: #6A5138;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}
div.attributes p.two
{
    background-image: url(../images/layout/bgr-leaf2.gif);
}
div.attributes p.three
{
    background-image: url(../images/layout/bgr-leaf3.gif);
}
div.attributes p.four
{
    background-image: url(../images/layout/bgr-leaf4.gif);
}
div.attributes p.five
{
    background-image: url(../images/layout/bgr-leaf5.gif);
}

div.forumlink
{
}
div.forumlink p.squirrel
{
    background: #fff url(../images/layout/bgr-squirrel.gif) no-repeat 90% 0;
    height: 43px;
    padding: 0 60px 0 3px;
    margin-bottom: 0;
}
div.forumlink p.link
{
    background: #74B634;
    margin-top: 0;
    padding: 3px 0 3px 10px;
}

/* Horizontal rules */
div.hr
{
    display: none;
}
/*/*/a
{
}
div.hr
{
    display: block;
    height: 1px;
    border-top: solid 1px #DAD3CD;
    margin: 10px 0 10px 0;
    font-size: 1%;
}
hr
{
    display: none;
}
/* */


/* utility */
.clear
{
    clear: both;
    height: 1px;
    margin-top: -1px;
    overflow: hidden;
}
.accesslink
{
    display: none;
}

/* listings */
.listing1
{
}
.listing1 h4
{
    font-weight: bold;
}
.listing1 div
{
    clear: both;
    padding-bottom: 5px;
    height: 80px;
}
.listing1 div.logo
{
    vertical-align: 50%;
    width: 140px;
    float: left;
    border: solid 1px #DAD3CD;
    margin: 0 10px 10px 0;
    background-color: #fff;
    text-align: center;
}
.listing1 div.logo table
{
    height: 85px;
}

.listing1 .item
{
    background: #F0EDEB;
    padding: 6px;
}
.listing1 .altitem
{
    background: #fff;
    padding: 6px;
}

.listing2
{
    width: 100%;
    margin-top: 10px;
}
.listing2 h2
{
    clear: both;
    font-size: 0.9em;
    padding: 2px 0 2px 4px;
}
.listing2 ul
{
    list-style-type: square;
    list-style-position: inside;
}
.listing2 ul li
{
    width: 120px;
    float: left;
    list-style: none;
    background: url(../images/layout/blt-square.gif) no-repeat 0 50%;
    padding-left: 10px;
    margin: 3px 0 3px 0;
}

.listing3
{
}
.listing3 h4
{
    margin-bottom: 5px;
}
.listing3 a
{
    font-weight: bold;
    text-decoration: none;
    color: #6A5037;
}
.listing3 .item
{
    background: #F0EDEB;
    padding: 6px;
}
.listing3 .altitem
{
    background: #fff;
    padding: 6px;
}

.listing4
{
}
.listing4 div
{
    clear: both;
}
.listing4 img
{
    float: left;
    border: solid 1px #DAD3CD;
    margin: 0 10px 5px 0;
}
.listing4 h4
{
    margin-bottom: 5px;
}
.listing4 p
{
    float: left;
    width: 330px;
}
.listing4 .item
{
    background: #F0EDEB;
    padding: 6px;
}
.listing4 .altitem
{
    background: #fff;
    padding: 6px;
}

.outer
{
    width: 140px;
    height: 85px;
    overflow: hidden;
    position: relative;
}
.outer[class]
{
    display: table;
    position: static;
}
.middle
{
    position: absolute;
    top: 50%;
}
/* for explorer only*/
.middle[class]
{
    display: table-cell;
    vertical-align: middle;
    position: static;
}
.inner
{
    position: relative;
    top: -50%;
}
/* for explorer only */
/* optional: .inner[class] {position: static;} */

/* Home */
#body.home
{
    background: none;
    border-bottom: solid 1px #B4A89B;
    height: 380px;
    min-height: 380px;
}
html > body #body.home
{
    height: 420px;
}

#body.home #content
{
    margin: 0;
    padding: 0;
    color: #6A5037;
    font-size: 0.9em;
}
#body.home #content #content-left
{
    float: left;
    width: 390px;
}

#body.home #content #content-left #row-1
{
    height: 260px;
    background: #fff url(../images/layout/bgr-home-left.jpg);
    padding: 0px 0px 0 10px;
    color: #6A5037;
    font-size: 0.9em;
}
#body.home #content #content-left #row-1 h1
{
    color: #DD4B30;
    margin: 0 0 10px 0;
    font-weight: bold;
}
#body.home #content #content-left #row-1 select
{
    width: 150px;
    margin-bottom: 5px;
}
#body.home #content #content-left #row-1 a.right
{
    margin-bottom: 20px;
}
#body.home #content #content-left #row-1 p
{
    clear: both;
    font-size: 1.1em;
    color: #000;
}
#body.home #content #content-left #row-1 #findagencies
{
    float: left;
    width: 175px;
    padding-top: 10px;
}
#body.home #content #content-left #row-1 #tree
{
    float: right;
    width: 200px;
}
#body.home #content #content-left #row-1 #tree #flashcontent
{
    margin: 0;
    padding: 0;
}

#body.home #content #content-left #row-2
{
    height: 160px;
    background: #fff url(../images/layout/bgr-home-spotlight.gif) no-repeat;
    padding: 0px 85px 0 10px;
    color: #6A5037;
    font-size: 0.9em;
}
#body.home #content #content-left #row-2 h1
{
    font-weight: bold;
    padding: 5px 0 10px 0;
}
#body.home #content #content-left #row-2 h2
{
    padding: 0px 0 5px 0;
    color: #6A5037;
}

#body.home #content #content-left #row-2 .outer
{
    width: 140px;
    height: 85px;
    position: relative;
    float: left;
    margin-right: 10px;
}

#body.home #content #content-left #row-2 img
{
}
#body.home #content #content-left #row-2 p
{
    margin: 0;
}
#body.home #content #content-left #row-2 a
{
    color: #DD4B30;
    background: url(../images/layout/blt-red.gif) no-repeat 0 2px;
}

#body.home #content #content-right
{
    font-size: 0.9em;
    background: #fff url(../images/layout/bgr-home-right.gif) repeat-y;
}
#body.home #content #content-right h3
{
    margin: 0;
    font-weight: bold;
}
#body.home #content #content-right p
{
    margin: 0;
}
#body.home #content #content-right p.intro
{
    margin: 5px 0;
}

#body.home #content #content-right #col-1
{
    width: 215px;
    float: left;
    padding: 10px;
}
#body.home #content #content-right #col-1 .imagecol
{
    width: 75px;
    float: left;
    text-align: center;
}
#body.home #content #content-right #col-1 .textcol
{
    width: 140px;
    float: left;
}
#body.home #content #content-right #col-1 .textcol p
{
    margin: 3px 0 3px 0;
}

#body.home #content #content-right #col-2
{
    width: 155px;
    float: left;
    padding: 10px;
}
#body.home #content #content-right .item
{
    border-bottom: solid 1px #DAD3CD;
    padding: 0px 0 15px 0;
    margin-bottom: 15px;
}
#body.home #content #content-right .join
{
    margin: 20px 0;
}

/* Agency directory */

.agency-directory .searchpanel
{
}
.agency-directory .searchpanel select
{
    width: 120px;
}
.agency-directory .searchpanel a.right
{
    float: right;
}

.agency-directory .advsearchpanel
{
    padding: 5px 10px;
    width: 390px;
}
.agency-directory .advsearchpanel h2
{
    font-size: 0.9em;
    padding: 2px 0 2px 5px;
    clear: both;
    margin: 5px 0 0 0;
}
.agency-directory .advsearchpanel p
{
    float: left;
    margin: 2px 5px 2px 0;
    width: 125px;
    display: inline;
}
.agency-directory .advsearchpanel a
{
    display: block;
    float: right;
    clear: both;
}

.agency-directory .resultsummary
{
}
.agency-directory .resultsummary div.line
{
    clear: both;
    float: left;
    width: 400px;
    margin: 5px 0;
}
.agency-directory .resultsummary div.category
{
    clear: left;
    float: left;
    width: 70px;
    height: 20px;
    font-size: 0.8em;
    font-weight: bold;
    padding: 2px 0 2px 3px;
    margin: 0 5px 0 0;
}
.agency-directory .resultsummary a
{
    display: block;
    float: right;
    clear: both;
}

.agency-directory .agencydetails
{
    float: right;
    width: 180px;
    padding-top: 10px;
}
.agency-directory .agencydetails .agencydesc
{
    padding-right: 5px;
}
.agency-directory .agencydetails h4
{
}


/* News */

/*.agency-news .news-options {float:right;width:135px;margin:0 0 10px 10px}*/
.agency-news h2
{
    margin-bottom: 10px;
}

.agency-news .news-options
{
    width: 200px;
    float: right;
    width: 135px;
    margin: 0 0 10px 10px;
    background-color: #dbd4ce;
    color: #fff;
}
.agency-news .news-options p
{
    width: 200px;
    border-bottom: 1px solid #fff;
    margin: 0;
    padding: 5px 0 10px 5px;
}
.agency-news .news-options a
{
    color: #DD4B30;
}

/* About */

.tree #content
{
    background: transparent url(../images/layout/bgr-tree-trunk.gif) repeat-y 455px 0px;
    height: 700px;
    min-height: 700px;
}
.tree #content p
{
    margin-right: 7px;
}
html > body .tree #content
{
    height: auto;
}
.tree .tree-background
{
    float: right;
    width: 201px;
    height: 215px;
    boxrder: solid 1px red;
    background: transparent url(../images/layout/bgr-tree.gif);
    margin-right: 0px;
    display: inline;
    z-index: 2;
}

/* Send to colleague */
#popup #container
{
    width: 400px;
    margin: 10px;
    padding: 15px;
    background: #fff;
}




/* EDITOR PROPERTIES */
h1
{
    font-size: 1.5em;
    color: #74B634 margin-bottom:10px;
}

h2
{
    font-size: 1.2em;
    color: #74B634;
}

h3
{
    font-size: 1.1em;
    font-weight: normal;
}

h4
{
    font-size: 1.1em;
    font-weight: normal;
}




/* <modal_popup> */
.modalBackground {
	background-color:#eeeeee;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup 
{
	border-width:1px;
	border-style:solid;
	border-color:#6e543b;
	background: #fff;
	width:250px;
}
.modalPopup_header 
{   
    width: 240px;   
    font-weight: bold;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background: #74b634;
	border-bottom: solid 1px #6e543b;
}
.modalPopup_body
{
    width:100%; 
    text-align:center; 
   	color: #6e543b;
   	text-align: center;
   	padding: 10px 0px 10px 0px;
}
.modalPopupBody_inner
{
    padding:5px; 
}

ul.locations
{
    margin: 0;
    padding: 0;
    height: auto;
    overflow: hidden;    
}

ul.locations li
{
    margin: 0;
    float: left;
    padding: 5px 20px 0 0;    
}

.rbuttons td
{
    padding: 0 5px 0 0;
}

.agencylogo
{
    float: left;
    width: 130px;
    height: 60px;
    overflow: hidden;    
}
