/*  960 GRID */

.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* =Grid >> Global
--------------------------------------------------------------------------------*/
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

/* =Grid >> Children (Alpha ~ First, Omega ~ Last)
--------------------------------------------------------------------------------*/
.alpha {margin-left: 0;}
.omega {margin-right: 0;}


/* =Grid >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .grid_1 {width: 60px;}
.container_12 .grid_2 {width: 140px;}
.container_12 .grid_3 {width: 220px;}
.container_12 .grid_4 {width: 300px;}
.container_12 .grid_5 {width: 380px;}
.container_12 .grid_6 {width: 460px;}
.container_12 .grid_7 {width: 540px;}
.container_12 .grid_8 {width: 620px;}
.container_12 .grid_9 {width: 700px;}
.container_12 .grid_10 {width: 780px;}
.container_12 .grid_11 {width: 860px;}
.container_12 .grid_12 {width: 940px;}

/* =Prefix Extra Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .prefix_1 {padding-left: 80px;}
.container_12 .prefix_2 {padding-left: 160px;}
.container_12 .prefix_3 {padding-left: 240px;}
.container_12 .prefix_4 {padding-left: 320px;}
.container_12 .prefix_5 {padding-left: 400px;}
.container_12 .prefix_6 {padding-left: 480px;}
.container_12 .prefix_7 {padding-left: 560px;}
.container_12 .prefix_8 {padding-left: 640px;}
.container_12 .prefix_9 {padding-left: 720px;}
.container_12 .prefix_10 {padding-left: 800px;}
.container_12 .prefix_11 {padding-left: 880px;}

/* =Suffix Extra Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .suffix_1 {padding-right: 80px;}
.container_12 .suffix_2 {padding-right: 160px;}
.container_12 .suffix_3 {padding-right: 240px;}
.container_12 .suffix_4 {padding-right: 320px;}
.container_12 .suffix_5 {padding-right: 400px;}
.container_12 .suffix_6 {padding-right: 480px;}
.container_12 .suffix_7 {padding-right: 560px;}
.container_12 .suffix_8 {padding-right: 640px;}
.container_12 .suffix_9 {padding-right: 720px;}
.container_12 .suffix_10 {padding-right: 800px;}
.container_12 .suffix_11 {padding-right: 880px;}
/* CSS Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	/*vertical-align:baseline;*/
	/*background:transparent;*/
}
body {
	line-height:1;
}
ol, ul {
	list-style: disc;
	list-style-position: outside;
	padding-left: 30px;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
:focus {
	outline:0;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
body {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
.darkShadow {
    text-shadow: 0 1px 1px #000000;
}
.lightShadow {
	text-shadow: 1px 2px 3px #ffffff;
}

/* site styles
--------------------------------------------------------- */
.marquee {
     border-radius: 4px;
	 position:relative;
     overflow:hidden;
     width:615px;
     height:50px;
	 margin: 0px auto 10px;
	 padding: 10px 0px;
	 background: #FFFFFF;
}

.marquee ul {
padding: 0px;
}
	

/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
	z-index: 2;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	width: 615px;
	height: 50px;
	margin-bottom: 1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 615px;
	height: 50px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	padding-right: 20px;
	height: 50px;
}



#banner {
width: 615px;
height: 45px;
background: #FFFFFF;
margin: 10px auto;
padding: 0px;overflow:hidden;
}

#banner img {
float:left;
padding: 0px 15px;
}

.shadow {
  -moz-box-shadow: 0px 3px 5px #000000;
  -webkit-box-shadow: 0px 3px 5px #000000;
  box-shadow: 0px 3px 5px #000000;
}
#mainContent li {
list-style: none;

}
#mainContent li a {
    border-bottom: 1px solid #D0D0D0;
    color: #E12916;
    display: block;
    font-family: "Arial Rounded MT Bold",Arial;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    padding-left: 15px;
    text-decoration: none;
}
#preview{
	position: absolute;
	border:1px solid #ccc;
	background:#213A37;
	padding:5px;
	display:none;
	color:#fff;
		
	}
