/* 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;
}

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

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

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

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

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

#color_bar{
	width: 425px;
	margin-top: 30px;
	background-color: #0767B5;
	height: 280px;
	background-image: url(../images/colorbars.jpg);
	background-repeat: no-repeat;
	float: right;
}
#content {
	width: auto;
	position: relative;
}

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

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

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

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


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

.subuls{
	font-size: 0.8em;
	display: none;
	position: fixed;
	top: 230px;
	left: 160px;
	text-decoration: none;
	color: #FFFFFF;
}

.subul  {
	position: fixed;
	top: 190px;
	left: 160px;
	font-size: 0.8em;
	display: none;
	text-decoration: none;
	color: #FFFFFF;
}

#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 */
