ul li {
    display: inline;
}
    
body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: white;
}

h1,
h2 {
	font-weight: bold;
	font-size: 18px;
}

#content h2 {
	margin: 10px 0px 3px 0px;
}

h3 {
	margin: 5px 0px 0px 0px;
	font-weight: bold;
	font-size: 14px;	
}

p,
table {
	margin: 5px 0 5px 0;
}

a {
	text-decoration: none;
	color: #009CD7;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

td {
	border: 1px solid #97c038;
	padding: 5px;
}

.clear {
	clear: both;
}

#header,
#main {
	padding-left: 34px;
	padding-right: 35px;
}

#main {
	padding: 15px 50px 0px 50px;
}

#header {
	height: 174px;
	padding-bottom: 10px;
	border-bottom: 2px solid #3BA32C; 
}

#body,
#footer {
	width: 1000px;
}

#body {
	height: 100%;
	margin: auto;
	padding: 0px 0px 10px 0;
	border-bottom: 2px solid #3BA32C;
}

#footer {
	margin: auto;
	background-color: white;
	padding-top: 10px;
}

#inner-footer {
	background: url("footer.png") no-repeat;
	height: 77px;
	margin: auto;
	width: 864px;
}

#main-menu {
	width: 525px;
	position: relative;
	top: -26px;
}

#main-menu li {
	position: relative;
	display: inline;
	margin-left: 3px;
}

#main-menu li ul {
	position: absolute;
	background-color: #68b35c;
	display: none;
}

#main-menu li a:hover ul {
	display: block;
}
	
#main-menu a {
	font-size: 12px;
	text-decoration: none;
}

#main-menu a span {
	padding: 5px 1px 5px 1px;
}

#main-menu a:hover span {
	color: white;
	background-color: #68b35c;
}

#main-menu img {
	border:0;
}

#main-menu a,
#main-menu a img {
	vertical-align: middle;
}

#main {
	background-color: white;
	margin-left: 18px;
	margin-right: 4px;
}

#content {
	margin-right:215px;
}

* html #content {width: 660px;margin-right:0px;}

#sidebar {
	float: right;
	width: 175px;
	font-size: 12px;
	margin: 4px;
	padding: 10px;
}

#sidebar h2 {
	font-size: 1em;
	font-weight: normal;
	border-top: 1px solid #CEE8CB;
	border-right: 1px solid #CEE8CB;
	border-bottom: 1px solid #CEE8CB;
}

#sidebar h2 {
	color: white;
	background-color: #3BA32C;
	padding-left: 14px;
	background-image: url(quicklinks-left.png);
	background-repeat: no-repeat;
	height: 17px;
	line-height: 15px;
}

#sidebar h2 a {
	color: white;
}

#sidebar ul {
	padding-left: 10px;
	margin-bottom: 10px;
}

#sidebar li {
	list-style:none;
}

#sidebar a {
	text-decoration: none;
	display: block;
}

#sidebar .quick-links {
	margin-bottom: 10px;
}

#sidebar .section {
	zzzmargin-top: 15px;
}

#sidebar li {
	display: block;
}

#sidebar .section li {
	margin-bottom: 5px;
}

#sidebar .section div {
	color: #97C038;
}

#sidebar .quick-links a {
	color: #3BA32C;
}

#sidebar a:hover {
	text-decoration: underline;
}


.block {
	background-color: #ffff5b;
	margin: 10px 0 10px 0;
	border: 2px solid yellow;
	padding: 5px;
}

#sidebar .block h2 {
	color: #ee763f;
}

#sidebar .block a {
	color: #2da0f8;
	text-decoration: none;
	display: block;
	font-weight: bold;
}

#sidebar .block a:hover {
	text-decoration: underline;
}

#menuwrapper {
	margin-top: 10px;
	margin-left: 35px;
	float: left;
}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#p7menubar {
	width: 40em;
}
#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	font-size: 1em;
	color: #3BA32C;
	font-weight: bold;
}
#p7menubar a.trigger {
	padding: 5px 16px 5px 10px;
	background-image: url(p7PM_dark_south.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#p7menubar li {
	float: left;
	width: 9em;
}
#p7menubar li {position: relative;}

/* hide from IE mac \*/
#p7menubar li {position: static; width: auto;}
/* end hiding from IE5 mac */

#p7menubar li ul, #p7menubar ul li  {
	width: 13em;
}
#p7menubar ul li a  {
	color: #565656;
	border-right: 0;
	padding: 3px 12px 3px 9px;
}
#p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-top: 5px;
	background-image: url(images/p7exp_mgrad.jpg);
	background-repeat: repeat-x;
}

#p7menubar li .active-menu,
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #FFFF5B;
	background-color: #3BA32C;
}
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #FFFF5B;
	background-color: #3BA32C;
}
#p7menubar ul a:hover {
	background-color: #96C038 !important;
	color: #FFFF5B !important;
}

/* mac hide \*/
* html .boxout1-wrapper .extra-content {height:194px}
/* end hide */

/* mac hide \*/
* html .boxout2-wrapper .extra-content {height:154px}
/* end hide */

/* mac hide \*/
* html .boxout3-wrapper .extra-content {height:154px}
/* end hide */

.boxout1-wrapper .extra-content {
	min-height: 194px;
}

.boxout2-wrapper .extra-content,
.boxout3-wrapper .extra-content{
	min-height: 154px;
}

.boxout1-wrapper {
	margin: 0px 0px 10px 0px;
}

.boxout2-wrapper,
.boxout3-wrapper {
	margin: 10px 0px 10px 0px;
}

.boxout1 {
	height:196px; 
	width:656px; 
}

.boxout2 {
	height:146px; 
	width:656px; 
}

.boxout3 {
	height:146px; 
	width:323px; 
}

.boxout1,
.boxout2,
.boxout3 {
	border-style: solid;
	border-width: 3px;
	background-repeat: no-repeat;
}

.boxout1 a,
.boxout2 a,
.boxout3 a {
	color: white;
}

.boxout1 img,
.boxout2 img,
.boxout3 img {
	margin-right:10px;
	float:left;
}

.boxout1 div,
.boxout2 div,
.boxout3 div {
	padding: 5px;
	color: white;
}

.boxout1 h1,
.boxout2 h1,
.boxout3 h1 {
	padding-bottom: 3px;
	border-bottom: 1px solid white;
}

.feeditem {
	margin-bottom: 10px;
}

.bullet-list {
	padding-left: 30px;	
}

.bullet-list li {
    display: list-item;
    list-style: disc;
    padding: 5px;
}
  
.label {
	font-weight: bold;
	margin: 0 10px 0 0;
}

.photo {
	border: 2px solid black;
}

.left {
	float: left;
}

.right {
	float: right;
}
	
.borderlesstable td {
	text-align: center;
	border: none;
}

.message {
	font-weight: bold;
	color: red;
}