
/*****************************************
 CSS rules common to all, or most, of site
******************************************/


/************************
 Element Defaults
 (Keep minimal, prefer
 classes and IDs instead)
*************************/

:focus
{
    outline: 0;
}

a:link, a:visited
{
    color: #336633;
    text-decoration: none;
    font-weight: normal;
}

a:hover
{
    color: #5e6b40;

}

body
{
    background: url(/images/layout/body-background.jpg) repeat-x #8d977a;
    color: #777;
    font: normal 14px 'Helvetica Neue', Helvetica, 'sans-serif';
    margin: 0px;
    text-align: center;
}

h1, h2, h3, h4, h5, h6
{
    margin: 0px;
}

h2
{
    font-size: 22px;
    color: #336633;
}

h3
{
    color: #5e6b40;
    font-weight: normal;
    margin: 10px 0px;
}


p, li
{
    font: 14px normal 'Helvetica', 'Arial', 'sans-serif';
    color: black;
    line-height: 24px;
}

li
{
	margin-right: 50px;
}

img
{
    border: none;
    display: inline;
}

table
{
    border-collapse: collapse;
    border-spacing: 0px;
}

td
{
    vertical-align: top;
}

strong
{
    font-weight: bold;
}

/***************
 Overall layout
****************/
#outer-left
{
    background: url(/images/layout/top-left.jpg) top left no-repeat;

}

#outer-right
{
    background: url(/images/layout/top-right.png) top right no-repeat;
}

#content-wrap
{
    background: url(/images/layout/content-background.png) top right no-repeat;
    width: 970px;
    margin: 0px auto 0px auto;
    text-align: left;
}


/*******
 Header
********/
#header
{
    float: left;
    margin: 20px 0px 20px 0px;
    padding: 5px;
}

#header p
{
    color: black;
    margin: 15px;
    font: normal 12px 'Helvetica', 'Arial', 'sans-serif';
    text-align: right;
    line-height: 18px;
}

#key-image
{
    background: url(/images/layout/image-background.png) no-repeat;
    width: 310px;
    height: 210px;
    margin-top: 15px;
    padding: 15px 15px 20px 15px;
}

#home-vid
{
    background: url(/images/layout/vid-background.png) no-repeat;
    width: 310px;
    height: 180px;
    margin-top: 15px;
    padding: 15px 15px 20px 15px;
}

#single-video
{
	display: block;
}

.key-image img
{
    display: block;
}

#logo
{
    font: bold 26px 'Helvetica', 'sans-serif';
    color: green;
}

#testimonials
{
    width: 320px;
    text-align: right;
}

#testimonials p
{
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0px 10px 0px;
    color: #f4f4f4;
}

#testimonials h3
{
    text-align: right;
    color: #336633;
    margin: 25px 0px 10px 0px;

}


/**********
 Navigation
***********/
#navigation
{
    margin: 0px 10px 0px 0px;
    text-align: right;
    display: block;
    height: 24px;
    padding: 15px 5px 5px 5px;
}

#navigation li
{
    float: right;
    list-style: none;
    margin: 0px 20px 0px 0px;
    padding: 0px;
}

#navigation li a:link,
#navigation li a:visited
{
    display: block;
    padding: 0px 0px 0px 20px;
    background: url(/images/nav/nav-background.png) left bottom no-repeat;
    font: 100 24px 'Helvetica Neue', 'Helvetica', 'sans-serif';
    letter-spacing: none;
    color: #333;
}

#navigation li a img
{
	display: block;	
}

#navigation li a:hover
{
    background: url(/images/nav/nav-background-ho.png) left bottom no-repeat;
    text-decoration: none;
}


/****
 Body
*****/
#page
{
    width: 580px !important;
    width/**/: 560px;
    margin: 134px 0px 10px 390px !important;
    margin/**/: 134px 0px 10px 360px;
    padding: 0px 0px 60px 0px;
}

#page p
{
    margin: 15px 60px 15px 0px;
}

#page a:hover
{
    border-bottom: 1px dotted #5e6b40;
}

#page h1
{
    color: #336633;
    font: 100 48px 'Helvetica Neue', 'Arial', 'sans-serif';
    margin: 0px;
    padding: 0px;
}


#page h2
{
    color: #336633;
    font-weight: normal;
    margin: 23px 0px 15px 0px;
}

#page h3
{
    margin-right: 30px;
}

#page h3 a
{
    display: block;
    color: #336633;
    border-bottom: 1px dotted #5e6b40;
}

#blog-headline
{
    background: url(/images/layout/blog-snippet-background.png) no-repeat;
    height: 201px;
    width: 475px;
    padding: 20px;
    margin-top: 40px;
}

#blog-headline h2
{
    margin-top: 0px;
}

#blog-headline h2 a
{
    color: #336633;
    font: 24px normal 'Helvetica', 'Arial', 'sans-serif';
    margin: 10px 0px;
    letter-spacing: none;
}

#blog-headline p
{
    color: #e4e4e4;
}

#blog-headline p a
{
    color: #fff;
}

.service-item span
{
    float: right;
}

div.fineprint
{
	font-size: 10px;
	width: 320px;
	text-align: right;
	margin-top: 30px;
	color: #000;	
}

/******
 Footer
*******/
#footer
{
    clear: both;
    padding: 5px;
    margin: 20px 0px 10px 0px;
    font-size: 0.8em;
    color: #000;
    border-top: 1px solid #336633;
}


/***************
 Common Classes
****************/
.block
{
    display: block;
}

.inline
{
    display: inline;
}

.print-only
{
    display: none;
}

.highlight
{
    font-weight: bold;
    color: #336633;
    font-size: 130%;
}

/**************
 CSS Rollovers
***************/
.rollover
{
    display: block;
    float: left;
    display: inline;
}

.rollover:hover
{
    visibility: visible;
}

.rollover img
{
    width: 100%;
    height: 100%;
    border: 0;
}

.rollover:hover img
{
    visibility: hidden;
}



