* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #231F20;
	line-height: 14px;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
}

/* enitre page container */
#Outer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
	background-color: #FFFFFF;
}
/* Top Level Nav Container */
#MainNav {
	width: 800px;
	float: left;
	clear: none;
	margin-bottom: 10px;
	height: 30px;
	background-position: left center;
	background-color: #CF2D23;
}

/* Admin Tools Form */
#admindrop {
	/*margin-top: 5px;*/
	margin-bottom: 5px;
}

/* Admin Subnavigation (Buttons above page content) */
#SubNav {
	margin-top: 5px;
	margin-left: 5px;
	text-align: left;
	background-color: #FFFFFF;
	float: left;
}

.Searchbutton {
	width: 19px;
	height: 20px;
	padding:0px;
	background-color:#cf2d23;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
}

#search {
	margin: 0px;
	padding:0px;
	margin-left:15px;
	margin-top: 14px;
	margin-bottom: 14px;
}
#searchbox {
	width: 200px;
	overflow: hidden;
	margin: 0px;
	
}

.SubButAdmin {
	height: 20px;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 4px;
	width: 100px;
	background-color:#818285;
	padding-top: 6px;
	padding-left: 17px;
	font-size: 11px;
	vertical-align:middle;
	display: block;
	float: left;
	clear: none;
	background-image: url(media/sectionbuttondots.jpg);
	background-repeat: no-repeat;
	background-position: 3px center;
}
.SubButAdmin a, .SubButAdmin a:link, .SubButAdmin a:active, .SubButAdmin a:visited {
	color:#EFEFEF;
	text-decoration: none;
	font-weight: bold;
}
.SubButAdmin a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#NavCol {
	float: left;
	width: 200px;
}
#TopNav {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: 25px;
	display: block;
	text-align: right;
	clear: both;
}

