/*********************************************************
   HTML Elements
 *********************************************************/

html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: url(back.gif) repeat-y top center;
  font: 400 0.7em verdana, arial, sans-serif;
  line-height: 170%;
  
  color: #AAA;
}


/* Headers */
h1 {
  margin: 0 0 10px 0;
  padding: 0;
}
h2, h3, h4, h5, h6 {
	display:inline !important;
	font-size:100%;
	font-weight:normal;
	margin-right:3px;
}


h1 {
  padding-bottom: 0.2em;

  font: 400 1.6em arial, sans-serif;
  color: #536C71;
  border-bottom: 2px solid #333;
}





/* Needed to horizontally pad in a coloured container */
.horzPad h1,
.horzPad h2,
.horzPad h3,
.horzPad h4,
.horzPad h5,
.horzPad p {
  padding-left: 5px;
  padding-right: 5px;
}


/* Links */
a {
  text-decoration: none;
  color: #3B5D77;
}

a:hover {
  color: #668FA3;
}

a img {
  border: 0;
}

a img.border {  
  border: 1px solid #000;
}

a:hover img.border {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #668FA3 !important;
  border: 1px solid #FC3307;
}



/* Images */
img.floatRight {
  margin: 5px 0 10px 10px;
}

img.floatLeft {
  margin: 5px 10px 10px 0;
}



/* Lists */
ul li {
  list-style-image: url(../images/bullet2.gif);
}



/* Override template CSS for blockquotes */
blockquote {
	margin: 0 0 20px 0;
	padding-left: 0;
	border-left: none;
	font-family: "Times New Roman", Times, serif;
	}
	

/* Blockquote */

blockquote {
    display: block;
    padding: 0 60px;
    width: 350px;
}   
blockquote:before, blockquote:after {
    color: #69c;
    display: block;
    font-size: 700%;
    width: 50px;
    }
blockquote:before {
    content: open-quote;
    height: 0;
    margin-left: -0.55em;
}
blockquote:after {
    content: close-quote;
    height: 50px;
    margin-top: -70px;   
    margin-left: 360px;
}