#topBar {
	background-color: #d9d8d8;
	margin: 0px;
	padding: 0px;
	height: 5px;
}
#slide {
	background-image: url(/assets/images/slideBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	height: 655px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#trunk {
	background-color: #e8e8e8;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #acadad;
	padding-top: 40px;
	padding-bottom: 20px;
	background-image: url(/assets/images/trunkShadow.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#socialBar {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	background-color: #d7d8d8;
}
#footer {
	background-color: #1A322C;
	background-image: url(/assets/images/footerShadow.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#copy {
	background-color: #1a322c;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.container {
	margin: auto;
	padding: 0px;
	height: 100%;
	width: 960px;
	position: relative;
}
#logo {
	position: absolute;
	top: 25px;
}
#menu {
	width: 640px;
	position: absolute;
	right: 10px;
	text-align: center;
	top: 100px;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
}
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #e4e4e4;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
}
#menu a:hover {
	color: #b8dec6;
	background-color: #223935;
}
#phone {
	width: auto;
	position: absolute;
	right: 20px;
	text-align: right;
	top: 10px;
}
#phone p {
	margin: 0px;
	padding: 0px;
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 30px;
	color: #b1c5c0;
	letter-spacing: 2px;
}
#slide .container {
	background-image: url(/assets/images/turbine.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#slideContent {
	margin: 0px;
	padding: 0px;
	width: 400px;
	position: absolute;
	top: 250px;
	left: 10px;
}
#slideContent h3 {
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 28px;
	color: #d2d2d2;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	letter-spacing: 1px;
}
#slideContent p {
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 14px;
	color: #d2d2d2;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#slideContent a {
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 16px;
	color: #535353;
	text-decoration: none;
	display: block;
	width: 235px;
	height: 40px;
	line-height: 40px;
	border: 3px solid #000000;
	padding-left: 60px;
	
	background-color: #cbcccc;
	background-image: url(/assets/images/productArrow.png);
	background-repeat: no-repeat;
	background-position: 20px center;
}
#slogan {
	position: absolute;
	left: 10px;
	bottom: 0px;
	height: 60px;
}
#slogan p {
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 16px;
	color: #656363;
	line-height: 60px;
	margin: 0px;
	padding: 0px;
}
#mapLink {
	position: absolute;
	right: 10px;
	bottom: 0px;
	text-align: right;
	height: 60px;
}
#mapLink p {
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 16px;
	color: #656363;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mapLink a {
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 10px;
	color: #c41710;
	text-decoration: none;
	line-height: 10px;
	letter-spacing: 1px;
}
#socialLinks {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#socialLinks p {
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 14px;
	color: #656363;
	display: inline;
	line-height: 50px;
	margin: 0px;
	padding: 0px;
}
#socialLinks ul {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#socialLinks a {
	padding-left: 40px;
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 12px;
	color: #c01610;
	text-decoration: none;
}
#twitter {
	background-image: url(/assets/images/twitter.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
}
#facebook {
	background-image: url(/assets/images/facebook.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
}
#linkedin {
	background-image: url(/assets/images/linkedin.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
}
#youtube {
	background-image: url(/assets/images/youtube.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
}
.left {
	margin: 0px;
	float: left;
	width: 199px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	
	border-right: solid 1px #1d3630;
}
.right {
	margin: 0px;
	float: right;
	width: 200px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	min-height: 350px;
}
#footer h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #8FBF8F;
	margin: 0px;
	padding: 0px;
}
#footer hr {
	color: #3f796b;
	background-color: #3f796b;
	border: none;
}
#footer ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#footer a {
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 13px;
	line-height: 22px;
	color: #FFFFFF;
	text-decoration: none;
        display: block;
        padding: 0px;
}
#footer a:hover {
	color: #598F59;
}
#footer h2 {
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 16px;
	color: #8FBF8F;
	margin: 0px;
	padding: 0px;
}
#footer p {
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 13px;
	color: #598F59;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#mainContent {
	margin: 0px;
	float: left;
	width: 619px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d0d0d0;
}
#sideContent {
	margin: 0px;
	float: right;
	width: 300px;
	padding-left: 20px;
}
#pageTitle {
	background-color: #c01710;
	background-image: url(/assets/images/titleBG.png);
	background-repeat: no-repeat;
	background-position: bottom;
	border: 3px solid #ffffff;
	padding: 10px;
        margin-bottom: 10px;
}
#pageTitle h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #ececec;
	margin: 0px;
	padding: 0px;
}
#pageContent {
	-moz-column-count: 2;
	-moz-column-gap: 0px;
	-webkit-column-count: 2;
	-webkit-column-gap: 0px;
	column-count: 2;
	column-gap: 0px;
}
#trunk p {
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 15px;
	color: #4a4b4b;
	padding: 0px 10px 10px;
}
#trunk hr {
	color: #D0D0D0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #D0D0D0;
        margin-top: 10px;
        margin-bottom: 10px;
}
#trunk h3 {
	background-color: #f2f2f2;
	padding-left: 10px;
	
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #c31610;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #dcdcdc;
        margin-bottom: 10px;
}
#sideContent h3 {
	display: block;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #dddddd;
	margin: 0px;
        margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: right center;
}
#sideContent p {
	font-size: 12px;
}
#sideContent ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sideContent a {
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 14px;
	color: #e12916;
	text-decoration: none;
	display: block;
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d0d0d0;
	line-height: 22px;
}
#sideContent a:last-child {
	border: none;
}
#services {
	margin-bottom: 20px;
}
#search form {
        text-align: center;
}
#search input {
        margin-right: 10px;
}
#Navigation .activePageMenuItem {
        background-color: #9d241e !important;
        color: #dbdfb7 !important;
}
.LiveEdit_drop_down {
	background-color: #25443E;
	padding: 10px;
	text-align: left;
	-moz-column-count: 2;
	-moz-column-gap: 0px;
	-webkit-column-count: 2;
	-webkit-column-gap: 0px;
	column-count: 2;
	column-gap: 0px;
}
.LiveEdit_drop_down a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #e4e4e4;
	display: block;
	padding: 4px 8px;
	text-decoration: none; width: 150px;

	
}
.LiveEdit_drop_down a:hover {
	color: #b8dec6;
	background-color: #223935;
        text-decoration: hover;
}
#LiveEdit_dropdown_46 {
	-moz-column-count: 1;
	-moz-column-gap: 0px;
	-webkit-column-count: 1;
	-webkit-column-gap: 0px;
	column-count: 1;
	column-gap: 0px;
}
#slideInside {
	background-image: url(/assets/images/slideInsideBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 200px;
}
#copy a {
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 13px;
	color: #3c5f3c;
	text-decoration: none;
}
#copy a:hover {
	color: #3f796b;
}
#copy p {
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 13px;
	color: #3c5f51;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* Front end */