/* Section Links */
.SectionButton {
	height: 20px;
	margin-bottom: 4px;
	width: 183px;
	background-color:#818285;
	padding-top: 4px;
	padding-left: 20px;
	font-size: 11px;
	vertical-align:middle;
	display: block;
	width: 180px;
	clear: left;
	background-image: url(media/sectionbuttondots_over.jpg);
	background-repeat: no-repeat;
	background-position: 3px center;
	font-weight: bold;
}
.SectionButton a, .SectionButton a:link, .SectionButton a:active, .SectionButton a:visited {
	color:#EFEFEF;
	text-decoration: none;
	font-weight: bold;
}
.SectionButton a:hover {
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.SectionButtonHidden {
	height: 20px;
	margin-bottom: 4px;
	width: 183px;
	background-color:#333333;
	padding-top: 4px;
	padding-left: 20px;
	font-size: 11px;
	vertical-align:middle;
	display: block;
	width: 180px;
	clear: left;
}
.SectionButtonHidden a, .SectionButtonHidden a:link, .SectionButtonHidden a:active, .SectionButtonHidden a:visited {
	color:#EFEFEF;
	text-decoration: none;
	font-weight: bold;
}
.SectionButtonHidden a:hover {
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.SecAdminButts {
	height: 16px;
	float: left;
	width: 40px;
	padding-right: 1px;
	text-align: center;
}

.SecAdminButts a, .SecAdminButts a:link, .SecAdminButts a:active, .SecAdminButts a:visited{
	width: 12px;
	margin: 0px;
	padding: 0px;
}
/* rss button */
.rssBut {
	clear: none;
	margin: 0px;
	margin-right: 4px;
	background:none;
	padding: 0px;
	float:right;
	width: 24px;
	height: 12px;
}
.SearchResult {
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
	padding-bottom: 6px;
}

/* end section links */


/* Page links */
.PageButton {
	vertical-align:middle;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 200px;
	height: 16px;
	clear: both;
}
.PageButton a, .PageButton a:link, .PageButton a:active, .PageButton a:visited {
	padding-left: 17px;
	padding-right: 5px;
	font-size: 11px;
	text-decoration: none;
	color: #231F20;
	float: left;
	display: block;
}
.PageButton a:hover {
	background-image:url(media/nav-roll-arrow.gif);
	color: #231F20;
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
}
.LinkPageAdmin {
	vertical-align:middle;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 200px;
	height: 16px;
	background-image: url(media/ed_link_sm.gif);
	background-repeat: no-repeat;
	background-position: left;
	clear: both;
}
.PageButtonHidden {
	vertical-align:middle;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 200px;
	height: 16px;
	clear: both;
	background-color: #CCCCCC;
}
.PageButtonHidden a, .PageButtonHidden a:link, .PageButtonHidden a:visited, .PageButtonHidden a:active {
	padding-left: 17px;
	padding-right: 5px;
	font-size: 11px;
	text-decoration: none;
	color: #444444;
	float: left;
	display: block;
}
.PageButtonHidden a:hover {
	color: #000000;
	text-decoration: none;
	display: block;
}
.LinkPageAdmin a, .LinkPageAdmin a:link, .LinkPageAdmin a:active, .LinkPageAdmin a:visited {
	padding-left: 17px;
	padding-right: 5px;
	font-size: 11px;
	text-decoration: none;
	color: #444444;
	float: left;
	display: block;

}
.LinkPageAdmin a:hover {
	color: #000000;
	text-decoration: none;
	display: block;
}
.LinkPageHidden {
	background-color: #e1e1e1;
	vertical-align:middle;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 200px;
	height: 16px;
	background-image: url(media/ed_link_sm.gif);
	background-repeat: no-repeat;
	background-position: left;
	clear: both;
}
.LinkPageHidden a, .LinkPageHidden a:link, .LinkPageHidden a:active, .LinkPageHidden a:visited {
	padding-left: 17px;
	padding-right: 5px;
	font-size: 11px;
	text-decoration: none;
	color: #444444;
	float: left;
	display: block;
}
.LinkPageHidden a:hover {
	color: #000000;
	text-decoration: none;
	display: block;
}

.PageAdminButts {
	float: right;
	width: 40px;
	padding-right: 2px;
	text-align: left;
	height: 16px;

}

.PageAdminButts a, .PageAdminButts a:link, .PageAdminButts a:active, .PageAdminButts a:visited{
	margin: 0px;
	padding: 1px;

}
/*  page admin elements - add page, add link etc...*/
.PageNavAdmin {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	display: block;
	clear: both;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.PageNavAdmin a, .PageNavAdmin a:link, .PageNavAdmin a:active, .PageNavAdmin a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	display: block;
}
.PageNavAdmin a:hover {
	color: #333333;
	text-decoration: underline;
}
/*  end page links*/

/*  Top Level links */
#TopLinkSpace {
	width: 4px;
	float: left;
	clear: none;
	height: 14px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right-color: #990000;
	border-right-width: 1px;
	border-right-style: solid;
}
#TopLinkEnd {
	width: 4px;
	float: left;
	clear: none;
	height: 14px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-left-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
}
.TopLink {
	float: left;
	clear: none;
	height: 14px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #990000;
	border-left-color: #FFFFFF;
	display: inline;
}

.TopLink a, .TopLink a:link, .TopLink a:visited, .TopLink a:active {
	height: 18px;
	font-size: 11px;
	text-decoration: none;
	color: #EFEFEF;
	font-weight: bold;
}

.TopLink a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(media/topnavbullit.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
}

.TopButAdmin {
	float: left;
	clear: none;
	height: 16px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #999999;
}
.TopButAdmin a, .TopButAdmin a:link, .TopButAdmin a:active, .TopButAdmin a:visited {
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
	padding-top: 6px;
	padding-left: 3px;
	float: left;
	display: block;
	font-weight: bold;
	
}
.TopButAdmin a:hover {

	color: #ffffff;
	text-decoration: underline;
}
.TopButAdminHidden {
float: left;
	clear: none;
	height: 16px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #999999;
	background-color:#000000;
}
.TopButAdminHidden a, .TopButAdminHidden a:link, .TopButAdminHidden a:active, .TopButAdminHidden a:visited {
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
	padding-top: 6px;
	padding-left: 3px;
	float: left;
	display: block;
	font-weight: bold;

}
.TopButAdminHidden a:hover {
	color: #ffffff;
	text-decoration: underline;
}


.TopButNav {
	font-size: 11px;
	text-decoration: none;
	border: 1px solid #666666;
	width: 90px;
	float: left;
	background-color: #CCCCCC;
	height: 18px;
	padding-top: 2px;
	padding-left: 5px;
	display: inline;
	z-index:auto;
}
.TopButNav a, .TopButNav a:link, .TopButNav a:active, .TopButNav a:visited {
	font-size: 11px;
	text-decoration: none;
	color: #666666;
	float: left;
	
}
.TopButNav a:hover {
	text-decoration: underline;
}
/* end top level links */



