
body {
	color: #454648;
	font-size: 75%; /* 12px */
	font-family: Arial, Helvetica, sans-serif;
}


/*    Style    */

h1 {
	margin-bottom: 12px;
	color: #7075ae;
	font-size: 233.33333333333%; /* 28px */
}

h2 {
	margin: 12px 0 2px 0;
	color: #7075ae;
	font-size: 133.33333333333%; /* 16px */
}

.searchResults h2{
	margin-top:0;
}

h3 {
	margin: 12px 0 2px 0;
	font-size: 100%;
}

.searchResults h3,
.newsArchive h3{
	font-size:117%; /* 14px */
	color: #7075ae;
	margin-bottom:2px !important;
}

h4, h5, h6 {
}

p {
	margin-bottom: 6px;
	line-height: 1.4;
}

ul, ol {
	margin-left: 16px;
	list-style-type: square;
}

li {
	line-height: 1.4;
}

a {
	color: #4c518f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 a,
.searchResults h3 a,
.newsArchive h3 a{
	color:#7075ae;
}

img {
	border: none;
}

hr {
	margin: 10px 0;
	height: 1px;
	clear: both;
	color: #c0c0c0;
	background: #c0c0c0;
	border: none;
	font-size: 1px;
}

.intro {
	color: #4c518f;
	font-size: 116.66666666667%; /* 14px */
}

.quote, #home-right .quote, #right-col .quote {
	color: #4c518f;
	font-size: 150%;
	line-height: 1.1;
}

#content-col .quote {
	margin: 20px 0 0 0;
	color: #4c518f;
	font-size: 116.66666666667%; /* 14px */
	line-height: 1.4;
}

.quote-attribute {
	margin-bottom: 20px;
}

a.more, .more a {
	margin-bottom: 10px;
	padding: 0 25px 0 12px;
	height: 24px;
	float: right;
	background: url(../images/button-grad.png) repeat-x;
	background: url(../images/button-arrow.png) no-repeat center right,
	url(../images/button-grad.png) repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	line-height: 24px;
}

.bullet {
	padding-left: 16px;
	background: url(../images/bullet-arrow.png) no-repeat;
}

.big {
	font-size: 116.66666666667%; /* 14px */
}

.small {
	font-size: 91.66666666667%; /* 11px */
}

.gallery {
	margin: 25px 0 10px 0;
	background: #dddedf;
	text-align: center;
}

.align-left {
	margin: 0 15px 5px 0;
	float: left;
}

.align-right {
	margin: 0 0 5px 15px;
	float: right;
}

.image-caption {
	font-size: 90%;
	font-style: italic;
}

.hr {
	overflow:hidden;
	margin: 10px 0;
	height: 1px;
	clear: both;
	background: #c0c0c0;
}

.clear {
	clear: both;
}

.instruction{
	padding-left:20px;
}

.instruction strong{
	color:#4C518F;
}

/*    WYSIWYG Editor Styles    */

body.mceContentBody {
	text-align: left;
}

#smartsearch-results p{
	text-align:right;	
}
#smartsearch-results ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#smartsearch-results ul li{
	list-style-type:none;
	padding:0px 0px 10px 0px;
	margin:0px;
}
#smartsearch-results ul li h3{
	font-size:130%;	
	margin:0px;
	padding:0px;	
}

#smartsearch-results ul li p{
	margin:0px;
	padding:0px;
	text-align:left;
}


