/*******************************************
* Sugar Master Plan Stylesheet
* Author: Alvin Penaflor
********************************************/

@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;	
	background: #FFFFCC;
}

a, a:visited {
	color: #00632A;
}

a:hover {
	color: #999999;
}

p, li {
	font-size: 11px;
}

h1, h2, h3, h4 {
	color: #006633;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 14px;
	display: block;
	background: #000000;
	color: #FFFFFF;
	padding: 5px 8px; 
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 10px;
}

.rpanelcontent h1 {
        clear:both;
}

table td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*** LAYOUT */

#container1 {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFCC url(../images/bodybg.jpg) repeat-y center;	
}

#container2 {
	position: relative;
	width: 800px;
	margin: 0 auto;  /* center in viewport */
	padding: 0;
	background-color: #00632A;
}

#header {
	position: relative;
	background: url(../images/Msmpbg.jpg) no-repeat top;
	height: 375px;
	z-index: 1;
}

#headerpanel {
	position: relative;
	margin-top: -276px;  /* layer above header */ 
	height: 276px;
	background: transparent url(../images/Mcontenttopbg.png) no-repeat top;
	z-index: 3;
}

/*** Search and breadcrumbs box */
#search, #breadcrumbs {
	font-size: 10px;
	position: relative;
	color: #FFFFFF;
	z-index: 5;
}

#search {
	text-align: right;
	width: 100px;
	float: left;
	margin-left: 120px;
}

#breadcrumbs {
	text-align: right;
	margin-right: 20px;
	width: 500px;
	float: right;
}

#breadcrumbs a, #search a {
	color: #FFFFFF;	
}

#breadcrumbs a:hover, #search a:hover {
	color: #FFFF00;	
}

#content {
	position: relative;
	background-color: #00632A;
	padding: 20px 20px 5px 20px;
}

#footer {
	z-index: 4;
	background: #FFFFFF;
	border-top: #000000 5px solid;
	border-bottom: #000000 5px solid;
	text-align: center;
	padding: 8px 20px 10px 20px;
	clear: both;
	font-size: 11px;
	margin-bottom: 25px;
}

#footer:after {  /* self clearing rules */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#footer {
	display: inline-block;
	_height: 1%;
}

/* Hides from IE-mac \*/
#footer { display: block; }
/* End hide from IE-mac */


/*** MAIN NAV */

#topnav {
	float: right;
	position: relative;
	top: 40px;
	right: 20px;
}

#topnav ul li {
	float: left;
	list-style: none;
}

#topnav li a, #topnav li a:visited {
	display: block;
	padding: 0 0 200px 0;
	margin: 0 10px;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: transparent url(../images/navbg2.png) no-repeat;
	background-position: 0 23px;
	color: #00632A;
	text-transform: lowercase;
}

#topnav li a:hover {
	color: #999999;
	background: transparent url(../images/navbg1.png) no-repeat;
	background-position: 0 23px;
}

/*** TOP PANEL */

#headercontent {
	position: relative;
	z-index: 3;
	width: 450px;
	float: right;
	margin-top: -220px;
	text-align: right;
	padding: 0 24px 5px 0;
	color: #FFFFFF;
}

#headercontent h1 {
	font-size: 14px;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	display: block;
	background: none;
	padding: 0; 
}

#headercontent img {
	float: right;
	padding: 0 0 5px 12px;
}

#headercontent a, #headercontent a:visited {
	color: #00FF33;
}

#headercontent a:hover {
	color: #CCCCCC;
}

/*** PANELS */

#leftpanel, #rightpanel {
	float: left;	
}

.lpanelbox, .rpanelbox {
	background: #FFFFFF;
	border: #BFEAD2 3px solid;
	margin-bottom: 20px;	
}

.lpanelhdr, .rpanelhdr {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	background: #BFEAD2;
	color: #006633;
	font-weight: bold;
	padding: 3px 8px 4px 8px;
}

.lpanelcontent {
	padding: 5px 5px;
}

/*** LEFT PANEL */

#leftpanel {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#leftpanel table {
	width: 100%;
}

#leftpanel td {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


/*** RIGHT PANEL */

#rightpanel {
	width: 532px;
	margin: 0 0 0 25px;
	float: right;
	clear: right;
}

