﻿@import url('RoeingMOSSOverrides.css');


* {
	font-family:"Trebuchet MS", Arial, sans-serif;
}

td-WelcomeNote{
	text-align: right;
}
/*****************************************************************************
STYLES FOR THE STYLE DROP DOWN IN THE CONTENT EDITOR WEBPART
*****************************************************************************/
.ms-sbcell, .ms-sbtext{
	color: #515151 !important;
	text-align: right;
 	width: 100%;
}

.ms-sbrow {
	vertical-align: middle;
}

.roeingStylesCustom-H1 {
	color: aqua;
}

.roeingStylesCustom-H2 {
	color: fuchsia;
}

.roeingStylesCustom-H3 {
	color: teal;
}

.roeingStylesCustom-Quote {
	color: green;
	font-style: italic;
}

.roeingStylesCustom-SubTitle {
	color: #616161;
	font-size: 22px;
}

.roeingStylesCustom-SpecialCopy {
	color: #616161;
	font-size: 14px;
	font-weight: bold;

}

.roeingStylesCustom-TagLine {
	color: yellow;
}

.roeingStylesCustom-Testimonial {
	color: maroon;
}

.roeingStylesCustom-Title {
	color: #616161;
	font-size: 30px;
	font-weight: bold;
}

/*****************************************************************************
GENERAL HTML Tags
*****************************************************************************/
a {
  color: #515151;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
}

body, html {	
	height: 100%;
	min-height: 700px;
}

form {
  margin:0;
}

body {
  background-color: #313131 !important; /* Gray, Dark */ 
  color: #515151 !important; /* Gray, Light */
  margin: 0;
  padding: 0;  
}

div {
  border: none;
  margin: 0px;
  padding: 0px;
}

hr{
	color:#c8c8c8 !important;
	height:1px;
}


tr {	
	vertical-align: top;
}

/*****************************************************************************
For centering content area
*****************************************************************************/

.div-center {
  height: 100%;  
  margin: 0 auto;
  min-height: 100%;  
  width: 960px;
}

/*****************************************************************************
HEADER Div CSS
*****************************************************************************/
.div-header {
  background-color: #ffffff !important;
  width: 100%;
}

.div-GlobalNavigation {
  height: 47px;
}

.div-UserControls {
  float: right;
  height: 100%;
}

.div-header_center {
  background-image: url("../Images/RoeingTemplate/header.jpg");
  background-position: center;
  background-repeat: no-repeat;	
  height: 106px;
  margin-top: 5px;
  vertical-align: top;
}

.div-header_center_logo {
  height: 100%;
  padding: 0px 10px 10px 30px;
  width: 80%;
}

.div-header_navigation {
  background-color: #ffcf20;
  background-image: url("../Images/RoeingTemplate/nav_bar.png");
  background-position: top left;
  background-repeat: no-repeat;
  height: 40px;  
}

/*****************************************************************************
HEADER Table Items CSS
*****************************************************************************/
.td-header_navigation_links {
	font-size: 13px;
  padding-left: 0px;  
  width: 100%;
  vertical-align: middle;
}

.td-header_navigation_search {
  float: right;
  text-align: right;	
  padding-right: 10px;
  vertical-align: middle;	
}

.ms-globallinks,
.td-MyLinks,
.td-MySite,
.td-WelcomeNote {
  color: #919191 !important;
  font-weight: 100;
  margin: 0px;
  padding: 0px 2px 0px 0px;
  text-align: right;
  text-decoration: none;
}

.td-MyLinks a,
.td-MyLinks a:active,
.td-MyLinks a:hover,
.td-MyLinks a:link,
.td-MyLinks a:visited,
.td-MySite a,
.td-MySite a:active,
.td-MySite a:hover,
.td-MySite a:link,
.td-MySite a:visited,
.td-WelcomeNote a,
.td-WelcomeNote a:active,
.td-WelcomeNote a:hover,
.td-WelcomeNote a:link,
.td-WelcomeNote a:visited {
  color: #919191 !important;
  font-size: 12px;
  text-decoration: none;
}

/*****************************************************************************
HEADER Navigation Links CSS
*****************************************************************************/
table.leftNav {
  background-color: #515151 !important;
  border: none;
}

table.topNav {
  height: 40px !important;
  vertical-align: bottom !important;
  text-decoration: none;  
}

