/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */


/*
 * Body
 */
body {
  margin: 0;
  padding: 0;
}

#page-wrapper {

}

#page {
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 * See the element-focusable rule in system.base.css.
 */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/*
 * Header
 */
#header {
}

#header .section {
}

#logo /* Wrapping link for logo */ {
  float: left; /* LTR */
  margin: 0;
  padding: 0;
  width: 960px;
}

#logo img {
  vertical-align: top;
  width: 960px;
}

#name-and-slogan /* Wrapper for website name and slogan */ {
  float: left;
}

h1#site-name,
div#site-name /* The name of the website */ {
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}

#site-name a:link,
#site-name a:visited {
  color: #000;
  text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

#site-slogan /* The slogan (or tagline) of a website */ {
}

.region-header /* Wrapper for any blocks placed in the header region */ {
  clear: both; /* Clear the logo */
}

/*
 * Main (container for everything else)
 */
#main-wrapper {
}

#main {
	
}

/*
 * Content
 */
#content {
  margin: 0;
}


#content .section {
	
}

.region-highlighted {
}

.breadcrumb /* The path to the current page in the form of a list of links */ {
  padding-bottom: 0; /* Undo system.css */
}

h1.title, /* The title of the page */ {
  margin: 0px;
}
h2.node-title, /* Title of a piece of content when it is given in a list of content */ {
  margin: 0px;
}
h2.block-title, /* Block title */ {
  margin: 0px;
}
h2.title, /* Comment section heading */
h2.comment-form, /* Comment form heading */
h2.heading2 {
  margin: 10px;
}
h3.title /* Comment title */ {
  margin: 0;
}

tr.even /* Some tables have rows marked even or odd. */ {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

tr.odd {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

div.messages /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */ {
  margin: 1.5em 0; /* Drupal core uses "6px 0" margin */
}

div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

div.status /* Normal priority messages */ {
}

div.warning,
tr.warning /* Medium priority messages */ {
  /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
}

div.error,
tr.error /* High priority messages. See also the .error declaration below. */ {
}

.error /* Errors that are separate from div.messages status messages. */ {
  /* color: #e55; */ /* Drupal core uses a #e55 background */
}

.warning /* Warnings that are separate from div.messages status messages. */ {
  /* color: #e09010; */ /* Drupal core uses a #e09010 background */
}

div.tabs /* See also the tabs.css file. */ {
}

.region-help /* Help text on a page */ {
}

.more-help-link /* Link to more help */ {
}

.region-content /* Wrapper for the actual page content */ {
}

ul.links /* List of links */ {
}

ul.links.inline {
  display: block; /* Let the links be inline, but the container be a block. */
}

ul.links li {
  padding: 2em 2em 0 0; /* LTR */
}

ul.links li:after {
        content: " | ";
		color:#0099FF;
margin-left: -3px;
margin-right: -30px;
padding-right: 5px;
padding-left: 6px;
  
    }
	
#navigation li:last-child:after {
        content: "";
    }

	
	

.item-list .pager /* A list of page numbers when more than 1 page of content is available */ {
  padding: 0;
}

.item-list .pager li /* Each page number in the pager list */ {
  padding: 0 0.5em;
}

.feed-icon /* The link to the RSS or Atom feed for the current list of content */ {
	padding-left:20px;
}

.more-link /* Aggregator, blog, and forum more link */ {
}

/*
 * First sidebar (on left in LTR languages, on right in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-first
 * (see the layout.css file.)
 */
.region-sidebar-first {
}

.region-sidebar-first .section {
}

/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */
.region-sidebar-second {
	background-color:#e3d8ba;
	color: #651F09;
    font-family: helvetica,arial;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    letter-spacing: normal;
    line-height: 33px;
    text-decoration: none;
    word-spacing: normal;
	border-left-style:solid;
	border-color: #c8bb97;
	list-style: none;
	width:197px;
}

.region-sidebar-second .section {
	
}

/*
 * Footer
 */
.region-footer {
font-family: helvetica, arial;
font-style: normal;
font-weight: light;
font-size: 13px;
background-color:#661f09;

}

/*
 * Page bottom
 */
.region-bottom /* Wrapper for any blocks placed in the page bottom region */ {
-moz-column-count: 3;
-moz-column-gap: 1em;
-moz-column-rule: 1px dotted black;
-webkit-column-count: 3;
-webkit-column-gap: 1em;
-webkit-column-rule: 1px dotted black;
line-height:22px;
font-family: helvetica, arial;
font-style: normal;
font-weight: light;
font-size: 14px;
background-color:#661f09;

}

.region-sitemap /* Wrapper for any blocks placed in the page bottom region */ {
-moz-column-count: 1;
-moz-column-gap: 1em;
-moz-column-rule: 1px dotted black;
-webkit-column-count: 1;
-webkit-column-gap: 1em;
-webkit-column-rule: 1px dotted black;
line-height:22px;
color: #ffffff;
font-family: helvetica, arial;
font-style: normal;
font-weight: light;
font-size: 14px;
background-color:#ffffff;
}

.heading2 {
font-family: helvetica, arial;
font-size: 20px;
color: #154d88;
font-weight:400;
margin-bottom:-6px;
margin-top:0px;
}

.heading3 {
font-family: helvetica, arial;
font-size: 1.05em; 
color: #154d92;
line-height: 17px;
}


.heading4 {
font-family: helvetica, arial;
font-size: 20px;
color: #651f09;
font-weight:400;
margin-bottom:-6px;
margin-top:22px;
}


.blue_font {
font-family: helvetica, arial;
font-size: 1.05em; 
color: #a5071a;
line-height: 10px;
}

.body2-blue {
font-family: helvetica, arial;
font-style: normal;
font-variant: normal;
font-weight: bold;
font-size: 13px;
color: #154d88;
line-height: 18px;]
word-spacing: normal;
letter-spacing: normal;
text-decoration: none;
text-transform: none;
text-align: left;
text-indent: 0ex;
}

.copy {
	color: #333333;
    font-family: helvetica,arial;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    letter-spacing: normal;
    line-height: 18px;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    word-spacing: normal;
}

a.region-bottom:link {
	color:#ffffff;
}
a.region-bottom:visited {
	color:#ffffff;
}
a.region-bottom:hover{
	color:#ffffff;
}
a.region-bottom:focus {
	color:#ffffff;
}

a:link {
	color:#7a6456;
}

a:visited {
	color:#7a6456;
}

a:hover,
a:focus {
	color:#7a6456;
}

a:active {
	color:#7a6456;
}


#main-menu {
  color: #651f09;
  background-color:#FFF;
  padding-top:0px;
  padding-bottom:7px;
  text-align: center;
  
}

#secondary-menu {
  float: right;
}