
/* -------------------------------------
	Author: Tim Blumer ~ api-webservices.com
	
	Built: 2010-01-07 (YYYY-MM-DD)
	
	Last Edit: 2011-07-18 Brandi Kapfer
	
	URI: j3ranch.com
---------------------------------------*/

/* @group Body */

body {
	margin: 0;
	padding: 0;
	background-color: #10038f;
	color: #fff;
	font: 14px Verdana, "Lucida Grande", Lucida, sans-serif;
}

body, p {
	margin-top: 0;
}

a{
	color: #10038f;
}

a:hover{
	color: #7e0807;
}

a:visited{
	
}

h1, h2, h3, h4, h5, h6{
	margin-top: 0;
	padding-top: 0;
}

/* @end */

/* @group Layout */

.contact {
	float: left;
	width: 320px;
	text-align: center;
	color: #fdff9b;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
}

#container {
	margin: auto;
	width: 960px;
}

#header {
	height: 143px;
	background: url(../images/inside_head.jpg) no-repeat;
}

#header h1{
	margin: 0;
	padding: 0;
}

#header a{
	display: block;
	color: #fdff9b;
	text-decoration: none;
}

#header a h1{
	visibility: hidden;
	height: 137px;
	margin: auto;
	width: 270px;
}

#subhead{
	background: url(../images/subhead.jpg) no-repeat;
	height: 31px;
}

#wrapper {
	width: 960px;
}

#nav {
	background: url(../images/inside_nav.jpg) no-repeat;
	text-align: center;
	height: 69px;
}

#nav ul {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 22px;
	padding-bottom: 17px;
	list-style-type: none;
}

#nav ul li { 
	display: inline;
	padding: 0;
}


#nav li a {
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding: 2px 20px;
}

#nav li a:hover {
	color: #fcfe69;
	background-color: #111eab;
}

#content {
	background: #e0e8f5 url(../images/grad.jpg) repeat-x;
	color: #39261f;
	padding: 10px;
	border: 1px solid #000;
	min-height: 300;
}

#footer {
	display: block;
	clear: both;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 11px;
}

#api {
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-bottom: 20px;
	text-align: center;
}

#api a{
	color: #fff;
}

#api a:hover{
	
}

.three_col{
	display: block;
	float: left;
	width: 291px;
	background: #e0e8f5 url(../images/grad.jpg) repeat-x;
	color: #000;
	padding: 6px;
	margin-right: 6px;
	margin-left: 6px;
	border: 1px solid #000;
}

.home_table td{
	background: #e0e8f5 url(../images/grad.jpg) repeat-x;
	color: #000;
	border: 1px solid #000;

}

.page_title {
	float: left;
	width: 320px;
	text-align: center;
	color: #fff;
	font: italic bold 20px Verdana, "Lucida Grande", Lucida, sans-serif;
}

/* @end */

/* @group Landing Page */

#header_land{
	height: 263px;
	background-repeat: no-repeat;
	font: 11px Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #fdff9b;
}

#header_land h1{
	margin: 0;
	padding: 0;
}

#header_land a{
	display: block;
	color: #fdff9b;
	text-decoration: none;
}

#header_land a h1{
	visibility: hidden;
	height: 253px;
}

#left_head{
	display: block;
	float: left;
	background-image: url(../images/allied_logo.jpg);
	width: 247px;
	height: 83px;
	text-align: center;
	padding-top: 180px;
	padding-right: 3px;
}
#left_head a{
}
#mid_head{
	display: block;
	float: left;
	background-image: url(../images/j3_logo.jpg);
	width: 460px;
	height: 263px;
	text-align: center;
}

#right_head{
	display: block;
	float: left;
	background-image: url(../images/cab_logo.jpg);
	width: 248px;
	height: 83px;
	padding-top: 180px;
	text-align: center;
	padding-left: 2px;
}

#nav_land {
	background: url(../images/land_nav.jpg) no-repeat;
	text-align: center;
	height: 61px;
}

#nav_land ul {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 19px;
	padding-bottom: 0;
	list-style-type: none;
}

#nav_land ul li { 
	display: inline;
	padding: 0;
}


#nav_land li a {
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding: 2px 20px;
}

#nav_land li a:hover {
	color: #fcfe69;
	background-color: #111eab;
}

#content_land {
	min-height: 300px;
}

#content_land ul{
	list-style-image: url(../images/arrow.gif);
}

#content_land ul li{
	padding-top: 4px;
	padding-bottom: 4px;
}

