/*
Company:	Anadarko
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background-color: #fff;
	background: url(../image/BkgTile.jpg) repeat-x 0 0 #eff3dc;
}
body {
	
}
a:link, a:hover, a:link, a:visited {
	color: #535353;
	text-decoration: underline;
}

/* @end */

/* @group Layout */
div#wrap {
	width: 974px;
	margin-left: auto;
	margin-right: auto;
	background: url(../image/content-bkg-repeat.gif) repeat-y 0 0;
}
div#wrap-inner {
	background: url(../image/content-bkg.gif) no-repeat 0 0;
}
/* Head */
div#hd {
	width: 940px;
	margin-left: 17px;
}

/* Body */
div#bd {
	padding-top: 20px;
}

/* Footer */
div#ft {
	background: url(../image/ft-top.gif) repeat-x 0 0;
	width: 910px;
	margin-left: 17px;
	overflow: hidden;
	padding: 15px;
	font-size: 85%;
}
div#ft p {
	text-align: right;
	color: #535353;
	line-height: 150%;
	float: right;
	display: inline;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 940px;
	height: 198px;
	background: url(../image/anadarko-head.jpg) no-repeat 0 0;
	text-indent: -9000px;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Sidebar */
div.sidebar {
	width: 210px;
	margin-left: 25px;
	float: left;
	display: inline;
}
div.sidebar h2 {
	background: url(../image/sidenav-hd.gif) no-repeat 0 0;
	color: #fff;
	font-size: 108%;
	font-weight: normal;
	line-height: 30px;
	padding-left: 36px;
	padding-top: 2px;
	letter-spacing: 1px;
	margin: 0;
}

/* Bread Crumb */

#breadcrumb{
	font: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 10px;
}

#breadcrumb a{
	background: transparent url(../image/breadcrumb.gif) no-repeat center right;
	text-decoration: none;
	padding-right: 9px;
	font-size: 10px; 
	color: #535353;
}

#breadcrumb a:visited, .breadcrumb a:active{
	color: #535353;
}

#breadcrumb a:hover{
	text-decoration: underline;
}


/* Main */

div.main {
	width: 708px;
	margin-right: 18px;
	float: right;
	display: inline;
}

div.intro-box {
	background: url(../image/20years.jpg) no-repeat 0 0;
	padding-left: 270px;
	margin-top: 0;
	height: 242px;
}
div.intro-box img {
	margin-top: 5px;
}
div.intro-box p {
	margin-left: 30px;
	width: 380px;
	text-align: right;
}


/* Main - Secondary Pages */


div.secondary-page{
	width: 640px;
	overflow:hidden;
	margin: 0 0 10px 20px;
}
div.secondary-page p{
	text-align: left;
	margin-top: 0px;
	color: #535353;
}

div.secondary-page h1{
	margin: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ff6600;
}
div.secondary-page h2{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ff6600;	
	margin-top: 40px;
	margin: 30px auto 10px auto;
}

div.secondary-page h3{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #535353;	
	margin: 20px auto 8px auto;

}
div.secondary-page span {
	background-image: url(../image/dashedLine.png);
	background-repeat: repeat-x;
	display: block;
	height: 36px;	
}

div.secondary-page img {
	float:right;
	padding: 0 0 40px 40px;

}


/* Photo Gallery */

#slideshow {
	width: auto;
	margin: 20px 0 20px 0;
}



/* Pull Quote */

#pullquote {
	margin: 20px 60px 20px 40px;
	line-height:1.5;
	font-size:1.2em;
	font-weight: bold;
	text-align: justify;	
	
}


/* Main - Secondary Pages Bullets */
#basiclist.div {
	margin: 0 0 10px 50px;
	
}
#basiclist ul {
	margin-top: 20px;
	text-align: left;
	padding: 0 0 0 10px;
	
}
#basiclist li {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color: #535353;
	display: block;
	height: 20px;
	list-style: none;
	list-style-image:url(../image/bullet_boxes.png);
 }
#basiclist a:link, #basiclist a:active, #basiclist a:visited {
	text-decoration:none;
	
}
#basiclist a:hover {
	text-decoration:underline;
	
}
/* Main Columns */


/* separate lists from subsequent content */
div.outerwrap {
  margin-bottom: 3em;
}

/* position list chunks side by side */
div.wrapper {
  float: left;
  width: 15em;
  margin: 0 0 20px 10px;
  
}

