@charset "utf-8";
body  {
	font: 95% Arial, Helvetica, sans-serif;
	background: #252525 url(../images/bg.gif) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
as:link {color:#C0C0C0; text-decoration: none}

a:link {color:#0054A6; text-decoration:underline}

as:active {color:#C0C0C0; text-decoration: none}
a:active {color:#999999; text-decoration: none}

as:visited {color:#C0C0C0; text-decoration: none}
a:visited {color:#3399FF; text-decoration:underline}

a:hover {color:#CCCCCC; text-decoration: none}

.triconTemplate #container { 
	width: 762px;  /* using 762 guarantees there won't be a scroll bar for 800 screens */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.triconTemplate #logo { 
	background-image:url(../images/tricon_logo.gif);
	top: 0px;
	width: 762px;
	height: 112px;
} 
.triconTemplate #header { 
	background-image:url(../images/taking%20your%20seismic%20data%20further%20than%20expected.gif);
	top: 0px;
	width: 762px;
	height: 169px;
} 
.triconTemplate #header img{ 
	padding: 3px 0 0 33px;
} 
.triconTemplate #topNav { 
	background-color:#999999;
	top: 0px;
	width: 762px;
	height: 44px;
} 
.triconTemplate #topNav ul{ 
	background-color:#999999;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 762px;	
	height: 44px;
} 
.triconTemplate #topNav li{ 
	float: left;
} 
.triconTemplate #sidebar1 {
	float: left;  /*since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	margin: 0 0 0 1px;
}
.triconTemplate #mainContentContainer { 
	border-left:1px solid #333333;
	border-right:1px solid #333333;
} 
.triconTemplate #mainContent { 
	/*margin: 0 0 0 250px; *//* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 8px 8px 8px 8px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.triconTemplate #footer { 
	background-image:url(../images/bottom_bg.gif);
	top: 0px;
	margin: 0 0 0 0;
	width: 762px;
	height: 150px;
} 
.triconTemplate #footer ul{ 
	margin: 0;
	padding: 67px 0 0 17px;
	list-style: none;
	width: 595px;	
	height: 42px;
} 
.triconTemplate #footer li{ 
	float: left;
} 
.triconTemplate #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.triconTemplate #flashgrid {
	position: relative;
	bottom: 105px;
	left: 625px;
	height: 0px;
}
.clear {
	clear: both;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.img-shadow{
	float:left;
  	background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  	background: url(../images/shadow.gif) no-repeat bottom right;
  	margin: 10px 0 0 10px !important;
  	margin: 10px 0 0 5px;
}
.img-shadow img{
	display: block;
  	position: relative;
  	background-color: #fff;
  	border: 1px solid #a9a9a9;
  	margin: -6px 6px 6px -6px;
  	padding: 4px;
}
.img-shadow-right{
	float:right;
  	background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  	background: url(../images/shadow.gif) no-repeat bottom right;
  	margin: 10px 0 0 10px !important;
  	margin: 10px 0 0 5px;
}
.img-shadow-right img{
	display: block;
  	position: relative;
  	background-color: #fff;
  	border: 1px solid #a9a9a9;
  	margin: -6px 6px 6px -6px;
  	padding: 4px;
}
#basic-accordian{
	width: 749px;
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
}
.accordion_headings{
	padding: 5px;
	background: #022A42;
	color: #FFFFFF;
	border: 1px dashed #999999;
	cursor: pointer;
	font-weight: bold;
}
.accordion_headings:hover{
	background: #CCCCCC;
}
.accordion_child{
	padding: 10px;
	background:  #FFFFFF;
	border: 1px dashed #999999;
}
.accordion_child img{
	float: left;
	padding: 5px;
}
.accordion_child p{
	float: right;
}
.header_highlight{
	background: #5D81A4;
}
