/***** Global Settings *****/
 
html, body {
margin:0;
padding:0;
}
 
body {
font:100%/1.25 arial, helvetica, sans-serif;
}
 
/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
padding:30px 0 25px 0;
letter-spacing:-1px;
font:2em arial, helvetica, sans-serif;
}
 
h2 {
padding:20px 0;
letter-spacing:-1px;
font:1.5em arial, helvetica, sans-serif;
}
 
h3 {
font:1em arial, helvetica, sans-serif;
font-weight:bold;
}
 
p, ul, ol {
margin:0;
padding:0;
}
 
ul, ol {
}
 
blockquote {
margin:22px 40px;
padding:0;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a, a:visited {
text-decoration:none;
}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em arial, helvetica, sans-serif;
}
 
textarea {
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0 0 0 0;
padding:0;
}
 
  table tr td {
  padding:0px;
  }
 
/***** Wrapper *****/
 
#wrap {
width:960px;
margin:0 auto;
}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
/***** General Settings *****/

/******************************************/
/***** Main Menu (CSS) Style Settings *****/
/******************************************/


/***** Main Menu - Text Body ******/
.layout_main_menu {

}

/***** Main Menu - Links ******/
.layout_main_menu a {
        
        /** Font **/
        font-family: "Times New Roman", Times, serif;

        /** Font Style (normal, bold, italic) **/
        font-weight: bold;
        
        /** Font Color **/ 
        color: #1b3f95;

        /** Font Size **/
	font-size: 14px;

        /** Spacing (in pixels) to the right of a word / group of characters. **/ 
        padding-right: 25px;

        /** Spacing (in pixels) to the left of a word / group of characters. **/ 
        padding-left: 0px; 

}

/****** Main Menu - Links (on mouse over) *******/
.layout_main_menu a:hover { 
        
        /** Font Color **/      
        color: #1b3f95; 

        /** Font Style (normal, bold, italic) **/
        font-weight: bold;

        /** Text Decoration **/
        text-decoration: underline; 

}



/***************************************/
/***** Sidebar(CSS) Style Settings *****/
/***************************************/

/***** Sidebar - Text Body ******/
.layout_sidebar {
}

/***** Sidebar - Links ******/
.layout_sidebar  a{

        /** Font **/
        font-family: "Times New Roman", Times, serif;

        /** Font Style (normal, bold, italic) **/
        font-weight: bold;
        
        /** Font Color **/ 
        color: #1b3f95;

        /** Font Size **/
	font-size: 10px;

        /** Spacing (in pixels) to the left of a word / group of characters. **/ 
        padding-left: 17px; 

        /** Spacing (in pixels) to the right of a word / group of characters. **/ 
        padding-right: 0px;

        /** Spacing (in pixels) above a word / group of characters **/
        padding-top: 3px;

        /** Spacing (in pixels) below a word / group of characters **/
        padding-bottom: 2px;

        /** List Style Declaration **/
        display:block;

        /** Bullets **/
        background-image: url(/assets/layouts/br_compass_bullet_w_bg.jpg);
        background-reapeat: repeat-y;


}

/***** SideBar - Links (on mouse over) ******/
.layout_sidebar a:hover {
        
        /** Font Color **/      
        color: #adb0d7;
}


/***************************************/
/***** Footer (CSS) Style Settings *****/
/***************************************/

/***** Main Menu - Text Body ******/
.layout_footer {

        /** Font **/
        font-family: "Times New Roman", Times, serif;

        /** Font Style (normal, bold, italic) **/
        font-weight: normal;
        
        /** Font Color **/ 
        color: #1b3f95;

        /** Font Size **/
	font-size: 14px;


        /** Spacing (in pixels) to the right of a word / group of characters. **/ 
        padding-right: 0px;

        /** Spacing (in pixels) to the left of a word / group of characters. **/ 
        padding-left: 0px;

}


/***********************************************/
/***** Main Menu TINY (CSS) Style Settings *****/
/***********************************************/

/***** Main Menu TINY - Text Body ******/
.layout_main_menu_tiny {
}

