/* CSS Document */

body, html { 
	margin: 0px;
	padding: 0px;
	background:#000000;
	height:100%;
	}

/* text styles */

h1 {font-size: 22px; 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	padding:5px 0 5px 0;
	margin: 0 0 0 0px;}

h2 {font-size: 18px; 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#780101;
	padding:0px 0 0px 0;
	margin: 0 0 0 0px;
	}
	
h3 {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#FF0000;
	padding:0px 0 0px 30px;
	margin: 0 0 0 0px;
	}
	
h5 {font-size: 11px; 
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color:#ED1B2F;
	padding:0px 0 0px 0;
	margin: 0 0 0 0px;
	}

p {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	line-height: 21px;
	text-align:justify;
	padding:5px 30px 5px 30px;
	margin: 0 0 -5px 0px;
	}
ul {
	margin-top: 5px;
}

	
ol {
	margin-top: 5px;
	}
	
li {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	line-height: 21px;
	padding:0px 30px 0px 0px;
	margin: 0 0 0 0px;
	}
	
.blackboldtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}


/* layout styles */

#master{
	background: url(http://www.flintenergy.com/images/bg_bar.gif) top left repeat-x;
	position: relative;
	margin: 0 auto;
	min-height: 100%;
	overflow: visible;
	}
	
/* IE-specific hack */
* html #master {
height: 100%;
}
	
#header{
	position: relative;
	background: url(http://www.flintenergy.com/images/headershade_home.gif) no-repeat top left;
	height: 110px; 
	width: 803px;
	margin-right: auto; margin-left: auto;
	}

#main{
	position: relative;
	width: 803px;
	margin-right: auto;
	margin-left: auto;
	background: url(http://www.flintenergy.com/images/horshade.gif) repeat-y bottom left;
	background-color:#ffffff;
	border:solid 1px #FFFFFF;
	height: auto;
	overflow: visible;
	}
	
#nav{
	background-color:#FDB813;
	height: auto;	
}

hr {
	clear:both;
	display:block;
	visibility:hidden;
}

#navTable {
	position: relative;
	width: 803px;
	height: 29px;	
	top: 0px;
	left: 0px;
	}	

			
#banner {
	position: relative;
	background-color:#FFFFFF;
	width: 804px;
	max-width: 804px;
	height: 148px;
	}
			
#content {
	position: relative;
	background-color:#FFFFFF;
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 30px;
	width: 750px;
	max-width: 750px;
	min-height: 443px;
	float: left;
	height: 100%;
	overflow: hidden;
	}

#sitemap {
	position: absolute;
	width: 144px;
	left: 607px;
	top: 68px;
	visibility: hidden;
	}
	
.sitemapNav {
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	line-height: normal;
	text-align:left;
	margin: 0 0 0 0px;
}

a:link, a:visited {
	font-size: 11px;
	color: #ED1B2F;
	text-decoration: none;
}

a:hover, a:active {
	font-size: 11px;
	color: #ED1B2F;
	text-decoration: underline;
}

a.services {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ED1B2F;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 3px;
}

a.services:hover, a.services:active, {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
	height: auto;
	width: auto;
	background-color: #ED1B2F;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-decoration: none;
}

#title {
	position: absolute;
	background-color:#FFFFFF;
	left: 29px;
	top: 46px;
	}

.footer {
	font-family: tahoma, sans-serif;
	color:#FFFFFF;
	display: block;
	font-size: 11px;
	text-align: left;
}

#footer{
	font-family: tahoma, sans-serif;
	background-color: #ffffff;
	height: 25px;
	padding: 5px 5px 5px 5px;
	width: 793px;
	max-width: 793px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color:#787878;
	clear:both;
	}
	
.copy {
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	line-height: normal;
	text-align:left;
	padding:5px 30px 5px 30px;
	margin: 0 0 0 0px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #E8132B;
}

button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.redcopy {
	font-size: 11px; 
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color:#ED1B2F;
	padding:0px 0 0px 0;
	margin: 0 0 0 0px;
}
.greyboldtitle {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6D6D6D;
	font-weight: bold;
}
.yellowboldtitle {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FDB813;
	font-weight: bold;
}
#location-calgary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F2F2F2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding: 10px;
	position: absolute;
	visibility: hidden;
	left:414px;
	top:506px;
	width:175px;
	height:170px;
	z-index:1;
}
#location-tulsa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F2F2F2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding: 10px;
	position: absolute;
	visibility: hidden;
	left:292px;
	top:698px;
	width:245px;
	height:148px;
	z-index:1;
}
.header {
	font-family: tahoma, sans-serif;
	color:#CCCCCC;
	display: block;
	font-size: 10px;
	text-align: right;
	padding-right: 15px;
}
.top {
	text-align: right;
}.contact {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	line-height: 18px;
	text-align:left;
	margin: 0 0 0 0px;
}
#VU {
	position: relative;
	background-color:#FFFFFF;
	width: 803px;
	max-width: 803px;
	height: 148px;
}
.blackboldtitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
