/* CSS Document 
   ____ ____ ____    _              ____ ____     _    ___ ____   _     ___  _   _  ____ __  __ _   _ ___ ____  
  / ___/ ___/ ___|  | |__  _   _   / ___|  _ \   / \  |_ _/ ___| | |   / _ \| \ | |/ ___|  \/  | | | |_ _|  _ \ 
 | |   \___ \___ \  | '_ \| | | | | |   | |_) | / _ \  | | |  _  | |  | | | |  \| | |  _| |\/| | | | || || |_) |
 | |___ ___) |__) | | |_) | |_| | | |___|  _ < / ___ \ | | |_| | | |___ |_| | |\  | |_| | |  | | |_| || ||  _ < 
  \____|____/____/  |_.__/ \__, |  \____|_| \_\_/   \_\___\____| |_____\___/|_| \_|\____|_|  |_|\___/|___|_| \_\
                           |___/                                                                                                                                                              
*/
/* CSS layout */

body {
	text-align:center;
	font-family:sans-serif;
	font-size: .9em;
	padding:0;
	margin: 0;
	background-color: #e7e7df;
	background-image: url(siteimages/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


#frame {
		margin:0 auto;
		position:relative;
		text-align:left;
		width:800px;		
		}


#nav{
	width:800px;
	text-align: center;
	margin-top: 25px;
}



#contentleft {
	width:304px;
	float:left;
	min-height:395px;

	margin-top: 0px;
}


#contentcenter {
	width:800px;
	float:left;
	min-height:295px;
	overflow:auto;
	text-align:left;
	margin-bottom: 40px;
	margin-top: 0px;
}


/* CSS ul, li, p, headings */

#contentcenter ul{
	color: #999999;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 70px;
	background-color:#fff;
}

#onethird{
width:33%;
float:left;
}


#contentcenter li{
	list-style-position: outside;
	color: #666;
	list-style-image: url(siteimages/list.png);
	padding-top: 5px;
}

p {
	color:#666666;
	padding:7px;
	display:block;
	
	font-size: 1em;
	line-height: 1.7em;
	margin-top: 15px;
	background-color:#fff;
}

h1 {
	color:#fff;
	padding:7px;
	display:block;
	font-size: 1em;
	line-height: 1.7em;
	margin-top: 0px;
	background-color:#0099ff;
	    text-shadow: #2e5a8a 0 1px 0;

}

h2 {
	padding-left:5px;
	font-size:0.8em;
	display:block;
	line-height: 1.5em;
	margin-bottom: 3px;
}

h2 a{
	color:#333;
	display:inline;
	margin-bottom: 3px;
}

h2 a:hover{
	color:#0099ff;
	display:inline;
	margin-bottom: 3px;
}

h3 {
	color: #FFFFFF;
	background-color: #0099FF;
	display: inline;
}
h4 {
	vertical-align: 10%;
	display: inline;
	line-height: 40px;
}


p a {
	color: #666666;
	background-color: #fff;
}

a:hover {
	color: #333333;
}

.blueblock{
	color: #FFFFFF;
	background-color: #0099FF;
}

.image {
	margin: 0px;
	padding: 0px;
	display: block;
}
.comment {
	float: right;
}


.portfolio {
	padding: 0px;
	float:left;
	margin-top: 30px;
	margin-bottom: 20px;
	width: 800px;
	background-color:#e7e7df;
}

.portfolio .portfolioimage {
	float: left;
}


.portfolio p {
	font-size: 0.8em;
	line-height:1.5em;
	background-color:#e7e7df;
	margin-top:0px;
}




#footer {
	clear:both;
	width:100%;
	text-align:center;
	background-color:#e7e7df;
	font-size:1em;
	background-image: url(siteimages/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 75px;
	background-position: top;


}


/* footer styles */
#footer ul {
	color:#333333;
	text-align:center;
	font-size:0.7em;
	margin:0;
	padding:10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#footer ul li a:hover {
	color:#666;
	background-color:transparent;
}

#footer ul li a {
	color:#333333;
	text-decoration:none;
	background-color: #FFFFFF;
}

#footer ul li {
	display:inline;
	margin:0;
	padding:0;
	background-color: #FFFFFF;
}
	  
	
/* CSS navigation */
 .kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	background-image:url(siteimages/no_flicker.jpg); /*some browsers are to slow when aligning the menu items via jQuery and so the background shines through, this prevents this flickering*/
	width: 800px;

 }  
 .kwicks li{  
    display: block;  
    overflow: hidden;  
    padding: 0;  
    cursor: pointer;  
	float: left;
	width: 160px;
	height: 40px;
	margin-right: 0px;
	background-image:url(siteimages/kwicks_sprite.jpg);
	background-repeat:no-repeat;
}
.kwicks a{
	display:block;
	height:40px;
	text-indent:-9999px;
	outline:none;
}

#kwick1 {
	background-position:0px 0px;
}
#kwick2 {
	background-position:-200px 0px;
}
#kwick3 {
	background-position:-400px 0px;
}
#kwick4 { 
	background-position:-600px 0px;
}

#kwick5 { 
	background-position:-800px 0px;
}


#kwick1.active, #kwick1:hover { 
	background-position: 0 bottom;
}
#kwick2.active, #kwick2:hover{
	background-position: -200px bottom;
}
#kwick3.active, #kwick3:hover {
	background-position: -400px bottom;
}
#kwick4.active, #kwick4:hover {
	background-position: -600px bottom; 
}

#kwick5.active, #kwick5:hover {
	background-position: -800px bottom; 
}



/*SLIDER IMAGES CSS*/
#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:800px;
	height:241px;
	overflow:hidden; 
	}	
	
#prevBtn, #nextBtn{ 
	display:block;
	width:40px;
	height:40px;
	position:absolute;
	left:-20px;
	top:180px;
	}
		
#nextBtn{ 
	left:780px;
	}
															
#prevBtn a, #nextBtn a{  
	display:block;
	width:40px;
	height:40px;
	background:url(images/back.png) no-repeat 0 0;	
	}	
	
#nextBtn a{ 
	background:url(images/next.png) no-repeat 0 0;	
	}
	
	    /* image replacement for buttons*/
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }


p#vtip {
	display: none;
	position: absolute;
	padding: 10px;
	left: 5px;
	font-size: 0.8em;
	background-color: white;
	border: 1px solid #a6c9e2;
-moz-border-radius: 5px; -webkit-border-radius: 5px; 	z-index: 9999;
	text-align: left;
}
p#vtip #vtipArrow { position: absolute; top: -10px; left: 5px }
