/* Start of CMSMS style sheet 'Aston' */
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1.3em;
  background-color: #FFF;
  color: #000;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left;
}
/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
   color: #FFFFFF;
}

/* HEADINGS */
h1 {
   color: #385c72; 
   font-size: 1.25em; 
   text-align: left; 
/* some air around the text */
   padding-top: 10px;
   padding-left: 0px;
   padding-bottom: 1px;

   line-height: 1.5em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
}
h2 {
   color: #993300; 
   font-size: 1.3em; 
   text-align: left; 
/* some air around the text */
   padding-top: 10px;
   padding-left: 0px;
   padding-bottom: 1px;

   line-height: 1.5em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
}
h3 {
   color: #294b5f; 
   font-size: 1.2em;
   line-height: 1.2em;   padding-left: 35px;

   margin: .8em 0 0.8em 0;
}
h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0px;
}
/* END HEADINGS */

/* default link styles */
/* set all links to have underline and Aston red color */
a, a:link 
a:active {
   text-decoration: underline;
   background-color: inherit; 
   color: #993300;
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #993300;                /* a different color can be used for visited links */
}

/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   /* background-color: #FFFFFF; */

}

/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
}



/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
div#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 780px;
  overflow: hidden;
}
div#header {
  background-color: #FFFFFF;
  background-image: url("_graphics/astonTopper.jpg");
  background-repeat: no-repeat;
  font-size: 18px;
  font-weight: bold;
  height: 187px;
  line-height: 15px;
  border-right: solid 1px #CCC;
  /* padding: 10px 10px 10px 10px;*/ /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */

}
div#contentWrapper {
  background-color: #80c4c0;
  overflow: hidden;
}
div#sidebar {
  background-color: #80c4c0;
  background-image: url("uploads/images/sidebar.jpg");
  background-repeat:no-repeat;
  float: left;
padding-top: 10px;
padding-right: 35px;
padding-bottom: 1000px;
padding-left: 75px;

margin-top: 0px;
margin-right: 0px;
margin-bottom: -1001px;
margin-left: 0px;
width: 138px;
/* height: 600px;*/


}
div#topNavigation {
/* background-color: #ffdd7f;*/ /* - color of new menu - more orange */
background-color: #628F8A; /* color of right edge of menuSpacer graphic */
 /* background-color: #FFFF99;*/ /* - color of old menu - very yellow */
  background-image: url("_graphics/menuSpacer.jpg");
  background-repeat:no-repeat; 
  background-position: left;
  border-right: solid 1px #CCC;
  height: 30px;

}
/* Contains the main page content. When using a mutiple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
div#content {
  background-color: #fff;
  background-image: url("_graphics/mainRight.jpg");
  background-repeat: no-repeat;
  background-position: top right; 
  border-right: solid 1px #CCC;
  margin: 0 0 0 248px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 10px 10px 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
/* height: 600px; */
}

div#footerWrapper {
clear: both; /* keep copyright below content and menu */
  background-color: #98D9D5;
  /* border-top: solid 1px #666; /* Sets the top border properties for an element using shorthand notation */
  padding-bottom: 6000px;
  margin-bottom: -6000px;
}

div#ecomm{
float: right;
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

div#ecomm p {
   color: #000;
   font-size: 10px;
   line-height: 16px;
   margin:0;
}

div#ecomm p a {
   color: #333; /* needed because footer link would be same color as background otherwise */
}

div#address {
  font-size: 0.8em;
  line-height: 1.5em;
  float: left;
  text-align: right;
  margin: 10px 10px 10px 10px;
  padding: 10px 10px 10px 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 195px;
}

div#copyright {
  background-color: #385C72;
  margin: 0px 0px 0px 248px;
  text-align: center;
  vertical-align:top;
  padding: 30px 10px 30px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

div#copyright p {
   color: #FFF;
   font-size: 0.8em;
   line-height: 2.5em;
   text-align: center; /* centered text */
   margin:0;
}

div#copyright p a {
   color: #fff; /* needed because footer link would be same color as background otherwise */
}
.right-copy {
   font-size: 1em;
   color: #000; 
   margin: 0 0 1em 0.1em;  /* some air around p elements */
   line-height: 1.3em;
   padding-left: 0px;
   padding-right: 0px;
}
.right-copy A:link {
   color: #000; 
}
.right-copy A:visited {
   color: #000; 
}
.tabletext {
   font-size: 1em; margin: 0 0 0 0;  /* some air around p elements */
   line-height:1.3em;
   padding-left: 0px;
   padding-right: 0px;
}
/* End of 'Aston' */

