/*******************************************************************************
* DEFAULT
*******************************************************************************/
body { background: #EEEEEE url( /skins/default/images/background.png ) repeat-x left top; font-family: arial; font-size: 9pt; line-height: 175%; margin-bottom: 40px; }
a:link, a:visited { color: #5c9722; text-decoration: none; }
a:hover, a:active { color: #003151; text-decoration: underline; }
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, select:focus { border-color:#888888; outline-color:#FFFFAA; outline-style:solid; outline-width:2px; }

p { padding-bottom: 5px; padding-top: 5px; margin-bottom: 10px; }
sup, sub { font-size: 75%; }
h1 {
    font-size: 200%;
    line-height: 200%;
}

h2 {
    font-size: 150%;
    line-height: 150%;
    margin-bottom: 10px;
}

h3 {
    font-size: 125%;
    line-height: 150%;
}

input, select, textarea, checkbox, radio {
    border-color: #959FB1 #D6DAE1 #D6DAE1 #959FB1;
    border-style: solid;
    border-width: 1px;
}

small { font-size: 75%; line-height: 75%; }

ul.custom { list-style-type: disc; margin: 0px; margin-left: 1.2em; margin-top: 10px; margin-bottom: 10px; }
ul.custom li { list-style-type: disc; margin: 0px; margin-left: 1.2em; }

table { width: 100%; }
table { border-collapse: separate; }
table tbody tr td { vertical-align: top; }


/*******************************************************************************
* IDENTIFIERS
*******************************************************************************/
#frame { margin-left: auto; margin-right: auto; width: 970px; position: relative; }
#googleMaps { width: 100%; height: 250px; }

/*******************************************************************************
* CLASSES
*******************************************************************************/
div#header {
    background-image: url( /skins/default/images/header.png );
    background-repeat: no-repeat;
    width: 970px;
    position: relative;
}
div#menu {
    position: absolute;
    top: 302px;
    left: 5px;
    z-index: 9999;
}
div#logo {
    height: 113px;
    margin-left: 5px;
    margin-right: 5px;
}

div#address {
    position: absolute;
    right: 40px;
    top: 20px;
    filter: alpha(opacity=30);
	-moz-opacity: .30;
	opacity:.30;
	-khtml-opacity: .30;
}

div#address a { color: #333; }
div#address a:hover { text-decoration: none; }

div#logo img { position: absolute; left: 15px; top: 10px; }

div#MooFlow {
    background-image: url( /skins/default/images/menu.png );
    background-repeat: repeat-x;
    background-position: left bottom;
    height: 224px;
    margin-left: 5px;
    margin-right: 5px;
}
div#content {
    background-image: url( /skins/default/images/middle.png );
    background-repeat: repeat-y;
    width: 970px;
}
div#bottom { color: #888; }
div#bottom a { color: #888; }
div#bottom h1 { color: #444; }
div#footer {
    background-image: url( /skins/default/images/footer.png );
    background-repeat: no-repeat;
    width: 970px;
    height: 30px;
}
div#copyright { text-align: center; padding-top: 10px;
    color: #808080; }
div#copyright a { color: #606060; }

#CONTACT_MESSAGE { height: 300px; }

/*******************************************************************************
* CLASSES
*******************************************************************************/
.pl10 { padding-left: 10px; }
.pr10 { padding-right: 10px; }
.pl20 { padding-left: 20px; }
.pr20 { padding-right: 20px; }
.pl40 { padding-left: 40px; }
.pr40 { padding-right: 40px; }

.p40 { padding: 45px; padding-top: 30px; padding-bottom: 0px; }

table.form {}
table.form tbody tr td { padding: 5px; }
table.form tbody tr td input, textarea { width: 450px; }
table.form tbody tr td textarea { height: 200px; }

div.title { float: left; }
div.clear { clear: both; }

/*******************************************************************************
* TINYMCE LAYOUT
*******************************************************************************/
#tinymce { background: url(); background-color: #fff; font-size: 9pt; }
#tinymce td { background-color: #fff; font-size: 9pt; }

/*******************************************************************************
* FRONTEND EDITOR
*******************************************************************************/
.frontEdit:hover { background-color: #fff; }
.frontEditIcon { background-color: #c0c0c0; text-align: right; padding: 5px; display: none; }