@import "global.css";
@import "../components/components.css";

/* @group Basic */

/* @end */

/* @group Default Layout */

body{
	margin: 0;
}

#page{
	clear: both;
	font-size: 14px;
	line-height: 20px;
	color: #333;
}

#page h1{
	color: #aaa;
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 24px;
}

#page h2{
	color: #999;
	font-size: 18px;
	line-height: 20px;
	text-shadow: #ffffff 0 1px 0;
	font-weight: bold;
	margin: 10px 0;
}

#page > .section{
	clear: both;
}

#page > .section.header{
	border-bottom: 0;
	font-size: 16px;
	line-height: 22px;
	color: #5c5c5c;
	background: white url(../images/static/section_header-background.png) repeat-x center bottom;
	padding-bottom: 5px;
}

#page > .section.header + .section{
	margin-top: -5px;
}

#page > .section > .inner-wrapper{
	position: relative;
	width: 920px;
	margin: 0 auto;
	padding: 35px 0;
	border-bottom: 1px solid #e5e5e5;
}
#page > .section.header > .inner-wrapper{
	border-bottom: 0;
}

#page > .section:last-child > .inner-wrapper{
	border-bottom: 0;
}

#page > .section .title{
	width: 150px;
	float: left;
}

#page > .section .content{
	width: 490px;
	margin-left: 170px;
}

#page > .section .logo{
	width: 750px;
}
#page > .section .items_list{
	width: auto;
	margin-left: 170px;
	margin-bottom: -6px;
}

#page > .section .items_list > li{
	float: left;
	margin: 6px 0;
	width: 166px;
	margin-right: 20px;
}

#page > .section .content p,
#page > .section .content ul,
#page > .section .content ol{
	margin: 10px 0;
}

#page > .section .content ul p,
#page > .section .content ol p{
	margin: 0 !important;
}

#page > .section .aside{
	position: absolute;
	width: 230px;
	top: 35px;
	right: 0;
}




/* @end */

/* @group Components */

.emails-list{

}

.emails-list li{
	clear: both;
}

.emails-list li span.label{
	float: left;
	width: 185px;
}

.google_map{
	border: 1px solid #ccc;
}

.google_map > *{
	vertical-align: top;
}

.pr-list{
	margin-bottom: -12px !important;
}

.pr-list li{
	margin: 8px 0 20px;
}

.pr-list li .date{
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
}

ul.logos{
	position: relative;
	width: 750px;
	margin: 0 !important;
	margin-bottom: -30px !important;
	top: -15px;
}

ul.logos li{
	float: left;
	margin-right: 35px;
}

ul.logos li a{
	display: block;
}

ul.logos li img{
	vertical-align: top;
}

/* @end */




