/*
Theme Name: Mountain Glory
All Rights Reserved. Sweetwater Financial Advisors, LLC
Copyright 2005 - Image202 Entertainment
*/

/* Common Styles
----------------------------------------------- */

body {
  color: #000;
  background-color: #fff;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 71%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 8.5pt;
}

acronym {
  border-bottom: 1px solid #999;
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}

.doNotDisplay {
  display: none;
}

/* Images
----------------------------------------------- */
p img, p img a {
	padding: 0;
	width: 100%;
	border: none;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 15px;
    margin-top: 15px;
	}
	
img.alignright {
	padding-top: 4px;
	margin: 0 20px 2px 10px;
	display: inline;
	}

img.alignleft {
	padding-top: 4px;
	margin: 0 10px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
	
.firefox {
	border: none;
	}	


/* Header
----------------------------------------------- */

.superHeader {
  color: #fff;
  background-color: #063b6d;
  height: 5px;
}

.midHeader {
  height: 100px;  
  background-color: #fff; 
}

.headlogo {
  padding: 16px 0 15px 15px;
}

.subHeader {
  background-color: #999;
  height: 1px;
  margin: 0;
}

/* Side Bar
----------------------------------------------- */

#side-bar {
  width: 15em;
  float: left;
  clear: left;
  border-right: 1px solid #999;
  background-color: #EDF6FF;
}

#side-bar div {
  border-bottom: 1px solid #999;
}

.sideBarTitle {
  font-weight: bold;
  margin: 0 0 0.5em 2.5mm;
  padding: 1em 0 0 0;
}

#side-bar ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 1.1em 0;
}

#side-bar li {
  margin: 0;
  padding: 0.1ex 0;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
}

#side-bar a, .thisPage {
  color: #063b6d;
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0.75em 1ex 0.75em 15px;
  display: block;
}

.thisPage {
  color: #000;
  background-color: #92bce2;
  padding-left: 15px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

#side-bar a:hover {
  color: #171717;
  background-color: #b0d3f3;
  text-decoration: none;
}

#side-bar .lighterBackground a:hover {
  background-color: transparent;
  }

.sideBarText {
  line-height: 1.5em;
  margin: 0 0 1em 0;
  padding: 0 1.5ex 0 2.5mm;
  display: block;
}

#side-bar .sideBarText a {
  text-decoration: underline;
  margin: 0;
  padding: 0;
  display: inline;
}

#side-bar .sideBarText a:hover {
  color: #992932;
  background-color: transparent;
  text-decoration: none;
}

.lighterBackground {
  color: #000;
  background-color: #fff;
}


/* Main Copy
----------------------------------------------- */

.bodyAdvert {
  height: 163px;  
  background-color: #063b6d;
  background-image:  url("../images/header.gif");
  background-repeat: no-repeat;
  background-position: left center;
  margin: 0 0 0 170px;
  padding: 0;
  }

#main-copy {
  color: #000;
  background-color: #fff;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 20% 0 15em;
  padding: 0.5mm 5mm 5mm;
}

.WHITEHeader {
	font-family: Helvetica, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	}

#main-copy p {
  margin: 1em 1ex 2em;
  padding: 0;
}

#main-copy a {
  color: #063b6d;
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
  color: #92232d;
  text-decoration: none;
}

#main-copy h1 {
  color: #92232d;
  background-color: transparent;
  font-size: 145.5%;
  font-weight: bold;
  font-variant: small-caps;
  margin: 1em 0 0 0;
  padding: 0.5ex 0 0.5ex 0.6ex;
  border-bottom: 1px solid #000;
}

#main-copy h2 {
  color: #92232d;
  background-color: transparent;
  font-size: 13px;
  font-weight: bold;
  font-variant: small-caps;
  margin: 1em 0 0 0;
  padding: 0.5ex 0 0.5ex 0.6ex;
  border-bottom: 1px solid #000;
}

#main-copy .topOfPage {
  color: #92232d;
  background-color: transparent;
  font-size: 91%;
  font-weight: bold;
  text-decoration: none;
  margin: 5px 10px 3px 0;
  padding: 0;
  float: right;
}

/* Footer
----------------------------------------------- */

#footer {
  color: #fff;
  background-color: #063b6d;
  border-top: 2px solid #999;
  font-size: 91%;
  height: 100px;
  margin: 0;
  padding: 10px 10px 25px 10px;
  clear: both;
}

#footer .left {
  line-height: 1.45em;
  float: left;
  clear: left;
}

#footer .right {
  float:right;
  margin-top: 2px;
}

#footer a {
  color: #fff;
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}
