/* CSS Document - Top Notch Energy, Inc.
*	Author: Brett Bowlin
*	Date: July 2008
*
*/

body{
	margin: 0;
	padding: 0;
	font-family: "Century Gothic";
	background-color: #F4E7A4;
}
#pageWrapper{
	width: 100%;
	/*background-color: #B39A16;
	background-image: url(images/splitter.jpg);
	background-position: bottom;
	background-repeat:repeat-x;	*/
}
#wrapper{
	/*background-color: #F4E7A4;*/
	width: 985px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header{
	width: 985px;
	height: 122px;
	float: left;
}
#logo{
	float: left;
	width: 223px;
	height: 122px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}
#headerTopRight{
	float: left;
	width: 762px;
	height: 72px;
	background-image: url(images/headerTopRight.jpg);
	background-repeat: no-repeat;
}

#mainNav{
	float: left;
	position: relative;
	width: 762px;
	height: 50px;
	background-image: url(images/mainNav.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
#mainNav ul{
	position: absolute;
	top: 0px;
	left: 0px;
	width: auto;
	margin: 0 0 0 0;
	padding: 12px 0 0 60px;
}
#mainNav ul li{
	float: left;
	width: auto;
	list-style: none;
	border-right: 2px solid #CCC;
	padding: 0 1em 0 1em;
	margin: 0 0 0 0;
	font-size: 20px;
	font-style: normal;
	color: #FFF;
}
#mainNav ul li.lastItem{
	border: none;
}
#mainNav ul li a:link{
    text-decoration:none;
	border: none;
	color: #FFF;
}
#mainNav ul li a:visited{
	color: #FFF;
}
#mainNav ul li a:hover{
	color: #BEA316;
}

