/*****RESET****/
html, body, div, span, applet, object, iframe,
h2, 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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

::selection {
	background: #f59c00; /* Safari */
	}
::-moz-selection {
	background: #f59c00; /* Firefox */
}

/****GENERAL STYLES****/

a {
    color:inherit;
    text-decoration:none;
    border-bottom:thin dotted;
}

ul, li {
    list-style:none;
}

h2 {
    font-family:helvetica, arial, sans;
    font-weight:bold;
    font-size:48px;
    line-height:.95em;
    letter-spacing:-.06em;
}

h3 {
    font-family:helvetica, arial, verdana, sans-serif;
    font-weight:bold;
    font-size:24px;
    line-height:.95em;
    letter-spacing:-.05em;
}
p {
    font-family:georgia,serif;
    font-size:20px;
    line-height:1.30em;
    margin-top:5px;    
}

em {
    font-style:italic;
}

#copyright {
    font-size:14px;
    margin-top:0px;
}

.col p {
    width:200px;
    font-size:14px;
    line-height:21px;
    /***text-align:justify;***/
    float:right;
    margin-top:110px;
    margin-left:250px;
}

.col p#kman {width:152px;}

#wrap {
    width:960px;
    margin:10px auto 0 auto;
}

#nav {
    width:100px;
    height:125px;
    background:transparent url('img/nav-bg.png');
    position:absolute;
    top:0px;
    right:-100px;
    padding-top:15px;
    font-family:georgia, serif;
    font-size:14px;
    z-index:200;
}

#nav li {padding:3px;margin-left:10px;}

#nav li a {
    border-bottom:none;
    color:#aaa;
}

#nav li a:hover, #nav li a#active {color:#222;font-weight:bold;}

/**********HOME STYLES*********/
#home {background:#f6f6f6 url('img/home-bg.png') repeat;}

    #home p#copyright {color:#555}
    
    #home-img {
        background-image:url('img/nav-sprite.png');
        background-position:0px 0px;
        position:relative;
        width:960px;
        height:74px;
        margin-bottom:-3px;
        text-indent:-9999px;
}

    #home-content {
        position:relative;
        width:960px;
        height:548px;
        background-color:#303030;
}
.slideshow {
    width:911px;
    height:503px;
    position:absolute;
    top:23px;
    left:24px;
    overflow:hidden;
}

.slideshow img {
    position:relative;
    width:911px;
    float:left;
}

#caption {
    background-color:rgba(0, 0, 0, 0.55);
    width:891px;
    height:141px;
    position:absolute;
    padding:5px 10px;
    top:375px;
    left:24px;
    z-index:200;
}

#caption h2, #caption p {color:#f6f6f6;width:600px;}

#caption h3#cta a {border:none;}

#caption h3#cta:hover {
    background-color:#f59c00;
}

#caption h3#cta {
    color:#f6f6f6;
    float:right;
    padding:10px 7px;
    border:thin dashed;
    margin-top:55px;
    margin-right:30px;
}
    
/**********ABOUT STYLES*********/
#about {background:#e9ebce url('img/about-bg.jpg') repeat;}

    #about h2, #about p {color:#fff;}
    
    #about-img {
       background-image:url('img/nav-sprite.png');
       background-position:0px -150px;
       position:relative;
       width:960px;
       height:74px;
       margin-bottom:-3px;
       text-indent:-9999px;
   }
   
    #about-pics {
       background-image:url('img/about-pics.png');
       position:absolute;
       width:861px;
       height:305px;
       top:205px;
       left:-30px;
       z-index:300;
   }

    #about-content {
       position:relative;
       width:920px;
       height:508px;
       padding:20px;
       background:#467363 url('img/about-bgd.jpg');
   }
    
    #about-content p#blurb {
        width:590px;
    }
/**********404 STYLES*********/
#err {background:url('img/404-bg.png') repeat;}

 #err-img {
    background-image:url('img/nav-sprite.png');
    background-position:0px -300px;
    position:relative;
    width:960px;
    height:74px;
    margin-bottom:-3px;
    text-indent:-9999px;
}
 
 #err-content {
    position:relative;
    width:960px;
    height:548px;
    background-color:#c13720;
}

 #oops {
    position:relative;
    width:560px;
    margin:0 auto;
    top:185px;
    color:#daceb1;
    line-height:18px;
    text-align:center;
}

#oops p {
    font-size:14px;
    color:#fff7f7;
    font-style:normal;
    margin-left:30px;
}

/**********CONTACT STYLES*********/
#contact {background:#fff url('img/contact-bg.png') repeat;}
    #contact-img {
        background-image:url('img/nav-sprite.png');
        background-position:0px -225px;
        position:relative;
        width:960px;
        height:74px;
        margin-bottom:-3px;
        text-indent:-9999px;
    }

    #contact-content {
        position:relative;
        width:920px;
        height:508px;
        padding:20px;
        background-color:#f59c00;
    }
    #contact h2, #contact h3, #contact p {color:#ffdea4;}
    
    #contact div#thanks {
        float:right;
        position:absolute;
        right:75px;
        top:130px;
        text-align:center;
    }

    #contact div#thanks h3 {
        font-family:georgia,serif;
        text-shadow:none;
        font-size:10px;
        letter-spacing:.01em;
    }
    
    
/**********FORM STYLES*********/
#col {width:300px;position:relative;margin-top:2px;}
#col li {margin-bottom:10px;}

.cont {text-align:left;}

.cont ul {
    margin:0;
    list-style-type:none;
    width:700px;
}

.cont li {
    list-style-type:none;
    line-height:18px;
    font-style:italic;
}

label, input, textarea{
    font-family:georgia,serif;
    font-size:16px;
    color:#ffdea4;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -border-radius:5px;
}

input {
    width:198px;
    height:22px;
    padding-top:3px;
    padding-left:2px;
    margin-top:5px;
    background:#ffdea4;
    border:none;
    color:#333;
}

input:focus, textarea:focus {background:#ffd666;}

textarea {
    width:300px;
    height:200px;
    background:#ffdea4;
    border:none;
    resize:none;
    font-size:14px;
    line-height:18px;
    padding:5px;
    margin-top:5px;
    color:#333;
}

.message {
    background:#ffdea4;
    color:#333;
    display:none;
    width:460px;
    padding:5px;
    font-family:georgia,serif;
    font-size:14px;
    -moz-border-radius:5px;
    font-style:italic;
}

.message li {line-height:16px;}

li.submitbutton {cursor:pointer;}

li.submitbutton input {
    width:85px;
    padding:0px;
    text-align:center;
    color:#f59c00;
    font-weight:bold;
    cursor:pointer;
}
.cont li.special {display:none;}
#wrapper {margin-top:15px;}
#wrapper p {text-align:center;}
/*******END PAGE-SPECIFIC STYLES********/
p#copyright {color:#555}