#ContentCol {
	margin: 40px 0px 30px 30px;
	width: 570px;
	/*background-color: #FFFFFF;*/
}
#ContentColHidden {
	background-color: #e1e1e1;
	padding-bottom: 20px;
	background-image: url(media/hiddenbgrnd.jpg);
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	clear: left;
}
#ContentColHidden fieldset{

	border: 1px solid #FFFFFF;
}
#HeaderBar {
	width: 800px;
	height: 110px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-image: url(media/def-header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 38px;
}
#HeaderBarCap {
	width: 780px;
	height: 69px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-image: url(media/head_image_cap.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#MainBody {
	width: 800px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	overflow: hidden;
}


#ContentContainer {

}

input button  {
	border: 1px solid #231F20;
	height: 15px;
}

textarea {
	border: 1px solid #231F20;
}
select {
	border: 1px solid #231F20;
}
option {

}
/* Global Use */

ul{
	margin-left: 15px;
	margin-top: 7px;
	padding: 0px;
	line-height: 14px;
	display: block;
}
li{

}
h6 {
	font-size: 11px;
	color: #231F20;
	margin: 0px;
	line-height: 14px;
	padding: 0px;
	font-style: italic;
}
h5 {
	font-size: 11px;
	color: #231F20;
	margin: 0px;
	line-height: 14px;
	padding: 0px;
}
h3 {
	font-size: 18px;
	color: #898989;
	margin: 0px;
	line-height: 28px;
	padding: 0px;
}
h4 {
	font-size: 12px;
	margin: 0px;
	color: #231F20;
	padding: 0px;
	line-height: 14px;
}/*
h2 {
	font-size: 16px;
	color: #7AA201;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 10px;
	line-height: 16px;
}*/
h2 {
	font-size: 16px;
	color: #818285;
	margin: 0px;
	padding: 0px;
	line-height: 28px;
}/*
h1 {
	font-size: 20px;
	color: #898989;
	margin-top: 0px;
	margin-bottom: 3px;
	clear: both;
	display: block;
	line-height: 26px;
	vertical-align: top;
	background-image: url(media/h1marker.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}*/
h1 {
	font-size: 23px;
	color: #cf2d23;
	margin: 0px;
	clear: both;
	display: block;
	line-height: 42px;
	vertical-align: top;
}
#NavBgrndcap {

}
#NavBgrnd {
	width: 200px;
	height: 100%;
	background-color: #f1f4f5;
}
fieldset {
	padding: 10px;
	border: 1px solid #CCCCCC;
}
.button {
	background-color: #00CC66;
}

legend {
	color: #FFFFFF;
	background-color: #B7C4CA;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
}

hr {
	color: #cf2d23;
	background-color:#cf2d23;
	height: 1px;
	border: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
}
#footer {
	width: 790px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	clear: both;
}


#subfooter {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	height: 30px;
	display: block;
	text-align: center;
}
#FooterBar {
	width: 500px;
	margin-top: 10px;
	height: 30px;
	display: inline;
}
form {
	margin: 0px;
	padding: 0px;

}


a {
	color: #231F20;
	text-decoration: underline;	
}
a:visited {
	color: #231F20;
	text-decoration: underline;	
}
a:active {
	color: #231F20;
	text-decoration: underline;	
}
a:hover {
	color: #cf2d23;
	text-decoration: none;	
}

/* CSS for site map */
#SMapHead {
	margin-left:10px;
}
.SMapCol {
	width: 175px;

	display: block;
	float: left;
	overflow: hidden;
	background-color: #ffffFF;
}