/* clear float after lists */
br {
  clear: left;
}
/* remove default spacing  to 
promote cross-browser consistency */
ol {
  margin: 0;
  padding: 0;
}


ol li {
  font:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight: bold;	
  color: #535353;
  list-style-type: none;
  list-style-image:none;
  display:block;
  height: 20px;

}

/* generate new item numbers that 
continue from one list to the next */
ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
}

ol li a {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;	
  	color: #535353;
  	text-decoration: none;
}
ol li a:hover  {
  color: #FFF; 
  background-color: #405500; 
  text-decoration: none;
}


	
/* Main Callouts */
div.main-callout {
	width: 708px;
	height: 121px;
	overflow: hidden;
	margin-bottom: 5px;
}
div.main-callout h2 {
	font-size: 182%;
	font-weight: normal;
	font-family: Georgia, Times, serif;
	margin: 16px 0 0 24px;
	font-variant: small-caps;
	color: #3b3b3b;
}
div.main-callout p {
	margin: 10px 0 0 24px;
	width: 370px;
}
div.main-callout a.btn {
	display: block;
	margin: -5px 170px 0 0;
	float: right;
	display: inline;
}

div.past-events {
	background: url(../image/photos-bkg.jpg) no-repeat 0 0;
}
div.sponsors {
	background: url(../image/sponsors-bkg.jpg) no-repeat 0 0;
}

/* Bottom Cols */


div.btm-cols {
	background: url(../image/btm-cols-bkg.gif) repeat-y 50% 0;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
div.btm-cols h3.box {
	width: 280px;
	height: 60px;
	line-height: 90px;
	font-weight: normal;
	color: #fff;
	background: url(../image/box-hd-bkg.gif) no-repeat 0 0;
	padding: 0 0 0 10px;
	margin: 0;
}
div.btm-cols h3.charities {
	font-size: 167%;
	font-weight: normal;
	font-family: Georgia, Times, serif;
	margin: 0;
	font-variant: small-caps;
	color: #405500;
}
div.btm-cols div.col-pad {
	padding: 10px 20px;
}
div.btm-cols div.col-pad p a {
	font-weight: bold;
	text-align: right;
	display: block;
}
div.btm-cols div.col-pad p a:link, div.btm-cols div.col-pad p a:visited {
	color: #ff3f00;
	text-decoration: underline;
}
div.btm-cols div.col-pad p a:hover {
	text-decoration: none;
}

div.btm-cols div.left-col, div.btm-cols div.center-col, div.btm-cols div.right-col {
	width: 290px;
	float: left;
	display: inline;
}
div.btm-cols div.left-col {
	margin-right: 30px;
}
div.btm-cols div.center-col {
	margin-right: 40px;
	width: 270px;
}
div.btm-cols p.underline a:link, div.btm-cols p.underline a:visited {
	color: #535353;
	text-decoration: none;
}
div.btm-cols p.underline a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Nav */
/* Sidenav */
ul.sidenav {
	background-color: #eff3dc;
	margin: 0 0 20px 0;
	padding: 10px 0;
}
ul.sidenav li {
	list-style-type: none;
}
ul.sidenav li a {
	display: block;
	padding: 1px 0 1px 30px;
	background: url(../image/sidenav-arrow.gif) no-repeat 20px 50%;
	font-weight: bold;
	width: 165px;
}
ul.sidenav li a:link, ul.sidenav li a:visited {
	color: #405500;
	text-decoration: none;
}
ul.sidenav li a:hover {
	text-decoration: underline;
}

ul.sidenav ul {
	margin: 0;
	padding: 0 0 6px 0;
}
ul.sidenav ul li {
	padding-left: 10px;
}
ul.sidenav ul li a {
	font-weight: normal;
}


ul#ft-nav {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}
ul#ft-nav li {
	float: left;
	display: inline;
}
ul#ft-nav li a {
	padding: 0 10px;
	border-left: 1px solid #535353;
}
ul#ft-nav li:first-child a {
	border-left: none;
}
ul#ft-nav li a:link, ul#ft-nav li a:visited {
	color: #535353;
	text-decoration: none;
}
ul#ft-nav li a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Default Headings */
h1 { }
h2 { }
h3 { }
h4 { }
h5 { }
h6 { }
/* @end */

/* @group Common Text Styles */
div.content p {
	color: #535353;
	line-height: 140%;
	font-size: 93%;
}
/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link{ }
a:visited{ }
a:hover{ }
a:active{ }
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */