@charset "UTF-8";
/* CSS Document */

.container-press {
	width: 950px;
	padding-right: 1px; 	
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.press_header {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	width: 91%;
	float: left;
	line-height: 1.5em;
	font-weight: bold;
	font-size: 20px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	display: block;
	color: #222;
	margin-top: 20px;
	margin-left: 12px;
	margin-bottom: 0px;
	clear: left;
	letter-spacing: 0.2em;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.press_header a {
	color: #222;
}


.press_l_col {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	width: 212px;
	float: left;
	margin-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	min-height:400px;
	background-image: url(../sitegraphs/press-shadow-bar.jpg);
	background-repeat: repeat-y;
	background-position: 200px;
	height: auto;
}
.press_l_col a{
	font-weight: normal;
	color: #4a4a4a;
}

.press_l_col a:hover {
	text-decoration: underline;
}

.press_r_col {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	width: 602px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-top: 10px;
	padding-left: 32px;
	min-height: 300px;
	margin-left: -1px;
	padding-bottom: 16px;
}

.press_r_col .blue2{
	font-weight: normal;
	color: #4091C6;
	font-size:10px
}
.press_l_col .group {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aaa;
	padding-top: 4px;
	padding-bottom: 4px;
	
}
.press-categories {
	display: block;
	padding-left: 24px;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.press-categories-act {
	display: block;
	padding-left: 24px;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../support/graphics/arrow-selected.gif);
	background-repeat: no-repeat;
	background-position: 10px 2px;
}
.press-title-bar  {
	display: block;
	margin-bottom: 20px;
	height: 25px;
	margin-top: 6px;
}
.press-title-bar .title {
	font-size: 14px;
	font-weight: bold;
	float: left;
	display: inline;
	color: #444;
}
.press-title-bar .date {
	font-size: 9px;
	font-weight: normal;
	float: right;
	text-transform: uppercase;
	color: #999;
	margin-top: 5px;
}
.press-content {
	font-size: 12px;
	line-height: 1.7em;
	color: #505050;
	display: block;
}
.press-content img {
	max-width: 520px;
	height: auto;
	}
.press-content p{
	margin-top: 2.1em;
	margin-bottom: 2.2em;
}
.press-content a{
	font-weight: bold;
	/*color: #808080;*/
}
.press-content a:hover{
    color:#5588BB;
	text-decoration:underline;	
}
.press-content ul{
	padding-left: 14px;
	padding-top: 0px;
	margin-top: 0px;
}
.press-contact {
	font-size: 10px;
	font-weight: normal;
	color: #a2a2a2;
	display: block;
	background-color: #f6f6f6;
	padding: 11px;
	margin-top: 32px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.press-contact a {
	color: #a2a2a2;
}

/* IMAGE ARCHIVE */
.press-image-slot {
	font-size: 12px;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 20px;
	padding-top: 12px;
}
.press-image-slot img{
	margin-bottom: 10px;
	max-width: 520px;
	height: auto;
}
.press-image-slot .name{
	font-size: 12px;
	font-weight: bold;
	line-height:2em;
}
.press-image-slot a{
	color:#5588BB;
}
