.row
{
    max-width: 960px;
    width: 960px;
}

#content .row
{
    width:auto;
}

body
{
    margin: 0;
    font: 83%/130% 'arial' , serif;
    background-image: url(/media/2696/home.jpg);
    background-repeat: no-repeat;
    background-position: 50% 95px;
    color: #333;
}


li, h1, h2, h3, h4, h5, h6, td
{
    vertical-align: top;
}


p, ul, h1, h2, h3, h4, h5, h6, dl, ol
{
    margin: 0 0 0.8em;
}


a
{
    color: #666;
}

a:hover
{
    color: #333;
}

a, a:active, a:focus { outline:none; }  

a.button, input[type=submit], input[type=reset]
{
    border: 0;
    display: inline;
    display: inline-block;
    background: #DCDDDF;
    border: 2px solid #fff;
    color: #333;
    font-weight: normal;
    text-decoration: none;
    position: relative;
    font-size: 1em;
    min-width: 85px;
}


a.button
{
    padding: 2px 10px;
    line-height: 1.5em;
}
input[type=submit], input[type=reset]
{
    min-height: 1.5em;
    padding: 3px 15px;
    cursor: pointer;
}
a.button:hover, input[type=submit]:hover, input[type=reset]:hover
{
    background: #ccc;
}




.hidden
{
    display: none;
}



/*
headings
*/

h1
{
    font-weight: bold;
    font-size: 1.2em;
}
h2
{
    font-weight: bold;
    font-size: 1.1em;
}
h3
{
    font-size: 1.1em;
    font-weight: bold;
}

h4
{
    font-size: 1em;
    font-weight: bold;
}

h5, h6
{
    font-size: 1em;
    font-weight: bold;
}


strong
{
    font-weight: bold;
}


.hidden
{
    display: none;
}

table.layout
{
    width: 100%;
}

table.layout td
{
    width: 50%;
}

/* header and main holder*/
#header
{
    padding: 0 20px;
    background: url(images/header.png) no-repeat 50% 0;
    min-height: 260px;
    position: relative;
}

#main
{
    padding: 20px 0 0;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 10px #ccc,-2px 2px 10px #ddd;
}
/*nav*/

#nav
{
}

#nav ul
{
    background: #fff;
}

#nav li a
{
    display: block;
    padding: 2px 15px;
    font-size: 0.8em;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
    color: #666;
    border-left: 2px solid transparent;
}

#nav li a:hover
{
    background: #eee;
}

#nav a span
{
    display: block;
}


#nav li
{
    padding: 2px 0;
    border-bottom: 1px solid #000;
    position: relative;
}

#nav li.home
{
    border-bottom: 0;
}

#nav li:first-child
{
    border-top: 1px solid #000;
}


#nav li.current > a
{
    background: #dcdddf;
    border-color: #000;
}

#nav li ul.subnav
{
    position: absolute;
    left: 100%;
    top: -1px;
    display: none;
    z-index: 999;
}

#nav li li
{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#nav li:hover > ul
{
    display: block;
}

/*subnav*/
#subnav
{
    overflow: hidden;
    padding: 0 0 0.5em;
}

#subnav ul
{
    padding: 0 !important;
    margin: 0;
}

#subnav li
{
    list-style: none !important;
    float: left;
    padding: 2px 4px;
    border-left: 1px solid #000;
}

#subnav li:first-child
{
    border-left: 0;
}
/*content*/
#content h2
{
    color: #E21F27;
    font-size: 1.3em;
}

#body #content
{
    padding-right: 1.5em;
    padding-bottom: 1.5em;
    min-height: 580px;
}


#content ul
{
    padding-left: 1.5em;
}

#content ul li
{
    list-style: disc;
}

#content ol li
{
    list-style: decimal;
}

/*footer*/
#footer
{
    padding: 2em;
    text-align: center;
    color: #666;
    font-size: 0.75em;
}

#footer a
{
    color: #666;
}

/*map style*/

#map
{
    position: relative;
    padding-top: 1px;
    z-index: 0;
}

img#mapimage
{
    width: 690px;
    z-index: 1;
    position: relative;
    top: 0;
    left: 0;
}
a.mapdot
{
    z-index: 1;
    position: absolute;
    border-radius: 20px;
    width: 12px;
    height: 12px;
    display: block;
    background: url(images/spacer.png);
}

a.mapdot img
{
    z-index: 1;
    width: 12px;
    height: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}

a.mapdot:hover img, a.mapdot.current img
{
    opacity: 1;
    filter: alpha(opacity=100);
}
.maplinks
{
    position: absolute;
    right: 13px;
    top: 10px;
    padding-top: 15px;
    width: 253px;
    z-index: 9999;
}

.maplinks h1
{
    margin: 0.7em 0 !important;
    font-size: 1.1em;
    color: #E21F27;
}
.maplinks h1:first-child
{
    margin-top: 0 !important;
}

.maplinks ul
{
    padding-left: 25px;
}

.maplinks ul li
{
    color: #666;
    background: #ddd;
    font-size: 0.75em;
    padding: 5px 5px 5px 50px;
    line-height: 130%;
    margin-top: 20px;
    position: relative;
}

.maplinks ul li:first-child
{
    margin-top: 0;
}

.maplinks ul li img.icon
{
    width: 85px;
    height: 85px;
    position: absolute;
    top: -12px;
    left: -35px;
    display: block;
}
.maplinks ul li img.geoicon
{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
}

.maplinks ul li h2
{
    font-size: 1.4em;
    margin: 0;
    padding: 0;
}
.maplinks ul li h3
{
    font-size: 1.1em;
    margin: 0;
    padding: 0;
}

.maplinks ul li a
{
    color: #666;
}



/*
contact form
*/

input[type=text], select, textarea
{
    width: 100%;
    font-size: 12px;
    display: block;
    padding: 3px 2px;
    border: 0;
    background: #ffffff;
    border-radius:3px;
}

textarea
{
    width:96%;
}

input[type=text].required
{
    background: url(http://cdn.brightfox.com.au/images/required.gif) no-repeat center right #ffffff !important;
}

input.error
{
    border: 2px dotted #CD0A0A;
}

.error
{
  color:#CD0A0A;
}

#contactForm
{
    background:#E0E1E3;
    padding:20px;
    border:1px solid #ccc;
    border-radius:10px;
    font-size:0.9em;
    color:#666;
}

#contactForm input[type=submit], #contactForm input[type=reset]
{
    background:url(images/bg-btn.jpg) repeat-y 100% 0 #848689;
    color:#fff;
    text-transform:uppercase;
    border:0;
    text-align:left;
    padding:7px 5px;
    min-width:85px;
    border-radius:4px;
    font-size:0.8em;
}

p.test_class {
  font-size: 12px;
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

