@charset "utf-8";
/* CSS Document */

* {margin:0;padding:0;}

html {overflow-y:scroll;} /*keep scrollbar present in FF*/

body {
    background: #000;
    padding:0 10px 20px;
}
#wrapper {
    width:900px;
    margin:20px auto 0;
    background:#262626 url(../graphics/faux.jpg) repeat-y; /*left column color*/
}
#header{
    height:140px;
    background: #000;
    background:#000 url(../graphics/header.png);
}
#navbar {
    height:360px;
    overflow:hidden;
}
/*.sub-1 #navbar {
    background:#262626 url(../graphics/image1.jpg) no-repeat top right;
}*/
#slideshow1 {
    position:relative;
    z-index:10;
	float:left;
}
#photo {
    width:673px;
    display:block;
    float:left;
}
#innerwrap {
    width:900px;
	min-height:400px;
    overflow:hidden;/*contain floats*/
}
#content {
    float:right;
    width:593px;
    padding:20px 40px;
    text-align:justify;
}
#left {
    float:left;
    width:227px;
    padding:0 0 .5em;
/*    background:#A01;*/
}
#footer {
    clear: both;
    height:45px;
    /*line-height:30px;*/
    background:#262626;
    font-size:.85em;
    text-align: center;
    background:#262626 url(../graphics/footer.gif);
}
p {
	padding:12px 1px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:.8em;
	color:#eee;
}
p.test{padding:2em .5em 0;}
#headline {
	margin-top:20px;
}
.bill {
	padding:83px 0 0 24px ;
}
/* -------------------- NAV -------------------------- */
#nav {
    width:227px;
    padding:15px 0;
    list-style:none;
    overflow:hidden;
    background:url(../graphics/nav.jpg); /* IE6 Flicker Fix */
    float:left;
    height:330px;
}
#nav li {
    float:left;
    position:relative; /* Spriteric Add */
    margin:5px 0;
}
#nav a {
    float:left;
    width:227px;
    height:20px;
    background:url(../graphics/nav.jpg);
    outline:0;
    text-decoration:none; /* Spriteric Add */
    color:#000; /* Spriteric Add */
}
#nav a:hover b, #nav a:focus b { /* Spriteric Add */
    font-size:95%;
}
#nav a b { /* Spriteric Add */
    position:absolute;
    left:0;top:0;
    z-index:-1;
    height:20px;
    width:227px;
    line-height:20px;
    text-align:center;
    font-size:90%;
}
* html #nav a b { /* Spriteric Add for IE6 */
left:-999em;
}
/* Default State */
#nav #a{background-position:0 -20px;}
#nav #b{background-position:0 -50px;}
#nav #c{background-position:0 -80px;}
#nav #d{background-position:0 -110px;}
#nav #e{background-position:0 -140px;}
#nav #f{background-position:0 -170px;}
#nav #g{background-position:0 -200px;}
#nav #h{background-position:0 -230px;}
#nav #i{background-position:0 -260px;}
#nav #j{background-position:0 -290px;}
#nav #k{background-position:0 -320px;}
/* Hover/Focus State */
#nav #a:hover,#nav #a:focus{background-position:-227px -20px;}
#nav #b:hover,#nav #b:focus{background-position:-227px -50px;}
#nav #c:hover,#nav #c:focus{background-position:-227px -80px;}
#nav #d:hover,#nav #d:focus{background-position:-227px -110px;}
#nav #e:hover,#nav #e:focus{background-position:-227px -140px;}
#nav #f:hover,#nav #f:focus{background-position:-227px -170px;}
#nav #g:hover,#nav #g:focus{background-position:-227px -200px;}
#nav #h:hover,#nav #h:focus{background-position:-227px -230px;}
#nav #i:hover,#nav #i:focus{background-position:-227px -260px;}
#nav #j:hover,#nav #j:focus{background-position:-227px -290px;}
#nav #k:hover,#nav #k:focus{background-position:-227px -320px;}
/* Active State */
#nav #a:active,#nav #a:focus{background-position:-227px -20px;}
#nav #b:active,#nav #b:focus{background-position:-227px -50px;}
#nav #c:active,#nav #c:focus{background-position:-227px -80px;}
#nav #d:active,#nav #d:focus{background-position:-227px -110px;}
#nav #e:active,#nav #e:focus{background-position:-227px -140px;}
#nav #f:active,#nav #f:focus{background-position:-227px -170px;}
#nav #g:active,#nav #g:focus{background-position:-227px -200px;}
#nav #h:active,#nav #h:focus{background-position:-227px -230px;}
#nav #i:active,#nav #i:focus{background-position:-227px -260px;}
#nav #j:active,#nav #j:focus{background-position:-227px -290px;}
#nav #k:active,#nav #k:focus{background-position:-227px -320px;}
/* Current Page */
.a #nav #a{background-position:-227px -20px;}
.b #nav #b{background-position:-227px -50px;}
.c #nav #c{background-position:-227px -80px;}
.d #nav #d{background-position:-227px -110px;}
.e #nav #e{background-position:-227px -140px;}
.f #nav #f{background-position:-227px -170px;}
.g #nav #g{background-position:-227px -200px;}
.h #nav #h{background-position:-227px -230px;}
.i #nav #i{background-position:-227px -260px;}
.j #nav #j{background-position:-227px -290px;}

