/*
 * Powergenix.css
 * By John Pezzetti of Quantum Communications
 *
 *
 *** Begin Colors ***
 
   Mid Blue: #336699;
   Dark Blue: #003366;
   Mid Green: #339933;
   Dark Green: #006633;
   Yellow: #f0facc;
   
 */



*{
	margin: 0px;
	padding: 0px;	
}

#body{
  	background:url('../images/bg.jpg') repeat-x #fff;
   	text-align: center;
	font-family: trebuchet ms, arial, verdana, sans-serif;
	font-size: 95%;
	width: 100%;
	line-height: 1.6em;
	color: #333;
}

/* Page Structure
----------------------------------------------- */

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

#header{
	width: 900px;
	height: 81px;
}

.content{
	padding: 20px 20px;
}

.message{
	color: red;
	text-align:center;
	margin: 10px;
	font-style: italic;	
}

#footer{
	width: 100%;
	height: 300px;
	background:url('../images/footer.jpg') top repeat-x;
	clear:both;
}

#footer_int{
	width: 900px;
	margin: 0px auto;
}

#footer_int p{
	margin-top: 25px;	
}

/* Header
----------------------------------------------- */

.logo{
	float:left;	
}

h1.mission{
	font-size: 1em;
	color: #fff;
	
	padding: 20px 0 0 0;
	font-weight: normal;
}


/* Navigation
----------------------------------------------- */

.nav_container{
	text-align:center;
}

.nav_container ul{
	margin: 0px;	
}

.shrink{
	display:table;
	margin: 0px auto;
}

.nav{
	line-height: 44px;
	list-style: none;
	display: table-cell;
	font-weight: bold;
	font-size: .8em;
}

.nav li ul,
.nav li ul li ul,
.nav li:hover ul li ul,
.nav li.sfhover li ul{
	position: absolute;
	height: auto;
	left: -999em;
	width: 220px;
}

.nav li ul li ul{
	margin: -2.6em 0 0 220px;
}

.nav li:hover ul, 
.nav li.sfhover ul,
.nav li ul li:hover ul,
.nav li li.sfhover ul{
	left: auto;
	float:left;
}

.nav li{
	display: block;
	float: left;
	border-right: 1px #dedede solid;
	margin: 0;
	padding: 0;
}

.nav li.first{
	border-left: 1px #dedede solid;
}

.nav li ul li{
	font-weight: normal;
	float: none;
	text-align: left;
	border: none !important;
	font-weight: normal;
	line-height: 1.6em;
}

.nav li ul li a{
	padding: .5em 1em;	
	background: none !important;
}

.nav a{
	text-decoration:none;
	display:block;
	padding: 0 1em;	
}


/* Primary Navigation
----------------------------------------------- */

#primary_nav{
	background: url('../images/primary_nav.jpg') no-repeat;
}

#primary_nav a,
#primary_nav a:visited{
	color: #336699;
}

#primary_nav .nav li:hover a,
#primary_nav .nav li.sfhover a{
	background: url('../images/primary_hover.jpg') repeat-x;
	color: #339933;
}

.front #primary_nav{
	background: url('../images/primary_nav_front.jpg') no-repeat;
}

#primary_nav .nav li ul li{
	background: #dedede;
}

#primary_nav .nav li ul{
	background: url('../images/primary_dropdown.png') bottom no-repeat;
	padding-bottom: 11px;
}

#primary_nav .nav li ul li a{
	color: #336699 !important;	
}

#primary_nav .nav li ul li:hover a,
#primary_nav .nav li ul li.sfhover a{
	color: #339933 !important;
	background: #eeeeee !important;	
}

#primary_nav .nav li ul li:hover ul li a,
#primary_nav .nav li ul li.sfhover ul li a{
	color: #336699 !important;
	background: none !important;	
}


#primary_nav .nav li ul li ul li:hover a,
#primary_nav .nav li ul li ul li.sfhover a{
	color: #339933 !important;
	background: #eeeeee !important;	
}


#primary_nav .nav li.highlight a{
	color: red;	
}


/* Secondary Navigation
----------------------------------------------- */

#secondary_nav{
	background: url('../images/secondary_nav.jpg') no-repeat;
}

#secondary_nav .nav li{
	border-right: 1px #308d42 solid;
}

#secondary_nav .nav li.first{
	border-left: 1px #308d42 solid;
}

