a:focus{outline:1px dotted invert}
hr{
	border:none; border-top: 4px double #666666;clear:both;height:0}

h1{
	color: #706341;
	font-weight: bold;
	margin:0;
	letter-spacing:-.05em;
	word-spacing:-.05em;
	padding: 0 0 3px 0;
	font-size:2.2em;
	line-height:1em;
	font:normal 2.5em "Century Gothic", Helvetica, Arial, sans-serif;
	-moz-text-shadow: -1px -1px 1px rgba(255,255,255,.8);
	-webkit-text-shadow: -1px -1px 1px rgba(255,255,255,.8);
	text-shadow: -1px -1px 1px rgba(255,255,255,.8);
}
h2{
	color: #626c47;
	font-weight: bold;
	margin:0;
	word-spacing:-.05em;
	padding: 0 0 3px 0;
	font-size:1.6em;
	line-height:1em;
}
#Content h2, .col h2{
	background:url(../img/h2.gif) no-repeat;
	padding-left:30px;
}
#Content h2 a:hover, .col h2 a:hover{
	-moz-text-shadow: -1px -1px 1px #a66002;
	-webkit-text-shadow: -1px -1px 1px #a66002;
	text-shadow: -1px -1px 1px #a66002;
}
#Sidebar h2{
	font-size: 1.2em;
	font-weight: normal;
	word-spacing:-.05em;
	color:#626c47;
	padding: 0 0 2px 0;
	border-bottom:1px dotted #dfe0c5;
	text-transform:uppercase;
	-moz-text-shadow: 1px 1px 1px #dddfcd;
	-webkit-text-shadow: 1px 1px 1px #dddfcd;
	text-shadow: 1px 1px 1px #dddfcd;
}
h3{
	color: #626c47;
	font-size: 1.4em;
	font-weight: normal;
	word-spacing:-.05em;
	text-transform:uppercase;
}
h4{font-size:19px}
h5{font-size:17px}
h6{font-size:15px}
ol{list-style:decimal}
ul{list-style:square}
li{
	margin-left:30px;
	line-height:1.8em;
}
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:20px}



b, strong{
	font-weight: bold;
	color: #222222;
}

p{
	line-height: 1.8em;
}

a:link,
a:visited{
	color: #ca7503;
	text-decoration: none;
	padding:0;
}
a:hover,
a:active{
	color: #ffffff;
	background:#ca7503;
	text-decoration: none;
}

pre {
	font-size: 1.1em;
	font-family: "Courier New", Courier, monospace;
	color: #f3f3f3;
	background: #444444;
	border: 1px dotted #b5b5b5;
	padding: 3px 6px;
	overflow: auto;
	white-space:pre;
	line-height:1.8em;
}
code {
	font-size: 1em;
	font-family: "Courier New", Courier, monospace;
	white-space:normal;
}
blockquote {
	margin: 0 20px;
	padding: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	font-style:italic;
	color:#222222;
	background:#e0e2c2;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

.intro{
	font-size:1.4em;
	padding-bottom:1em;
}
.small {
	font-size: .8em;
}
.large {
	font-size: 1.5em;
}
.center {
	text-align: center;
}
.loud {
	color: #990000;
}
.quiet {
	color: #b5ab95;
}
.hide {
	display: none;
}
.left {
	float: left;
	margin: 0 20px 20px 0;   /* covered by the 960 css */
}
.right {
	float: right;
	margin: 0 0 20px 20px;   /* covered by the 960 css */
}
.left img{
	display: block;
} 
.right img {
	display: block;
}
.caption {
	display: block;
	font-size: .9em;
	color: #908b66;
	padding:0 0 0 0;
}
.border {
	border: 1px solid #989898;
}
.underline {
	border-bottom: 1px dotted;
}
.strike {
	text-decoration: line-through;
}
.highlight {
	color: #9F6000;
	background-color: #e4daa2;
}

.testimonial{
	font-size:1em;
	font-style:normal;
	padding:10px;
	background:#dcdfc1;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-moz-box-shadow: 1px 1px 2px #444;
	-webkit-box-shadow: 1px 1px 2px #444;
	box-shadow: 1px 1px 2px #444;
}
.testimonial em{
	display:block;
	text-align:right;
	color:#222222;
	padding:5px 0;
}