#contentWrapper{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#contentMain{
	float: left;
	width: 940px;
	padding: 10px;
	text-align: left;
}
#contentLeft{
	float:left;
	position: relative;
	width: 440px;
	margin: 0 0 5px 10px;
	padding: 5px;
	text-align: left;
}
#contentRight{
	float:left;
	width: 440px;
	margin-left: 10px;
	padding: 5px;
	text-align: left;
}
#secondaryNav{
	float: left;
	width: 130px;
	height: 400px;
	border-right: 2px solid #BEA316;
	text-align: right;
}
#secondaryNav ul{
	position: relative;
	width: 124px;
	float: right;
	margin: 10px 6px 0 0;
	padding: 0 0 0 0;
}
#secondaryNav ul li{
	height: 28px;
	display: list-item;
	list-style: none;
	direction: rtl;
	background-image: url(images/double_arrows.png);
	background-position: right center;
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	padding: 6px 32px 0 0;
	margin: 0 0 0 0;
}
#secondaryNav a{
	color: #000;
	text-decoration: none;
	border: none;
}
#secondaryNav a:visited{
	color: #000;
	text-decoration: none;
	border: none;
}
#secondaryNav a:hover{
	color: #BEA316;
}
#secondaryNav li:hover{
	background-image: url(images/double_arrows_hov.png);
	background-position: right center;
	background-repeat: no-repeat;
}
#secondaryNav h1{
	text-align: right;
	font-size: 20px;
}
#secondaryContent{
	float: left;
	width: 780px;
	height: auto;
	text-align: left;
	padding: 10px 0 0 14px;
}
#secondaryContent.safety{
	background-image: url(images/ourcompany/warning_sign_bg.png);
	background-repeat: no-repeat;
	background-position: 15px 15px;
}
.personnel{
	float: left;
position: relative;
min-height: 60px;
width: 340px;
margin: 6px 0;
padding: 20px 10px 20px;
text-align: left;
font-size: 12px;
border-bottom: 1px solid #695A12;
}
.personnel strong{
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
.personnel p{
	padding-left: 10px;
}
.personnel ul{
	margin: 10px 0 0;
	padding: 0;
}
.personnel ul li{
	list-style: none;
	font-style: normal;
	font-size: 12px;
}
.location{
	float: left;
	position: relative;
	width: 200px;
	margin: 6px;
	padding: 2px;
	text-align: left;
	font-size: 10px;
}
.location a{
	font-size: 14px;
	margin: 0;
	padding: 0;
}
fieldset{
border: 1px solid #C7C7C7;
padding: 0 0 8px 5px;
margin: 0 0 5px 10px;
clear: both;
}
legend{
	font-size: 14px;
}
input[type="text"]{
background-color: #FFF;
/*background-color:#F7EEBC;*/
font-size: 12px;
color: #312B08;
}
textarea[cols]{
background-color:#FFF;
font-size: 12px;
color: #312B08;
}
.required{
	color:#CC0000;
	font-style: italic;
}
fieldset.employeeApp p{
	float: left;
	margin: 6px;
}

p{
	padding: 6px 0 6px 0;
	margin: 0;
	color: #695A12;
	font-size: 14px;
}
p.intro_paragraph{
padding-left: 15px;
line-height: 20px;
text-align: left;
text-indent: 20px;
}
p.intro_paragraph strong{
	color: #B39A16;
	font-weight: bold;
}
p.signature{
text-align: right;
}
p.intro{
margin: 2em;
}
.darker{
color: #312B08;
}
.lighter{
color: #E3CC53;
}

hr.spacer {
	border: none;
	height: 30px;
	clear: both;
}
/*ul{
	float:left;
	display: inline-block;
}*/
ul{
	clear: right;
}
ul.safety li{
	float: left;
	width: 340px;
	height: auto;
	display: inline-block;
	list-style: disc;
}
#logoEx{
	float: left;
	width:700px;
}
#logoEx p{
	float: left;
	display: inline-block;
	width: 300px;
	height: 100px;
	padding: 6px 0 6px 0;
	margin: 0;
	color: #695A12;
	font-size: 14px;
}
#logoEx img{
	float: left;
	margin: 4px;
}*/
h1{
	color: #312B08;
	font-size: 18px;
	margin: 0 4px 0 0;
	padding: 4px 0 4px 4px;
}
h2{
	color: #312B08;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	text-align:left;
	margin: 0 16px 10px 0;
	padding: 2px 6px 2px 0;
	border-bottom: 2px solid #695A12;
}
h3{
	color: #695A12;
	font-weight:bold;
	font-size: 16px;
	text-align:left;
}
h4{
	font-weight: bold;
	font-size: 14px;
	color: #BEA316;
}
h5{
	font-weight: bold;
	font-size: 14px;
	color: #000;
}
blockquote{
	font-weight: bold;
	font-style: italic;
	color: #BEA316;
}
li{
	font-size: 16px;
	color: #312B08;
	font-style: italic;
}
ul.child li{
	font-size: 14px;
}
a img{
border: none;
text-decoration: none;
	border: 1px solid #BEA316;
}
a img:hover{
	border: 1px dashed #BEA316;
}
img.alignRight{
	float: right;
	padding: 6px 0 0 6px;
}
img.alignLeft{
	float: left;
	padding: 0 4px 4px 0;
}
img.thumbnail{
	float: left;
	height: 120px;
	margin-bottom: 240px;
}
a img.thumbnail{
	border: none;
	margin: 0;
	padding: 0;
}
img.thumbnail:hover{
	float: left;
	width: auto;
	height: auto;
	margin: 0;
}

a:link{
border: none;
color:#BEA316;
text-decoration: underline;
}
a:visited{
text-decoration: none;
}
a:hover {
color: #695A12;
}
a.button{
	padding: 0 2px 0 2px;
	margin: 0 0 0 10px;
	background: #FFF;
	border: 1px solid #FC0;
	font-size: 12px;
	text-decoration: none;
	color: #000;
}
a.button:visited{
	color: #000;
	border: 1px solid #FC0;
}
a.button:hover{
	border: 1px solid #FFF;
	color: #333;
	text-decoration: none;
}
/*** SlideShow Styles ***/

#slideshow {
    position:relative;
    height:450px;
}

#slideshow IMG {
    position:absolute;
	width: 450px;
	height: 450px;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}


#footer{
float: left;
width: 100%;
height: 60px;
position: relative;
/*background-color: #B39A16;
background-image: url(images/splitter.jpg);
background-position: top;
background-repeat: repeat-x;*/
background-image: url(images/footer.jpg);
background-repeat: repeat-x;
text-align: center;
color: #000;
font-size:12px;
line-height: 18px;
padding: 12px 0;
margin: 0;
}
#footer a:link, a:visited{
color: #000;
text-decoration: none;
border: none;
}
#footer a:hover{
color: #695A12;
}
#info{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 46px;
	margin: 0 0 0 0;
	padding: 4px 22px 0 0;
	text-align: right;
}
