﻿/*
Theme: Theme Machine
Author: Orchard Team – http://www.orchardproject.net
Copyright: 2010, Orchard. All Rights Reserved
*/


/*  Color Palette
**************************************************************

Background: #fff
Borders: #dbdbdb
Text: #434343
Secondary Text: #999999
Main Accent: #999
Links: #5f97af
TitleYellowLight: #ffd202
TitleYellowDark: #f1a300
*/



/* Reset
***************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

/* Remember focus styles! */
:focus
{
    outline: 0;
}

body
{
    line-height: 1;
    color: #DDDDDD;
}
ol, ul
{
    list-style: none;
}

/* Tables still need 'cellspacing="0"' in the markup */
table
{
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td
{
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after
{
    content: "";
}
blockquote, q
{
    quotes: "" "";
}

/* HTML 5 elements as block */
header, footer, aside, nav, article
{
    display: block;
}



/* Clearing Floats
***************************************************************/

.group:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.zone:after, .widget-control:after /* .zone:after self clears every zone container - .widget-control:after self clears any floats used in a widget */
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



/* General
***************************************************************/

/* Default font settings. 
The font-size 81.3% sets the base font to 13px 

Pixels     EMs         Percent Points
6px     0.462em     46.2%     5pt
7px     0.538em     53.8%     5pt
8px     0.615em     61.5%     6pt
9px     0.692em     69.2%     7pt
10px     0.769em     76.9%     8pt
11px     0.846em     84.6%     8pt
12px     0.923em     92.3%     9pt
13px     1em         100%     10pt
14px     1.077em     107.7%     11pt
15px     1.154em     115.4%     11pt
16px     1.231em     123.1%     12pt
17px     1.308em     130.8%     13pt
18px     1.385em     138.5%     14pt
19px     1.462em     146.2%     14pt
20px     1.538em     153.8%     15pt
21px     1.615em     161.5%     16pt
22px     1.692em     169.2%     17pt
23px     1.769em     176.9%     17pt
24px     1.846em     184.6%     18pt
*/

body
{
    font-size: 100%; /*color: #434343;*/
    color: #DDD;
    background-color: #000;
    font-family: Arial, Tahoma, "Helvetica Neue" , Arial, Helvetica, sans-serif;
}

/* Headings */
h1, h2, h3, h4, h5, h6
{
    font-weight: normal;
    margin: .6em 0;
}

h1
{
    font-size: 1.508em;
    color: #ffd202;
}
h2
{
    font-size: 1.231em;
    color: #ffd202;
}
h3
{
    font-size: 1.154em;
}
h4
{
    font-size: 1.077em;
}
h5
{
    font-size: 1em;
}
h6
{
    font-size: 1em;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img
{
    margin: 0;
}

h1
{
}

h3
{
}

h5
{
    text-align: center;
    color: #434343;
    font-size: .95em;
    margin-bottom: 20px;
}

/* Aside Headings */
aside h1
{
    font-size: 1.154em;
}
aside h2
{
    font-size: 1.077em;
}
aside h3
{
    font-size: 1em;
}
aside h4
{
    font-size: 1em;
}
aside h5
{
    font-size: 1em;
}
aside h6
{
    font-size: 1em;
}

/* Lists */
li ul, li ol
{
    margin: 0 1.5em;
}
ul, ol
{
    margin: 1.5em;
    line-height: 1.538em;
}

ul
{
    list-style-type: none;
}
ol
{
    list-style-type: decimal;
}

dl
{
    margin: 0 0 1.5em 0;
}
dl dt
{
    font-weight: bold;
}
dd
{
    margin-left: 1.5em;
}

/* Text elements */
p
{
    margin: 0 0 1em;
    line-height: 1.538em;
    text-align: justify;
}
p img.left
{
    float: left;
    margin: 0.923em 0.923em 0.923em 0;
    padding: 0;
}
p img.right
{
    float: right;
    margin: 0.923em 0 0.923em 0.923em;
}

a:focus, a:hover
{
    text-decoration: none;
}
a
{
    color: #f1a300;
    text-decoration: none;
}

blockquote
{
    /*margin: 0.923em;
    color: #666;*/
    font-style: italic;
}
strong
{
    font-weight: bold;
}
em, dfn
{
    font-style: italic;
}
dfn
{
    font-weight: bold;
}
sup, sub
{
    line-height: 0;
}

abbr, acronym
{
    border-bottom: 1px dotted #666;
}
address
{
    margin: 0 0 0.923em;
    font-style: italic;
}
del
{
    color: #666;
}

pre
{
    margin: 0.923em 0;
    white-space: pre;
}
pre, code, tt
{
    font: 1em 'andale mono' , 'lucida console' , monospace;
    line-height: 1.462em;
}



/* Forms
***************************************************************/

form
{
    margin: 0;
    padding: 0;
}
legend
{
    font-size: 1.231em;
    font-weight: normal;
    margin: 0 0 1.2em 0;
    border: none;
}
fieldset
{
    padding: 0em;
    margin: 0 0 0em 0;
    border: 0px solid #dbdbdb;
}
label
{
    font-weight: normal;
    display: block;
    padding: 0 0 0.3em 0;
}
label.forcheckbox
{
    margin: 0 0 0 .4em;
    display: inline;
}

input[type="text"], input[type="password"]
{
    display: block;
    padding: 0.3em;
}

input[type="checkbox"]
{
    margin: .2em 0 1.2em 0;
}

fieldset ol
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
fieldset ol li
{
    margin: 0 0 6px 0;
}



/* Structure
***************************************************************/
#layout-wrapper
{
    width: 1020px;
    margin: auto;
    background-image: url(../Content/Images/bg-faded-1020.jpg);
    background-repeat: no-repeat;
    background-position: 0 0; /*background-attachment:fixed;     background-position:center; */
}

#page-wrapper
{
    width: 960px;
    margin: auto;
}

#layout-header, #layout-featured, #layout-before-main, #layout-main, #layout-footer, #layout-centre-image, #layout-after-main, #layout-tripel
{
    width: 960px;
    margin: 0 auto;
}

/* Navigation */
#layout-header
{
    height: 220px;
}
#branding
{
    font-family: 'Sue Ellen Francisco' , Tahoma, Arial, Helvetica, sans-serif;
    font-size: 2.9em;
    padding: 0;
    margin: 0;
}
#branding a
{
    text-decoration: none;
    color: #434343;
}
#layout-navigation
{
}
#layout-featured
{
}
#layout-before-main
{
}
#layout-main
{
    /*-moz-border-bottom-colors: none;     -moz-border-image: none;     -moz-border-left-colors: none;     -moz-border-right-colors: none;     -moz-border-top-colors: none;     background: none repeat scroll 0 0 #FFFFFF;     border-color: #E5E5E5 #DBDBDB #D2D2D2;     border-radius: 5px 5px 5px 5px;     border-style: solid;     border-width: 1px;     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);     padding: 3px;     text-align: left;*/
}
#aside-first
{
}
#layout-content
{
}
#messages
{
}
#before-content
{
}
#content
{
}
#after-content
{
}
#aside-second
{
}
#layout-centre-image
{
}
#layout-after-main
{
}
#layout-tripel
{
}
#tripel-first
{
}
#tripel-second
{
}
#tripel-third
{
}
#layout-footer
{
    margin-top: 10px;
}
#footer-quad
{
}
#footer-quad-first
{
}
#footer-quad-second
{
}
#footer-quad-third
{
}
#footer-quad-forth
{
}
#footer-sig
{
}

/* Zones */
.zone
{
    padding: 12px; /*  Enable this to see zone visualizations     background-color: yellow;     box-shadow:inset 0 0 1px purple;     -moz-box-shadow:inset 0 0 1px purple;     -webkit-box-shadow:inset 0 0 1px purple;     */
}
.zone-header
{
    padding: 0;
    position: relative;
}
.zone-navigation
{
    padding: 0;
}
.zone-featured
{
}
.zone-beforemain
{
}
.zone-asidefirst
{
    float: left;
    width: 216px;
}
.zone-messages
{
}
.zone-beforecontent
{
}
.zone-content
{
}
.zone-aftercontent
{
}
.zone-asidesecond
{
}
.zone-aftermain
{
}
.zone-zone-tripelfirst
{
}
.zone-zone-tripelsecond
{
}
.zone-zone-tripelthird
{
}
.zone-footerquadfirst
{
}
.zone-footerquadsecond
{
}
.zone-footerquadthird
{
}
.zone-footerquadfourth
{
}
.zone-footer
{
}



/* Main
***************************************************************/

/* Content lists and details */
.content-description
{
    font-size: 1.154em;
}
.content-items
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.content-items li
{
    padding: 0;
    margin: 0;
}
.content-items .content-item
{
    border-bottom: 1px solid #dbdbdb;
    padding: 6px 0 6px 0;
    margin-bottom: 40px;
}
.content-items .content-item header
{
}
.content-items .content-item header h1
{
    font-size: 1.308em;
    color: #ff0000;
}
.content-items .content-item header h1 a
{
    color: #434343;
}
.content-items .content-item header h1 a:hover
{
}

/* Tags */
.tags
{
    margin-top: 12px;
    font-size: 11px;
    color: #f8b13d;
}
.tags a
{
    color: #f8b13d;
    font-size: 11px;
}
/*.tags a:hover { background-color: #434343; color: #fff; }*/

/* Metadata */
.metadata
{
    margin: 0 0 12px 0;
    color: #999;
    font-size: 0.846em;
}
.metadata .published
{
    display: inline;
    margin: 0 0 0 0;
}
.metadata .commentcount
{
    display: inline;
}
.meta
{
}

/* Comments */
#comments
{
    margin: 24px 0 0 0;
    padding: 0;
}
.comment-form
{
    margin: 24px 0 0 0;
    padding: 0;
}
.comments
{
    margin: 0;
    padding: 0;
    list-style: none;
}
/*.comments li { margin: 12px 0 0 0; padding: 12px; border: 1px solid #dbdbdb; }*/
.comment
{
    margin: 0;
    padding: 0;
}
.comment h4
{
    font-size: 1.077em;
    color: #F8B13D;
}
.comment a
{
    color: #F8B13D;
}
.comment .who
{
}
.comment .what
{
}
.comment #add-comment
{
}
.comment-form #comment-by
{
    font-size: 1.231em;
    font-weight: normal;
    margin: 0 0 1.2em 0;
    border: none;
}
.comment-form #comment-text
{
    width: 33.2em;
}
.comment-form input[type="text"]
{
    width: 32em;
}
.comment-disabled
{
}
.comment-count
{
    font-size: 0.9em;
    color: #ABABAB;
}

/* Confirmations */
.message, .validation-summary-errors
{
    margin: 10px 0 4px 0;
    padding: 4px;
}
.messages a
{
    font-weight: bold;
}
.message-Information
{
    background: #e6f1c9; /* green */
    border: 1px solid #cfe493;
    color: #062232;
}
.message-Warning
{
    background: #fdf5bc; /* yellow */
    border: 1px solid #ffea9b;
}
.critical.message, .validation-summary-errors, .message-Error
{
    background: #e68585; /* red */
    border: 1px solid #990808;
    color: #fff;
}


/* Secondary
***************************************************************/

/* Aside Zones */
/* If zone 1 is on */
.aside-1 #layout-content
{
    float: right;
    width: 720px;
}
.aside-1 .aside-first
{
    float: left;
    width: 240px;
}

/* If zone 2 is on */
.aside-2 #layout-content
{
    float: left;
    width: 600px;
}
.aside-2 .aside-second
{
    float: right;
    width: 360px;
}

/* If zones 1, 2 are on */
.aside-12 #layout-content
{
    width: 600px;
}
.aside-12 .aside-first, .aside-12 .aside-second
{
    width: 180px;
}
.aside-12 .aside-first, .aside-12 .aside-second, .aside-12 #layout-content
{
    float: left;
}

/* Tripel Zones*/
#layout-tripel > div
{
    float: left;
    width: 960px;
}

/*2 zones on */
.tripel-12 #layout-tripel > div
{
    width: 480px;
}
/* If zones 1, 2 are on */
.tripel-23 #layout-tripel > div
{
    width: 480px;
}
/* If zones 2, 3 are on */
.tripel-13 #layout-tripel > div
{
    width: 480px;
}
/* If zones 1, 3 are on */

/*3 zones on */
.tripel-123 #layout-tripel > div
{
    width: 320px;
}
/* If zones 1, 2, 3 are on */

/* Quad Footer Zones */
#footer-quad > div
{
    float: left;
    width: 240px;
}

/*1 zone on */
.split-1 #footer-quad-first
{
    width: 960px;
}
/* If zone 1 is on */
.split-2 #footer-quad-second
{
    width: 960px;
}
/* If zone 2 is on */
.split-3 #footer-quad-third
{
    width: 960px;
}
/* If zone 3 is on */
.split-4 #footer-quad-fourth
{
    width: 960px;
}
/* If zone 4 is on */

/*2 zones on */
.split-12 #footer-quad-first, .split-12 #footer-quad-second
{
    width: 480px;
}
/* If zones 1, 2 are on */
.split-13 #footer-quad-first, .split-13 #footer-quad-third
{
    width: 480px;
}
/* If zones 1, 3 are on */
.split-14 #footer-quad-first, .split-14 #footer-quad-fourth
{
    width: 480px;
}
/* If zones 1, 4 are on */
.split-23 #footer-quad-second, .split-23 #footer-quad-third
{
    width: 480px;
}
/* If zones 2, 3 are on */
.split-24 #footer-quad-second, .split-24 #footer-quad-fourth
{
    width: 480px;
}
/* If zones 2, 4 are on */
.split-34 #footer-quad-third, .split-34 #footer-quad-fourth
{
    width: 480px;
}
/* If zones 3, 4 are on */

/*3 zones on */
.split-234 #footer-quad-second
{
    width: 480px;
}
/* If zones 2, 3, 4 are on */
.split-134 #footer-quad-first
{
    width: 480px;
}
/* If zones 1, 3, 4 are on */
.split-124 #footer-quad-fourth
{
    width: 480px;
}
/* If zones 1, 2, 4 are on */
.split-123 #footer-quad-third
{
    width: 480px;
}
/* If zones 1, 2, 3 are on */

/*3 zones on - alternate layout*/
/*.split-123 #footer-quad-first, .split-123 #footer-quad-second, .split-123 #footer-quad-third { width:320px; }*//* If zones 1, 2, 3 are on */
/*.split-124 #footer-quad-first, .split-124 #footer-quad-second, .split-124 #footer-quad-fourth { width:320px; }*//* If zones 1, 2, 4 are on */
/*.split-134 #footer-quad-first, .split-134 #footer-quad-third, .split-134 #footer-quad-fourth { width:320px; }*//* If zones 1, 3, 4 are on */
/*.split-234 #footer-quad-second, .split-234 #footer-quad-third, .split-234 #footer-quad-fourth { width:320px; }*//* If zones 2, 3, 4 are on */



/* Widgets
***************************************************************/
.widgets
{
}
.widget h1
{
    font-size: 1.077em;
}

/* Edit Mode Widgets */
/* These are the edit controls that appear when you're logged-in */
.widget-control
{
    position: relative;
    border: 1px dotted #5f97af;
}
.widget-control .manage-actions
{
    position: absolute;
    top: 0px;
    right: 0px;
}
.widget-control .manage-actions a
{
    display: block;
    background-color: #dbdbdb;
    color: #434343;
    padding: 3px 6px;
}
.widget-control .manage-actions a:hover
{
    background-color: #434343;
    color: #fff;
    text-decoration: none;
}

/* Content Mode */
.content-control
{
    border: 1px dotted #5f97af;
    overflow: auto;
    position: relative;
}
.content-control .manage-actions
{
    position: absolute;
    top: 0px;
    right: 0px;
}
.content-control .manage-actions a
{
    display: block;
    background-color: #dbdbdb;
    color: #434343;
    padding: 3px 6px;
}
.content-control .manage-actions a:hover
{
    background-color: #434343;
    color: #fff;
    text-decoration: none;
}



/* Pager
***************************************************************/

.pager
{
    list-style: none;
    padding: 0;
    margin: 12px 0 0 0;
}
.pager li
{
    float: left;
    padding: 0 12px 0 0;
    margin: 0;
}
.pager a
{
    font-size: 1.077em;
    display: block;
    background-color: #dbdbdb;
    padding: 6px 6px;
    color: #434343;
}
.pager a:hover
{
    background-color: #434343;
    color: #fff;
}



/* Misc
***************************************************************/

.small
{
    font-size: 0.615em;
    margin-bottom: 1.875em;
    line-height: 1.875em;
}
.large
{
    font-size: 1.231em;
    line-height: 2.231em;
    margin-bottom: 1.25em;
}
.hide
{
    display: none;
}

.quiet
{
    color: #666;
}
.loud
{
    color: #000;
}
.highlight
{
    background: #ff0;
}
.added
{
    background: #060;
    color: #fff;
}
.removed
{
    background: #900;
    color: #fff;
}

.first
{
    margin-left: 0;
    padding-left: 0;
}
.last
{
    margin-right: 0;
    padding-right: 0;
}
.top
{
    margin-top: 0;
    padding-top: 0;
}
.bottom
{
    margin-bottom: 0;
    padding-bottom: 0;
}

.credits
{
    float: left;
}
.user-display
{
    float: right;
    padding: 0 12px;
}
.user-display .welcome
{
}
.user-display .user-actions
{
}

.login-form
{
    margin: 24px 0 0 0;
}



/* CSS 3 Enhancements 
***************************************************************/

input[type="submit"], input[type="button"], button, .button, .button:link, .button:visited
{
    color: #333;
    background: #F5F5F5;
    background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#cbcbcb));
    background: -moz-linear-gradient(top , #F5F5F5, #cbcbcb);
    border: 1px solid #999;
    cursor: pointer;
    margin: .2em 0 2em 0;
    padding: .3em 1.8em;
    text-align: center;
}

input[type="submit"]:hover, input[type="button"]:hover, input[type="submit"]:active, input[type="button"]:active, input[type="submit"]:focus, input[type="button"]:focus, button:hover, .button:hover, button:active, .button:active, button:focus, .button:focus
{
    text-decoration: none;
    background: #ebebeb;
    background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#ebebeb));
    background: -moz-linear-gradient(top , #e1e1e1, #ebebeb);
}

/* Customisation */

/* Header */
.logo
{
    width: 250px;
    text-align: center;
    float: left;
    margin-left: 12px;
}

.banner-title
{
    float: left;
    width: 340px;
    padding-left: 54px;
    text-align: center;
    padding-top: 40px;
    line-height: 28px;
}

banner-title h1
{
    font-size: 18px;
}

/* Main Navigation*/
.main-nav
{
    margin-bottom: 20px;
}

.main-nav nav
{
    text-align: center;
}

.main-nav a
{
    color: #444444;
    font-size: 18px;
    text-transform:uppercase;
}

.main-nav ul
{
    margin: 0px;
}
.main-nav li
{
    list-style-type: none;
    display: inline;
}

.nav-button
{
    width: 143px;
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: .5em 1em .55em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em; /*border-radius: .5em;*/
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.nav-button:hover
{
    text-decoration: none;
}
.nav-button:active
{
    position: relative;
    top: 1px;
}
.gradient-yellow
{
    color: #fef4e9;
    border: solid 1px #da7c0c;
    background: #ffd202;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffd202), to(#f1a300));
    background: -moz-linear-gradient(top,  #ffd202,  #f1a300); /*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd202', endColorstr='#f1a300');*/
}
.button-orange
{
    color: #fef4e9;
    border: solid 1px #da7c0c;
    background: #ffd202;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffd202), to(#f1a300));
    background: -moz-linear-gradient(top,  #ffd202,  #f1a300);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd202', endColorstr='#f1a300');
}
.button-orange:hover
{
    background: #ffd202;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffd202), to(#ffd202));
    background: -moz-linear-gradient(top,  #ffd202,  #ffd202);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd202', endColorstr='#ffd202');
}
/*.button-orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}*/
.button-orange:active
{
    color: #fcd3a5;
    background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
    background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* Tag line and tool bar*/
.zone-featured
{
    padding: 12px 12px 0px;
}

.tool-bar
{
    position: absolute;
    right: 12px;
    bottom: 0px;
}
.social-media-links, .social-media-links a, .search-box, .search-box input
{
    display: inline;
    margin-right: 2px;
}

.search-box input
{
    background-color: #7f8386;
    border-style: none;
}
.search-box a
{
}

.social-media-links, .search-box
{
    float: right;
}

.search-box
{
    margin-left: 3px;
}

.social-media-links img
{
    margin-top: 2px;
}

/* Sidebar category menus*/
.menu-categories
{
    margin-bottom: 12px;
}

.menu-categories-header
{
    background: #000000;
    height: 24px;
    padding: 4px 0 0px 12px;
    margin-bottom: 3px;
}
.menu-categories-header a
{
    font-size: 17px;
    font-weight: normal;
    color: #FFFFFF;
}
.menu-categories ul
{
    margin: 0px;
}

.menu-categories li
{
    border-bottom: 1px solid #F8B13D;
    background-repeat: no-repeat;
    background-position: right;
    list-style-type: none;
    height: 25px;
    line-height: 22px;
    padding: 0 0 0 12px;
    margin-bottom: 1px;
}
.menu-categories li a
{
    font-size: 16px;
}

.menu-categories-tiles
{
    list-style-type: none;
}

.menu-categories-tiles div
{
    float: left;
    margin: 1px;
    cursor: pointer;
}

.sidebar-feature
{
    margin-top: 12px;
}

.widget-tripel-first, .widget-tripel-second, .widget-tripel-third
{
    padding-left: 20px;
}

.services-tiles
{
    margin: 0;
    line-height: normal;
}
.services-tiles li
{
    list-style-type: none;
    width: 272px;
    float: left;
    margin: 10px;
    outline: none;
    cursor: pointer;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    border: 2px solid;
}

.services-tiles img
{
    display: block;
}
.services-tile-img-wrapper
{
    display: block;
    width: 272px;
    height: 235px;
    -webkit-border-radius: .3em .3em 0 0;
    -moz-border-radius: .3em .3em 0 0;
    border-radius: .3em .3em 0 0;
}
.rounded
{
    -webkit-border-radius: 0 0 .3em.3em;
    -moz-border-radius: 0 0 .3em.3em;
    border-radius: 0 0 .3em.3em;
}
.services-tiles h3
{
    text-align: center;
    margin: 0px;
    padding: 6px 0px 6px 0px;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    display: block;
    color: #444444;
}

.services-tile-title-wrapper
{
    background-color: #f1a300;
    border: 1px solid #f1a300;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: 0 0 .3em .3em;
}
/* Footer */
.zone-footer
{
    padding: 0px;
}
.footer-link
{
    text-align: center;
    width: 190px;
    padding: 0px;
    float: left;
}

.footer-link a
{
    display: block;
}

.footer-link span
{
}

/*BlogPost*/
.blog-post header
{
    position: relative;
}

.blog-post-timestamp
{
    left: 476px;
    position: absolute;
    top: 5px;
}

/*Contact Us*/
.contact-items
{
    display: inline;
    list-style-type: none;
}

.contact-item
{
    float: left;
}

.contact-item img
{
    margin-left: 0px;
    margin-right: 0px;
    display: inline;
}
.contact-item span
{
}

.image-right, .image-left
{
    display: inline;
    margin-left: 0px;
    margin-right: 0px;
}

.image-right
{
    margin-left: 10px;
}

.postACommentLink
{
    color: #F8B13D;
    font-family: 'Sue Ellen Francisco' ,cursive, "Helvetica Neue" ,Arial,Helvetica,sans-serif;
    font-size: 18px;
    line-height: 39px;
    text-decoration: none;
    text-transform: uppercase;
}

.widget-ServiceGallery > div
{
    margin: 0 auto;
}

.footer-content
{
    padding: 30px 0 30px 0;
    text-align: center;
    line-height: 24px;
    width: 960px;
    background-image: url(../Content/Images/bg-faded-1020.jpg);
    background-repeat: no-repeat;
    background-position: 0 0; /*background-attachment:fixed;     background-position:center; */
    margin-top:15px;
}

.widget-PageUrlGallery div
{
    margin: 0 auto;
}

.services-related-link-list
{
    float:left;
    margin-bottom:30px;
}

.services-related-link-list li
{
    width: 440px;
    display: block;
    float: left;
}

.bqstart
{
    float: left;
    height: 45px;
    margin-top: -20px;
    padding-top: 45px;
    margin-bottom: -50px;
    font-size: 700%;
    color: #666666;
    padding-right:15px;
}

.bqend
{
    float: right;
    height: 25px;
    margin-top: 0px;
    font-size: 700%;
    color: #666666;
}

.testimonialby
{
    margin-top:15px;
    float:right;   
    font-weight:bold; 
    font-style:italic;
}

.testimonials li
{
    clear:both;   
    padding-bottom:100px;
}

.testimonials blockquote
{
}

.h1Home
{
    text-align:center;    
}

#established
{
    position:absolute;
    right:14px;
    top:0px;   
    width:200px;
    height:183px; 
}

#established img
{
    width:200px;
    height:183px; 
}

#call-us
{
    position:absolute;
    top:192px;
    right:20px;    
}

#call-us span, #call-us label
{
    display:inline;   
    font-weight:bold;
    font-size:22px;
}

#call-us span
{
    color: #f1a300;
}

#layout-tripel li
{
    list-style-type:disc;
}

#associations
{
    padding-bottom:150px;    
}

#associations li
{
    clear:both;
}

#associations div
{
    display:block;
    float:left;    
    vertical-align:middle;
    height:120px;
    width:300px;  
}

.association-logo
{
}