﻿/* Presets
***********************************************/
    html { overflow-y: scroll; }
    body { color: #363636; margin: 20px 0 0 0; font-family: Arial; font-size: 75%; height: 100%; }
	h1 { margin: 0 0 30px; font-weight: normal; color: #333333; }
	h2 { margin: 0 0 15px; color: #333333; }
	h3 { margin: 0 0 12px; color: #333333; }
	p { margin: 0 0 10px; font-size: 110%; line-height: 19px; }
	a { color: #333333; text-decoration: none; }
	a:hover { color: #006666; text-decoration: none; }
	a img { border: none; }
	a:focus { border:none; outline:none; }
	.clear { clear: both; line-height: 0; height: 0; }
	.resetmargin { margin: 0; }
	.resetpadding { padding: 0; }
	.container { width: 960px; margin: auto auto; padding-top: 57px; position: relative; background: url(container-bg.gif) no-repeat fixed center 430px; }
	.homecontainer { width: 800px; padding-top: 57px; margin: auto auto; position: relative; }
	.bgnone { background-image: none !important; }
	.floatleft { float: left; }
	.floatright { float: right; }
/* Typography
****************************************/
    /* Preset Alts
    ********************/
    .textsmaller10 { font-size: 90%; }
    .textsmaller20 { font-size: 80%; }
    .textlarger10 { font-size: 110%; }
    .textlarger20 { font-size: 120%; }
    .textlarger30 { font-size: 130%; }
    .center { text-align: center; }
    .indent10 { padding-left: 10px; }
    .indent20 { padding-left: 20px; }
    .indent180 { padding-left: 180px; }
    .colorteal { color: #346564; }
    .bold { font-weight: bold; }
    .spacing50 { line-height: 50px; height: 50px; }
    .spacing25 { line-height: 25px; height: 50px; }
	.wrap480 { width: 480px; }
/* Layout
****************************************/
    /* -Page Type-
    ********************/
        /* -Left Nav-
        ***************/
        #leftnav
        {
            background:url("nav-bg.gif") no-repeat scroll left top;
            width: 220px;
            float:  left;
            margin-right: 50px;
        }
        #leftnav .bottom
        {
            background: url("nav-bottom.gif") no-repeat scroll left bottom;
            padding: 22px 5px 100px;
            width: 210px;
        }
        #leftnav ul
        {
            width: 210px;
            margin: 0;
            padding: 0;
        }
        #leftnav ul li
        {
            list-style: none;
            background: url(nav-border.gif) no-repeat 17px bottom;
        }
        #leftnav ul li a
        {
            display: block;
            font-size: 140%;
            padding: 10px 14px 10px 17px;
        }
        
        #leftnav ul li a:hover
        {
            /*background: url(nav-hover.png) repeat top left;*/
            color: #333333 !important;
        }
        #leftnav ul li a.active
        {
            background: url(nav-hover.png) repeat-y 17px top;
        }
        
        /* -Right Col-
        ***************/
        #right 
        {
            float: right;
            width: 690px;
            min-height: 450px;
			padding-top: 32px;
        }
        #right ul.rightnav
        {
            width: 165px;
            margin: 50px 0 0 45px;
            padding: 0;
            float: left;
        }
        #right ul.rightnav li
        {
            list-style: none;
            background: url(right-nav-bg.jpg) no-repeat 17px bottom;
        }
        #right ul.rightnav li a
        {
            display: block;
            font-size: 120%;
            padding: 10px 14px 10px 17px;
        }
        
        #right ul.rightnav li a:hover
        {
            /*background: url(nav-hover.png) repeat top left;*/
            color: #333333 !important;
        }
        #right ul.rightnav li a.active, #right ul.rightnav li a.active:hover
        {
            color: #6b6767 !important;
        }
        input
        {
            vertical-align: middle;
        }
        input.txtbox
        {
            height: 20px;
            border: 1px solid #cccccc;
        }
        
        /* -Contact Col-
        ***************/
        .contact
        {
            position:  absolute; 
            top: 90px;
            right: 0;
            width: 160px;
        }
        /* -Footer Nav-
        ***************/
        #footer
        {
            border-bottom: 1px solid #cccccc;
            border-top: 1px solid #cccccc;
            position: absolute;
            top: 0;
            left: 0;
            width: 960px;
        }
        .homecontainer #footer 
        {
            
            width: 800px;
        }
        #footer p 
        {
            font-size: 90%;
            color: #636363;
            line-height: 37px;
            margin-bottom: 0;
        }
        /* -Home-
        ***************/
        #home
        { 
            text-align:  center;
        }
        
        /* contact form */
fieldset {
	padding:0;
	border-style: none;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}

fieldset ol {
	list-style:none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}

fieldset li {
	padding-bottom:8px;
}

fieldset.submit {
	border-style: none;
	padding:0;
	}

label {
	display: block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
}

input {
	background-color:#F5F5F5;
	padding:2px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	font-size:11px;
	width: 250px;
	border: 1px solid #CCC;	
}

textarea {
	background-color:#F5F5F5;
	padding:2px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	font-size:11px;
	width: 320px;
	border: 1px solid #CCC;
	height:100px;
}

input.submit {
	/*background-image:url('../images/send.png');*/
	padding:4px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	font-size:13px;
	width: 80px;
	margin-left: 5px;
	border-style: none;
	background-repeat: no-repeat;
	}
