
@import url(/CssLib/globals.css);

/* GLOBAL OVERRIDES - RadEditor Specific */

li ul li {
	font-size:11px;
	margin-left:15px;
}

p { 
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; 
}

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: 'Helvetica', Arial, sans-serif;
}


/* ABOUT */

.about_section {
	border-top:1px solid #E6E6E6;
	color:#4D4D4D;
	margin-top:1em;
	padding-top:20px;
}

.about_section dl {
	margin-left:20px;
}

.about_section dt {
	font-size:14px;
	font-weight:bold;
	margin-bottom:0.25em;
}

.about_section dd {
	line-height:18px;
	margin-bottom:1em;
}

.col_1 h3 {
	color:#262626;
	margin-bottom:10px;
}

.col_2 p {
	font-size:11px;
	margin-bottom:1em;
}

/* HELP */

.help_nav {
	font-weight:bold;
	line-height:18px;
	margin-left:14px;
	margin-top:10px;
}

.section {
	border-top:1px solid #E6E6E6;
	margin-top:20px;
	padding-top:20px;
}

.section h3,
.section h3 a {
	color:#262626;
	font-size:16px;
	text-decoration:none;
}
.section h4,
.section h4 a {
	color:#262626;
	margin-left:2px;
	text-decoration:none;
}

.subsection {
	padding:20px 14px 0;
}

.subsection p {
	font-size:11px;
	margin-bottom:1em;
}




