/* Global Styles
--------------------------------------------------------------------*/

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    color: #1d1b54;
    font-size: 62.5%; /* 1em = 10px */;
    line-height: 1.5em;
}
img {	border: 0; }
img.border {
	border: 1px solid #ccc;
	padding: 2px;
}
div.hr {
  height: 0px;
  border-bottom: 1px solid #ddd;
  margin: 1.5em 0;
}
hr.dotted {
    /* Mozilla & IE have different opinions about how <hr> should look - be careful about changing these. */
  border:	none;
	border-top: 1px dashed #ddd;
  height:	1px;
	margin-bottom: 0;
}
hr { margin: 0; }
/* Links
--------------------------------------------------------------------*/
a, a:visited {
	color: #4082c6;
	text-decoration: none;
}
a:hover {
	color: #4082c6;
	text-decoration: underline;
}

input.submit {
  background: #fff ;
  border: 1px solid #ddd;
  color: #4082c6;
	font-size: .9em;
  padding: 0 5px 0 5px;
  margin-right: 5px;
  text-transform: uppercase;
  /* Fix IE - http://jehiah.cz/archive/button-width-in-ie */
  width: auto; 
  overflow: visible;
}
a.button {
  background: #fff ;
  border: 1px solid #ddd;
  padding: 2px 15px 2px 5px;
  _padding: 2px 15px 1px 5px;
  font-size: 1em;
  color: #4082c6;
  text-transform: uppercase;
}
a.button:hover {
	text-decoration: none;
  border: 1px solid #c2c2c2;
}
a.button img {
	vertical-align: middle;
	position: relative;
	top: -1px;
	_top: 0;
	padding-right: 5px;
}
p a.button { font-size: .8em; }
a.button.enlarge {
	background: #fff ;
  padding: 2px 5px 2px 21px;
}
/* Text
--------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 0 0;
	color: #000;
	font-weight: normal;
}
h1 {
	font-size: 2em;
	color: #ddba86;
	margin: .5em .5em .5em .3em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1em;
}
h2 {
	font-size: 1.3em;
	color: #58595b;
	margin: 0 0 1em 0;
	font-weight: bold;
	text-transform: uppercase;
}
h3 {
	font-size: 1.4em;
	color: #808284;
	margin: 0 0 .5em 0;
	letter-spacing: normal;
	font-weight: bold;
	line-height: 1.3em;
}
h3.padBottom { margin-bottom: 1.5em; }
h3.padTop {
	padding: 0px;
}
h4 {
	color: #333;
	font-size: 1.2em;
}
h5 {
	color: #777;
	font-size: 1.1em;
	font-weight: bold;
	margin: 2em 0 .5em 0;
}
h6 { font-size: .8em; }
p, blockquote, cite {
	font-size: 1.2em;
	margin-bottom: 1em;
}
blockquote {
  margin: 0 0 1em 0;
  border-top: 1px dashed #eee;
  border-bottom: 1px dashed #eee;
  padding: .7em 0 1em;
  padding-left: 1.8em;
  text-indent: -2.0em;
  *padding-left: 1.8em;
  *text-indent: -1.4em; 
}

#Content p{
	font-size: 1.1em;
	margin-bottom: 1em;
}
#Content blockquote p {
  font-size: 1.4em;
  line-height: 1.3em;
  margin-bottom : 0.6em;
}
#Content blockquote p span.quote {
  position: relative;
  top: .25em;
	font-style: italic;
  font-size: 1.9em;
  _font-size: 1.4em; /* temp fix for three row spacing ie6 issue */
  line-height: 0.5em;
}
#Content blockquote cite {
  font-style: italic;  
  font-size: 1.1em; 
	padding-left: 1.5em;
}
address { font-style: normal; }
h3.open,
h3.closed {	margin: 0 0 1em 0; }
h3.open a, h3.open a:hover, h3.open a:visited {
	color: #4082c6;
  padding-left: 20px;
	display: block;
}
h3.closed a, h3.closed a:hover, h3.closed a:visited { 
	color: #4082c6;
  padding-left: 20px;
	display: block;
}