.blog_viewPostTitle {
	color: #049BE4;
        font-family: Trebuchet MS,Tahoma,Arial;
	padding: 4px;
	margin-bottom: 6px;
}

.blog_viewPostTitle a,
.blog_viewPostTitle a:HOVER,
.blog_viewPostTitle a:VISITED {
        font-family: Trebuchet MS,Tahoma,Arial;
	font-size: 16px;
	font-weight: bold;

}

#blog_rightMenu {
	float: right;
	width: 20%;
	margin-left: 12px;
}

.blog_rightMenuHeading {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 12px;
	padding: 4px;
	background: #f0f0ee;
}

.blog_rightMenuMargin {
	margin: 0px 4px 8px 4px;
	padding: 3px;
}

.blog_rightMenuContainer {
	border: 1px solid silver;
	margin-bottom: 12px;
}

#blog_leftData {
	float: left;
	width: 75%;
}

.blog_mostPopularLink,
.blog_mostPopularLink:HOVER,
.blog_mostPopularLink:VISITED,
.blog_mostRecentLink,
.blog_mostRecentLink:HOVER,
.blog_mostRecentLink:VISITED {
	display: block;
	margin: 0px 4px 6px 4px;
	color: #0000ff;
}

.leBlog_formRow {
	margin-bottom: 8px;
}

#leBlog_comment_field {
	width: 100%;
	height: 150px;
}

#leBlog_email_field {
	width: 250px;
}

#leBlog_submitCommentButton {
	margin-top: 6px;
	margin-bottom: 6px;
}
/* End Front End */




#blog_branding {
	font-family: Arial,Helvetica,Geneva,sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #023971;
        margin-bottom: 24px;
}

#blog_branding span {
	font-weight: bold;
	font-size: 20px;
}

#blog_postCount {
	float: right;
	font-weight: bold;
	margin-right: 34px;
	margin-bottom: 24px;
}

#blog_postCount span {
	font-size: 20px;
}

#blog_mainContent {}

#blog_leftMenu {
	float: left;
	width: 30%;
	margin-right: 12px;
}

.blog_leftMenuHeading {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 12px;
}

.blog_leftMenuMargin {
	margin: 0px 4px 8px 4px;
	padding: 3px;
}

#blog_newBlog,
#blog_newBlog:HOVER,
#blog_newBlog:VISITED {
	display: inline-block;
	margin: 0px 4px 12px 4px;
	color: #0000ff;
	font-size: 12px;
	text-decoration: underline;
}

.blog_pictureItem { float: left; }

#blog_branding img,
.blog_pictureItem img {
	border: none;
	float: left;
	margin-right: 4px;
}

.blog_pictureItemText {
        font-size: 12px;
	position: relative;
	top: 0px;
	padding-left: 54px;
	word-wrap: break-word;
        color: gray;
}