.SMapSec {
	height: 20px;
	margin-bottom: 4px;
	width: 183px;
	background-color:#818285;
	padding-top: 6px;
	padding-left: 17px;
	font-size: 11px;
	vertical-align:middle;
	display: block;
	width: 183px;
	clear: left;
	background-image: url(media/sectionbuttondots.jpg);
	background-repeat: no-repeat;
	background-position: 3px center;
}
.SMapSec a, .SMapSec a:link, .SMapSec a:active, .SMapSec a:visited {
	color:#EFEFEF;
	text-decoration: none;
	font-weight: bold;
}
.SMapSec a:hover {
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;

}
.SMapPage {
	height: 18px;
	vertical-align:middle;
	background-color: #ffFFFF;
	float: left;
	width: 155px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 5px;
}
.SMapPage a, .SMapPage a:link, .SMapPage a:active, .SMapPage a:visited {
	font-size: 11px;
	text-decoration: none;
	color: #444444;
	float: left;
	display: block;
}
.SMapPage a:hover {
	color: #000000;
	text-decoration: none;
	display: block;
}
.SMapRow {
	width: 100%;
	background-color:#Ffffff;

	clear: both;
	float: left;
	padding-top: 10px;
	padding-bottom: 5px;
}
/* end site map styles */

/* Limits Reached Text */
.LimitWarn {
	font-weight: bolder;
	color: #FF0000;
	margin-right: 10px;
	
}
/* Limits Not Reached Text */
.LimitSafe {
	color: #00CC00;
	margin-right: 10px;
	font-weight: bold;	
}

/* Div Containing Limit information */
#CFLimit {
	width: 400px;
	height: 20px;
	clear: both;
	margin-right: auto;
	margin-left:auto;
	text-align: center;
	
}

/* Div Shown When RSS Parser page link is clicked (Says Please Wait While Information is checked etc) */
#RSSLoad {
	background: #EFEFEF url(FCKeditor/editor/skins/silver/images/tbbg.jpg) repeat-x fixed;
	font-variant: small-caps;
	letter-spacing: 2px;
	text-align: center;
	border: 3px double #CCCCCC;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
	display:none;
	width: 100%;
	height: 20px;
	margin: 0px auto;
}
/* Div Containing Text Only Link */
#TextOnlyVersion {
	height: 20px;
	text-align: left;
	display: block;
	margin-right:auto;
	margin-left:auto;
	width: 790px;
}
/* Admin Replacement for the above */
#TextOnly {
	visibility:hidden;
	display:none;
}
/* Powered By CF under nav in admin */
#PoweredBy {
	height: 40px;
	vertical-align:middle;
	float: left;
	display: block;
	width: 169px;
	padding-top: 6px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#TelNo {
	position: absolute;
	top: 38px;
	right: inherit;
	clear: none;
	float: left;
	margin: 0px;
	padding:0px;
	width: 200px;
	margin-left: 672px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Text Only/Printable Version Links */
#PageControls {
	position: absolute;
	top: 235px;
	right: inherit;
	clear: none;
	float: left;
	margin: 0px;
	padding:0px;
	width: 103px;
	margin-left: 672px;
	z-index:3;
}

#PageControls img{
	
	margin-right: 3px;
	border: 1px solid #666666;
}

/* Search this site box */
#searchbox {
	width: 200px;
	float: right;
	margin-top: 20px;
	text-align: right;
	font-size: 9px;
	margin-right: 40px;
}

/* Admin Notes Styles */
#Comments {
	width: 100%;
}

.Comment {
	font-size: 11px;
	padding-left: 4px;
	padding-top: 6px;
	text-transform: lowercase;
	border: 1px dotted #808080;
	margin-bottom: 12px;
	background: #FFFFCC;
}

.CommentPoster {
	font-variant: small-caps;
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #808080;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #808080;
	margin-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	text-transform: lowercase;
	background-color: #FFFFFF;
	margin-top: 10px;
}

.CommentPost {
	font-variant: small-caps;
	font-size: 11px;
	text-transform: lowercase;
}

/* Front end box containing 'You are logged in as' */
#LoginBox {
	vertical-align:middle;
	float: left;
	display: block;
	width: 160px;
	background-color:#B8C5CD;
	margin-left: 10px;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-top: 6px;
	padding-left: 10px;
	border: 1px solid #E0E0E0;
}

/* Front End Logout Button */
#LogoutButton {
	height: 20px;
	margin-top: 5px;
	margin-bottom: 4px;
	width: 90px;
	background-color:#818285;
	padding-top: 6px;
	padding-left: 17px;
	font-size: 11px;
	vertical-align:middle;
	display: block;
	clear: left;
	background-image: url(media/sectionbuttondots.jpg);
	background-repeat: no-repeat;
	background-position: 3px center;
}

