/* Screen (PC's only) */
body, html {
	margin: auto;
	padding: 0;
	background:#5a273a;
}
hr {
	display: none;
}
.showHR hr, hr.show {
	display: block;
}
img.blocksml {border:none;}
a, img a{
border:none;
}
a {
	color: #5A273A;
	text-decoration: none;
}
a:hover {
	color: #c7010b;
	text-decoration: underline;
}
#page {
	background: #fff;
	height: 100%;
	width: 949px;
	text-align: center;
	margin: 0px auto;
  padding:5px;
}
#head {
	background: url(head3.jpg) no-repeat 0px 0px;
	width: 100%;
	height: 184px;
	text-align:left;
}

#headt2 {
	background: url(head2.jpg) no-repeat 0px 0px;
	width: 100%;
	height: 146px;
	text-align:left;
}

#head span, #headt2 span{
display:block;
width:210px;
height:140px;
border:none;
float:left;
}
#head span.span2{
display:block;
width:120px;
height:20px;
border:none;
float:right;
margin:165px 20px 0 0;
}

#head h1 ,#headt2 h1{
display:none;
}

#head2 {
	background: url(headbtm.jpg) no-repeat 0px 0px;
	width: 100%;
	height: 47px;
}

#headt22 {
	background: url(headbtm2.jpg) no-repeat 0px 0px;
	width: 100%;
	height: 47px;
}

nav {
	width: 700px;
	text-align: center;
}
ul#nav {
	padding: 5px 0 0 0;
	margin: 0;
	text-align: center;
	width: 910px;
	text-decoration: none;
}
ul#nav li {
	display: block;
	list-style: none;
	width: 130px;
	height: 36px;
	float: left;
	background: url(navbg.png) no-repeat 0px 0px;
	margin: 0;
	padding: 10px 0 0 0;
}
ul#nav li a {
	text-decoration: none;
	color:#562537;
}
ul#nav li a:hover {
	text-decoration: none;
	color:#c7010b;
}
.center {
	text-align: center;
}
#content {
	width: 910px;
	text-align: left;
	height: 100%;
  margin:0 10px;
}
#content ul {
	list-style: none;
	padding:0;
	margin:0 0 0 10px;
}
#content ul li{
  padding-left: 10px;
	background: url(bulletcont.png) no-repeat;
	background-position: 0 .5em;
}


#left {
	width: 78%;
	float: left;
}
#left1 {
	width: 170px;
	float: left;
}

#left2 {
	width: 72%;
	float: right;
	border-left:1px dotted #998089;
	border-right:1px dotted #998089;
	padding:0 10px;
	min-height:600px;
}
#leftnc {
	width: 699px;
	float: right;
	border-left:1px dotted #998089;
	padding:0 5px 0 5px;
}
#right {
	width: 21%;
	float: right;
}

#right h1.quote{
padding:5px 0 0 45px;
background: url(testimonials.png) no-repeat 0px 0px;
}

.box, .box2, .box3 {
	width: 226px;
	height: 350px;
	float: left;
}
.box {
	background: url(box.jpg) no-repeat 0px 0px;
	width: 243px;
}
.box2 {
	background: url(box2.jpg) no-repeat 0px 0px;
}
.box3 {
	background: url(box3.jpg) no-repeat 0px 0px;
}
.box h4, .box2 h4, .box3 h4 {
	font-size: 11pt;
	color: #592639;
	padding: 85px 0 0 105px;
}
.box p {
	margin: 0 0 0 20px;
	width: 192px;
	font-size: 11px;
}
.box2 p, .box3 p {
	margin: 0 5px;
	width: 192px;
	font-size: 11px;
}
.block {
	display: block;
	float: left;
	font-size: 18px;
}
img.block {
	margin-left: 20px;
}
.blocksml {
	display: block;
	float: left;
}
img.blocksml {
	margin-left: 10px;
}
#footer {
	padding: 10px 0px;
	text-align: left;
	background:#998089;
}
#footer p {
	font-size: 11px;
	padding: 10px 10px 0;
	color:#000;
}
#footer p.l {
	display: inline;
	float: left;
}
#footer p.r {
	display: inline;
	float: right;
}
#footer p.r a, ul#footer li a {
	color: #fff;
}
#footer p.r a:hover, ul#footer li a:hover {
	color: #c7010b;
}
ul#footer {
	width: 949px;
	padding: 0;
	margin: 0;
}
ul#footer li {
	font-size: 11px;
	display: block;
	float: left;
	list-style: none;
	border-right: 1px solid #fff;
	padding-right: 5px;
}
ul#footer li.noborder {
	border: none;
}
#greybtm {
	height: 80px;
	width: 100%;
	background: #dedede;
}
div.post {
	background: #f1f1f1;
        color: #000;
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #a1a1a1;
}
div.dateTab {
	border-bottom: 1px solid #a1a1a1;
	padding-bottom: 2px;
}
div.postContent {
	padding: 15px;
        }
h2.title {color:#592639;}
div.postContent h2 {color:#592639}
