/***** 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; 
}
