/* Reset */
* {
	margin: 0;
	padding: 0;
	outline: 150;
}
a, img, a img { border: none; }
body { line-height: 1; }
q { quotes: "" ""; }
ul, ol, dir, menu { list-style: none; }
sub, sup { vertical-align: baseline; }
/* Layout */
body { text-align:center }
#Header {
	height:397px;
	background:left;
}
#Container {
	width:980px;
	margin:0 auto;
	text-align:left;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}
#content {
	width:950px;
	margin:0 auto;
	clear:both;
	background-color:#fff;
}
.Left {
	padding: 10px 6px 10px 10px;
	background-color:#fff;
	float: left;
	width: 180px;
}
.Right {
	padding: 10px 10px 10px 6px;
	background-color:#fff;
	float: right;
	width: 190px;
}
.Content {
	min-height: 500px;
	padding: 10px 5px;
	background-color:#fff;
	float:left;
	width:700px;
}
.tplWidthColumns3 {
	width: 530px;
}
.tplWidthColumns2 {
	width: 530px;
}
.tplWidthColumns1 {
	width: 940px;
}
#Footer {
	height:70px;
	text-align:left;
}
/* MAIN TYPOGRAPHY  */
html { font-size: 62.5%; font-family:  georgia, tahoma, arial, sans-serif; }
strong, th, thead td, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
cite, em, dfn { font-style: italic; }
del { text-decoration: line-through; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 80%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; }
sup { vertical-align: super; }
sub { vertical-align: sub; }
/* BASE SIZES */
body { font-size: 1.4em; line-height: 1.8em; }
h1 { font-size: 1.6em; }
h2 { font-size: 1.28em; }
h3 { font-size: 1em; }
h4 { font-size: 1em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }
/* CLEARFIX */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; font-size:0; }
.clearfix { display: inline-block; } /* for IE/Mac */
html[xmlns] .clearfix { display: block; }
/* Header */
#LogoText { float: left; height: 36px; }
#LogoImage { float: left; height: 36px; margin: 0 0 0 10px; }
#Header h1 { padding: 28px 0 0 31px;  }
#Slogan { float:left; padding: 40px 0px 0 10px; font-family:arial,sans-serif; color: #890000; }
/* Menu */
#Menu {
	clear: both;
	width: 950px;
	height: 50px;
	background:url(../images/bg_menu.gif) repeat-x 0% 0%;
	position:relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AF410C;
	margin-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AF410C;
}
#Menu li { float: left; padding: 0 5px; list-style: none; background:url(../images/bg_menu_li.gif) no-repeat 0% 0%; height:47px; }
#Menu li a { display: block; height: 34px; padding: 13px 15px 0 15px; }
#Menu li ul { float: left; position: absolute; width: 980px; display: none; text-align: left; padding: 0; z-index: 1; left:0; }
#Menu li ul li { text-align: left; background:url(../images/bg_menu_li_li.gif) no-repeat 100% 1px; float:left; height:29px; }
#Menu li ul li a { padding: 2px 10px 0 10px; height: auto; font-weight: normal; font-size: 1em; background-image: none !important; display:block; color:#000; }
#Menu li ul li a:hover { background-image:none; }
#Menu li:hover { background:url(../images/bg_menu_li_a.gif) repeat-x 0% 0%; }
#Menu li ul li a:hover { }
#Menu li ul li a, #Menu li.over li a { text-decoration: none !important; }
#Menu li:hover ul, #Menu li.over ul { display: block; }
/* Left & Right Content Area */
.Left h2, .Right h2 { margin: 0; padding: 8px 10px 6px 10px; }
.Left ul li, .Right ul li { padding: 5px 12px 4px 12px; }
/* HtmlBlock */
.HtmlBlock { background-color:#f6f6e4; border:1px solid #eaeacf; margin:0 0 1px 0; }
.HtmlBlock p { padding:10px 12px 0; }
/* HtmlBlock Blue */
.Blue p, .Search p { padding:10px 12px; margin:0; }
/* Summary listing */
.Summary li a { background:none !important; text-decoration:underline; padding:0 !important; }
.Summary li a:hover { text-decoration:none }
/* Side images */
.Left .tplImage, .Right .tplImage { margin:10px 12px; }
/* Center Content Area */
.Content h2 { padding:10px 15px 0 15px; line-height:100%; }
.Content .BodyContent { padding: 0 15px 0 15px; }

.Content h4, .Content h5, .Content h6 { padding:5px 0; }
.Content .PostDetails li { display: inline; padding:3px 15px 0 20px; background-repeat: no-repeat; background-position: 0% 6px; }
.listSummary { clear:both; }
p { margin:0 0 5px 0; }
.listSummary li { padding-left:10px; }
.tplAuthorImage { margin:5px 15px 15px 15px; }
.ContentPostDetails { margin:10px 15px; }
.Content .ContentPostDetails li { padding:0 15px 0 20px; background-repeat: no-repeat; background-position: 0% 6px; }
.SearchToggleLinkShow, .SearchToggleLinkHide { font-size:.8em; }

.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; }
.listRow { padding: 15px 15px 0 15px; }