#blog_rightData {
	float: left;
	width: 66%;
}

#blog_commentsHeader,
.blog_commentsHeader {
	border: 1px solid silver;
	background: #f0f0ee;
	padding: 2px 4px;
	font-weight; bold;
	font-size: 14px;
	margin-bottom: 12px;
}

.blog_postSummary,
.blog_commentSummary {
	clear: both;
	margin-bottom: 24px;
	padding: 6px;
}

.blog_commentSummary {
	border: 1px solid silver;
}


.blog_rightMenuHeading a,
.blog_rightMenuHeading a:HOVER,
.blog_rightMenuHeading a:VISITED,
.blog_leftMenuHeading a,
.blog_leftMenuHeading a:HOVER,
.blog_leftMenuHeading a:VISITED,
.blog_postSummary a,
.blog_postSummary a:HOVER,
.blog_postSummary a:VISITED {

	text-decoration: underline;
}

.blog_viewPostTitle a,
.blog_viewPostTitle a:HOVER,
.blog_viewPostTitle a:VISITED {
	text-decoration: none;
}

.blog_postTitle {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 6px;
}

.blog_postSummaryActions,
.blog_commentSummaryActions {
	float: right;
}

.blog_postSummaryActions a,
.blog_commentSummaryActions a {
	margin-left: 6px;
}

.blog_postSummaryText,
.blog_commentSummaryText {
	margin-top: 4px;
}

.blog_commentSummaryText {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px inset silver;
}

.blog_postReadMore a {}

/* Edit Create Post */
#blog_postPageHeader {
	font-weight: bold;
	font-size: 24px;
	margin-left: 12px;
	margin-bottom: 24px;
	padding-left: 30%;
}

.blog_formElement {
	margin-bottom: 12px;
}

.blog_formElement label {
	margin-bottom: 6px;
	display: inline-block;
	font-size: 14px;
}

.blog_formElement input {
	width: 100%;
}

#blog_postOptionInfo {
	background: #f0f0ee;
	padding-top: 12px;
	padding-bottom: 1px;
}
.blog_postOptionElement {
	padding-bottom: 12px;
	margin-bottom: 12px;
	margin-left: 8px;
	margin-right: 8px;
	border-bottom: 1px inset #a8a8a8;
}

.blog_postPublishElement {
	padding-bottom: 18px;
	margin-bottom: 18px;
	margin-left: 8px;
	margin-right: 8px;
	border-bottom: 1px inset #a8a8a8;
}

.blog_postPublishElement select,
.blog_postPublishElement input {
	width: 100%;
}

.blog_formElement input,
.blog_postPublishElement input {
	padding-top: 2px;
	padding-bottom: 2px;
}

#blog_publishDateDate {
	margin-bottom: 8px;
}

#blog_postPublishInfo {
	background: #f0f0ee;
	padding-top: 12px;
	padding-bottom: 1px;
}

#blog_postSubmitButton,
#blog_postCancelButton {
	width: 150px;
	background: #f0f0ee;
	padding: 8px 0px;
	text-align: center;
	text-decoration: none;
}

#blog_postSubmitButton:HOVER ,
#blog_postCancelButton:HOVER {
	background: #c2daf0;
}

#blog_postSubmitButton {
	float: right;
}

#blog_postCancelButton {
	float: left;
}

.blog_postRevision {
	font-weight: normal;
	font-size: 10px;
}
/* End Edit Create Post */

/* Status Elements */
.blog_blogInactive {
	background: #A8A8A8;
}

.blog_postInactive {
	color: #A8A8A8;
}
/* End Status Elements */



/* Page Navigation */
#blog_pageNavigation {
	margin: 0px 0px 12px 0px;
	color: #0000ff;
}

#blog_pageNavigation a,
#blog_pageNavigation a:HOVER,
#blog_pageNavigation a:VISITED {
	color: #0000ff;
	text-decoration: underline;
}

#blog_nextLink,
#blog_prevLink {
	display: inline-block;
	width: 30px;
	text-align: center;
}

.blog_pageLink {
	display: inline-block;
	padding: 0px 1px;
	text-align: center;
}
/* End Page Navigation */

/* Form Display */
#blog_updateBlogButton,
#blog_updateBlogButton:HOVER,
#blog_updateBlogButton:VISITED {
	float: right;
	color: #0000ff;
}
/* End Form Display */

.blog_clear {
	clear: both;
}

.blog_floatRight {
	float: right;
}
.slider a {position:absolute;}.slider .LiveEditBar a, .slider .edit_dropdown a {position:relative;}