.rpanelhdr:after {  /* self clearing rules */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.rpanelhdr {
	display: inline-block;
	_height: 1%;
}

/* Hides from IE-mac \*/
.rpanelhdr { display: block; }
/* End hide from IE-mac */

.rpanelcontent {
	padding: 10px 10px;
}

.prodhlgrid table {
	width: 500px;
	border-left: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid;
}

.prodhlgrid table th, .prodhlgrid table td {
	font-size: 11px;
	text-align: left;
	font-weight: normal;
	padding: 3px 3px;
	border-right: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
}

.prodhlgrid table th {
	background: #999999;
	color: #FFFFFF;
}

.prodhlgrid table td{
	text-align: right;
}

.lheader {
	float: left;
}

.rheader {
	float: right;
	text-align: right;
	color: #000000;
	text-transform: none;
	font-weight: normal;
}

/*** BOTTOM NAV */

#bottomnav ul {
	text-align: center;
	list-style: none;
}

#bottomnav ul li {
	display: inline;
}

#bottomnav ul li a, #bottomnav ul li a:visited {
	padding: 0 5px 8px 5px;
	margin: 0;
	font-size: 11px;
}

#bottomnav li a:hover {
	color: #999999;
}

#copyright {
	clear: both;
	padding-bottom: 5px;
}

/*** EVENTS CALENDAR */

table .eventcalendar td,  {
	text-align: right;
	font-size: 11px;
}

table .eventcalendar th, table .eventcalendar .month_title {
	font-size: 11px;
}

.month_title {
	background: #BFEAD2;
	color: #00632A;
	padding: 3px 0;
}

.ec_smpevents {
	background: #FFFFCC;
	font-weight: bold;
	border: #CCCCCC 1px solid;
}

.eventlist {
	margin: 20px 0 0 0;
}

.eventlist li {
	padding: 3px 10px;
}

.eventlist .list_header {
	text-transform: uppercase;
	color: #00632A;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	padding: 5px 10px;
	border-bottom: #00632A 1px solid;
}

.lpanelbox .eventcalendar table {
	display: none;
}

.lpanelbox .list_header {
	display: none;
}

.lpanelbox .eventlist, .lpanelbox .eventlist li {
	padding: 0;
	margin: 0;
}

/*** COMMON */
.floatright {
	float: right;
	padding: 5px 0 5px 10px;
}

.floatleft {
	float: left;
	padding: 5px 10px 5px 0;
}

.clearboth {
	clear: both;
}

.errors {
	background: #FFFFCC;
	padding: 10px 15px;
	font-size: 11px;
	line-height: 1.5em;
	margin: 10px 0 20px 0;
	border: #CCCCCC 2px solid;
}

.errors strong {
	line-height: 2em;
	color: #FF0000;
}

/*** Ditto Templates */
.ditto_item {
	margin: 15px 0;
	margin-bottom: 20px;
}

.ditto_pageTitle {
	font-size: 14px;
}

.ditto_documentInfo {
	font-size: 11px;
	margin-bottom: 15px;
}

.ditto_introText {
	margin: 8px 0;
	font-size: 11px;
}

.ditto_moreLink {
	font-size: 11px;
}

.pagination {
	text-align: center;
	font-size: 11px;
}

.ditto_page, .ditto_currentpage {
	margin: 0 3px;
}

.ditto_page {
	text-decoration: underline;
}

.ditto_currentpage {
	font-weight: bold;
}

.articleimg {
	float: left;
	padding: 5px 12px 5px 0;
}

/*** AjaxSearch */
#ajaxSearch_form {
	
}

#ajaxSearch_input {
	font-size: 11px;
	border: #CCCCCC 1px solid;
	padding: 3px 5px;
	background: #FFFFCC;
}

#ajaxSearch_submit {
	font-size: 11px;
	margin: 0 5px;	
	padding: 0 5px;
}

.ajaxSearch_result {
	padding: 5px 0;
}

.ajaxSearch_resultLink {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006633;
	text-transform: uppercase;
}

.AS_ajax_more {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006633;
}

.AS_ajax_resultDescription {
	display: none;
}

.ajaxSearch_resultsIntroFailure {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006633;
	padding-top: 10px;	
}

.searchTerms {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: #999999 1px solid;
	padding: 5px 8px;
	margin-bottom: 15px;
	background: #BFEAD2;
}

.ajaxSearch_highlight1 {
	background: #FFFF99;
}

