.postimg {
	background: url("../images/shadow-medium.gif") no-repeat scroll center bottom transparent;
	padding-bottom: 6px;
}
.postimg-top {
	background: url("../images/shadow-medium-top.png") no-repeat scroll center bottom transparent;
	padding-top: 6px;
	margin-top: 40px
}
.graybox {
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(left, #ffffff 0%, #f6f6f6 50%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(50%,#f6f6f6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #ffffff 0%,#f6f6f6 50%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #ffffff 0%,#f6f6f6 50%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #ffffff 0%,#f6f6f6 50%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to right, #ffffff 0%,#f6f6f6 50%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */border-bottom: 1px  solid #f2f2f2;
	color: #515151;
}

.graybox.nobg{

	background:none;
	border:none;
}


.graybox .main-container {
	margin: 0 auto;
}
.graybox h1 {
	/*text-transform: uppercase; */
	color: #515151;
	/*padding-bottom: 18px;*/
	font-size: 18px;
	font-weight: bold;
  margin-bottom: 10px;
}

.graybox p span,
.graybox h2 span,
.graybox h1 span {
	color: #fc8639;
}
.graybox h2 {
	font-size: 18px;
	text-transform: uppercase;
}
.graybox h3 {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color:#888888;
	margin-bottom:24px;
}
.graybox blockquote {
	background-image: url("../images/quote.png");
	background-position: 10px 2px;
	background-repeat: no-repeat;
	clear: both;
	font-family: 'Cuprum', Arial;
	font-size: 12px;
	font-style: italic;
	line-height: 25px;
	margin: 20px 0;
	padding: 0 10px 0 50px;
	color: #8f8f8f;
}
.separator.line {
	background: url("../images/separator.png") no-repeat scroll center center transparent;
	margin-bottom: 20px;
	padding: 30px 0;
}

.graybox  ul
{

	margin-left:20px;
}

.graybox li,
.graybox p{
  font-size: 15px;
    line-height: 18px;
}

.graybox  ul ul
{
	margin-left:20px;
}

.graybox  ul ul li
{
	list-style-type:square;
}

.welcome p{
font-size: 18px;
font-weight: bold;
    line-height: 24px;          
         }