* {
	margin: 0;
	outline: none;
	padding: 0;
}

* html .Block {
	height: 1%;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

abbr, acronym {
	font-size: 80%;
	letter-spacing: .1em;
	text-transform: uppercase;
}

abbr[title], acronym[title], dfn[title] {
	cursor: help;
}

.Block {
	display: inline-block;
}

.Block:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.Blue p, .Search p {
	margin: 0;
	padding: 10px 12px;
}

body {
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: center;
}

.BodyContent ol li {
	line-height: 120%;
	list-style-type: decimal;
	margin-left: 30px;
	padding: 2px 0;
}

.BodyContent ul li {
	line-height: 120%;
	padding: 2px 30px;
}

.BodyContent ul, .BodyContent ol {
	margin: 10px 0;
}

body.searchTips {
	padding: 30px;
	text-align: left;
}

.Breadcrumb {
	font-size: .9em;
	margin: 0 0 20px 0;
	padding: 5px 15px !important;
}

.Breadcrumb li {
	display: inline;
	list-style: none;
	margin: 0 15px 0 0;
	padding: 0;
}

.Breadcrumb li a {
	padding: 0 15px 0 0;
}

.Breadcrumb li a:hover {
	text-decoration: none;
}

.Breadcrumb ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.Button {
	font-weight: bold;
	margin: 5px 0 5px 0;
	padding: 2px 10px 2px 10px;
}

.Button, .SearchGoButton {
	cursor: pointer;
	font-size: .9em;
	font-weight: 700;
	height: 23px;
	line-height: 100%;
	margin: 0;
	padding: 0;
	width: 68px;
}

.CategoryFeedList, .OtherFeedList,.CategoryFeedList li, .OtherFeedList li {
	list-style-type: none;
}

.CategoryPagination {
	font-size: .9em;
	padding: 0 5px;
	text-align: center;
}

.CategoryPagination .PagingList {
	list-style: none;
	margin: 0;
	padding: 0;
}

.CategoryPagination .PagingList li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 5px;
}

cite, em, dfn {
	font-style: italic;
}

.clearfix {
	display: inline-block;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.CommentItem {
	border-bottom: 1px solid #d9d9d4 !important;
	margin: 20px 0px;
}

.CommentSettingsLink {
	padding: 5px 0;
}

#Container {
	margin: 0 auto;
	text-align: left;
	width: 993px;
}

#content {
	clear: both;
	margin: 0 auto;
	width: 993px;
	text-align:left;
} 
/* adjusts main content area in center; padding was 6 1; removed overflow and height	height: 600px;
	overflow: auto; added text-align back in
 */
.Content {
	float: left;
	min-height: 500px;
	padding: 20px 1px;
	width: 573px;
	text-align:left;
}

.Content .Block {
	padding: 20px;
}

.Content .Block h2 {
	padding: 0;
}

.Content .BodyContent {
	padding: 0;
}

.Content .ContentPostDetails li {
	background-position: 0% 4px;
	background-repeat: no-repeat;
	padding: 0 15px 0 20px;
}

.Content h2 {
	font-size: 1.3em;
	line-height: 100%;
	padding: 10px 15px 0 15px;
}

.Content h3 {
	font-size: 1.1em;
}

.Content h3, .PostDetails, .Content h4, .Content h5, .Content h6 {
	padding: 5px 0;
}

.Content .listSummary fieldset {
	margin: 10px 0;
}

.Content .listSummary li {
	line-height: 120%;
	padding: 2px 15px;
}

.Content .listSummary p,form p, .Content .tplContent p {
	margin: 10px 0;
	padding: 0;
}
/*changed from 10 to 5*/
.Content .listSummary .tplContent, .Content .listSummary h4, .Content .listSummary h3, .Content .listSummary h5, .Content .listSummary h2,.Content .tplContent h4, .Content .tplContent h3, .Content .tplContent h5, .Content .tplContent h2 {
	padding: 10px 0;
}

.Content p {
	margin: 5px 0;
	padding: 0;
}

.Content .PostDetails li {
	float: left;
	padding: 0 15px 0 20px;
}

.ContentModulesContainer, .listRow, .BodyContent {
	clear: both;
}

