﻿/* MARKUP STYLES */

.ms-rteElement-H1 {
	/* title */
	color: #006633;
	font-size: 1.3em; /*18px;*/
	font-weight: bold; 
	margin-top: 9px;
}

.ms-rteElement-H2 {
	/* section-title-text */
	color: #006633;
	font-weight: bold;	
	font-size: 1em;
}
.ms-rteElement-H3 {
	/* main-subtitle-text */
	color: #006633;
	font-size: 14px;
	font-weight: bold;
}
.ms-rteElement-H4 {
	/* section-linktitle */
	background-image: url(images/rule_wide.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 3px;
	width: 240px;
}
.ms-rteElement-Callout1{
	color: #666666;
	background-color:#fff;
	float:right;
	width:185px;
	padding:10px;
	border:0px transparent none;

	background-image: url(images/rightnav_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;


}



/* END OF MARKUP STYLES */


/* CUSTOM RTE STYLES */
.ms-rteStyle-DOR_Content{
	-ms-name:"DOR Content";
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .84em;	
}

.ms-rteStyle-DOR_Header{
	-ms-name:"DOR Header";
	color: #006633;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em /*18px*/;	
	font-weight: bold;
}

.ms-rteStyle-DOR_Subheader{
	-ms-name:"DOR Subheader";
	color: #006633;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .94em /*14px*/;	
	font-weight: bold;
}

.ms-rteStyle-DOR_Section_Title{
	-ms-name:"DOR Section Title";
	color: #006633;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .84em /*10.25pts*/;	
	font-weight: bold;
}

.ms-rteStyle-DOR_Bulleted_List{
	-ms-name:"DOR Bulleted List";
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .84em /*10.25pts*/;	
	font-weight: bold;
}



.ms-rteStyle-main-header-smaller{
	-ms-name:"Main Header Smaller";
	/* main-header-smaller */
	background-image: url(images/rule_title.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 3px;
	color: #006633;
	width: 570px;
	color: #006633;
	font-size: 1.3em;
	font-weight: bold;
	width: 500px;
}

.ms-rteStyle-section-title-home{
	-ms-name:"Section Title Home";
	/* section-title-home */
	background-image: url(images/rule_wide.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 3px;
	color: #006633;
	font-weight: bold;
	width: 344px;
}

.ms-rteStyle-section-title-greenbg{
	-ms-name:"Section Title Green Bg";
	/* section-title-greenbg */
	background-image: url(images/rule_wide_greenbg.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 3px;
	width: 500px;
}



.ms-rteStyle-sidebar-leftcontent{
	-ms-name:"Sidebar-LeftContent";
	padding-left: 11px;
	margin: 10px;
}

/* END OF CUSTOM RTE STYLES */