.topNavFlyOuts
{
	z-index: 100;
	
}
.topNavFlyOutsItem {	
  font-size: 12px; 
  background-color: #515151 ;	
  border: none;
  border-top-style: none;
  color: #ffffff !important;
  padding-top: 1px;  
  padding-bottom: 1px;
  *width:165px;
  min-width:165px;
}

.topNavFlyOutsItem a {
  color: #ffffff;
  display:block;
  padding:4px 5px 4px 5px;
  text-decoration: none;    
}

.topNavFlyOutsHover
{
  background-image: url('../Images/RoeingTemplate/side-nav-bg-hover.png');
  background-position: left center;
  background-repeat: no-repeat;
  background-color: #a8a8a8;
  color: #000000;
  margin-right: 0px;
  padding-left: 12px;
}

* + html .topNavFlyOutsHover {
  margin-right: -10px;
}

.topNavFlyOutsHover a
{
  background-image: none;
  color:#000000 !important;
  text-decoration: none;  
}


.topNavHover{
  background-image: none !important;
  color: #515151 !important;
  font-size: 1em;
  font-weight: bold;
}

.topNavSelected{
  background-image: none !important;
  color: #515151 !important;
  font-size: 1em;
  font-weight: bold;
  padding: 0px;
}

.topNavItem{
  background-image: none !important;
  color: #515151 !important;
  font-size: 13px;
  font-weight: bold;
  padding: 0 8px 0px 8px;
}

.topNavItem a{
  text-decoration: none;
}


.topNav{
  background-image: none !important;
  color: #515151 !important;
  font-size: 1em;
  font-weight: bold;
  padding: 0px;
}

.topNavHover a {
color: #ffffff !important;
  text-decoration: none;
}

.topNavHover {
  background-image: url('../Images/RoeingTemplate/top-nav-bg-hover .png') !important;
  background-repeat: repeat-x;
}

.topNavSelected a {
  color: #515151 !important;
  text-decoration: none;  
}

.topNavSelected {
  color: #515151 !important;
  position: relative !important;
}

/*****************************************************************************
CONTENT Div CSS
*****************************************************************************/
.div-content_holder
{	
	background-color: #ffffff;
  width: 100%;
  z-index: 5;
}

.div-content 
{
  height: 100%;
  margin: 0px;
  min-height: 100%;
  position: relative;
  text-align: left;	
  width: 100%;
  z-index: 1;
}

.div-content_main tr {
	vertical-align: top;
}

.div-content_title
{
  background-image: url("../Images/RoeingTemplate/page-body-bg.png");
  background-position: top right;  
  background-repeat: no-repeat;
  height: 60px;
  text-align: left;
  width: 100%;
}

.div-content_title_breadcrumb{
	float: left;
  margin: 18px 50px 5px 30px;
  width: 550px;
}

.div-content_main
{
height: 100%;
	min-height: 650px;
  overflow: hidden;
  padding: 0px;
  position: relative;
  text-align: left;
  width: 752px;
  z-index: 0;
}

.div-content_navigation 
{
  float: right;
  font-family: "Trebuchet MS";  
  font-style: normal;
  font-size: 12px;
  position: relative;
  text-align: right;
  top: -12px;
  width: 207px;
}

.div-content_navigation_links
{
  background-color: #515151; /* Gray, Dark */ 
  display: inline-block;		
  min-height: 350px;
  text-align: left;
  padding: 0px 0px 20px 0px;
  width: 100%;
}

.div-content_navigation_bottom
{
  background-image: url("../Images/RoeingTemplate/Nav_bottom.png");
  background-position: top left;
  background-repeat:no-repeat;
  min-height: 150px;
  padding: 60px 10px 15px 20px;
  text-align: left;
}

.div-content_navigation_bottom a
{
	font-size: 12px;
}

.div-content_welcome-bottom
{
	background-image: url('../Images/RoeingTemplate/ContentArea_bottom.png'); 
	background-position: left bottom; 
	background-repeat: no-repeat; 
	left: 0px; 
	position: relative; 
	width: 100%;
}

.div-content_welcome-bottom_header
{
	background-image: url('../Images/RoeingTemplate/ContentArea_bottom_header.png'); 
	background-position: left top; 
	background-repeat: no-repeat;
	height: 66px;
	position: relative;
}

