@charset "utf-8";
/* CSS Document */

body  {
    margin: 0 0;
	padding: 0 0;
    background-color: white;
	background-image: url(../images/gray_white_gradient_back.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font: 8pt/12pt verdana, trebuchet ms, trebuchet, arial, sans-serif;
	color: black;
	}

body.invest  {
    margin: 0 0;
	padding: 0 0;
    background-color: black;
	background-image: url(images/dk_gradient.jpg);
	background-position: 110px left;
	background-repeat: repeat-x;
	font: 8pt/12pt verdana, trebuchet ms, trebuchet, arial, sans-serif;
	color: white;
	}

a  {
   color: #000099;
   /* color: #FFCC66; */
   text-decoration: underline;
}

a:hover  {
   color:#0000cc;
   /* color:#FF9900; */
   text-decoration: none;
}

a:focus {
   outline: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #150873;
    /* color: #FFCC66; */
	margin: 0;
	padding: 0;
    }
	
h2  {
    font-weight: bold;
	font: 14pt/20pt verdana, trebuchet ms, trebuchet, arial, sans-serif;
	letter-spacing: 2px;
	margin-top: 20px;
    }
	
h3  {
    font-weight: bold;
	font: 12pt/16pt verdana, trebuchet ms, trebuchet, arial, sans-serif;
	letter-spacing: 1px;
	margin-top: 20px;
    }
	
div.main  {
    margin: 0 auto;
    width: 960px;
	}
	
div.invest  {
    margin: 35px auto 0 auto;
    width: 650px;
	font-size: 12px;
	}
	
div.header  {
    padding: 25px 0 15px 10px;
	}
	
div.content  {
    /* border: 5px solid #ccc; */
	min-height: 150px;
	padding-bottom: 30px;
	}

div.content_main  {
    /* border: 5px solid #ccc; */
	min-height: 300px;
   margin: 0;
   padding: 0;
	}

div.main_flash {
   width: 960px;
   height: 340px;
   margin: 0;
   padding: 0;
}

td.content  {
    padding-top: 10px;
	}

table.index_footer  {
	font: 7pt/10pt verdana, trebuchet ms, trebuchet, arial, sans-serif;
	color: #ccc;
	}
	
table.index_footer td.left  {
    /* vertical-align: top; */
	padding: 5px 0 0 30px;
	}
	
div.index_footer  {
   padding: 3px 0 0 0;
	text-align: right;
	font: 8pt/14pt verdana, trebuchet ms, trebuchet, arial, sans-serif;
	color: #ccc;
	}
	
div.index_footer a  {
	font: 8pt/14pt verdana, trebuchet ms, trebuchet, arial, sans-serif;
	color: #ccc;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 15px;
	}
	

div.index_footer a.left  {
    border-right: 1px solid #999;
	}
	

div.index_footer a:hover  {
    background-color: #333;
	}
	
table.footer  {
	font: 7pt/10pt verdana, trebuchet ms, trebuchet, arial, sans-serif;
	color: #666;
	}
	
table.footer td.left  {
    vertical-align: top;
	padding: 24px 0 0 10px;
	}
	
div.footer  {
    padding: 20px 0 30px 0;
	text-align: right;
	font: 8pt/14pt verdana, trebuchet ms, trebuchet, arial, sans-serif;
	color: #ccc;
	}
	
div.footer a  {
	font: 8pt/14pt verdana, trebuchet ms, trebuchet, arial, sans-serif;
	color: #333;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 15px;
	}
	

div.footer a.left  {
    border-right: 1px solid #ccc;
	}
	

div.footer a:hover  {
    background-color: #ccc;
	}
	
div.invest_btn  {
    width: 150px;
    padding: 3px 10px;
	text-align: center;
	font: 8pt/12pt verdana, trebuchet ms, trebuchet, arial, sans-serif;
	color: #ccc;
    border: 1px solid #ccc;
	}
	
a div.invest_btn  {
	cursor: pointer;
	font: 8pt/12pt verdana, trebuchet ms, trebuchet, arial, sans-serif;
	color: #ccc;
    background-color: #666;
	text-decoration: none;
	padding: 0 15px;
	}
	

a:hover div.invest_btn   {
    background-color: #333;
	}
	
table.director  {
    margin-top: 50px;
	}
	
table.director h4,
table.director h5 {
    color: #150871;
	}
	
table.director h5 {
    padding-bottom: 15px;;
	}
	
table.director td  {
    vertical-align: top;
	}

table.director td.director_left  {
    padding-bottom: 30px;
	}

table.director td.director_right  {
    padding: 0 15px 30px 15px;
	}

div.benefits_flash  {
   border: 1px solid #333;
   margin-top: 30px;
   }

/*  Page navigation  */

div.index_nav_main  {
   width: 960px;
   height: 25px;
   /* background-image: url(../images/index_menu_back.jpg); */
   background-image: url(../images/top_nav_back.png);
   background-position: top left;
   background-repeat: no-repeat;
   /* background-repeat: repeat-x; */
	padding: 0;
   margin: 0;
    }

div.index_foot  {
   width: 960px;
   height: 25px;
   /* background-image: url(../images/index_menu_back.jpg); */
   background-image: url(../images/bottom_nav_back.png);
   background-position: bottom left;
   background-repeat: no-repeat;
	padding: 0;
   margin: 0;
    }

div.index_nav_main a  {
	text-decoration: none;
	cursor:pointer;
   font-size: 7pt;
	color: #ccc;
    }

div.index_nav_main a.last  {
   border: none;
    }

div.index_nav_main a:hover  {
   background-color: #333;
    }

div.index_nav_main ul  {
	margin: 0;
   padding: 4px 0 0 30px;
    }

div.index_nav_main li  {
	display: inline;
   padding: 0 10px;
   border-right: 1px solid #666;
    }

div.index_nav_main li.last  {
   border: none;
    }

div.nav_main  {
    margin-top: 35px;
	padding: 0;
    clear: both;
    float: left;
	height: 100%;
    width: 240px;
    }

#idList {
	margin: 0;
	padding: 0;
}
 
