/* Elliott Drilling Services Inc. CSS Document */

/* Being Framework CSS */
body {
	background-color: #CCCCCC;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	width: 575px;
	margin-top: 35px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images/575x111_header.jpg);
	height: 111px;
	width: 575px;
}
#main {
}
/* Begin Main Content Area CSS */
#feature {
	margin-left: 150px;
	padding: 10px;
	margin-top: 0px;
}
#feature h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3433CC;
}
#feature h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
#feature h3 {}
#feature p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
#feature ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#gallery {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin-left: 10px;
}
#gallery h1 {
	font-size: 12px;
}

/* End Main Content Area CSS */

/* Begin Bio CSS */
#bio {
	border: 1px solid #CCCCCC;
	padding: 5px;
}

/* End Bio CSS */


/* Begin Project CSS */
#project {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
/* End Project CSS */


/* Begin CSS Popout Menu */
#menu{
	width: 150px;
	padding-bottom: 10px;
	z-index: 2;
	float: left;
}

#menu a,
#menu h2{
	font: bold 11px/20px arial,helvetica,sans-serif;
	display: block;
	white-space: nowrap;
	margin: 0px;
	padding: 1px 3px;
	border: 1px solid #CCCCCC;
}

#menu h2{ /* h2 is used for menu section titles */
	color: #3433CC;
	background: #000000;
	text-transform: uppercase;
}

#menu a{
	color: #FFFFFF;
	background: #3433CC;
	text-decoration: none;
}

#menu a:hover{
	color: #3433CC;
	background: #FFFFFF;
}

#menu a:active{
	color:#FFFFFF;
	background:#3433CC;
}

#menu ul{
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
}

/* 	Requirement: Put the element selector name (div)
	onto non anchor hover selectors to force IE5 and
	5.5 to correctly apply the csshover file. */

div#menu li, div#menu li:hover{
	position:relative;
}

div#menu li ul{
	position:absolute;
	top:0;
	left:100.1%;
	display:none;
}

div#menu ul ul,
div#menu ul ul ul,
div#menu ul li:hover ul ul,
div#menu ul li:hover ul ul ul{
	display:none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul{
	display:block;
}
/* End non-anchor hover selectors */

/* Styling for Expand */
#menu a.x,
#menu a.x:visited{
}

#menu a.x:hover{
	background:#FFFFFF;
}

#menu a.x:active{
	color: #FFFFFF;
	background: #3433CC;
}

/* Styling for Popup */
#menu a.pu,
#menu a.pu:visited{
	color: #3433CC;
	background: #CCCCCC;
}

#menu a.pu:hover{
	background:#FFFFFF;
}

#menu a.pu:active{
	color: #FFFFFF;
	background-color: #FFFFFF;
}
/* End CSS Popout Menu */



#footer {
	width: 575px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #3433CC;
}



/* Begin CSS Clear Floating Containers Fix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}
/* End CSS Clear Floating Containers Fix */



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

/* Begin Custom Float Classes */
.floatright {
	float: right;
	margin-left: 5px;
}
.floatleft {
	float: left;
	margin-right: 5px;
}
.edstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