.div-content_welcome-bottom_body
{
	background-image: url('../Images/RoeingTemplate/ContentArea_bottom_body.png'); 
	background-position: left top; 
	background-repeat: repeat-y;
	height: 100%;
}

.breadcrumb {
  border: none;
  width: 500px;	
}

.leftNav
{
  background-color: #515151 !important;
  border: none;
  margin-left: 0px;
  margin-right: 0px;  
  width:100%;
  vertical-align: middle;
}

.leftNavSpacer
{
	width:100%;
}

.leftNavSelected
{
  background-color: #B2BCD3;
  color: #F4F5F9;
  border-top:1px #B2BCDD solid;
  border-bottom:1px #B2BCDD solid;
}

.leftNav1
{
  color: #f9ca2a;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: "Trebuchet MS";
  height: 23px;	
  letter-spacing: 2px;
  vertical-align: middle;
	
}

.leftNav1 a {
  color: #f9ca2a;
  display:block;
  padding-left: 20px;
  text-decoration: none;
}

.leftNav1 a:hover {
	background-color: #515151;
	background-image: none !important;
  color: #f9ca2a;
  letter-spacing: 2px;
  text-decoration: underline;
}


.leftNav2, .leftNav3 {
  color: #ffffff;
  font-size: 12px; 
  height: 23px;
  padding-left: 30px;
  vertical-align: middle;
}

.leftNav2 a, .leftNav3 a {
  color: #ffffff;
  font-size: 12px; 
  display:block;
  padding-right:12px;
  text-decoration: none;	
}

/* .leftNavHover */
.leftNav2 a:hover, 
.leftNav3 a:hover
{
  background-image: url('../Images/RoeingTemplate/side-nav-bg-hover.png');
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #a8a8a8;
  left: -31px;
  position: relative;
  padding-left: 41px;
  margin-right: -41px;
	width: 154px;
}


* + html .leftNavHover {
  left: 7px;
  margin-left: -7px;
  position: relative;
  width: 141px;
}

.leftNavHover a
{
  background-image: none;
  color:#000000;
  text-decoration: none;  
}


.leftNavFlyOuts
{
  font-size:12px; 
  border-top:1px #CBD1E0 solid;
  border-left:1px #CBD1E0 solid;
  border-right:1px #CBD1E0 solid;	
}

.leftNavFlyOutsItem
{
  border-bottom:1px #CBD1E0 solid;
  background-color: #ECEFF3;
}

.leftNavFlyOutsItem a {
  display:block;
  color:#354260;
  *width:100px;
  min-width:100px;
  text-decoration: none;	
}

.leftNavFlyOutsHover
{
  background-color: #B2BCD3;
}

.pageContent, .pageContent_bottom
{ 
  color:#7f7f7f; 
  font-size: 13px;
  line-height: 180%;
	margin: 0px 50px 15px 50px;
	min-height: 150px;
	padding-bottom: 20px;
  width: 665px;
  z-index: 50;
}

.welcomeImage 
{
  padding: 0px 30px 0px 30px;
}

.EventHeader, .NewsHeader {
	font-size: 15px;
	font-weight: bold;
}

.item,
.link-item, {
  color: #515151 !important;
  text-decoration: none;
}

.item a, .item a:link,
.link-item a, .link-item a:link {
  color: #515151 !important;
  font-size: 12px;
  text-decoration: underline !important;
}

.item a:visited, .item a:active,
.link-item a:visited, .link-item a:active{
  color: #a28e64 !important;
  text-decoration: underline;
}

.item a:hover,
.link-item a:hover{
  color: #a28e64 !important;
  text-decoration: underline;
}

.item-large, 
.link-item-large, {
  font-size:18px; 
  color: #515151 !important;
  text-decoration: none;
}

.item-large a, .item-large a:link,
.link-item-large a, .link-item-large a:link {
  color: #515151 !important;
  font-size:18px; 
  text-decoration: underline;
}

.item-large a:visited, .item-large a:active,
.link-item-large a:visited, .link-item-large a:active{
  color: #a28e64 !important;
  font-size:18px;   
  text-decoration: underline;
}

.item-large a:hover,
.link-item-large a:hover{
  color: #a28e64 !important;
  font-size:18px;   
  text-decoration: underline;
}

/*****************************************************************************
CONTENT Table Items CSS
*****************************************************************************/
.td-content_spacer {
	width: 5px;
}

