pre {
	font-size: 11px;
	position: absolute;
	background: #efefef;
	border:1px solid #ddd;
	padding-right: 2px;
	margin:0;
	text-align: left;
}

div#pre1 {
	text-align: left;
}

div#pre2 {
	position:relative;
	top: 50px;
	text-align: left;
}


h4 {
	font-size: 14px;
	margin-bottom: 5px;
	padding-top: 20px;
	margin-top: 0;
	font-weight: 700;
}

h5 {
	font-size: 13px;
	margin-bottom:1px;
	font-weight: 500;
}

h6 {
	font-size: 10px;
	margin: 0;
	padding: 0;
}

input.submitbutton {
	color: #333333; 
	background-color: #fbf8f5;  
	border: 1px solid #a4a4a4;
	margin-top: 20px;
}

hr.blogdivider {
	width: 75%;
	height: 1px;
	border: none;
	border-top: 1px solid #B0B0B0;
	text-align: center;
	position: relative;
	top: 5px;

}

.link {
	border-bottom: 1px dashed #bbb; 
	padding-bottom: 15px; 
	padding-left:10px; 
	margin-right:15px; 
	line-height: 0px;
}

span.yellow {
	color: 	#CC9900;
	font-weight: bold;
}

div.indent {
	margin-left: 40px;
}

div.indent2 {
	margin-left: 220px;
}

/**************************** basic elements ****************************/

body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2b2b2b; 
	background: #fbf8f5; 
	margin: 0px; 
	text-align: center;
}

form {
	margin: 0; 
}

a {
	color: #2b2b2b; 
	text-decoration: underline;
}

img {
	border: 0;
}

input,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.clear {
	clear: both;
}

/**************************** layout divs ****************************/

#container {
	width: 770px;
	margin: 0 auto;
	text-align: center;
}

#header {
	width: 770px;
	height: 171px;
	text-align: left;
	background: url(../images/headerbg.jpg) no-repeat;
}

#navigation {
	width: 768px;
	height: 21px;
	text-align: left;
	border-left: 1px solid #b01d27;
	border-right: 1px solid #b01d27;
	background: #dc8f0f;
}

#content {
	width: 768px;
	text-align: left;
	background: #fff;
	border-left: 1px solid #b01d27;
	border-right: 1px solid #b01d27;
	border-bottom: 1px solid #b01d27;
}

#footer {
	width: 770px;
	height: 40px;
	text-align: center;
}

/**************************** header styles ****************************/

#header img {
	margin-top: 101px;
	float: right;
}

/**************************** navigation styles ****************************/

#navigation ul {
	margin: 0;
	list-style: none;
	padding: 0;
	height: 21px;
}

#navigation li {
	float: left;
	height: 21px;
	line-height: 21px;
	padding: 0;
	margin: 0;
}

/**************************** content styles ****************************/

#content #contentLeft {
	float: left;
	margin: 10px 0 23px 20px;
	width: 377px;
	display: inline;
	background: url(../images/dottedbg.gif) repeat-y right;
}

#content #contentLeft .homeContact {
	margin: 32px 12px 10px 12px;
}

#content #contentRight {
	float: left;
	width: 352px;
	margin: 23px 0 23px 0;
	text-align: right;
}

#content #contentRight .homeQuote {
	width: 300px;
	color: #313131;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	margin: 25px auto 0px auto;
	text-align: center;
}

#content #contentRight .homeQuote span {
	color: #8b171f;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	float: right;
}

#content #contentRight .homeQuote img#leftQuote {
	position: relative; 
	top: -10px;
	left: -7px;
	margin-right: 6px;
}

#content #contentRight .homeQuote img#rightQuote {
	position: absolute; 
	margin-top: 0px; /* -6px */
	margin-left: 0px; /* 267px; */
}

#content .rt {
	position: relative;
	top: -44px;
	left: -66px;
}

#content #contentRight .testimonialBox {
	width: 300px;
	border: 1px dotted #a4a4a4;
	background: #fbf8f5;
	float: right;
	text-align: left;
	padding: 12px 14px 14px 14px;
	margin-bottom: 38px;
	margin-top: 20px;
	font-size: 11px;
}

#content #contentRight .testimonialBox .clickHere {
	font-weight: bold;
	text-align: right;
	font-size: 12px;
}

#content p {
	margin-top: 6px;
	margin-bottom: 14px;
}

#content #mainContent img {
	float: right;
	padding-left: 17px;
	padding-bottom: 10px;
}

#content #mainContent ul {
	margin-top: 6px;
	padding-top: 6px;
	margin-bottom: 6px;
	padding-bottom: 6px;
	color: #000000;
}

#content #mainContent li {
	color: #b01d27;
	padding-bottom: 10px;
}

#content #contentLeft p {
	margin-top: 6px;
	margin-bottom: 14px;
	margin-right: 20px;
}

#content .latestNews {
	font-weight: bold;
	margin-top: 25px;
}

#content img.arrow {
	vertical-align: middle;
	margin: 0 8px 0 8px;
}

#content #mainContent img.arrow {
	float: left;
	position: relative;
	top: 5px;
}

#content #mainContent {
	margin: 0 0 23px 20px;
	padding-top: 23px;
	width: 726px;
}

#content #mainContent h1 {
	font-size: 140%;
	margin: 0;
	padding: 5px 0 0 0;

}

div#paginateleft {
	font-size: 11px;
	float:left;
	padding-left: 150px;
}

div#paginateright {
	font-size: 11px;
	float:right;
	padding-right:150px;
}

.blogitem {
	margin-left: 15px;
	margin-right: 10px;
}


/**************************** footer styles ****************************/

#footer .footerNav {
	margin-top: 11px;
}

#footer .divide {
	font-size: 10px;
	vertical-align: text-top;
	margin: 0 8px;
}

.comments {
    text-align: center;
}

.comments a {
    color:#006699;
    text-decoration:none;
}

#content #mainContent #comments h1 {
    font-size:16px;
}

.singlecomment {
    border: 1px solid #E57F86;
    background-color: #FBECED;
    margin: 10px 50px 5px 50px;
    padding: 10px;
}

.commentname {
    margin: 0px 50px 10px 50px;
    padding-left: 10px;
    font-style: italic;
    font-size: 11px;
}

.commentdate {
    font-style:normal;
    font-size: 10px;
    margin-left:20px;
}

#postcomment table {
    width:450px;
    border:1px solid #ccc;
    padding:10px;
    margin-top:5px;
    background-color: #F7F4F4;
}

#postcomment {
    margin-left:156px;
    margin-top:30px;
}

#postcomment td {
    color:#505050;
}

#postcomment input, #postcomment textarea {
    border:1px solid #999999;
    font-size:12px;
    height:auto;
    width:259px;
}

#postcomment input.submitbutton {
    border:1px solid #999999;
    font-size:12px;
    height:auto;
    width:auto;
}

#content #mainContent #capimg {
    float: none;
    padding: 0;
}   

#content #mainContent #error {
    background-color: #FDE4E4;
    border: 1px solid #8A5B5B;
    padding: 0.3em 0.66em 0.3em 0.66em;
    width: 250px;
    margin: 15px auto 4px auto;
    font-weight: bold!important;
}