/* Admin Manage users paging links */
.UserNav {
	border: 1px dotted #999999;
	clear: both;
	margin-top: 4px;
	padding: 6px;
}


/* Your File is Uploading Dialog */
#Uploading {
	height: 200px;
	width: 250px;
	position: absolute;
	top: 150px;
	right: inherit;
	clear: none;
	float: left;
	margin-left: 20px;
	padding:0px;
	background: #FFFFFF;
	border: 1px solid #333333;
	cursor: wait;
	text-align: center;
	letter-spacing: 2px;
	font-variant: small-caps;
	text-transform: lowercase;
	font-size: 9px;
	padding: 30px;
}


/* FOR FCKEDITOR ntemplate USE */

.showTB td{
	border: 1px dotted #CCCCCC;
	text-align: left;
}.NTemp2Col {

}
.NTemp2Col h2{
	color:#cf2d23;
}
.NTemp2ColLeft {
	border-right-width: 3px;
	border-right-style: dotted;
	border-right-color: #BCBEC0;
	padding-right: 10px;
}
.NTemp2ColRight {
	padding-left: 10px;
}

/* Headed Teaser Box lite green*/
.TBox1 {
	color: #00CCFF;
	border: 1px solid #A8B7BF;
	background-color: #E8EDF0;

}
.TBox1 .LT {
	height: 20px;
	width: 8px;
}
.TBox1 .Header {
	padding-top: 2px;
	line-height: 30px;
	font-weight: bold;
	font-size: 16px;
}
.TBox1 .Content {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #cf2d23;
	padding-top: 3px;
}