/* -------------------- SUBNAV -------------------------- */
#subnav {
    width:227px;
/*    padding:15px 0;*/
    list-style:none;
    overflow:hidden;
    background:url(../graphics/subnav.jpg); /* IE6 Flicker Fix */
    float:left;
    height:80px;
	margin-top:85px;
}
#subnav li {
    float:left;
    position:relative; /* Spriteric Add */
    margin-bottom:10px;
}
#subnav a {
    float:left;
    width:227px;
    height:20px;
    background:url(../graphics/subnav.jpg);
    outline:0;
    text-decoration:none; /* Spriteric Add */
    color:#000; /* Spriteric Add */
}
#subnav a:hover b, #subnav a:focus b { /* Spriteric Add */
    font-size:95%;
}
#subnav a b { /* Spriteric Add */
    position:absolute;
    left:0;top:0;
    z-index:-1;
    height:20px; 
    width:227px;
    line-height:20px;
    text-align:center;
    font-size:90%;
}
* html #subnav a b { /* Spriteric Add for IE6 */
left:-999em;
}
/* Default State */
#subnav #l{background-position:0 0;}
#subnav #m{background-position:0 -30px;}
#subnav #n{background-position:0 -60px;}
/* Hover/Focus State */
#subnav #l:hover,#subnav #l:focus{background-position:-227px 0;}
#subnav #m:hover,#subnav #m:focus{background-position:-227px -30px;}
#subnav #n:hover,#subnav #n:focus{background-position:-227px -60px;}

/*---------- cfooter ----------*/
#share {
    float:left;
    height: 20px;
    line-height:20px;    
    margin:14px 0 0 70px;
    display:inline; /*fix IE6 double margin bug*/
}
#share img {margin-right:5px;}
#share img, #spia img {vertical-align:middle; border:none;}
#contactInfo {
    width:400px;
    margin:0 auto;
    line-height:28px;
    padding-top:11px;
    text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:.8em;
	color:#eee;
}
.spia {
    float:right;
    width: 54px;
    height: 16px;
    font-size:11px;
    line-height:16px;
    margin: 18px 70px 0 0;
    display:inline; /* IE6 */
}
.spia a {
    height: 100%;
    display: block;
    background:url(../graphics/spia.gif) 0 0px;
}
.spia a:hover {
    text-decoration:none;
    background-position:0 16px;
}
/*---------- form ----------*/
fieldset {
	border:none;
	text-align:center;
}
#contact {
	width:490px;
	margin-bottom:5px;
}
.cform {
	border:1px solid #5f5f5f;
	color: #333;
	height: 1.4em;
	text-align: left;
	width:320px;
	background:#c5c5c5;
	border:2px solid #080808;
}
.c_row {
    width:100%;
    padding:5px 0;
    overflow:hidden;
}
.c_buttonrow {
	padding-top:10px;
	margin:5px auto;
	background:#0F6;
}
.c_colleft {
    float:left;
    padding-right:10px;
	width:149px;
	text-align:right;
}
.c_colright {
    float:left;
}
textarea {
	color:#333;
	font-family:Verdana, sans-serif;
	font-size:13px;
	line-height:15px;
	height:200px;
	text-align: left;
	width:320px;
	background:#c5c5c5;
	border:2px solid #080808;
  }
input:focus, textarea:focus{
	color:#000;
	background: #fff;
}
.formLabel
{
	font-family: Verdana, sans-serif;
	font-size:11px;
	line-height:15px;
	padding:3px 0 7px;
	font-weight:600;
	margin:0;
}

#throbber {
	width:380px;
	min-height:125px;
	height:125px;
	margin:50px 0 0 80px;
	padding:30px 18px 6px 18px;
	background:#fc7d00;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.2em;
	font-weight:200;
	text-align:center;
	position:absolute;
	z-index:10;
	color:#383838;
	border:2px solid #ddd;
	box-shadow: 0px 0px 6px #000;
	-moz-box-shadow: 0px 0px 6px #000;
	-webkit-box-shadow: 0px 0px 6px #000;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.messageconf {
	width:380px;
	min-height:125px;
	height:125px;
	margin:50px 0 0 80px;
	padding:18px;
	background:#fc7d00;
	font-family:Verdana, Geneva, sans-serif;
	font-size:.8em;
	font-weight:200;
	position:absolute;
	z-index:5;
	color:#f2f2f2;
	border:2px solid #ddd;
	box-shadow: 0px 0px 6px #000;
	-moz-box-shadow: 0px 0px 6px #000;
	-webkit-box-shadow: 0px 0px 6px #000;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}