.ContentPostDetails {
	margin: 10px 0;
}

.ContentPostDetails li {
	display: inline;
	float: left;
}

del {
	text-decoration: line-through;
}

.FeedLink a {
	font-size: 0.9em;
	font-weight: bold;
	padding: 0 0 3px 20px;
	text-decoration: none;
}

fieldset {
	margin: 5px 0;
	padding: 20px;
}

.first {
	text-align: left;
}
/*added border styles; old padding was 15 0 0 0*/
#Footer {
    font-family: Tahoma, Geneva, sans-serif;
	font-size: .9em;
	height: 115px;
	line-height: 130%;
	margin: 0 auto;
	padding: 0 -2px 0 0;
	text-align: center;
	width: 991px;
	margin-top: -6px;
}

#Footer a, #Footer a:link, #Footer a:active, #Footer a:visited {
	margin: 0;
	text-decoration: underline;
}
/*removed padding-left 20*/
#FooterList.Block1 {
	float: left;
}

#FooterList.Block2 {
	float: right;
}
/*changed widthfrom 400 -- took border out  border: 2px solid white;
	border-top-style: none;*/
#FooterText {
	width: 991px;
	margin: 0 0 0 0;
}
/*added border*/
#FooterText.Block1 {
	float: left;
}

#FooterText.Block2 {
	float: right;
}

form {
	margin: 0 0 20px 0;
	padding: 0;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.28em;
}

h2 em {
	font-size: 1.4em;
}

h2.tplvar-author-name {
	font-size: 1.3em;
	font-weight: 700;
}

h3 {
	font-size: 1em;
}

h3.tpllang-ContentByAuthor {
	font-size: 1.3em;
	font-weight: 700;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 1em;
}
/*changed header height from 110 to 112 -- (was 130) increasing this height pushes nav down -- and everything else  10/31 changed from 161 to 63; 11/1 changed from148 after adding flash an alternate header code; 147 on 11/13*/
#Header {
	height: 146px;
	background-color:#FFF;
}
/*changed padding from 45 0 0 27*/
#Header h1 {
	padding: 0 0 0 0;
	position: absolute;
}

#Header h1 a {
	font-family: "times new roman", arial, sans-serif;
	font-size: 1.8em;
	font-weight: 400;
	line-height: 100%;
	text-decoration: none;
}
/*Tom changed background-position from 25 px to 3px -- this pushes background image down, without pushing menu block or rest of the page down*/
.headerBgImage {
	background-position: 50% 3px;
	background-repeat: no-repeat;
}

.HighlightedLink a {
	font-size: 0.9em;
	font-weight: bold;
	padding: 0 0 3px 8px;
	text-decoration: none;
}

.HorizontalFormContainer dd {
	margin-bottom: 5px;
	margin-left: 130px;
}

.HorizontalFormContainer dt {
	clear: left;
	float: left;
	margin: 0 0 5px 0;
	width: 130px;
}

.HorizontalFormContainer p.Submit {
	margin: 0 0 0 130px;
}

hr {
	border-top: 1px solid #d9d9d4;
	height: 1px;
}

html {
	font-family: arial, georgia, tahoma,  sans-serif;
	font-size: 62.5%;
}

html[xmlns] .Block {
	display: block;
}

html[xmlns] .clearfix {
	display: block;
}

.HtmlBlock {
	margin: 0 0 1px 0;
}

.HtmlBlock p {
	margin: 0;
	padding: 10px 12px 10px 12px;
}

input, textarea, select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	margin: 5px 0 5px 0;
	padding: 3px;
}
/*changed top padding from 6 to 0; old was 0 1 10 6 and 202 wide*/
.Left {
	float: left;
	padding: 0 5px 10px 1px;
	width: 202px;
}

.Left h2, .Right h2 {
	font-family: georgia, arial, sans-serif;
	font-size: 1.3em;
	font-weight: 400;
	margin: 0;
	padding: 8px 10px 6px 10px;
}

.Left li a, .Right li a {
	display: block;
	text-decoration: underline;
}

.Left li a:hover, .Right li a:hover {
	text-decoration: underline;
}

.Left li, .Right li {
	border-top: 1px solid #DDDEE3;
	margin: 0;
	padding: 0;
}

