/* 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: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #009900;
	font-weight: normal;
}

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

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#main_content h3 a:link, a:hover, a:visited {
	color: #666666;
}

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

#wrapper {
	background: url(../images/colorbars.jpg) no-repeat 770px 160px;
	float: left;
	height: 100%;
	width: 1100px;
}

#branding {
	height: 133px;
	margin-left: 240px;
}

#footer {
	margin-left: 250px;
	padding: 0px;
	margin-top: 10px;
	clear: both;
	width: 550px;
}

#content {
	position: relative;
}

#main_content {
	width: 700px;
	height: auto;
	margin-left:220px;
	padding: 20px 0 20px 30px;
	float: left;
}
/* rounded corner box
================================== */

.box {
	width: 524px;
	background-image: url(../images/top2.gif);
	background-repeat: no-repeat;
	float: left;
	background-position: left top;
	margin-bottom: -20px;
	padding-top: 20px;
}

.box h2 {
	background-image: url(../images/tile2.png);
	background-repeat: repeat-y;
	margin-bottom: -30px;
}

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


/* Drop Down box
================================== */
#cssdropdown {
	background-color: #0767B5;
	margin-top: 30px;
	list-style-type: none;
	color: #FFFFFF;
	display:inline;
	float: left;
	padding-left: 20px;
	width: 230px;
}


#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: 90px;
	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: 135px;
	list-style-type: none;
	padding-left: 20px;
	width:200px;
}

#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 */
	background-color: #5AA05F;
	display: block;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