.Content .listSummary fieldset { margin:10px 0; }
.Small { font-size:.8em }
/* Forms */
form { margin: 0 0 20px 0; padding: 0; }
fieldset { margin: 5px 15px; padding: 20px 20px 20px 20px; border:1px solid #eaeacf; }
legend { font-size:1.4em; font-weight:400; margin: 5px 0 0 0; padding: 0 5px 0 5px; }
label { }
input, textarea, select { font-size: 1em; font-weight: normal; font-family: Tahoma, Arial, Helvetica, sans-serif; padding: 3px; margin: 5px 0 5px 0; border:1px solid #d0d0d0; }
input[type=radio], input[type=checkbox] { background: none; border: none; }
textarea { }
select option { padding: 0 10px; }
.Button { /* Submit */ font-weight: bold; margin: 5px 0 5px 0; padding: 2px 10px 2px 10px; }
dd.Highlight input,
dd.Highlight textarea,
dd.Highlight select {
border-color: #FF0000;
}

.Required, .FormError, .HighlightMessage { color:#FF0000 }
.HorizontalFormContainer dt { width: 130px; float: left; margin: 0 0 5px 0; clear: left; }
.HorizontalFormContainer dd { margin-left: 130px; margin-bottom: 5px; }
.HorizontalFormContainer p.Submit { margin: 0 0 0 130px; }
.VerticalFormContainer dt { }
.VerticalFormContainer dd { margin-bottom: 6px; margin-left: 0; }
/* Tables */
table { width: 100%; border-collapse:  1px; padding: 0; margin: 0 0 20px 0; background-color:#d8d1ba; }
td { padding: 4px 10px 4px 10px; vertical-align: top; }
.first { text-align: left; }
th a img { text-decoration: none; margin: 0 0 10px 0; }
th p { margin: 5px 0 5px 0; }
/* Testimonial */
.Testimonial { padding: 5px 20px; margin: 10px 0; }
/* Page Breadcrumbs */
.Breadcrumb ul { list-style: none; padding: 0; margin: 0; }
.Breadcrumb li { display: inline; list-style: none; padding: 0; margin: 0 15px 0 0; }
.Breadcrumb li a:hover { text-decoration:none }
/* Icon Links */
.HighlightedLink a { font-weight: bold; font-size: 0.9em; text-decoration: none; padding: 0 0 3px 8px; }
.FeedLink a { font-weight: bold; font-size: 0.9em; text-decoration: none; padding: 0 0 3px 20px; }
/* Pagination */
.CategoryPagination .PagingList, .CategoryPagination .PagingList li { list-style: none; padding: 0; margin: 0; }
.CategoryPagination { padding:0 5px; text-align: center; font-size:.9em; }
.CategoryPagination .PagingList li { display: inline; padding: 0 5px; }
/* Side Search */
.Search form { padding:0 12px; }
#smallSearch_Query {
	width:152px;
	border:1px solid #c5c5c5;
}
.Search p { margin-top:-62px; font-size:.85em; }
/* Comments */
.CommentSettingsLink { padding:5px 15px; }
/* Page Footer */
#FooterList.Block1 { float: left; padding-left: 20px;}
#FooterList.Block2 { float: right; }

#FooterText.Block1 { float: left; }
#FooterText.Block2 { float: right; }

#FooterText{ width: 400px; }
.CategoryFeedList, .OtherFeedList,.CategoryFeedList li, .OtherFeedList li{
	list-style-type: none;
}

.RSSBlock h2, .RSSBlock {
	padding: 0 !important;
}

.RSSBlock a:hover, .RSSBlock a:hover { background-color:#eaeacf; }

.RSSBlock h2 a {
	background-image: url('../images/feed-icon-32x32.png');
	background-position: 5px 10px;
	background-repeat: no-repeat;
	padding-left: 43px;
	padding-top: 15px;
	height: 35px;
	display: block;
	font-size: 0.84em;
}

.ContentModulesContainer, .listRow, .BodyContent { clear: both; }
.ContentPostDetails li { display: inline; }
#phpdiv {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	height: 50px;
	margin-bottom: 10px;
	background-image: url(../images/bg_container_bottom.gif);
	background-repeat: repeat-x;
}
.footerlogo {
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 10px;
}
#maincontent {
	width: auto;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	height: inherit;
}
#
#mainprod {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#maintable {
	width: 100%;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
#companytxt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
