body {
	background-color: #ececec;
	margin-top: 20px;
}
#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	height: 600px;
	position: relative;
}
#container {
	background-color: #FFFFFF;
	height: 700px;
	width: 1025px;
	margin-right: auto;
	margin-left: auto;
}
.roundtop {
	background-image: url(images/ctr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#nav{
	width:955px;
	text-align:left;
	Height: 150px;
	float: left;
}
#wrapper #nav #navmenu .selected {
	color: #00AAE2;
}
#navmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	list-style-type: none;
	text-align: right;
	width: 472px;
	float: left;
	height: 20px;
	margin-right: 10px;
}
#logo {
	float: left;
	height: 150px;
	width: 239px;
}
#wrapper #nav #navmenu li {
	text-align: center;
	display: inline;
	height: 24px;
	width: 90px;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-left: 6px;
	padding-right: 6px;
}

#curve {
	float: left;
}
#wrapper #nav #navmenu a:link {
	color: #000000;
	text-decoration: none;
}
#wrapper #nav #navmenu a:hover {
	color: #00AAE2;
	text-decoration: none;
}
#upbody {
	width: 455px;
	margin-left: 125px;
	float: left;
}
#wrapper #upbody p {
	font-size: 11pt;
	line-height: 16pt;
	padding-top: 0px;
	padding-bottom: 16pt;
	margin: 0px;
}
#upbodycol2 {
	width: 300px;
	float: left;
	padding-left: 40px;
}
#wrapper #nav #navmenu ul {
	margin-top: 30px;
}
.corner {
   width: 25px;
   height: 25px;
   border: none;
   display: block;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


#suckertreemenu {
	height:67px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align:right;
	padding-right:55px;
	text-align:right;
	background-image:url(images/curve.gif);
	background-repeat:no-repeat;
	background-position:right top;
}

#suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
float:right;
margin-top:30px;
}

/*Top level list items*/
#suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left;
	margin:0;
	padding: 0;
	text-align: center;
	display: inline;
	list-style-type: none;
	border-right: 1px solid #333;
}

/*Top level menu link items style*/
#suckertreemenu ul li a{
	display: block;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	color: #000;
	float:left;
}
#suckertreemenu ul li a:hover{
	color: #00AAE2;
}
/*1st sub level menu*/
#suckertreemenu ul li ul{
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	padding: 0;
	margin:0px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
#suckertreemenu ul li ul li{
	display: list-item;
	float: none;
	list-style:none;
	margin:0;
	padding:0px;
	font-size: 12px;
	border:0px;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
#suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
list-style:none;
margin:0;
padding:0px;
}

/* Sub level menu links style */
#suckertreemenu ul li ul li a{
	display: block;
	width: 180px; /*width of sub menu levels*/
	color: navy;
	text-decoration: none;
	padding: 8px 0px 0px 10px;
	margin:0px;
	float:none;
	line-height:13px;
	text-align:left;
	color:#000;
}

#suckertreemenu ul li a:hover{
	color: #00AAE2;
}

/*Background image for top level menu list links
#suckertreemenu .mainfoldericon{
background-image: url(images/arrow-down.gif);
background-repeat: no-repeat;
background-position:right center;
} */

/*Background image for subsequent level menu list links */
#suckertreemenu .subfoldericon{
background-image: url(images/arrow-right.gif);
background-repeat: no-repeat;
background-position:right center;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html #suckertreemenu ul li { float: left; height: 1%; }
* html #suckertreemenu ul li a { height: 1%; }
/* End */


/* Holly Hack for IE \*/
* html #suckertreemenu ul li { float: left; height: 1%;}
* html #suckertreemenu ul li a { height: 1%;}
* html #suckertreemenu ul li ul li { float: left;}
/* End */
#container #wrapper #upbody h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	line-height: 18pt;
	margin-bottom: 16pt;
}
#footer {
	width: 955px;
	padding-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	position: absolute;
	top: 600px;
	left: 0px;
	z-index: 20;
}

#footer a {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
#footer a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #00AAE2;
}

