body{
font-family: FreeSans, Helvetica, Geneva, Arial, sans-serif;
font-size: 13px;
margin: 0 auto 0px;
}

a img{
	border: 0;
}
a:link {
	font-weight: bold;
}
a:link.hover {
	font-weight: bold;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:link, a:visited, a:hover {
	color: #00f;
}
a:focus {
	outline: none;
}

div#header{
width: 880px;
margin: 0 auto;
padding: 10px;
}

div#banner{
height: 192px;
width: 369px;
background: url('images/shpr-amalgam.png') no-repeat;
margin-left: 40px;
}

div#menu{
float: right;
padding-top: 132px;
padding-right: 35px;
font-size: 1.2em;
margin-right: 40px;
text-align: center;
}

div#menu a {
color: red;
}

div#menu a.hover {
}

div.splash{
width: 100%;
background-color: #d21;
}

div.splash-content{
width: 780px;
margin: 0 auto;
padding: 10px 80px;
color: white;
}

div#blurb{
margin: 10px 400px 10px 0px;
padding: 0 10px 10px;
/*
border: 2px dotted white;
*/
font-size: 1.1em;
font-weight: normal;
line-height: 20px;
font-family: georgia, times new roman, serif;
}

div.splash-content h1{
border-bottom: 1px groove white;
padding: 5px 20px;
margin: 0;
font-family: georgia, times new roman, serif;
font-size: 1.3em;
}

div#content{
width: 900px;
margin: 0 auto;
}

div#content h3 {
border-top: 1px solid #d21;
background: url('images/hr-bg-orange.png') bottom no-repeat;
padding: 10px 10px 20px;
text-align: center;
color: #9B170C;
}

div#content table#lists{
width: 900px;
}

div#content table#lists td{
vertical-align: top;
}

div#content table#lists td ul li {
font-size: 1.1em;
font-family: georgia, times new roman, serif;
}

div#content form{
width: 410px;
margin: 0 auto;
}

div#credits{
border-top: 1px solid #d21;
padding-top: 20px;
background: #555;
clear: both;
}

div#credits-content{
width: 900px;
margin: 0 auto;
text-align: center;
}

div#credits-content a {
color: #999;
}

div#footer {
border-top: 1px solid #d21;
padding-top: 10px;
margin-top: 15px;
background: #ccc;
}

div#footer-content{
width: 900px;
margin: 0 auto;
text-align: center;
}

div#footer div#address{
float: left;
text-align: left;
width: 40%;
margin-left: 10%;
}

div#footer div#hours{
float: left;
text-align: left;
}

div#blurb table#pricing {
width: 360px;
}

div#blurb table#pricing thead td {
font-weight: bold;
border-bottom: 1px dotted white;
}

div#blurb table#pricing td.first{
text-align: left;
}

div#blurb table#pricing td {
text-align: center;
padding: 2px;
}

div#blurb table#pricing tr.info {
}

div#blurb table#pricing tr.highlight {
font-weight: bold; 
border: 1px dotted #c21; 
color: #b10; 
background: white;
}

.system_message {
	width: 800px;
	margin: 10px auto;
	color: red;
	font-weight: bold;
}
/*
=======================
Comments CSS
=======================
*/

.comment {
	padding: 15px;
	border: 2px solid #cdcdcd;
	background-color: white;
	color: #121212;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	margin: 15px auto;
}

.comment h3 {
	text-align: left !important;
	color: black !important;
	background: none !important;
	background-image: none !important;
	border: 0 !important;
	margin-top: 2px !important;
}

.splash-left {
	width: 350px;
	float: left;
	padding: 6px;
	font-size: 12pt;
}

.splash-right {
	width: 360px;
	float: right;
	padding: 4px;
}

.modal { 
	color: #ececec;
    background-color:#333; 
    display:none; 
    width:500px; 
    padding:15px; 
    text-align:left; 
    border:2px solid #fff; 
 
    opacity:0.8; 
    -moz-border-radius:6px; 
    -webkit-border-radius:6px; 
    -moz-box-shadow: 0 0 50px #ccc; 
    -webkit-box-shadow: 0 0 50px #ccc; 
} 

.modal a{
	color: white;	
}

div#content .twtr-hd h3 {
border-top: 0;
background: none;
padding: 0px;
text-align: left;
color: white;
}
