﻿/*
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: #6d6e71;
	font-size: 12px;
	font-weight: normal;
}

body.large-font {
	font-size: 14px;
}

h1, h2 {
	font-family: Georgia, Times New Roman, Serif;
	font-weight: normal;
}

h1 {
	margin: 22px 0 8px 0;
	font-style: italic;
	text-align: center;
	color: #004f78;
	font-size: 200%;
}

h2 {
	font-size: 150%;
}

a {
	color: #004f78;
	text-decoration: none;
}

	a:hover
	, a:active
	, a:focus {
		color: #000000;
		outline: 0;
	}

a img {
	border: none;
}

p.placeholder {
	border: 1px solid #444444;
	background-color: #dedede;
	text-align: center;
	padding: 20px;
}

p.intro {
	font-family: Georgia, Times New Roman, Serif;
	font-size: 130%;
}

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;
	}
	
	ul li2 {
		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: #004f78;
	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;
}