.Left .tplImage, .Right .tplImage {
	margin: 10px 12px;
}

.Left ul li a, .Right ul li a {
	margin-left: 4px;
	padding: 5px 12px 4px 20px;
}

.Left ul li li a, .Right ul li li a {
	margin-left: 14px;
}

.Left ul li li li a, .Right ul li li li a {
	margin-left: 24px;
}

.Left ul, .Right ul {
	margin: 0 0 0 0;
}

legend {
	font-family: georgia, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: 400;
	margin: 5px 0 0 0;
	padding: 0 5px 0 5px;
}

li.ContentAuthors {
	text-decoration: none;
}

li.ContentAuthors a {
	text-decoration: underline;
}

li.ContentAuthors a:hover {
	text-decoration: none;
}

li.ContentCategories {
	text-decoration: none;
}

li.ContentCategories a {
	text-decoration: underline;
}

li.ContentCategories a:hover {
	text-decoration: none;
}

.listSummary {
	clear: both;
}

.listSummary li {
	padding-left: 10px;
}

#Logo {
	float: left;
	height: 36px;
	margin: 45px 0 0 27px;
	position: absolute;
	width: 211px;
}
/*add left padding to adjust placement toward center... added backgroundurl; changed clear from both to left; added top padding to push it down; changed to absolute to move it down totally took out clear; both;  old left margin was 230 to center  10/31 position to relative; width from 993 took out clear:both*/
#Menu {
	clear:both;
	position: absolute;
	width: 600px;
	text-align: center;
	padding-top: 146px;
	padding-left: 205px
}
/*this controls text and spacing inside the buttons themselves, like distance between text and edge of button.  changed font family from georgia, arial, sans-serif old spacing was 5 25 0 25  ol font was .86em; 1118/09 removed 	text-decoration: none; */
#Menu > ul > li > div > a {
	display: block;
	font-family: georgia, arial, sans-serif;
	font-size: 10px;
	font-weight: 400;
	height: 34px;
	padding: 5px 35px 0 34px;
	text-decoration: none;
	text-transform: uppercase;
}

#Menu li {
	float: left;
	height: 30px;
	list-style: none;
	margin-right: 2px;
	padding: 0 0;
}
/*changed top from 35 to 40*/
#Menu li ul {
	border-top: 1px solid #2A353B;
	float: left;
	left: 0;
	padding: 0;
	position: absolute;
	text-align: left;
	top: 35px;
	width: 980px;
	z-index: 1;
}

#Menu li ul li {
	border-bottom: 1px solid #2A353B;
	border-left: 1px solid #2A353B;
	border-right: 1px solid #2A353B;
	float: left;
	text-align: left;
}

#Menu li ul li a {
	display: block;
	font-family: tahoma, arial, sans-serif !important;
	font-size: .9em;
	font-weight: normal;
	height: auto;
	padding: 5px 0 0 10px;
	text-transform: none;
}
/*removed text-decoration: none !important;  */
#Menu li ul li a, #Menu li.over li a {
	text-decoration: none !important;
}

#Menu li:hover ul, #Menu li.over ul {
	display: block;
}

#Menu ul {
	margin-left: 25px;
}

#Menu ul > li > ul > li > ul {
	left: 150px;
	position: absolute;
	text-align: left;
	top: 0;
}

#Menu ul a {
	display: block;
	position: relative;
}

#Menu ul li {
	float: left;
	position: relative;
}

#Menu ul li li li:hover ul, #Menu ul li li li.sfHover ul {
	left: 10em;
	top: 0;
}

#Menu ul li li:hover li ul, #Menu ul li li.sfHover li ul {
	top: -999em;
}

#Menu ul li li:hover ul, #Menu ul li li.sfHover ul {
	left: 15em !important;
	top: -1px !important;
}

#Menu ul li:hover {
	visibility: inherit;
	z-index: 300000;
}

#Menu ul li:hover li ul, #Menu ul li.sfHover li ul {
	top: -999em;
}

#Menu ul li:hover ul, #Menu ul li.sfHover ul {
	left: 0;
	top: 30px;
	z-index: 99;
}

#Menu ul ul {
	position: absolute;
	top: -999em;
	width: 15em;
}