/***** Main Menu TINY - Links ******/
.layout_main_menu_tiny a{

        font-family: "Times New Roman", Times, serif;

        /** Font Style (normal, bold, italic) **/
        font-weight: normal;
        
        /** Font Color **/ 
        color: #1b3f95;

        /** Font Size **/
	font-size: 12px;

        /** Spacing (in pixels) to the right of a word / group of characters. **/ 
        padding-right: 5px;

        /** Spacing (in pixels) to the left of a word / group of characters. **/ 
        padding-left: 5px;
}

/***** Main Menu TINY - Links (on mouse over) ******/
.layout_main_menu_tiny a:hover{

        /** Font **/
        font-family: "Times New Roman", Times, serif;


        /** Font Style (normal, bold, italic) **/

        font-weight: normal;
        
        /** Font Color **/ 
        color: #acafd7;

        /** Font Size **/
	font-size: 12px;
}


/***************************************/
/***** Footer (CSS) Style Settings *****/
/***************************************/

/***** Footer - Text Body ******/
.layout_footer {


        /** Font **/
        font-family: "Times New Roman", Times, serif;


        /** Font Style (normal, bold, italic) **/
        font-weight: normal;
        
        /** Font Color **/ 
        color: #1b3f95;

        /** Font Size **/
	font-size: 12px;

        /** Spacing (in pixels) to the right of a word / group of characters. **/ 
        padding-right: 0px;

        /** Spacing (in pixels) to the left of a word / group of characters. **/ 
        padding-left: 0px;

}

/***** Footer - Links ******/
.layout_footer a {

        /** Font **/
        font-family: "Times New Roman", Times, serif;

        /** Font Style (normal, bold, italic) **/
        font-weight: normal;
        
        /** Font Color **/ 
        color: #1b3f95;

        /** Font Size **/
	font-size: 12px;

        /** Spacing (in pixels) to the right of a word / group of characters. **/ 
        padding-right: 0px;

        /** Spacing (in pixels) to the left of a word / group of characters. **/ 
        padding-left: 0px;

}

/***** Footer - Links (on mouse over) ******/
.layout_footer a:hover {

        /** Font **/
        font-family: "Times New Roman", Times, serif;

        /** Font Style (normal, bold, italic) **/
        font-weight: normal;
        
        /** Font Color **/ 
        color: #acafd7;

        /** Font Size **/
	font-size: 12px;

        /** Spacing (in pixels) to the right of a word / group of characters. **/ 
        padding-right: 0px;

        /** Spacing (in pixels) to the left of a word / group of characters. **/ 
        padding-left: 0px;

}


/********************************************/
/***** Blog Titles (CSS) Style Settings *****/
/********************************************/

.NewsCast {

}
/***** Blog Post - Text Body *****/
.NewsCast_body{

        /** Font **/
        font-family: "Times New Roman", Times, serif;

        /** Font Style (normal, bold, italic) **/
        font-weight: normal;
        
        /** Font Color **/ 
        color: #000000;

        /** Font Size **/
	font-size: 14px;


        /** Spacing (in pixels) to the right of a word / group of characters. **/ 
        padding-right: 0px;

        /** Spacing (in pixels) to the left of a word / group of characters. **/ 
        padding-left: 0px;

        padding-top: 0px;
}

/***** Blog Post - Links *****/
.NewsCast a {

        /** Font **/
        font-family: "Times New Roman", Times, serif;

        /** Font Style (normal, bold, italic) **/
        font-weight: normal;

        /** Text Decoration **/
        text-decoration: none; 

        /** Font Color **/ 
        color: #000000;

        /** Font Size **/
	font-size: 14px;

        /** Spacing (in pixels) to the right of a word / group of characters. **/ 
        padding-right: 0px;

        /** Spacing (in pixels) to the left of a word / group of characters. **/ 
        padding-left: 0px;
}

/***** Blog Post - Links (on mouse over) *****/
.NewsCast a:hover {

text-decoration: underline;

}