.tr-content_spacer {
  border: solid 1px black;	
  height: 5px;
}

/*****************************************************************************
FOOTER Div CSS
*****************************************************************************/
.div-footer
{
 color: #7f7f7f;  
  font-size: 12px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 100%;
}

.div-footer_content a 
{
  color: #919191 !important;
  background-color:#313131; /* Gray, Dark */ 
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

.div-footer_content a:hover {
	color: #ffffff !important;
}

.div-footer_image 
{
  background-color: #ffffff;
  background-image: url("../Images/RoeingTemplate/footer.png");	
  background-position: top left;
  background-repeat: no-repeat;	
  height: 24px;
}

.div-footer_content 
{
  color: #919191 !important;
  background-color:#313131; /* Gray, Dark */ 
	margin-left: 0 auto;
	margin-right: 0 auto;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

.td-foot_link
{
  font-size: 12px;
  text-align: center;
}

.td-foot_link_strong, .td-foot_link_strong a
{
  color: #ffffff !important;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}


.td-foot_link_spacer {
  text-align: center;
  width: 30px;	
}

/*****************************************************************************
Navigation CSS
*****************************************************************************/
.span-content_navigation_header
{
	color: #ffcf20 !important;
	font-size: 110%;
	font-weight: bolder;
}

.td-content_title 
{
  font-size: 120%;
  font-weight: bold;	
}

.ms-sbplain{
border: solid 2px #e3e3e3;
}
}
td.ms-sbgo {
	background-color: #ffffff;
}

.div-PageCopy {
	padding-top: 7px;
}

.div-PageHader {
	margin-left: 5px;
}

.div-PageHeader_Img {
	border: solid 2px #a0812a;
	float: left;
	height: 228px;
	padding: 4px;
	width: 380px;
}

.div-PageHeader_Copy_NoImage {
	width: 100%;
}


.div-PageHeader_Copy {
	float: right;
	padding-left: 15px;
	width: 240px;
}

.div-PageHeader_CopyHeader,
.td-PageHeader_CopyHeader {
	font-family: Georgia;
	font-size: 30px;
	line-height: 130%;
	padding-bottom: 10px;
}

.td-PageHeader_CopyHeader {
	padding-bottom: 0px;
}

.div-PageHeader_ByLine {
	
}

.div-PageHeader_CopyLinks,
.td-PageHeader_CopyLinks_NoImage,
.div-PageHeader_CopyLinks a,
.td-PageHeader_CopyLinks_NoImage a {
	clear: both;
	color: #a0812a;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: normal;
	line-height: 133%;
}

.td-PageHeader_CopyLinks_NoImage {
	width: 255px;	
}

.div-PageQuote {
	background-image: url("../Images/RoeingTemplate/QuoteBG.png");
	background-repeat: no-repeat;
	color: #515151;
  height: 134px; 

	padding: 18px 50px 15px 0px;
	position: relative;  
	width: 703px;	
}

.div-PageQuote_Copy {
	font-family: Georgia !important;
	font-size: 16px;	
	font-style: italic;
	height: 50%;	
	left: 50px;
	margin-bottom: 15px;
	position: relative;		
  width: 665px;
}

.div-PageQuote_Signature {
	font-size: 13px;
	left: 50px;	
	position: relative;	
  text-align: right;
  width: 650px;
}


.div-PageQuote a {
	color: #866300;
	font-family: Georgia !important;
	font-size: 16px;	
	font-style: italic;	
}

.tbl-HeaderLinks,
.tbl-HeaderLinks a {
	color: #866300;
  font-family: "Trebuchet MS";  
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
	width: 100%;	
}

.editPanel {
	clear: both;
	margin-top: 20px;
}


/*****************************************************************************
For the List page template
*****************************************************************************/
.div-ListPageContent {
	margin: 7px 0px 25px 0px;
}

.div-FeaturedSection {
	color: #515151;
	border-bottom: solid 1px #c8c8c8;	
	border-top: solid 1px #c8c8c8;
	padding: 30px 40px 40px 40px;
}

.div-FeaturedSection a {
	color: #a0812a;
}

.div-FeaturedSection_Copy {
	float: right;
	width: 450px;
}

.div-FeaturedSection_Image {
	margin-right: 25px;
}

.div-ContentLinkList {

}