/* CSS Document */

/* general */
* {
	margin:0;
	padding:0;
}


li {
    list-style-type:none;
}

a img { border:0; }

body {
	margin:24px 0px;
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:71%
}



a:link {
	color: #FFF;
	text-decoration:none;
}
a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #F69FCE;
}
a:active {
	color: #F69FCE;
	text-decoration: underline;
}

.more-body
{
	display:block;
	clear:both;
	padding:120px 0 0;
	background-color:#EB1F8D;
}




.clearfix:after {
    content: ".";
    font-size: 0;
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display : inline-block; 
}

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */



.container {
    background : #EB1F8D url(../images/furniture/grey.png) repeat-y scroll right top;
}

/* header and menu */

#more-header
{
	width:700px;
	height: 77px;
	border:0;
	border-bottom:solid white 1px;
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:10000;
	margin:0;
	padding:0;
}

#more-header .more-logo
{
	margin:36px 10px 0 0;
	float:right;
}

#menu {
    color: #FFF;
    display:block;
    margin:0;
    padding:8px 0 8px 0;
    position:absolute;
    top:78px;
    left:0;
    z-index:9999;
    width:700px;
}


#menu li {
	list-style-type:none;
	display:inline;
	margin:0 0 0 16px;
	padding:0;
	font-size:1.1em;
}


/* content */

#content {
	width:700px;
	padding:108px 0 0 0;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background:#EB1F8D;
	position:relative;
}

#content a:link {
        text-decoration:underline;
        color: #FFF;
}
#content a:visited {
        color: #FFF;
}

#content a:hover {
        color: #F69FCE;
}
#content a:active {
        color: #F69FCE;
}

#content #menu li a
{
	text-decoration:none;
}

#content .mainImg {
	float:right;
	margin-top:-108px;
	padding-left:10px;
}

#content .copy{
	padding:10px 0 10px 16px;
	color:#FFF;
	width:315px;
}
#content .copy p{
	margin-bottom:10px;
}
#content h1{
	font-size: 110%;
	margin-bottom: 16px;
}

#content h3 {
	font-size: 100%;
}

#content .frontLinks{
	background-color:#404040;
	width:700px;
}
#content .frontLinks ul.headlines{
        padding: 4px 0 6px;
        margin:0 10px 0 0;
        text-align:right;
        list-style-type:none;
        min-height : 60px;
}
#content .frontLinks ul.headlines li{
        padding:4px 0;
}
#content .frontLinks ul.headlines li a{
        text-decoration:none;
        color:#B3B3B3;
}
#content .frontLinks ul.headlines li.first a{
        color:#FFF;
}


/* news styles */
#news{
	background-color:#EAEDDC;
	font-family:Georgia, Times, Serif;
	padding:14px 0;
        min-height : 300px;
}
#news h1{
	font-size:140%;
	color:#3F3F3F;
	font-weight:normal;
}
#news #newsNav{
	float:left;
	width:240px;        
}
#news #newsNav ul{
	list-style-type:none;
}
#news #newsNav ul ul{
	margin:8px 0;
}

#news #newsNav li{
	margin-left:10px;    
}
#news #newsNav li .menuHeader{
	font-size:140%;
	color:#3F3F3F;
}
#news #newsNav li a{
	text-decoration: none;
	color:#3F3F3F;
}
#news #newsNav ul li.multiLevel ul a{
	color:#3F3F3F;
}
#news #newsNav ul ul a, #news #newsNav ul li.multiLevel ul ul a{
	font-family:verdana, arial, helvetica, sans-serif;
	color:#EA208D;
	font-size:100%;
}
#news #newsNav ul li.multiLevel ul a{
	font-family:Georgia, Times, Serif;
}
#news #newsNav ul li.multiLevel ul ul{
	margin:3px 0;
}

#news #newsMain{
	padding:0 14px 10px 250px;
	background: url(../images/furniture/news_bg.gif) repeat-y scroll 240px;
}

#news .newsItem{
	color:#3F3F3F;
	padding:5px 0 15px 0;
	font-size:110%;
	line-height:140%;
	border-bottom:1px solid #C4C7B9;
}
#news .newsItem a{
	color:#EA208D;
        text-decoration:underline;
}

#news .newsItem p{
	color:#3F3F3F;
	margin:5px 0;
	padding:0;	
}

#news .newsItem h2{
	color:#EA208D;
	margin:10px 0;
	font-weight:normal;
	font-size:140%;
}

#news .newsItem h2 a{
        text-decoration:none;
}

#news .newsItem .newsDate{
	text-transform: capitalize;
	margin-bottom:3px;
}
#news .newsItem .newsPostedBy{
	text-transform: capitalize;
	margin-bottom:3px;
}
#news .newsItem .readMore{
	margin:5px 0;
	display:block;
}
#news .newsItem .themes{
	margin:10px 0;
	display:block;
	font-size:85%;
}
#news .pressRelease .newsItem p{
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:85%;
	
	line-height:130%;
}
#news .pressRelease h1{
	font-size:1.5em;
	border:1px dashed #3F3F3F;
	text-transform:uppercase;
	padding:3px 0;
	border-left:none;
	border-right:none;
	letter-spacing:0.05em;
	margin:0;
}

