@charset "utf-8";
/*   
Theme Name: Supply Chain Edge
Theme URI: http://www.supplychainedge.com
Author: John Tarvardian
Author URI: http://www.thelegatogroup.com
*/


/*-----------------------------------------------------------------------------*/
/*--------------------------------- General styles */
/*-----------------------------------------------------------------------------*/
* {
margin: 0px;
padding: 0px;

}

html, body { 
min-height:101%; 
margin-bottom:1px; 
}

body {
font-family: Tahoma, Georgia, sans-serif;
font-size: 100%;
text-align: center;
margin: 0px;
padding: 0px;
background-color: #676767;
}				

img { 
border: none; 
} 

#wrapper {
width: 980px;
margin-left: auto;
margin-right: auto;
text-align: left;
background-color: #FFFFFF;
padding-top: 0px;
margin-bottom: 7px;
padding-bottom: 0px;
color: #3A3A3A;
margin-top: 10px;
position: relative;
}

.clearfloat {
clear: both;
height: 0;
line-height: 0;
font-size: 0;
}

h1 {

}

h2 {


}

h3 {
	line-height:1.3em;
}

h4 {
font-weight:bold;
line-height:1.3em;
}

p {
	font-size: 90%;
	line-height: 1.1em;
}

ul {
line-height:1.55em;
}

li {
margin-top:5px;
}

.title {
	font-weight: bold;
	font-style: italic;

}


/*Rule to make PVII Equal Column Script Equal*/
.colbottom {
	padding-bottom: 0px;
}

/*-----------------------------------------------------------------------------*/
/*--------------------------------- Universal Styles */
/*-----------------------------------------------------------------------------*/

/*-------------------------------------*/
/*---header -- navigation -- footer----*/

#top {
position: relative;
border-bottom-width: 7px;
border-bottom-style: solid;
border-bottom-color: #D7B037;
}

	#header {
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
	
		#header img {
		margin: 0px;
		padding: 0px;
		display: block;		
		}

	#navigation {
	text-align: right;
	margin-top: 1px;
	margin-bottom: 1px;
	background-color: #2E4D91;
	}
	
		#navleft {
		float: left;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-bottom: 0px;
		padding-left: 20px;
		width: 930px;
		background-color: #2E4D91;
		}
		
		#navleft_sec {
		float: left;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-bottom: 0px;
		padding-left: 20px;
		width: 930px;
		background-color: #2E4D91;
		}
		
		#navright {
	float: right;
	width: 1px;
	background-color: #2E4D91;
		}
	
#footer {
background-color:#FFFFFF;
height:47px;
color: #3C3D3E;
padding-top: 20px;
}

	#footer p {
	font-size: 75%;
	text-align: center;
	}
	
	#footer img {
	margin: 0px;
	padding: 0px;	
	}
	
	#footer a:link, a:visited, a:active {
	text-decoration: none;
	color: #2273B2;
	}

	#footer a:hover {
	color: #D7B037;
	text-decoration: none;
	}

#copyright {
background-color:#E1EAF3;
height:35px;
color: #666666;
font-size: 75%;
padding-top: 10px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #A0CDEE;
}
	
	div.row{
	width: 100%;
	}
	
	div.row span.left {
	float: left;
	text-align: left;
	width: 48%;
	padding-top: 9px;
	padding-left: 23px;
	}

	div.row span.right {
	float: right;
	margin: 0;
	text-align: right;
	width: 48%;
	}


#botnav{
list-style:none;
line-height:100%;
font-weight:100;
background:#DFE6D7;
float:left;
width:100%;
font-size: 70%;
letter-spacing: .1em;
border-bottom-width: 4px;
border-bottom-style: solid;
border-bottom-color: #EC6B03;
margin: 0px;
padding: 0px;
}

	#botnav ul{
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0BEAF;
	}
		
	#botnav li{
	float:left;
	display:block;
	padding:0px;
	margin:0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	}
		
	#botnav li a{
	color:#323232;
	text-decoration:none;
	display:block;
	text-transform:uppercase;
	padding:10px 15px;
	margin:0px;	
	}

	#botnav li.noline{
	border:0;
	}
	
	#botnav li a:hover, {
	color:white!important;
	}
		
	#botnav li a:hover{
	color:#fff;
	background-color: #333333;
	}
	


/*----------------------------------------------------------------------------*/
/*----------------------------2 Column Layout           */
/*----------------------------------------------------------------------------*/

/*-------------------------------------*/
/*------Content (Left Side) Styles Home Page----           */