#secondary_nav .nav a,
#secondary_nav .nav a:visited{
	color: #fff;
}

#secondary_nav .nav li:hover a,
#secondary_nav .nav li.sfhover a{
	color: #f0facc;
	background: url('../images/secondary_hover.jpg') repeat-x;
}

#secondary_nav .nav li ul{
	background: url('../images/secondary_dropdown.jpg') bottom no-repeat #339933;
	padding-bottom: 12px;	
}

#secondary_nav .nav li ul li:hover a,
#secondary_nav .nav li ul li.sfhover a{
	color: #f0facc !important;
	background: #006633 !important;	
}



/* Front Page
----------------------------------------------- */

.front #header{
    height: 61px;	
}

.panel{
	clear:both;
	float:left;
	width: 900px;
}

.pane{
	width: 440px;
	margin-right: 20px;
	float:left;
}

.pane_int{
	padding: 10px;	
}

.pane.last{
	margin-right: 0;
}

.pane h2{
	background: url('../images/pane_header_bg.jpg') top right no-repeat;
    line-height: 40px;
    color: #fff;
    padding: 0px;
}

.pane h2 a, 
.pane h2 a:visited{
	color: #fff;
	text-decoration:none;
	display:block;
	padding: 0 1em;
}

.pane h2 a:hover{
	background: url('../images/pane_hover.png') top right no-repeat;
	color: #f0facc;
}

/* Front Slideshow
----------------------------------------------- */

#slideshow{
	height: 200px;
	width: 900px;
	overflow:hidden;
}

.slide{
	height: 200px;
	width: 900px;
	overflow:hidden;
}

#slide_camera{
	background: url('../images/slide_camera.jpg') no-repeat;
}

#slide_toy{
	background: url('../images/slide_toy.jpg') no-repeat;
}

#slide_prius{
	background: url('../images/slide_prius.jpg') no-repeat;
}

.spacer{
	width: 300px;
	height: 190px;
	float:left;
}

#slide_prius .spacer{
	width: 400px;
}

#slideshow h1{
    padding: 80px 0 0 0;	
}
#slideshow h2{
    padding: 10px 0 0 0;	
}


/* html elements
----------------------------------------------- */

img{
    border: 0px none;
}

p,
li,
blockquote,
cite{
	padding: 5px 0;
}

ul,ol{
	margin: 0 0 0 4em;	
}

blockquote{
	padding: 5px 2em;
	font-style: italic;	
}

.front blockquote{
	padding: 5px 0;	
}

cite{
	font-style:normal;	
}

.right{
	float:right;
	margin: 5px 5px 20px 20px;	
}

.left{
	float:left;
	margin: 5px 20px 20px 5px;	
}

.center{
	margin: 0px auto !important;	
}

.highlight{
	font-weight:bold;
	color: red;	
}

.more-link{
	text-align:right;
	font-size: .8em;	
}

.captioned span{
	display:block;
	clear:both;
	font-size: .7em;
	color: #333;
	text-align:center;
	line-height: 1.3em;
}

.captioned{
	text-align:center;	
}

h1,h2,h3,h4,h5{
	padding: 10px 0;
}

h1{
	color: #339933;
	font-size: 1.6em;
}

h1 em{
	color: #339933;
}

h2{
	color: #336699;
	font-size: 1.2em;
}

h2 em{
	color: #339933
}

hr{
	width: 800px;
	margin: 15px auto;
	height: 33px;
	background: url('../images/hr.jpg') no-repeat;
	display: block;
	border: 0px none;
	clear:both;
}

a{ 
	color: #003366;	
	text-decoration:none;
}

a:visited{ color: #336699 }

a:hover{ color: #339933; }

input.button {
    margin: 5px;
    padding: 5px;
}


/* Tables
----------------------------------------------- */

table.data_table{
	background:url('../images/table_back.jpg') bottom repeat-x;	
	border: 1px #efefef solid;
	font-size: .8em;
	line-height: 1.3em;
}


.data_table td,
.data_table th{
	padding: 8px 10px;
	border-right: 1px #efefef solid;
	border-left: 1px #efefef solid;
}

.data_table th{
	background:  #dedede;
}





/* Specific Writeups
----------------------------------------------- */

#app_slideshow{
	float:right;
	margin: 0 0 20px 20px;	
}

.products{
	vertical-align: top;	
}

