﻿    /* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* PERSONAL */
body {
    font-family: "Trebuchet MS", Verdana, Sans-Serif;
    font-size: 13px;
    line-height: 20px;
    color: #0B1D1B;
    background-color: #EFEFEF;
    overflow-x: hidden;
    overflow-y: scroll;
    background-image: url(../images/contentBackground.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

.footer
{
    font-size: 11px;
    margin-top: 5px;
    position: relative;
}

.divNav
{
    height: 150px;
    background-color: #ffffff;
}

.facebook {
    position: relative;
    z-index: 1;
    top: -196px;
    left: 760px;
}

.facebook img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.divContent
{
    width: 780px;
    min-height: 500px;
    /*overflow: auto;*/
    background-color: #fff;
    margin-top: 20px;
    padding: 10px;
    color: #5C574C;
}

.divContent a
{
    text-decoration: underline;
    color: #0B1D1B;
}

.divContent a:hover
{
    color: #0B1D1B;
    text-decoration: none;
}

.main
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.navBorder
{
    
}

.navSubBorder
{
    margin-left: 10px;
    margin-top: 8px;
}

.navL0
{
    padding-right: 6px;
    border-right: solid 1px #D8D4D0;
}

.navL1
{
    padding-right: 7px;
    border-right: solid 1px #D8D4D0;
}

.navL2
{
}

.Level1_0
{
    font-family: Arial, Verdana, Sans-Serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 28px;
    white-space: nowrap;
}

.Level1_0:Hover
{
	text-decoration: none;
	border-bottom: 1px solid red;
}

.Level1
{
    font-family: Arial, Verdana, Sans-Serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 28px;
    margin-left: 8px;
    white-space: nowrap;
}

.Level1:Hover
{
	text-decoration: none;
	border-bottom: 1px solid red;
}

.Level1Active
{
    font-family: Arial, Verdana, Sans-Serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 28px;
    margin-left: 8px;
    white-space: nowrap;
    text-decoration: none;
    border-bottom: 1px solid red;
}

.Level1Active:Hover
{
	text-decoration: none;
	border-bottom: 1px solid red;
}

.Level1Active_0
{
    font-family: Arial, Verdana, Sans-Serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 28px;
    text-decoration: none;
    border-bottom: 1px solid red;
}

.Level1Active_0:Hover
{
	text-decoration: none;
	border-bottom: 1px solid red;
}

.Level2
{
    font-family: "Trebuchet MS", Verdana, Sans-Serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    margin-left: 15px;
}

.Level2Active
{
    font-family: "Trebuchet MS", Verdana, Sans-Serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    margin-left: 15px;
    color: #282828;
}

a
{
    text-decoration: none;
    color: #0B1D1B;
}

a:hover
{
    color: #0B1D1B;
    text-decoration: underline;
}

.valError
{
    color: #b80007;
}

.homeTitle
{
    color: #0B1D1B;
    font-size: 30px;
    text-transform: uppercase;
}

.textTitle1
{
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 8px;
}

.textTitle2
{
    background: url('../images/bgTitle.jpg') no-repeat center left;
    height: 18px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 25px;
    font-size: 16px;
}

.textTitle
{
    background: url('../images/bgTitle.jpg') no-repeat center left;
    height: 18px;
    width: 700px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding-left: 25px;
    font-size: 16px;
}

.textLight
{
    color: #5C574C;
}

h1
{
    font-family: "Trebuchet MS", Verdana, Sans-Serif;
    font-size: 30px;
    margin-bottom: 20px;
}

h2
{
    font-size: 14px;
    font-weight: bold;
}

.ddMedium
{
    border-bottom: dotted 1px #000;
    font-size: 12px;
    width: 200px;
    margin: 5px;
    height: 20px;
}

.tbxMedium
{
    border: none;
    font-size: 12px;
    border-bottom: dotted 1px #000;
    width: 200px;
    margin: 6px;
}

.tbxLarge
{
    border: none;
    font-size: 12px;
    border-bottom: dotted 1px #000;
    width: 620px;
    margin: 6px;
}

.tbxLarge1
{
    border: dotted 1px #000;
    font-size: 12px;
    width: 620px;
    margin: 6px;
}

.btn
{
    border: none;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    background-color: #6F6856;
    color: white;
    margin-top: 10px;
}

.formTitle
{
    color: #b80007;
    font-weight: bold;
    border-bottom: dotted 1px #b80007;
    line-height: 30px;
    margin-bottom: 10px;
}

.formPrice
{
    color: #b80007;
    font-weight: bold;
    margin-top: 7px;
}

.formDesc
{
    font-size: 10px;
    font-style: italic;
    color: #5C574C;
}

.imagelist
{
    width: 100%;
    margin-left: 5px;
    padding-left: 0;
}

.imagelist li
{
    margin: 0;
    padding: 0;
    display: inline;
}
.imagelist li a img
{
    padding: 5px;
    margin: 0;
    border: solid 1px #C9C9C9;
}

.imagelist li a
{
    text-decoration: none;
}

div.content-one {
    display:none;
}

div.expand-one {
    margin-bottom: 15px;
}