/* Often Used Classes   
--------------------------------------------------------------------*/
.floatright {
	float: right;
	display: inline; /*to avoid IE double margin bug*/
	margin: 0 0 1em 1em;
}
.floatleft {
	float: left;
	display: inline; /*to avoid IE double margin bug*/
	margin: 0 1em 1em 0;
}
.alignright {	text-align: right; }
.aligncenter { text-align: center; }
.highlight { color: #0050aa; }
.subdued { color: #999; }
.error { color: #c00; }
.success {
	color: #390;
	font-weight: bold;
}
.caption {
	color: #808284;
	font-size: 1em;
	line-height: normal;
	letter-spacing: normal;
}
.small { font-size: .7em; }
p.note {
  font-size: 1em;
  color: #777;
}
span.note {
	font-size: .9em;
	color: #777;
}
.footnote {
  font-size: .9em;
  color: #444;
}
.comments {
  font-size: 1.1em;
  color: #777;
	font-style: italic;
}
.date {
	color: #777;
	font-size: .9em;
}
.padLeft { padding-left: 20px; }
.nopad { margin: 0; }
/* Links
--------------------------------------------------------------------*/
p.links { text-align: right; }
p.links a { color: #05a; }
p.padBottom {	margin-bottom: 2em; }
p.description {
  font-size: 1.3em;
  line-height: 2em;
  color: #666;
}

/* Lists
--------------------------------------------------------------------*/
#Content ul.links {
	list-style: none;
	padding: 0;
	margin-top: -1em;
}
#Content table { font-size: 1em; }

#Content ul.links li {
	display: inline;
	margin-right: 5px;
}
#Content ul.padBottom li { margin-bottom: 1em; }

#Content ul.imgTwoCol {
	list-style: none;
	padding: 0;
}
#Content li, ul ul li {normal; font-size: 1em;}
#Content ol, ul {	padding:0px 0px 10px 20px;}

#Content ul.imgTwoCol li {
	padding-left: 80px;
	margin-bottom: 20px;
	_margin-bottom: 8px;
}
#Content ul.imgTwoCol li span.img {	margin: 0 0 0 -80px; }
#Content ul.imgTwoCol li h3 {	margin: 0; }
#Content ul.imgTwoCol li p { _height: 1%; /* Fix 3px jog in IE */ }

/* Lists -> imgTwoCol -> sizes
-------------------------------- */
#Content ul.imgTwoCol li.med { padding-left: 100px;	}
#Content ul.imgTwoCol li.med span.img {	margin: 0 0 0 -100px; }
#Content ul.imgTwoCol li.large { 
	padding-left: 117px;
	margin-bottom: 40px;
}
#Content .box ul.imgTwoCol li.large {	margin-bottom: 20px; }
#Content ul.imgTwoCol li.large span.img {
	margin: 0 0 0 -117px;
	*margin-bottom: 500px; /* IE6 fix */
}
#Content ul.imgTwoCol li.large h3 {	margin-bottom: 0; }
#Content ul.imgTwoCol li.large .noMargin { margin-bottom: 0; }





/* Clearfix  (http: //www.positioniseverything.net/easyclearing.html)
--------------------------------------------------------------------*/
.clearfix:after,
ul.imgTwoCol li:after,
#Banner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix,
ul.imgTwoCol li,
#Banner { display: inline-block; /* IE/Mac */ }
/* Hides from IE-mac \*/
* html .clearfix,
* html ul.imgTwoCol li,
* html #Banner {
	height: 1%;
}
.clearfix,
ul.imgTwoCol li,
#Banner {	display: block; }
/* End hide from IE-mac */

/* Flash Message */

.flashMsg {
	margin: 20px auto;
	width: 70%;
	background: #efefef;
	border: solid 2px #999;
	font-size: 1.2em;
}
.flashMsg a { color: #ff0000; }
.flashMsg img {
	vertical-align: middle;
	padding: 8px; 
}
h3.nopad {
	padding: 0px;
}