/***** Blog Post - Title Text *****/
.NewsCast_title { 

        /** Font **/
        font-family: "Times New Roman", Times, serif;

        /** Font Style (normal, bold, italic) **/
        font-weight: normal;
        
        /** Font Color **/ 
        color: #000000;

        /** Font Size **/
	font-size: 24px;

        /** Spacing (in pixels) to the right of a word / group of characters. **/ 
        padding-right: 0px;

        /** Spacing (in pixels) to the left of a word / group of characters. **/ 
        padding-left: 0px;

        /** Underline Attributes **/
        border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1b3f95;
}

/***** Blog Post - Title - Links *****/
.NewsCast_title a {

        /** Font **/
        font-family: "Times New Roman", Times, serif;

        /** Font Style (normal, bold, italic) **/
        font-weight: normal;
        
        /** Font Color **/ 
        color: #000000;

        /** Font Size **/
	font-size: 24px;

        /** Spacing (in pixels) to the right of a word / group of characters. **/ 
        padding-right: 0px;

        /** Spacing (in pixels) to the left of a word / group of characters. **/ 
        padding-left: 0px;

}

/***** Blog Post - Title - Links (on mouse over) *****/
.NewsCast_title a:hover {

text-decoration:underline;
}

/***************************************/
/***** Search (CSS) Style Settings *****/
/***************************************/

/***** Search - Text Body *****/
.layout_search {

        /** Font **/
        font-family: "Times New Roman", Times, serif;

        /** Font Style (normal, bold, italic) **/
        font-weight: normal;
        
        /** Font Color **/ 
        color: #000000;

        /** Font Size **/
	font-size: 14px;

        /** Spacing (in pixels) to the right of a word / group of characters. **/ 
        padding-right: 0px;

        /** Spacing (in pixels) to the left of a word / group of characters. **/ 
        padding-left: 0px;

        padding-top: 10px;
}

/***** Search - Links *****/
.layout_search a {

        /** Font **/
        font-family: "Times New Roman", Times, serif;

        /** Font Style (normal, bold, italic) **/
        font-weight: bold;

        /** Text Decoration **/
        text-decoration: none; 

        /** Font Color **/ 
        color: #000000;

        /** Font Size **/
	font-size: 14px;

        /** Spacing (in pixels) to the right of a word / group of characters. **/ 
        padding-right: 0px;

        /** Spacing (in pixels) to the left of a word / group of characters. **/ 
        padding-left: 0px;
}

/***** Search - Links (on mouse over) *****/
.layout_search a:hover {

text-decoration: underline;

}

.LiveEdit_drop_down   { 
	text-align: left; 
	color: white; 
	width: 176px; 
	border-bottom: 1px solid #b3b29e; 
	border-left: 1px solid #b3b29e; 
	padding: 0px;
	background-color: #413E35;
}

.LiveEdit_drop_down a {  
	font-size: 14px;
	color: #e7e5d9; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; 
	background-repeat: no-repeat; 
	background-position: center top; 
	display: block; 
	padding: 4px 8px; 
}

.LiveEdit_drop_down a:hover {
  	background-color: #9F9F9F;
	text-decoration: none; 
}
/* Front end */
.blog_viewPostTitle {
	background: #F0F0EE;
	padding: 4px;
	margin-bottom: 6px;
}
.blog_viewPostTitle a, .blog_viewPostTitle a:HOVER, .blog_viewPostTitle a:VISITED {
	font-size: 20px;
	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 {
	float: left;
	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 {  }
#blog_branding img, .blog_pictureItem img {
	border: none;
	float: left;
	margin-right: 4px;
}
.blog_pictureItemText {
	position: relative;
	top: 0px;
	padding-left: 54px;
	word-wrap: break-word;
}
#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 {
	color: #0000ff;
	text-decoration: underline;
}
.blog_viewPostTitle a, .blog_viewPostTitle a:HOVER, .blog_viewPostTitle a:VISITED {
	text-decoration: none;
}
.blog_postTitle {
	font-size: 20px;
	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;
}
/* `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;
}
/* 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;
}
.slider a {position:absolute;}.slider .LiveEditBar a, .slider .edit_dropdown a {position:relative;}

