/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}
body{
	margin: 0;
	padding: 0;
}

/* Text styles*/
p {
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.5em;
	margin-bottom: 20px;
}

h1 {
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #009900;
	font-weight: normal;
	padding-bottom: 10px;
}

h2 {
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #330099;
	font-weight: bold;
}

h3 {
	font-size: 1em;
	font-weight: normal;
	color: #FF6600;
	font-family: Georgia, Times New Roman, Times, serif;
}

h4 {
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}


a:link {
	text-decoration: none;
	color: #009900;
}

#content ul, li{
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: normal;
	padding-bottom: 8px;
	list-style-position: inside;
}
a:active {
	color: #009900;
	text-decoration: none;
}

a:visited {
	color: #009900;
	text-decoration: none;
}
a:hover {
	color: #009900;
	text-decoration: none;
}

#footer p {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 0.8em;
	color: #666666;
}

#footer a:link {
	color: #666666;
}

/* The Div Styles
================================= */

#wrapper {
	width: 1150px;
	height: 100%;
}

#branding {
	height: 80px;
	padding-top: 15px;
	width: 100%;
	background-image: url(../images/header_drill.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#content {
	width: auto;
	margin-top: -10px;
	position: relative;
}

#main_content {
	width: 700px;
	height: auto;
	padding-left: 10px;
	margin-left: 240px;
	float: left;
	margin-top: -30px;
}

#footer {
	clear: both;
	padding-top: 10px;
}

#color_bar{
	width: 335px;
	background-color: #C2D2EC;
	height: 85px;
	margin-top: 20px;
	background-image: url(../images/colorbars_drill.jpg);
	background-repeat: no-repeat;
	float: right;
}


/* rounded corner box
================================== */

.box {
	width: 590px;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 140px;
	padding-top: 15px;
	float: left;
}

.box h2 {
	background-image: url(../images/tile.png);
	background-repeat: repeat-y;
}

.box .last {
	background-image: url(../images/bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}


/* Drop Down box
================================== */
#cssdropdown, #cssdropdown ul {
	background-color: #0767B5;
	margin-top: 20px;
	list-style-type: none;
	color: #FFFFFF;
	float: left;
}

#cssdropdown li {
	color: #FFFFFF;
	width: 225px;
}

#cssdropdown a:hover, a:active{
	color: #009900;
}

.mainitems{
	color: #FFFFFF;
}

.mainitems a{
	display: block;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	list-style-type: none;
}

.subuls{
	font-size: 0.9em;
	display: none;
	position: fixed;
	top: 150px;
	left: 160px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 8px;
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.subul  {
	position: fixed;
	top: 120px;
	left: 160px;
	font-size: 0.9em;
	display: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 8px;
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	float: left;
	color: #FFFFFF;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	background-color: #5AA05F;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

#apDiv1 {
	position:absolute;
	left:29px;
	top:7px;
	width:151px;
	height:84px;
	z-index:1;
}