#idList a {
	text-decoration: none;
	cursor:pointer;
	color: white;
}
 
#idList li {
	display: block;
	margin: 0 0 2px 0;
	padding: 4px 4px 4px 10px;
	width: 185px;
	background: #333;
	color: white;
}

#idList a:hover li {
	background: #666;
}

/*   */

ul.ppse-nav {
	margin: 0;
	padding: 0;
}
 
ul.ppse-nav .button {
	border: none;
   background: none;
   margin: 0;
   padding: 0;
	font: 8pt/12pt verdana, trebuchet ms, trebuchet, arial, sans-serif;
   color: white;
   
}
 
ul.ppse-nav a {
	text-decoration: none;
	cursor:pointer;
	color: white;
}
 
ul.ppse-nav li {
	display: block;
	margin: 0 0 2px 0;
	padding: 4px 4px 4px 10px;
	width: 185px;
	background: #333;
	color: white;
}

ul.ppse-nav a:hover li,
ul.ppse-nav li:hover {
	background: #666;
}
 
div.lpv-pics img  {
     margin-bottom: 10px;
    }

/*   */

ul.ppse-nav-inactive {
	margin: 0;
	padding: 0;
}
 
ul.ppse-nav-inactive a {
	text-decoration: none;
	cursor:pointer;
	color: #666;
}
 
ul.ppse-nav-inactive li {
	display: block;
	margin: 0 0 2px 0;
	padding: 4px 4px 4px 10px;
	width: 185px;
	background: #333;
	color: #666;
}

 
div.lpv-pics img  {
     margin-bottom: 10px;
    }

/*    */

#blockquote-right  {
   text-align: right;
}


/* Begin jQuery scrollTo */

#scroller-header a {
	text-decoration:none; 
	color:white; 
	padding:8px 10px 10px 10px;
}

#scroller-header a:hover {
	text-decoration:none; 
	color:white;
}

#scroller-header a.selected {
	background:#ccc;
	text-decoration:none !important; 
	color:white !important;
}

#scroller-header {
	background:#aaa;
	width:580px;
	height:24px;
   margin-top:20px;
	padding:10px 10px 0 10px;
	font-weight:700;
}

