
/*cms plugin*/
/*2 column*/
.main #twocol_sidebar1 {
	position: absolute;
	float: left; /* since this element is floated, a width must be given */
	width: 173px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	left: 65px;
}
.main #twocol_sidebar1 h3 { 
	color: #007f80;
	font-size: 13px;
	margin: 0;
	padding: 0;
}
.main #twocol_mainContent { 
	margin: 65px 50px -1px 260px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:375px;
	position: relative;
	border: 1px solid #9b9da0;
} 
.main #twocol_mainContent p { 
	margin: 0;
	padding: 0;
}
.main #twocol_mainContent h3 { 
	color: #007f80;
	font-size: 14px;
	font-style: italic;
	margin: 0 0 10px 0;
	padding: 0;
}
.main #twocol_mainContent h4 { 
	color: #007f80;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}
/*end 2 column*/

/*3 column*/
.main #threecol_sidebar1 {
	position: absolute;
	float: left; /* since this element is floated, a width must be given */
	width: 173px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	left: 65px;
}
.main #threecol_sidebar1 h3 { 
	color: #007f80;
	font-size: 13px;
	margin: 0;
	padding: 0;
}
.main #threecol_sidebar2 {
	position: absolute;
	float: right; /* since this element is floated, a width must be given */
	width: 243px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
	left: 842px;
	top: 338px;
	z-index: 5000;
}
.main #threecol_sidebar2 h3 { 
	color: #007f80;
	font-size: 13px;
	margin: 0;
	padding: 0;
}
.main #threecol_mainContent { 
	margin: 65px 50px -1px 260px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:375px;
	position: relative;
	border: 1px solid #9b9da0;
	width: 550px;
} 
.main #threecol_mainContent p { 
	margin: 0;
	padding: 0;
}
.main #threecol_mainContent h3 { 
	color: #007f80;
	font-size: 16px;
	font-style: italic;
	margin: 0 0 10px 0;
	padding: 0;
}
.main #threecol_mainContent h4 { 
	color: #007f80;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}
.main .threecol_leftsections {
	border: 1px solid #a5a5a7;
	width: 161px;
	margin-bottom: 15px;
	padding: 5px;
	z-index: 200;
}
.main .threecol_leftsections p {
	margin: 0;
	padding: 0;
}
/*end 3 column*/

/*edit styles*/
.edit_left_2column {
	width: 200px;
	height: 200px;
}
.edit_left_3column {
	width: 150px;
	height: 200px;
}
.edit_left_homepage {
	width: 200px;
	height: 200px;
}
.edit_right_3column {
	width: 160px;
	height: 200px;
}
.edit_center_1column {
	width: 700px;
	height: 200px;
}
.edit_center_2column {
	width: 600px;
	height: 200px;
}
.edit_center_3column {
	width: 400px;
	height: 200px;
}
.edit_center_homepage {
	width: 600px;
	height: 200px;
}

/*end edit styles*/

/*1 column*/
.main #onecol_mainContent {
	margin: 65px 50px -1px 270px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:200px;
	position: relative;
	border: 1px solid #9b9da0;
}
.main #onecol_mainContent p { 
	margin: 0;
	padding: 0;
}
.main #onecol_mainContent h3 { 
	color: #007f80;
	font-size: 16px;
	font-style: italic;
	margin: 0 0 10px 0;
	padding: 0;
}
/*end 1 column*/

/*full*/
.main #full_mainContent {
	margin: 65px 50px -1px 50px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:200px;
	position: relative;
}
.main #full_mainContent p { 
	margin: 0;
	padding: 0;
}
.main #full_mainContent h3 { 
	color: #007f80;
	font-size: 16px;
	font-style: italic;
	margin: 0 0 10px 0;
	padding: 0;
}
/*end full*/

.wide_edit {
	border-top: 1px solid black;
	width: 100%;
	text-align: right;
	font-style: italic;
	font-size: 10px;
	z-index: 200;
}
.wide_edit a {
	text-decoration: none;
	color: red;
}
.wide_edit a:hover {
	text-decoration: underline;
}

.sort_left {
	float: left;
	padding: 20px;
}
.sort_left a {
	text-decoration: none;
}
.sort_left a:hover {
	text-decoration: underline;
}
.sort_list {
	border: 1px solid black;
	width: 300px;
	padding: 5px;
	list-style: none;
}
.sort_list li {
	margin: 5px;
}
.sort_right {
	float: right;
	padding: 20px;
}
.form_wrapper {
	padding: 20px;
}
.menu_table {
}
.menu_table td {
	white-space: nowrap; 
}
.menu_table td a {
	text-decoration: none;
}
.menu_table td a:hover {
	text-decoration: underline;
}
.menu_table td.last {
	width:100%;
	text-align: right;
}