#Menu ul ul li {
	width: 100%;
}

#Menu ul, #Menu ul * {
	list-style: none;
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 5px 0;
}

.PostDetails li {
	list-style-type: none !important;
}

q {
	quotes: "" "";
}
/*changed top padding from 6 to 0; added text align center -- left margin was 1 and width was 202 right margin was 6*/
.Right {
	float: right;
	padding: 0 1px 10px 2px;
	width: 205px;
}

.RSSBlock h2 a {
	background-position: 5px 20px;
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	padding-left: 45px;
	padding-top: 25px;
}

.RSSBlock h2, .RSSBlock {
	padding: 0 !important;
}

.Search {
	margin: 0 0 1px 0;
	padding: 0;
}

.Search form {
	padding: 0 12px;
}
/*added text align centr*/
.Search h2 {
	font-size: 1.7em;
	text-align: center;
}
/*added text align left and left margin 4*/
.Search p {
	font-size: .85em;
	margin-top: -57px;
}

#search_results ul {
	padding-left: 30px;
}

#search_results ul li {
	list-style-type: square;
}

.SearchGoButton {
	margin-left: 105px;
}

.SearchToggleLinkShow, .SearchToggleLinkHide {
	font-size: .8em;
}

select option {
	padding: 0 10px;
}

#Slogan {
	float: left;
	margin: 85px 0 0 30px;
}

.Small {
	font-size: .8em;
}

small, sup, sub {
	font-size: 85%;
}

#smallSearch_Query {
	width: 166px;
}

strong, th, thead td, h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

sub {
	vertical-align: sub;
}

sub, sup {
	vertical-align: baseline;
}

.Summary h2 {
	border-bottom: 0;
}

.Summary li {
	border-bottom: 1px solid #dddee3;
	font-size: .95em;
	margin: 0;
	padding: 10px 12px !important;
}

.Summary li a {
	padding: 0 !important;
	text-decoration: underline;
}

.Summary li a:hover {
	text-decoration: none;
}

.Summary small {
	display: block;
	font-size: 1em;
	padding: 0 0 5px 15px;
}

sup {
	vertical-align: super;
}

table {
	border-collapse: 1px;
	margin: 0 0 20px 0;
	padding: 0;
	background-color: transparent;
}

td {
	padding: 4px 10px 4px 10px;
	vertical-align: top;
}

.Testimonial {
	margin: 10px 0;
	padding: 5px 20px;
}

th {
	padding: 6px 10px 6px 10px;
	text-align: center;
	vertical-align: top;
}

th a img {
	margin: 0 0 10px 0;
	text-decoration: none;
}

th p {
	margin: 5px 0 5px 0;
}

.tplAdvancedSearchURL {
	text-decoration: underline;
}

.tplAuthorImage {
	margin: 5px 15px 15px 15px;
}

.tplPreviousLink, .tplNextLink {
	text-decoration: none;
}

.tplWidthColumns1 {
	width: 991px;
}

.tplWidthColumns2 {
	width: 782px;
}

.tplWidthColumns3 {
	width: 573px;
}

ul, ol, dir, menu {
	list-style: none;
}

ul.PostDetails li {
	background-position: 0% 4px;
	background-repeat: no-repeat;
}

.VerticalFormContainer dd {
	margin-bottom: 6px;
	margin-left: 0;
}

.ViewAuthorContainer h3 {
	clear: both;
}

.White {
	margin: 0 0 1px 0;
}

.White h2 {
	font-size: 1.9em;
}

.White p {
	padding: 0 15px 5px 15px;
}

.TwitterFeed li {
	padding-left: 8px;
	background-color: #edeef0;
}

.Footerbump {
	background-color:#FFF;
	width: 993px;
	margin: 0 auto;
	background-color:#FFF;
}
.Footerborder {
	width: 991px;
	border: 1px solid white;
	border-top-style: none;
	margin: 0;
	clear: both;
}
/*new code added for different headers based on content
#home-page-header {
	display: none;
}

#other-pages-header {
	display: none;
}*/
/*added image padding*/
.photo {
	padding: 10px 10px 10px 10px;
}
#photo {
	padding: 10px 10px 10px 10px;
}