﻿@import url(about.css);
@import url(consultants.css);
@import url(services.css);
@import url(shared.css);
@import url(contact.css);
@import url(affiliates.css);
@import url(crudeoil.css);

/* *** font and list formatting *** */

body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding: 0;
	margin: 0;
	}

p, li, a, h1, h2, h3, h4, h5, h6, pre, code {
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 1em;
	}

h1, h2, h3 {
	font-family: "century gothic", verdana, arial, Helvetica, sans-serif;
	color: #5d5d5d;
	}
	
p,li,a {
	font-size: .75em;
	margin-bottom: 1em;
	color: #5d5d5d;
	}

a:link { color: #272827; }
a:visited { color: #272827; }
a:hover { color: #c1c1c1; }

a img {
	border: none;
	}

body {
	background-color: #000;
	background-image: url(../img/cad_bk.jpg);
	background-repeat: repeat-x, repeat-y;
	background-position: left top;
	}

/* *** Header and Navigation *** */

#wrapper {
	clear: none;
	margin: auto;
	width: 900px;
	border: 1px solid #000;
	background-color: #fff;
	line-height: 100%;
	text-align: left;
	}

		/* Fix IE 5 and 6 double-margin bug */
		* html #wrapper {
			display: inline;
			width: 902px;
			w\idth: 900px;
			}


		/* TALON GLOBAL Header */
#tgheader {
	width: 100%;	
	height: 140px;
	padding: 0;
	margin: 0 0 40px 0;
	background-image: url(../img/tgheader/angle_purple.gif);
	background-repeat: repeat-x, repeat-y;
	background-position: left top;
	}

h1.tgheader {
	font-size: 1.7em;
	letter-spacing: 1px;
	padding: 20px 0 0 0px;
	color: #fff;
	margin: 0;
	}

h2.tgheader {
	font-size: .9em;
	font-weight: normal;
	color: #fff;
	margin: 60px 0 0 0;
	padding: 0;
	}

h3.tgheader {
	font-size: .9em;
	color: #fff;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}
		/* END - TALON GLOBAL Header */

#logo {
	float: left;
	padding: 15px 10px 15px 15px;
	}

#tgnav {
	float: left;
	margin: -110px 0 0 175px;
	}

		#tgnavOLD {
			position: relative;
			left: 175px;
			top: -115px;
			}

		#tgnavOLD2 {
			position: absolute;
			left: 175px;
			top: 60px;
			}

ul.tgnav {
	margin-left: 200px;
	padding-left: 0px;
	width: 300px;
	}

ul.tgnav li {
	display: inline;
	list-style: none;
	padding: 0;
	margin-right: 12px;
	}

#headerimg {
	float: right;
	padding: 0;
	margin: 0;
	}

#nav {
	float: left;
	width: 100%;
	background-image: url(../img/navbk.gif);
	background-repeat: repeat-x;
	background-position: left center;	
	background-color: #272827;
	margin: -5px 0 0 0px;
	}
/* xxx END Header and Navigation xxx */


/* *** HOME PAGE LAYOUT *** */

#main {
	float: left;
	width: 500px;
	padding: 0 10px 0 20px;
	margin: 0 400px 30px 0;
	background-color: #fff;
	}

		/* Fix IE 5 and 6 double-margin bug */
		* html #main {
			display: inline;
			width: 530px;
			w\idth: 500px;
			}

h1.main {
	font-size: 1.1em;
	margin: 15px 0 25px 0;
	}

#bodyimg {
	float: left;
	border: 2px solid #acacac;
	text-align: left;
	margin: 5px 10px 5px 0;
	}

#sidebar {
	clear: left;
	float: right;
	width: 300px;
	padding: 10px;
	margin: 15px 15px 30px -370px;
	border: 2px solid #acacac;
	background-image: url(../img/screen1.gif);
	background-repeat: no-repeat;
	background-position: top center;	
	background-color: #f9fafc;
	text-align: justify;
	}

		/* Fix IE 5 and 6 double-margin bug */
		* html .sidebar {
			display: inline;
			width: 339px;
			w\idth: 300px;
			}

h1.sidebar {
	font-size: .95em;
	margin: 10px 0 10px 0;
	text-align: center;
	color: #453e50;
	line-height: 110%;
	}

p.sidebar {
	color: #373737;
	margin-top: 1em;
	}

#sidebar ul {
	color: #373737;
	padding: 0;
	list-style-type: none
	}

#sidebar li {
	color: #373737;
	font-style: italic;
	padding: 0 20px 0 15px;
	text-align: left;
	}
/* xxx END Home Page Layout xxx */


/* *** FOOTER LAYOUT *** */

#footer {
	clear: both;
	font-family: "century gothic", verdana, arial, Helvetica, sans-serif;
	font-size: .85em;
	text-align: center;
	color: #fff;
	background-image: url(../img/tgheader/angle_purple.gif);
	background-repeat: repeat-x, repeat-y;
	background-position: left top;
	padding: 15px 0 0 15px;
	height: 60px
	}

#footer a:link { color: #fff; }
#footer a:visited { color: #fff; }
#footer a:hover { color: #c1c1c1; }

#copyright {
	clear: both;
	font-family: "century gothic", verdana, arial, Helvetica, sans-serif;
	text-align: center;
	margin: 15px 0 15px 0;
	}

#copyright p {
	font-size: .7em;
	color: #fff;
	}
/* *** END Footer *** */
