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

/* Text styles*/
div#main_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
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;
}

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

a:visited {
	color: #009900;
	text-decoration: none;
}
a:hover {
	color: #009900;
	text-decoration: none;
}
div#main_content li {
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: normal;
	list-style-position:inside;
}
div#main_content ul, div#main_content ol {
	margin-bottom: 20px;
}
div#main_content ul li {
	list-style-type: disc;
	margin-bottom:5px;
}
#footer p {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 0.8em;
	color: #666666;
}

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

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

#wrapper {
	background: url(../images/colorbars_drill.jpg) no-repeat 815px 120px;
	height: 100%;
	width: 1100px;
}

#branding {
	height: 80px;
	padding-top: 15px;
	width: 100%;
	background: url(../images/header_drill.jpg) no-repeat 300px top;
}
#main_content {
	width: 700px;
	height: auto;
	padding: 20px 0 20px 30px;
	float: left;
}

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

/* 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, ul#cssdropdown {
	background-color: #0767B5;
	margin-top: 20px;
	list-style-type: none;
	color: #FFFFFF;
	float: left;
	width:225px;
}

#cssdropdown li {
	color: #FFFFFF;
}
#cssdropdown a:link, #cssdropdown a:visited {
	color: #ffffff;
}
#cssdropdown a:hover, #cssdropdown a:active{
	color: #009900;
}

.mainitems{
	color: #FFFFFF;
	margin-left: 20px;
}

.mainitems a:link, .mainitems a:visited{
	display: block;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1em;
	list-style-type: none;
	padding-top: 12px;
	padding-bottom: 12px;
}
.subul  {
	background-color: #5AA05F;
	font-size: 0.8em;
    display: none;
    left: 160px;
    position: absolute;
    text-decoration: none;
    top: 170px;
	list-style-type: none;
	padding-left: 20px;
	width:200px;
}
.subuls{
	background-color: #5AA05F;
	font-size: 0.8em;
    display: none;
    left: 160px;
    position: absolute;
    text-decoration: none;
    top: 215px;
	list-style-type: none;
	padding-left: 20px;
	width:200px;
}
.subul li a, .subuls li a {
	padding-left:10px;
}

#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#cssdropdown li { float: left; }
* html ul#cssdropdown li a { height: 1%; }
/* End */

div#homelink {
	position:absolute;
	left:29px;
	top:7px;
	width:184px;
	height:84px;
}
div#homelink a {
	background:url(../images/link_image.png) no-repeat 0 0 transparent;
	display:block;
	height:84px;
	text-indent:-9999px;
	width:184px;
}
