/*----------------------------------------------------------------
Proficient Balancing Company General Stylesheet 
Version:	1.0
Author:		Josh Southern
email:		josh@paradigmshiftinteractive.com
Updated:	9/2/08  2:30 PM
----------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #fff url(../img/bg.jpg) repeat-x top left;
	font-size: small;
	font-family: Arial, Helvetica, Verdada, sans-serif;
	color: #333;
}


/* Styles to format basic text elements */
a, a:link, a:visited {
	color: #115dbd;
	text-decoration: underline;
	border: 0px none;
	background-color: transparent;
}
a:hover {
	color: #78adf0;
}
img {
	border: 0px none;
}
a img {
	border: 0px none;
}
p {
	padding: 3px 20px 10px 20px;
	line-height: 1.7;
	font-size: 100%;
}

h1 { /* For the name of the company (replaced by the logo) ONLY */
	position: absolute;
	top: 15px;
	left: 3px;
	width: 263px;
	height: 78px;
	background: url(../img/proficient_logo.gif) no-repeat;
	text-indent: -9000px;
}
h1 a {
	display: block;
	width: 245px;
	height: 78px;
	background: url(../img/proficient_logo.gif) no-repeat;
}
h2 {
	font-size: 120%;
	color: #fff;
	background: #b02c2c;
	padding: 10px 20px;
	margin-bottom: 10px;
	line-height: 1.5;
}
h3 {
	font-size: 120%;
	color: #BF4343;
	padding: 20px 20px 0px 20px;
}
h4 {
	font-size: 115%;
	padding: 10px 20px 0px 20px;
}
h5 {
	font-size: 110%;
	padding: 20px 20px 3px 20px;
}
h6 {
	font-size: 110%;
	padding: 20px 20px 3px 20px;
}
ul {
	padding: 3px 20px 15px 40px;
	line-height: 1.4;
	font-size: 90%;
}
ul li {
	padding: 2px 0px 8px 0;
	margin: 0;
}
ul.emphasis li {
	font-weight: bold;
	color: #072A5E;
}
ol {
	list-style-type: decimal;
	padding: 3px 20px 25px 20px;
	line-height: 1.2;
	font-size: 90%;
} 
ol li {
	background: none;
	padding-left: 0;
}
li {
	padding-bottom: 10px;
}
p.note {
	font-size: x-small;
}
hr {
	height: 0px; 
	border: 0px none;
	border-top: 1px solid #C7C7C7;
	margin: 10px 20px;
}
dl {
	padding: 0 20px 10px 20px;
	margin: 0;
	line-height: 1.4;
	font-size: 100%;
}
dt {
	font-weight: bold;
	font-size: 110%;
	color: #115dbd;
	padding: 20px 0 0 0;
}
dd {
	padding: 0;
}
.indented {
	display: block;
	padding-left: 20px;
}
p.homepage {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 110%;
	line-height: 1.7;
}



/* Styles to format page layout */
#container {
	position: relative;
	width: 770px;
	left: 50%;
	margin-left: -385px;
	background: #fff;
}
#header {
	width: 100%;
	height: 130px;
	position: relative;
}
#feature {
	width: 100%;
	height: 180px;
	margin: 0;
	padding: 0;
	position: relative;
}
#feature h2 {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0;
	padding: 10px 25px;
	width: 152px;
	height: 38px;
	font-size: 135%;
	color: #fff;
}
ul#subNav {
	position: absolute;
	top: 38px;
	right: 0px;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	list-style-type: none;
	width: 202px;
	height: 122px;
	background: #AFD3EC;
	border-bottom: 15px solid #669FC7;
} 
ul#subNav li {
	padding: 4px 25px;
	margin: 0;
	background: transparent;
}
ul#subNav li a {
	font-size: 100%;
	font-weight: bold;
	color: #376376;
	text-decoration: underline;
}
ul#subNav li a:hover {
	color: #fff;
}
#content {
	position: relative;
	float: left;
	width: 558px;
	background: #fff;
	padding-bottom: 50px;
}
#content.full {
	width: auto;
}
#secondaryContent {
	position: relative;
	float: right;
	width: 210px;
	text-align: center;
	background: #EFC1C1;
}
#secondaryContent img {
	padding: 5px;
}
#footer {
	clear: both;
	position: relative;
	width: 100%;
	background: #fff;
	border-top: 1px solid #CF4646;
}
#footer p {
	padding: 10px;
	font-size: 90%;
	text-align: right;
}


/* Styles to format main navigation */
ul#mainNav  {
	position: absolute;
	bottom: 5px;
	right: 0px;
	margin: 0;
	padding: 0;
	float: right;
	list-style-type: none;
	text-align: right;
}
ul#mainNav li {
	float: right;
	margin: 0;
	padding: 0;
	background: transparent;
	border-right: 1px solid #1181BD;
}
ul#mainNav li:first-child {
	border-right: none;
}
ul#mainNav li a {
	display: block;
	padding: 0px 6px;
	color: #115dbd;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
}
ul#mainNav li a:hover, ul#mainNav a:active {
	color: #78adf0;
	text-decoration: underline;
}
body#about ul#mainNav li.about a,
body#balancing ul#mainNav li.balancing a,
body#services ul#mainNav li.services a,
body#advantages ul#mainNav li.advantages a,
body#employment ul#mainNav li.employment a,
body#investors ul#mainNav li.investors a,
body#bid ul#mainNav li.bid a,
body#contact ul#mainNav li.contact a,
body#projects ul#mainNav li.projects a, 
body#home ul#mainNav li.home a {
	color: #78adf0;
}


/* Styles to format secondary navigation */
ul#secondaryNav  {
	position: absolute;
	top: 15px;
	right: 0px;
	margin: 0;
	padding: 0;
	float: right;
	list-style-type: none;
	text-align: right;
}
ul#secondaryNav li {
	float: right;
	margin: 0;
	padding: 0;
	color: #666;
	background: transparent;
	border-right: 1px solid #666;
}
ul#secondaryNav li:first-child {
	border-right: none;
}
ul#secondaryNav li a {
	display: block;
	color: #666;
	font-size: 100%;
	padding: 0px 5px;
	text-decoration: none;
}
ul#secondaryNav li a:hover, ul#secondaryNav a:active {
	color: #333;
	text-decoration: underline;
}
	


/* Forms formatting */
#form {
	width: 450px;
	margin: 0px auto;
}
form {
	margin: 25px 0px;
	padding: 0px;
	width: 100%;
}
form h6 {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
form h6 label {
	float: left;
	font-weight: normal;
	font-size: 100%;
	margin: 0px;
	padding: 4px 0px 0px 0px
}
form h6 input, form h6 textarea, form h6 select {
	float: right;
	margin: 3px;
	padding: 2px;
}
form h6 img {
	vertical-align: -30px;
}
form h6 span.submit {
	display: block;
	width: 90%;
	text-align: right;
	position: relative;
	top: 20px;
	font-size: 120%;
	margin-right: 10%;
}