#scroller-body {
	background:#ccc;
	width:580px;
	padding:10px 10px 30px 10px;
	padding-bottom:30px;

}

#mask {
	width:580px;
	overflow:hidden;
	margin:0 auto;
}

#panel {

}

#panel div {
float:left;

}


/* extra optional styling for each tab content */
#panel-1 {
}

#panel-2 {
}

#panel-3 {
}
 
/* End jQuery scrollTo */


.hist_img_right {
   padding: 10px 0 10px 10px;
}

.hist_img_left {
   padding: 10px 10px 10px 0;
}


/* ppse */
table.ppse {
   padding: 0;
   margin: 20px 0 0 0;
}

table.ppse tr {
   padding: 0;
   margin: 0;
}

table.ppse td {
   vertical-align: top;
   padding: 0 0 12px 0;
   margin: 0;
}

table.ppse td.summary {
   width: 140px;
   color: #FFCC66;
   font-weight: bold;
}

h3.ppse {
   margin-top: 0;
}

div.index_footer_2 {
   padding-top: 10px;
}

div.index_footer_2_left,
div.index_footer_2_right {
   width: 440px;
   padding: 15px; 
}

div.index_footer_2_left {
   float: left;
   font-size: 14px;
   line-height: 1.4em;
}

div.index_footer_2_right {
   float: right;
   border-left: 1px solid #ccc;
}

div.index_footer_2_right h4 {
   font-size: 12px;
}

div.index_footer_2_right b {
   color: #aaa;
}

div.ppse-lightbox {
   margin-top: 25px;
}

/***** build.htm *****/

div.build  {
   margin-top: 20px;
   padding: 0;
   clear: both;
	float: right;
    }

div.buildFormContainer {
   height: 245px;
   width: 420px;
   margin: 25px 0 30px 0;
   padding: 10px;
   background-color: #333;
}

label.build {
   display: block;
   float: left;
   width: 180px;
   padding: 3px 6px;
   margin: 0 3px 3px 0;
   text-align: left;
}

select.build {
   display: block;
   float: left;
   width: 210px;
   padding: 4px 6px;
   margin: 0 0 24px 0;
   background-color: #444;
	font: 8pt/12pt verdana, trebuchet ms, trebuchet, arial, sans-serif;
   color: white;
   text-align: left;
   border: 1px solid #555;
}

input.zipcode-value {
   width: 90px;
   padding: 3px 6px;
   margin: 0 3px 3px 8px;
   background-color: #444;
	font: 8pt/12pt verdana, trebuchet ms, trebuchet, arial, sans-serif;
   color: white;
   text-align: left;
   border: 1px solid #555;
}

/***** customize.htm *****/

div.custFormContainer {
   height: 170px;
   width: 420px;
   margin: 25px 0 30px 0;
   padding: 10px;
   background-color: #333;
}

div.custCheckboxBorder {
   display: block;
   float: left;
   width: 210px;
   padding: 3px;
   margin: 0 0 5px 0;
   background-color: #444;
	font: 8pt/12pt verdana, trebuchet ms, trebuchet, arial, sans-serif;
   color: white;
   text-align: left;
   border: 1px solid #555;
}

label.customize {
   display: block;
   float: left;
   width: 180px;
   padding: 3px 6px;
   margin: 0 3px 3px 0;
   text-align: left;
}

label.customize-chk {
   display: block;
   float: left;
   width: 180px;
   height: 120px;
   padding: 3px 6px;
   margin: 0 3px 3px 0;
   text-align: left;
}

input.customize-chk {
   margin: 0px;
}

input.accTotal {
   width: 90px;
   padding: 3px 6px;
   margin: 0;
   background-color: #444;
	font: 8pt/12pt verdana, trebuchet ms, trebuchet, arial, sans-serif;
   color: white;
   text-align: right;
   border: 1px solid #555;
}

/***** price.htm *****/

div.priceLeft {
   float: left;
   width: 300px;
}

div.priceFormContainer {
   float: left;
   height: 300px;
   width: 300px;
   margin: 25px 0 30px 0;
   padding: 10px;
   background-color: #333;
}

