﻿/*
These styles are the only ones that will be visible to the RadEditor.
Selectors should be simple (i.e. p.intro / .some-class / etc) since the
editor cannot deal with complex selectors.
*/

body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
}

h1, h2 {
	font-family: Georgia, Times New Roman, Serif;
	font-weight: normal;
}

h1 {
	margin: 22px 0 8px 0;
	color: #0090ce;
	font-size: 200%;
}

h2 {
	font-size: 150%;
}

p.intro {
	font-family: Georgia, Times New Roman, Serif;
	font-size: 150%;
}

p.contactus-phone {
	margin: 0 !important;
	font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
	font-size: 133%;
	font-weight: normal;
	color: #2e7c2f;
}

p.contactus-hours {
	margin-top: 0 !important;
	font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
	font-size: 100%;
	font-weight: normal;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

	ul li {
		list-style-type: none;
		padding-left: 10px;
		background-image: url(../../Images/list_bullet.gif);
		background-repeat: no-repeat;
		background-position: 0em .5em;
		margin: .3em 0;
	}

ol.faq {
	color: #0090ce;
	margin-top: 2em;
	margin-left: 3em;
	font-size: 110%;
	font-weight: bold;
}

	ol.faq li {
		margin-bottom: 1em;
	}

	ol.faq li a {
		font-weight: bold;
	}

div.spacer 
{
	margin: 1em 0;
}