/** column.css **/

.placeholder {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DDDDDD;
	margin: 18px 25px;
	padding: 15px 0 14px;
	text-align: center;
	width: 928px;
}
.placeholder.ph2 {
	margin: -2px 25px 29px
}

.column_box {
	background: url(../img/col_div.png) repeat-x left top;
	float: left;
	margin-bottom: 3px;
	padding: 23px 25px;
	position: relative;
	width: 930px;
}

.left_column .column_box {
	width: 100%;
	padding: 3px 0 10px;
	background: url(../img/col_div.png) repeat-x left bottom;
	margin-bottom: 20px;
}

.column_box.only {
	background: none;
	border-top: 1px solid #cccccc;
	padding: 12px 25px;
}
.main_column .column_box {
	width: 690px;
	padding: 23px 0 0 0;
}

.main_column .column_box.singleArticle {
	padding: 14px 0 0;
}
.column_box, .column_box a {
	color: #777777;
}
.column_box.welcome {
	margin-bottom: 0px;
	margin-top: -2px;
}

.column_box.welcome p.cText {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 0;
	padding-bottom: 32px;
}
.column_box.slideshow {
	background: none repeat scroll 0 0 #F7f7f7;
	margin-bottom: -10px;
	padding: 0 0 7px;
	width: 100%;
	z-index: 10000;
}
.modHeader {

	color: #333333;
	position: relative;
	font-size: 24px;
	margin-bottom: 18px;
}

.left_column .modHeader {
	font-size: 18px;
}
.column_box p {
	line-height: 16px;
	font-family: "PT Sans";
	font-size: 12px;
	color: #777777;
}
.column_box p.cText {

	margin-bottom: 29px;
}

.left_column p.cText {
	display: none;
}

.column_box.service {
	background: none;
	margin-bottom: 0px;
	margin-top: 0;
	padding-top: 40px;
}
.column_box .box20 {
	float: left;
	width: 224px;
	position: relative;
	overflow: hidden;
	height: 207px;
	margin-left: 16px;
}

.column_box .box20.newsletter {
	background: url(../img/newsletter_bg.png) no-repeat left top;
	height: 228px;
	padding: 18px;
	position: absolute;
	right: 24px;
	top: 10px;
	width: 178px;
	z-index: 100000;
}

.column_box .box20:first-child {
	margin-left: 0;
}
.column_box .box20 h4 {
	color: #616161;
	font-size: 18px;
	margin-bottom: 22px;
}
.column_box .box20 li a {
	color: #FFF;
	font-family: "PT Sans";
	font-size: 12px;
	line-height: 19px;
}
.column_box .box20 li {
	background: url(../img/service_list.gif) no-repeat left 7px;
	margin-left: 17px;
	padding-left: 12px;
}

.column_box .box20 button {
	border: none;
	background: url(../img/btn_send.png) no-repeat top left;
	bottom: 31px;
	height: 25px;
	padding-left: 0;
	padding-right: 0;
	position: absolute;
	right: 15px;
	text-indent: -9999px;
	width: 66px;
}
.column_box .box20 .service_box {
	margin-top: -8px;
}

.column_box .box20 input {
	width: 168px;
	height: 14px;
	margin-top: 6px;
	margin-bottom: -1px;
	color: #FFF;
	background: #7d0000;
	border: 1px solid red;
	border-color: #650000 #8d3333 #8d3333 #650000;
	font-family: "PT Sans";
	font-size: 12px;
}
.column_box .box20.newsletter p, .column_box .box20.newsletter h4 {
	color: #FFF;
	margin-bottom: 18px;
}

input[type=password], input[type=text] {
	background: #FFF;
	border: 1px solid #DDDDDD;
	position: relative;
	color: #9d9d9d;
	height: 18px;
	padding: 5px;
}
                #blog {
    float:left;
    height:auto;
}
 
#left {
    float:left;
    height:auto;
    padding-right:8px;
    width:170px;
    border-right:#B8B8B8 1px solid;
    text-align:left;
}
 
#content {
    float:right;
    height:auto;
    width:460px;
    padding:20px;
    text-align:left;
}
                .blog_author {
    font-style:italic;
}
 
.blog_body {
text-align:justify;
}
.link_to_blog {
    font-weight:bold;
}
.blog_title_link a {
    font-size:20px;
    color:#333333;
    cursor:pointer;
    text-decoration:underline;
}
 
.blog_author {
    font-style:italic;
}
 
.blog_body {
text-align:justify;
}
#blog a {
color:#9c0000 !important;
}