#content {
	float: left;
	width: 420px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-right: 15px;
	padding-left: 167px;
	padding-top: 45px;
}
	
	#content h1 {
	color: #2E4D91;
	font-size: 120%;
	margin-bottom: 7px;
	}
			
	#content h2 {
	font-size: 110%;
	color: #2E4D91;
	margin-bottom: 7px;
	}

	#content h3 {
	font-size: 110%;
	color: #2E4D91;
	margin-bottom: 7px;
	}

	#content h5 {
	font-size: 90%;
	color: #2E4D91;
	margin-bottom: 7px;
	}

	#content p {
	padding-bottom: 10px;
	line-height: 1.4em;
	text-align: justify;
	}
	
	#content ul {
	padding-left: 17px;
	list-style-image: url(../assets/page-elements/arrow-east.gif);
	list-style-position: outside;
	font-size: 90%;
	}
	
	#content li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	}
		
	#content a:link, a:visited, a:active {
	color: #2E4D91;
	text-decoration: none;
	}

	#content a:hover {
	color: #D2AE36;
	text-decoration: none;
	}
	
	
/*-------------------------------------*/
/*------Content (Left Side) Styles Secondary Pages----           */

#content_sec {
	float: left;
	width: 553px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-right: 15px;
	padding-left: 27px;
	padding-top: 45px;
}
	
	#content_sec h1 {
	color: #2E4D91;
	font-size: 120%;
	margin-bottom: 7px;
	}
			
	#content_sec h2 {
	font-size: 105%;
	color: #2E4D91;
	margin-bottom: 7px;
	}
	
	#content_sec h3 {
	font-size: 95%;
	color: #2E4D91;
	margin-bottom: 3px;
	}

	#content_sec p {
	padding-bottom: 10px;
	line-height: 1.4em;
	text-align: justify;
	}
	
	#content_sec ul {
	padding-left: 17px;
	list-style-image: url(../assets/page-elements/arrow-east.gif);
	list-style-position: outside;
	font-size: 95%;
	padding-bottom: 10px;
	}
	
	#content_sec ul ul {
	
	}
	
	#content_sec li {
	padding-bottom: 4px;
	line-height: 1.3em;
	}
	
	.underline {
	padding-bottom: 10px;
	line-height: 1.4em;
	text-align: justify;
	font-size: 80%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-right: 300px;
	}
	
	.footnote {
	padding-bottom: 10px;
	line-height: 1.4em;
	text-align: justify;
	font-size: 80%;
	}
	
	#content_sec img {
	float: left;
	margin-right: 10px;
	display: block;
	
	}
	
	#sitemap li a:link {
	text-decoration: underline;
	}
	
	#sitemap li a:visited {
	text-decoration: underline;
	}
	
	#sitemap li a:hover {
	text-decoration: underline;
	}
	
	#sitemap li a:active {
	text-decoration: underline;
	}
		
	#content_sec a:link, a:visited, a:active {
	color: #2E4D91;
	text-decoration: none;
	}

	#content_sec a:hover {
	color: #D2AE36;
	text-decoration: none;
	}
	
	.sitemap_header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7B037;
	
	}
	

/*-------------------------------------*/
/*------Sidebar (Right Side) Styles----           */

#sidebar {
float: right;
background-color: #F4EACE;
width: 342px;
}

	#sidebar h1 {
	font-size: 110%;
	padding-left: 17px;
	color: #2E4D91;
	padding-bottom: 5px;
	}
	
	#sidebar h2 {
	font-size: 90%;
	padding-left: 17px;
	color: #2E4D91;
	padding-bottom: 5px;
	padding-top: 7px;
	}

	#sidebar p {
	font-size: 90%;
	padding-right: 20px;
	padding-left: 17px;
	line-height: 1.3em;
	}
	
	#sidebar ul {
	font-size: 90%;
	list-style-position: outside;
	list-style-image: url(../assets/page-elements/arrow-east.gif);
	padding-left: 35px;
	padding-top: 10px;
	}
	
	#sidebar li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	line-height: 1.3em;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
	#sidebar img {
	margin-top: 0px;
	vertical-align: top;
	margin-bottom: 2%; /* THIS IS IT - THIS CAUSES ALL THE SIDEBAR IMAGE SPACE PROBLEMS - ORIGINALLY SET TO 170% */
	} 
	
	#sidebar ul a {
	text-decoration: none;
	}	
	
	#sidebar a:link, a:visited, a:active {
	text-decoration: none;
	color: #2E4D91;
	}

	#sidebar a:hover {
	color: #2E4D91;
	text-decoration: underline;
	background-position: top;
	}



/*-------------------------------------*/
/*------Contact Us Form Styles----           */

#myform {
	padding-top: 15px;
	padding-bottom: 15px;

}

.cssform p{
	margin: 0;
	padding: 5px 0 8px 0; /*width of left column containing the label elements*/
	height: 1%;
}

.cssform label{
	float: left; /*width of left column*/
	width: 100px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	text-align: right;
	padding-right: 10px;
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 250px;
}

.cssform textarea{
	width: 250px;
	height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

</style>