#news .newsItem img {
    margin : 10px 0;

}

.newsItem ul { padding-left:15px; }


#leader{
	height:135px;
	background:right #B03728 url(../images/furniture/news_mags2.jpg);
	color:#FFF;
}
#leader p.pull{
	color:#FFF;
	background-color:#404040;
	width:126px;
	height:125px;
	padding:5px;
	margin:0;
	float:left;
}

#leader .topLinks{
	padding:5px 5px 5px 140px;
	text-align:right;
}

/* footer */

body.home #footer
{
    border-top: 0px solid #3F3F3F;
    margin : 0px auto 0;
}

#footer
{
	width: 700px;
	margin: 2px auto 0; /* Right and left margin widths set to "auto" */
	text-align : left; /* Counteract to IE5/Win Hack */
	color: #666666;
	border-top: 5px solid #3F3F3F;
	font-size: 90%;
	padding-top: 2px;
}



#footer .right
{
	float:right;
        
}

#footer a
{
	text-decoration: none;
	color:#EB1F8D;
}




/* case studies */


.project{
	background-color:#FFF;
}



.pullout{
	width:169px;
	background:url(../images/furniture/pullout_bg.gif) repeat-y #FFF;
	margin-bottom:5px;
	font-family:georgia;
	line-height:1.3;
	padding-top:8px;
        color:#666;
}
.pullout p{
        padding: 5px 19px 20px 12px;
        margin:0;
        font-size:95%;
        
        background:url(../images/furniture/pullout_bottom.gif) no-repeat bottom;
}
.pullout img{
        margin:0 0 0 8px;
}

.pullout .pullHeader{
        margin:0 16px 0 8px;
        padding:2px 5px;
        color:#FFF;
        background-color:#B13728;
        font-family:arial;
        font-weight:bold;
        font-size:10px;
}

#content .pullout a{
	color:#666;
	text-decoration:underline;
}



#body-text {
	width:360px;
	background-color:#fff;
	padding-top:10px;
        color : #000;
}

#body-text p {
	margin: 0 10px 10px 0;
}

    
/* background */
dl.image {
    width:357px;
    background:url(../images/furniture/pullimg_bg.gif) repeat-y #FFF;
    margin-bottom:5px;
}

/* image padding */
dl.image dt img {
    padding:8px 13px 0 8px;
    background:none;
    border: 0px none ;
}

/* image container bottom - with caption */
dl.image dd {
    padding:0 18px 19px 13px;
    background:url(../images/furniture/pullimg_bottom.gif) no-repeat bottom;
    margin:0;
    font-size:85%;
}

/* caption padding */
#body-text dl.image dd p {
    margin:3px 0 0 0;
    padding:0;
}

/* image container bottom */
dl.image img {
    padding:8px 13px 15px 8px;
}

/* image padding with caption */
dl.image dt img  {
    padding:8px 13px 0 8px;
    background:none;
    border: 0px none ;
}    


/* with no caption */

.pullimg {
    width:357px;
    background: #fff url(../images/furniture/pullimg_bg.gif) repeat-y scroll 0 0;
    margin-bottom:5px;
    display:block;    
}


/* image container bottom */
.pullimg img {
    background: transparent url(../images/furniture/pullimg_bottom.gif) no-repeat scroll center bottom;
    padding:8px 13px 15px 8px;
}


.process{
	width:175px;
	float:right;
	position:absolute;
	right:-14px;
	padding-top:10px;
}
.process2{
	width:175px;
	float:right;
	position:relative;
	right:160px;
	padding-top:10px;
}

#body-text h2 {
	background:url(../images/furniture/header.gif) no-repeat;
	color:#fff;
	font-family:arial;
	font-weight:bold;
	font-size:10px;
	padding:2px 5px;
	width:347px;
	height:19px;
	margin:0;
}

#content #body-text a{
	color:#666;
	text-decoration:underline;
}

#content .copy table.renderedtable p {
    margin:2px 15px 2px 0;
}

/* register */
.register li {
    display : inline;
}

.register label{
	display:block;
	margin:4px 0 4px 0;
}
.register .buttonBlock {
	margin:10px 0 10px;
}


.register input.text {
	font-size:90%;
	width:140px;
	margin:0 10px 5px 0;
}

form.register  {
    margin : 10px 0;
}

.errorlist li {
    color: #333;
    padding : 5px;
}

.errorlist ul  {
    margin : 5px 0;
    display : inline;
}

/* paginator */

#content .paginator a {
    	text-decoration: underline;
	color: #EA208D;
}
