@-ms-viewport {
    width: device-width;
    initial-scale: 1.0;
}


/********************Grid & Global blocks layout***************/

body {
	width: 1284px;
	margin: 0 auto;
//	background-image:url('../img/bkgnd-seamless.jpg');
	background-color: #ffffff;
//	background-color: #b0b0b0;
//	background-color: #e5e5e5;
}


#header {
	margin: 53px 24px 0 62px;
	clear: both;
	height: 71px;
	//border: 1px solid red; 
}
h1 {
	float: left;
	width: 342px;
	line-height: 1.5;
	text-align: left;
	padding-left: 180px;
	//border: 1px solid yellow; 
}
#nav {
	float: left;
	width: 610px;
	margin-left: 44px;
	//border: 1px solid green; 
}
#nav li {
	display: inline;
}

#main {
	float: left;
	width: 800px;
	margin-left: 62px;
	padding-bottom: 44px;
	border: 1px solid green; 
}
#side {
	float: left;
	width: 312px;
	margin-left: 44px;
	padding-bottom: 44px;
	border: 1px solid blue; 
}
.title-div {
    float: center;
    margin: 0px 24px 0 62px;
    left: 100px;
    clear: both;
//    border: 1px solid red; 
    width: 100%;
}
.title-image {
    position: relative;
    left: 100px;
}
#side:first-child , #main:first-child {
	margin-top: 0;
}
#project_nav {
	clear: both;
	/* height: 234px; */
	margin-bottom: 8px;
}
#project_nav ul {
	float: left;
	width: 220px;
	margin-right: 12px;
}

#main_head {
	width: 100%;
	margin-bottom: 33px;
}
.main_full {
	width: 100%;
}
.main_left {
	float: left;
	width: 202px;
}
.main_right {
	float: right;
	width: 288px;
	margin-left: 22px;
}
.side, .inside {
	margin-bottom: 22px;
}
.side:first-child, .main_right:first-child , .main_left:first-child, .inside:first-child   {
	margin-top: 0;
}
.text_on_top {
    font-size: 18px;
    line-height: 1.5;
    text-align: justify;
    float: right;
    width: 90%;
    margin-bottom: 20px;
    padding-right: 18px;
    //border: 1px solid yellow;
}

#footer {
	clear: left;
	padding: 86px 0 44px 0;
	margin-left: 62px;
}

.clearer {
	clear: both;
}
.right {
	text-align: right;
}
/**********************************************/
/******************Typography & paragraph level layout****************/

@font-face {
   font-family:  "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Geneva", "Verdana", "Sans Serif";
   src: url('l_10646.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Geneva", "Verdana", "Sans Serif";
#	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 22px;
}
a {
	color: #861e0b;
}
a:hover {
	text-decoration: underline;
}
p {
	margin-bottom: 8px;
}

h1, h1 a, h1 a:hover {
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Geneva", "Verdana", "Sans Serif";
#	font-family: 'PT Sans', sans-serif;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 1px;
}
h2,h3 {
#	text-transform: uppercase;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Geneva", "Verdana", "Sans Serif";
#	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 18px;
	line-height: 16px;
	margin-bottom: 10px;
#	letter-spacing: 1px;
}
.caption p, p.caption, .signature{
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 16px;
}
.signature {
	margin-top: 14px;
}
#nav {
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1.5;
}
#nav li:after {
	content: '\00b7\00a0';
	margin-left: 4px;
}
#nav li.last:after {
	content: none;
}
#nav li a:hover, #nav li span:hover {
	// background-color: #666;
	color: #000;
	text-decoration: none;
}
#nav li a, #nav li span {
	color: #666;
}


#project_nav {
	text-transform: lowercase;
	font-size: 14px;
	line-height: 18px; #26px;
#	font-family: "Lucida Sans Unicode", "Lucida Sans", "Geneva", "Verdana", "Sans Serif";
	font-family: 'PT Sans Narrow', sans-serif;
	letter-spacing: 1px;
}
#project_nav  li {
	margin-bottom: 8px
}
p.ast {
	font-size: 14px;
	line-height: 16px;
	margin: 22px 0 18px 0;
	letter-spacing: 3px;
}
.pub_ex_h {
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	margin-bottom: 22px;
}
#footer, #footer a {
	font-size: 10px;
	line-height: 14px;
	color: #666666;
}
.facebook-16 {
	position: relative;
	top: 2px;
}
.more {
	font-size: 10px;
}

.more_btn {
    display: inline;
    font-style: italic;
    color: #861e0b;
    cursor: pointer;
}

.more_text {
    display: none;
}

.less_btn {
    display: none;
    font-style: italic;
    color: #861e0b;
    cursor: pointer;
}