@charset "utf-8";
/* CSS Document */

body {margin:0;
	padding:0;
	background-color:#FFFFFF;
	color: #082741;
}
#wrapper {margin: 0 auto;
	padding:0;
	width: 895px;
	border: 1px solid #05253f;
}
#logo {
	background: url(images/Crowley-Energy-Consulting.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 101px;
	width: 895px;
	min-height:101px;
}
#navigation {
	position:relative;
	left: 220px;
	top: 69px;
	width: 672px;
}
#sidebarleft {
	float: left;
	width: 183px; /* 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 */
	padding: 15px; /* padding keeps the content of the div away from the edges */
	background: #FFFFFF url(images/left-sidebar-bg.jpg) no-repeat;
	overflow: hidden; 	
	min-height: 350px;
}
#sidebarmovie {
	float:left;
	width:213px;
	background: url(images/left-sidebar-bg.jpg) no-repeat;
	min-height: 500px;
	margin:0;
	padding: 0;
}
#sidebarquote1 {
	float: left;
	width: 183px; /* 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 */
	padding: 15px; /* padding keeps the content of the div away from the edges */
	background: #FFFFFF url(images/sidebar-quote1.jpg) no-repeat;
}
#sidebarquote2 {
	float: left;
	width: 183px; /* 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 */
	padding: 15px; /* padding keeps the content of the div away from the edges */
	background: #FFFFFF url(images/sidebar-quote3.jpg) no-repeat;
}
#sidebarright {
	float: right; /* since this element is floated, a width must be given */
	width: 183px; /* 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 url(images/left-sidebar-bg.jpg) no-repeat;
	padding: 15px; /* padding keeps the content of the div away from the edges */
	min-height: 350px;
	overflow: hidden; 
}
#homeContent {
	float:left;
	width: 400px;
	margin-left:20px;
	padding: 10px; 
}
/*
#homeContent { 
	margin: 247px 230px 0px 230px; 
	padding: 10px; 
	border: 1px solid #FFFFFF;
	width: 400px;
	height: 1%
	overflow:hidden;
} 
*/
#mainContent { 
	margin: 10px 50px 0px 230px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 10px; /* inside padding - outside margin */
	border: 1px solid #FFFFFF;
} 
#homeslideshow {
	background-color: #05253F;
	float:right; 
	width: 682px;
	margin:0; 
	padding:0; 
	clear:none; 
	border-bottom: 4px solid #05253f;
}

#footer { 
	padding: 0;
	margin: 0;
	background:#05253f;
	min-height: 60px;
}
#credits {width:888px;
	margin:0 auto;
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}
#credits a:link {
	color:#666666;
	text-decoration:none;
}
#credits a:visited {
	color:#666666;
	text-decoration:none;
}
#credits a:hover {
	color:#666666;
	text-decoration:underline;
}
.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;
}	
h1 {font: bold 18px Arial, Helvetica, sans-serif;
	margin: 10px 0px -3px 0px;
	padding: 0px;
}
h3 {
	color: #214971;
	font: bold 16px Arial, Helvetica, sans-serif;
	margin: 10px 0px -3px 0px;
	padding: 0px;
}
h5 {font: bold 14px Arial, Helvetica, sans-serif;
	padding: 0px;
	font-style:italic;
}
p {font: 12px Arial, Helvetica, sans-serif;
	color: #082741;
}

.listdiv {
	border: 0px solid #000;
	margin: 0;
	padding: 0;
}
ul {
	margin-left: 15px;
	padding: 0;
	list-style-type: square;
	list-style-position: outside;
}
li {font: 12px Arial, Helvetica, sans-serif;
	color: #082741;
	line-height: 20px;
}
ul.casestudy {
	margin-left: 15px;
	padding: 0;
	list-style-position: outside;
	list-style-image: url(images/arrow.png);
	color: #333333;
}

/* styles for home page */
p.home {font: bold 15px Arial, Helvetica, sans-serif;
	color: #082741;
	letter-spacing: .01em;
}
.listdivhome {
	border: 0px solid #000;
	margin-left: 15px;
	padding: 0;
}
li.home {
	font: 15px Arial, Helvetica, sans-serif;
	color: #082741;
	line-height: 24px;
	list-style: url(images/bullet.gif);	
}
li.affidavit {
	line-height:12px;
	padding-bottom:15px;
}
.underline {
	text-decoration:underline;
}
a.inline:link, a.inline:visited {
	color: #082741;
	text-decoration:none;
}
a.inline:hover {
	color: #082741;
	text-decoration:none;
	font-weight:bold;
}