#content_land a{
	color: #fdee99;
}

#content_land a:hover{
	color: #fc0;
}

#subhead_land{
	background: url(../images/subhead_land.jpg) no-repeat;
	height: 31px;
}

.front_table{
	background: #e0e8f5 url(../images/grad.jpg) repeat-x;
	color: #000;
}

/* @end */

/* @group Pretty Forms */

form {
	margin: 0 0 1em;
	padding: 0;
}

label {
	color: #235353;
}

input, textarea {
	color: #235353;
	background: #fff;
	border: 1px solid #235353;
	margin: 0;
	padding: 0;
}

.submit {
	padding-bottom: 1em;
	margin: 0;
}

.submit input {
	color: #000;
	background: #fff;
	padding: 5px;
	font-size: 12px;
}

fieldset {
	border: 1px solid #10038f;
	background-color: #d1dcee;
}

fieldset p {
	padding-left: 20px;
}

legend {
	background: #10038f;
	padding: 2px 6px;
	color: #fff;
}

/* @end */

/* @group EPDs/Peds/misc */
.left{
	float: left;
	margin-right: 10px;
}
.right{
	float: right;
	margin-left: 10px;
}
.clear{
	clear: both;
}
.justify{
	text-align: justify;
}
.updates{
	border: 1px darkblue dotted;
	padding: 1em 1em 0;
}
.vcard{ margin-bottom: 1em;}
.vcard h3{ margin-top: 1em;}

/*adjustments for HP EPD */

.PedAnmName{
	color: #10038f;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}


.PedCalvedRow{
	font-weight: bold;
	text-align: center;
}

.PedS, .PedD{
	color: #10038f;
	font-weight: bold;
}

.PedPGS, .PedPGD, .PedMGS, .PedMGD
{
	margin-left:35px;
}

.PedTable
{
	font-size: 12px;
	padding:10px;
}

.PedTable td
{
	padding: 0px 20px 10px 0px;
}


.EPDProdTable, .EPDMatTable, .EPDCarcTable, .EPDValueTable, .DamProdAvgTable{
	border-left: 1px solid #10038f;
	border-bottom: 1px solid #10038f;
	width: 440px;
}

.EPDProdTable td, .EPDMatTable td, .EPDCarcTable td, .EPDValueTable td, .DamProdAvgTable td{
	border-right: 1px solid #10038f;
	border-top: 1px solid #10038f;

}

.EPDProdHeaderProd, .EPDMatHeader, .EPDCarcHeader, .EPDValueHeader, .DamProdAvgHead {
	font-size: 10px;
	font-weight: bold;
	background-color: #131eac;
	color: #fff;
}

.EPDProdSubHeader, .EPDMatSubHeader, .EPDCarcSubHeader, .EPDValueSubHeader, .DamProdAvgSubHead{
	background-color: #9fb6e2;
	font-size: 10px;
}

.EPDProdDataRow, .EPDMatDataRow, .EPDCarcDataRow, .EPDValueDataRow, .DamProdAvgData{
	background-color: #fff;
	font-size: 12px;
	padding: 4px;
}
.EPDAcc
{
	padding-left:5px;
}

.EPDAsOfDt
{
	font-size: 12px;
}
/* Performance table style */

#performance{
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-bottom: 1px solid #cfcac4;
	border-left: 1px solid #cfcac4;
	width: 630px;
}

#performance td{
	border-top: 1px solid #cfcac4;
	border-right: 1px solid #cfcac4;
	padding: 2px 4px;
}

.perfhead{
	font-weight: bold;
	color: #908c88;
	text-align: left;
}

.perfsubhead{
	background-color: #f1ede4;
	color: #000;
	font-weight: bold;
	text-align: center;
}

.perfdata{
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}

/* @end */
/* @group GeneStar Table */

#genestar {
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

#genestar td {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	padding: 2px;
	text-align: center;
}

.gs_head {
	padding: 2px;
	background-color: #0c4c89;
	color: #fff;
	font-weight: bold;
}

.gs_subhead {
	background-color: #bc2d27;
	color: #fff;
}

/* @end */

/* @group AJAX Members List */

#memnav a {
	font-size: 15px;
	font-weight: bold;
	background-color: #c11676;
	color: #fff;
	text-decoration: none;
	padding: 3px;
}

#memnav a:hover {
	font-size: 15px;
	font-weight: bold;
	background-color: #4ab855;
	color: #fff;
	text-decoration: none;
	padding: 3px;
}

/* @end */