.TBox1 .LC {
	height: 100%;
}
.TBox1 .Foot {

}
.TBox1 .RT {
	height: 20px;
	width: 15px;
}
.TBox1 .LB {
	height: 18px;
	width: 17px;
	float: left;
}
.TBox1 .RB {
	height: 18px;
	width: 15px;
}
.TBox1 .RC {
	width: 15px;
}
.TBox1 .UTable td { /* Teaser Box Discontinued cell style */
	height: 15px;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #231F20;
}
.TBox1 .PTable p {
	font-size: 10px;
	margin-bottom: 10px;
}
.TBox1 .PTable strong {
	font-size: 10px;
	font-weight: bold;
	color: #CF2D23;
}
.TBox1 .PTable2 p {

	margin-bottom: 10px;
}
.TBox1 .PTable2 strong {
	font-weight: bold;
	color: #7AA201;
}
.TBox1 .Content p {
	margin-bottom: 0px;
}
/* Headed Teaser Box white*/
.TBox4 {


}
.TBox4 .LT {
	height: 20px;
	width: 8px;
	background-image: url(media/templates/tbox_3_white/l_t.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.TBox4 .Header {
	background-color: #ffffff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8fc700;
	color: #7AA201;
	padding-top: 2px;
	line-height: 16px;
	font-weight: bold;
}
.TBox4 .Content {
	background-color: #ffffff;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #7AA201;
	padding-top: 3px;
}

.TBox4 .LC {
	background-color: #ffffff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8fc700;
	height: 100%;
}
.TBox4 .Foot {
	background-image: url(media/templates/tbox_3_white/b_r.gif);
	background-repeat: repeat-x;
}
.TBox4 .RT {
	height: 20px;
	width: 15px;
	background-image: url(media/templates/tbox_3_white/r_t.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.TBox4 .LB {
	height: 18px;
	width: 17px;
	background-image: url(media/templates/tbox_3_white/l_b.gif);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
}
.TBox4 .RB {
	height: 18px;
	width: 15px;
	background-image: url(media/templates/tbox_3_white/r_b.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.TBox4 .RC {
	width: 15px;
	background-image: url(media/templates/tbox_3_white/r_c.gif);
	background-repeat: repeat-y;
}
.TBox4 .UTable td { /* Teaser Box Discontinued cell style */
	height: 15px;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #99CD00;
}
.TBox4 .Content * {
	margin-bottom: 0px;
}

/* Teaser Box lite green no head*/

.TBox2 {

}
.TBox2 .LT {
	height: 20px;
	width: 8px;
	background-image: url(media/templates/tbox1/l_t.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	position: relative;
	left: -1px;
	top: -1px;
}
.TBox2 .Content {
	background-color: #f4f9e2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8fc700;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8FC700;
	background-image: url(media/templates/tbox1/r_c.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.TBox2 .Content td {
	padding-top: 5px;

}
.TBox2 .Content * {
	margin-bottom: 0px;
}

.TBox2 .Foot {
	background-image: url(media/templates/tbox1/b_r.gif);
	background-repeat: repeat-x;
}
.TBox2 .RT {
	height: 20px;
	width: 15px;
	background-image: url(media/templates/tbox1/r_t.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	clear: none;
	position: relative;
	top: -1px;
}
.TBox2 .LB {
	height: 18px;
	width: 17px;
	background-image: url(media/templates/tbox1/l_b.gif);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
}
.TBox2 .RB {
	height: 18px;
	width: 15px;
	background-image: url(media/templates/tbox1/r_b.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
}
/* Teaser Box white no head*/

.TBox3 {

}
.TBox3 .LT {
	height: 20px;
	width: 8px;
	background-image: url(media/templates/tbox_3_white/l_t.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	position: relative;
	left: -1px;
	top: -1px;
}
.TBox3 .Content {
	background-color: #ffffff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8fc700;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8FC700;
	background-image: url(media/templates/tbox_3_white/r_c.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.TBox3 .Content td {
	padding-top: 5px;

}
.TBox3 .Content * {
	margin-bottom: 0px;
}

.TBox3 .Foot {
	background-image: url(media/templates/tbox_3_white/b_r.gif);
	background-repeat: repeat-x;
}
.TBox3 .RT {
	height: 20px;
	width: 15px;
	background-image: url(media/templates/tbox_3_white/r_t.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	clear: none;
	position: relative;
	top: -1px;
}
.TBox3 .LB {
	height: 18px;
	width: 17px;
	background-image: url(media/templates/tbox_3_white/l_b.gif);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
}
.TBox3 .RB {
	height: 18px;
	width: 15px;
	background-image: url(media/templates/tbox_3_white/r_b.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
}
.ProdBox2 {
	width: 374px;
	margin-bottom: 8px;
}
.ProdBox1 {
	width: 183px;
	margin-bottom: 8px;
}
.ProdBoxHead {
	background-repeat: no-repeat;
	padding-left: 8px;
	line-height: 22px;
	font-weight: bold;
	background-position: left top;
	padding-top: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #A8B7BF;
	border-right-color: #A8B7BF;
	border-bottom-color: #CF2D23;
	border-left-color: #A8B7BF;
	font-size: 12px;
}
.ProdBoxFoot {
	height: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #A8B7BF;
	border-left-color: #A8B7BF;
	border-bottom-width: 1px;
	border-bottom-color: #A8B7BF;
}
.ProdBoxContent {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A8B7BF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A8B7BF;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	padding-top: 10px;
}
.ProdBoxContent * {
	font-size: 11px;
	line-height: 13px;
	padding: 0px;
	margin: 0px;

}
.ProdBoxContent h2 {
	font-size: 11px;
	line-height: 13px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	color: #CF2D23;
}
.warn {
	color:#FF0000;
}
/* end styles for ntemplate  */


/* STYLES FOR ADDON MODULES

-------CFNEWS--------

 News Article Container */
.NewsItem {
	border-bottom: #EFEFEF 1px solid;
	margin-top: 4px;
}
/* Hidden News Article Container */
.HiddenNewsItem {
	background-image: url(media/hiddenbgrnd.jpg);
	border-bottom: #EFEFEF 1px solid;
	margin-top: 4px;
}
/* Image Styles in Hidden News Articles */
.HiddenNewsItem img {
	border: 0px;
	margin-right: 6px;
}

/* Image Styles in News Articles */
.NewsItem img {
	border: 0px;
	margin-right: 6px;
}

/* Paragraph Style for News Articles */
.NewsItem p {
	border: 0px;
	margin-top: 2px;
}

/* Title of News Articles */
.NewsItemTitle {
	font-size: 12px;
}

/* Div Containing Read More>> for News Articles */
.NewsItemReadMore {
	display: block;
	text-align: right;
	width: 100%;
	margin-bottom: 5px;
}

/* RSS Feed and Archive Link Box Above News */
#NewsRSS {
	display: block;
	padding-left: 4px;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px dotted #808080;
	margin-bottom: 12px;
}

/* -----END CFNEWS----- */
.RoundBottom {

}
.greenunderline {
	padding-bottom: 5px;
	padding-right: 5px;
}

.greenunderline p{

}

.greenunderline h4{
	margin: 0px;
}
.greenunderline ul{
	margin-left: 15px;
	margin-top: 7px;
	padding: 0px;
	line-height: 14px;
}
.greenunderline li{

}
#AssetsBoxShadow {
	height: 128px;
	width: 570px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(media/asset_shadow.jpg);
}
#AssetsContainer {
	clear: left;
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 8px;
	height: 80px;
	overflow:auto;
	width: 96%;
	overflow-y:scroll;
	overflow:-moz-scrollbars-vertical;
}
#AssetHeading1 {
	margin-top: 5px;
	margin-left: 8px;
	font-weight: bold;
	width: 150px;
	float: left;
	margin-bottom: 3px;
	font-size: 13px;
	line-height: 16px;
	height: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CF2D23;
}


#AssetsBox {
	height: 128px;
	width: 560px;
	margin-right: auto;
	margin-left: auto;
}
#AssetHeading2 {
	margin-top: 5px;
	margin-left: 0px;
	font-weight: bold;
	width: 380px;
	float: left;
	margin-bottom: 3px;
	font-size: 13px;
	line-height: 16px;
	height: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CF2D23;
}
.AssetTypeDsc {
	width: 150px;
	float: left;
	/*background-image: url(media/icons/default.icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;*/
	font-weight:bold;
	height: 15px;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #231F20;
	overflow: hidden;
}
.AssetDsc {
	overflow: hidden;
	width: 370px;
	float: left;
	height: 15px;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #231F20;
}
	/* Asset admin styles*/
	
#Filter {
	padding-top: 5px;
	padding-left: 5px;
	float: left;

}
	/* RSS item display box*/
.RSSBox1 {
	margin-bottom: 10px;
	padding: 0px;
}
.RSSBox1 .LT {
	height: 20px;
	width: 8px;
	background-image: url(media/templates/tbox1/l_t.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.RSSBox1 .Header {
	background-color: #f4f9e2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8fc700;
	color: #7AA201;
	padding-top: 2px;
	line-height: 16px;
	font-weight: bold;
}
.RSSBox1 .Content {
	background-color: #f4f9e2;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #7AA201;
	padding-top: 3px;
}

.RSSBox1 .LC {
	background-color: #f4f9e2;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8fc700;
	height: 100%;
}
.RSSBox1 .Foot {
	background-image: url(media/templates/tbox1/b_r.gif);
	background-repeat: repeat-x;
}
.RSSBox1 .RT {
	height: 20px;
	width: 15px;
	background-image: url(media/templates/tbox1/r_t.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.RSSBox1 .LB {
	height: 18px;
	width: 17px;
	background-image: url(media/templates/tbox1/l_b.gif);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
}
.RSSBox1 .RB {
	height: 18px;
	width: 15px;
	background-image: url(media/templates/tbox1/r_b.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.RSSBox1 .RC {
	width: 15px;
	background-image: url(media/templates/tbox1/r_c.gif);
	background-repeat: repeat-y;
}

#RegForm, #RegForm fieldset {
	width:540px;	
}


#RegForm dt {
	clear:left;
	float:left;
	width: 180px;
	margin:0px;
	padding:0px;
	margin-bottom:3px;
}

#RegForm dd {
	float:left;
	margin:0px;
	padding:0px;
	margin-bottom:3px;
}

#RegForm input[type=text] {
	width: 240px;
}

#RegForm select {
	width: 246px;
}

#fieldset-AcceptUpdateDetails {
	border:0px;
}

p.description {
	display:run-in;
	clear:left;
}
#fieldset-AcceptUpdateDetails dt {
	float:none;
	width:500px;
	display:block;
	clear:both;
}

#fieldset-AcceptUpdateDetails dd {
	float:none;
	margin:0px;
	padding:0px;
	width:500px;
	display:block;
	clear:both;
}

#SubmitRegF {
	margin-left:auto;
	margin-right:auto;
	width:75px;
	display:block;
}

#fieldset-ExtendedGuaranteeDetails dd, #fieldset-ExtendedGuaranteeDetails dt {
	width: 400px;
}

#fieldset-ServiceDetails dd,#fieldset-ServiceDetails dt {
	width: 400px;
}