div.priceTitle {
   float: left;
   width: 180px;
   background-color: #444;
   margin: 0 12px 12px 0;
   padding: 4px 0 5px 12px;
}

div.priceValue {
   float: left;
   width: 80px;
   background-color: #444;
   border: 1px solid #555;
   margin: 0 0 12px 4px;
   padding: 3px 8px 4px 0;
   text-align: right;
}

br.clear {
   clear: both;
}

div.priceNextButton {
   float: left;
   width: 320px;
   font-weight: bold;
   color: #FFCC66;
   letter-spacing: 1px;
   text-align: right;
}

div.priceContent {
   display: block;
   float: right;
   width: 250px;
   margin-top: 15px;
}

input.priceInputButton {
   width: 180px;
   padding: 3px 6px;
   margin: 0 3px 3px 8px;
   background-color: #333;
	font: 8pt/12pt verdana, trebuchet ms, trebuchet, arial, sans-serif;
   color: white;
   text-align: left;
   border: 1px solid #555;
}

input.priceInputButton:hover {
   background-color: #666;
}

/***** order.htm *****/

div.orderLeft {
   float: left;
   width: 300px;
}

div.orderFormContainer {
   height: 480px;
   width: 400px;
   margin: 25px 0 20px 0;
   padding: 10px;
   background-color: #333;
}

div.orderTitle {
   float: left;
   width: 170px;
   background-color: #444;
   margin: 0 12px 12px 0;
   padding: 4px 0 5px 12px;
}

div.orderValue {
   float: left;
   width: 180px;
   background-color: #444;
   border: 1px solid #555;
   margin: 0 0 12px 4px;
   padding: 3px 8px 4px 0;
   text-align: right;
}

div.orderValueWhite {
   float: left;
   width: 180px;
   background-color: white;
   border: 1px solid #555;
   margin: 0 0 12px 4px;
   padding: 3px 8px 4px 0;
   text-align: right;
}

br.clear {
   clear: both;
}

div.orderTerms {
   float: left;
   width: 420px;
   margin-top: 15px;
   text-align: right;
}

div.orderNextButton {
   float: left;
   width: 420px;
   margin-top: 15px;
   font-weight: bold;
   color: #FFCC66;
   letter-spacing: 1px;
   text-align: right;
}

div.orderContent {
   width: 550px;
   margin-top: 15px;
}

input.orderInputButton {
   width: 180px;
   padding: 3px 6px;
   margin: 0 3px 3px 8px;
   background-color: #333;
	font: 8pt/12pt verdana, trebuchet ms, trebuchet, arial, sans-serif;
   color: white;
   text-align: left;
   border: 1px solid #555;
}

input.orderInputButton:hover {
   background-color: #666;
}

/**********/



br.form-clear {
   clear: both;
}

div.next-button {
   display: block;
   float: right;
   margin-right: 150px;
   font-weight: bold;
   color: #FFCC66;
   letter-spacing: 1px;
}

input.next-button {
   width: 180px;
   padding: 3px 6px;
   margin: 0 3px 3px 8px;
   background-color: #333;
	font: 8pt/12pt verdana, trebuchet ms, trebuchet, arial, sans-serif;
   color: white;
   text-align: left;
   border: 1px solid #555;
}

input.next-button:hover {
   background-color: #666;
}




div.order-progress {
   width: 300px;
   background-color: #333;
   padding: 5px 15px;
   font-size: 12px;
   font-weight: bold;
   color: #666;
}
span.order-in-progress {
   color: yellow;
}

div.soldier {
   margin-top: 50px;
}

#flashcontent,
#flashcontent2  {
   margin-top: 25px;
    height: 400px;
	}

/*  GE voting  */

div.ge_voting {
	margin-top: 25px;
}

table.ge_voting {
	margin-top: 20px;
}

table.ge_voting tr td {
	vertical-align: top;
	padding: 0 15px 25px 0;
}

div.ge_logo {
	border-top: 1px solid #ccc;
	margin-top: 20px;
	padding-top: 12px;
}

div.ge_logo img {
	border: none;
}
/*
div.ge_logo a {
	text-decoration: none;
}
*/