@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background:url(../images/layout/bg_body.jpg) left top repeat-x #7b7b7b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

/*TOP BAR*/
#topbar{
height:30px;
background-image:url(../images/layout/bar_bg.gif);
background-position:top; 
background-repeat:repeat-x;
color:#969696;
}

#topbar_wrapper{
width:900px; margin:auto;
height:30px;
}


#topbar a:link, a:visited{
color:#969696;
text-decoration:none;
}

#topbar a:hover{
color:#969696;
text-decoration:underline;
}

#bar_logo{
float:left;
line-height:30px;
height:30px;}

#bar_nav{
float:right;
line-height:30px;
}

#login{
	text-align:right;
	color:#535353;
	padding-top:10px;
}

#login a:link,#login a:visited{
color:#535353;
text-decoration:none;
}

#login a:hover{
color:#535353;
text-decoration:underline;
}


/* ---- TEXT STYLEs // TITLES ----  */
.title_container {
	background:url(../images/layout/separator_title_grey.gif) left bottom no-repeat;
	padding-bottom:3px;
}
#subTitle_container {
	background:url(../images/layout/separator_title_red.gif) left bottom no-repeat;
	padding-bottom:3px;
}
h1 {
	font-size: 21px;
	color:#990033 ;
	margin:0px;
}
h2 {
	font-size: 23px;
	color:#990033 ;
	margin:0px;
}
h3 {
	font-size: 14px;
	color:#c3c3c3;
	margin:0px;
}
h4 {
	font-size: 15px;
	color:#990033 ;
	margin:0px;
}
h5 {
	font-size: 12px;
	color:#424242;
	margin:0px;
	margin-bottom:5px;
}
h6 {
	font-size: 16px;
	color:#990033 ;
	margin:0px;
	margin-bottom:15px;
}
.subtitle_rightColumn {
	font-size: 12px;
	font-weight:bold;
	color:#990033 ;
	margin:0px;
	display:block;
	padding:0 0 3px 0;
}
.title_news {
	font-size: 13px;
	color:#990033 ;
	font-weight:bold;
	padding:2px 0 3px 0;
}
.title_news_grey {
	font-size: 13px;
	color:#424242;
	font-weight:bold;
	padding-bottom:14px;
}
.grey12px {
	font-size:12px;
	font-weight:bold;
	margin-top:5px;
}
/* ----------------------------- */

/* ---- MISC ITEMS // DEFAULT LINKS ----  */
img {
	border:0px;
}
.pngelement {
	behavior: url("js/iepngfix.htc")
}
.clear {
	clear:both;
	overflow:hidden;
}
a:link {
	color:#990033 ;
	text-decoration:none;
}
a:visited {
	color:#990033 ;
	text-decoration:none
}
a:hover {
	text-decoration:underline;
}
.float_right {
	float:right;
}
.float_left {
	float:left;
}
.imgborder {
	border:2px solid #b8b8b8;
}

.img_left{
margin-right:25px;
 border:2px solid #B8B8B8;
  margin-bottom:13px;
}

.img_right{
margin-left:25px;
 border:2px solid #B8B8B8;
  margin-bottom:13px;
}

p {
	margin-top:1px;
	margin-bottom:13px;
}
html*p, *:first-child+html p, *html p {
	margin-bottom:23px;/*safari P! */
}
.margin-left12 {
	margin-left:12px;
}
.padding-left8px {
	padding-left:8px;
}
.padding-right8px {
	padding-right:8px;
}
.padding12px {
	padding:12px;
}
.profile_container {
	margin-bottom:25px;
}

.media_thumb{

width:142px;
margin:auto;
margin-top:4px;
margin-bottom:12px;
}

.prev-next{
/*background:url(../images/layout/bg_prev-next.gif) repeat-x;*/
}

.prev{
 float:left;
 padding-right:20px;
 background-color:#FFFFFF;
}

.next{
 float:right;
 padding-left:20px;
 background-color:#FFFFFF;
}


/* ----------------------------- */

/* ---- ITEM BOXES ---- */
.lastItem {
	margin-bottom:0px
}
/*items news*/

.item_news {
	background:url(../images/layout/bg_item_gradient.gif) top left no-repeat;
	min-height:76px;
	margin-bottom:10px;
	padding:6px 6px;
}
*html item_news {
	height:76px
}
.item_news_texts {
	width:455px;
	float:left;
	padding-left:8px;
}
/*items media*/

.item_media {
	background:url(../images/layout/bg_small_gradient.gif) top left no-repeat;
	min-height:101px;
	margin:0 10px 10px 0;
	padding:6px 6px;
	width:245px;
	float:left;
}
*html item_media {
	height:101px
}
.item_media a:link, .item_media a:visited {
	color:#424242;
}

.item_media_texts {
	
	padding-left:105px;
}
/*press contact*/

.item_contact_press {
	width:408px;
	float:left;
	padding-right:8px;
}
.press_contact_bg {
	background:url(../images/layout/bg_pressContact_gradient.gif) top left no-repeat;
	min-height:124px;
	width:255px;
	padding:6px;
	float:left;
}
/* ----------------------------- */

/* ---- WRAPPER // BACKGROUND ---- */
#wrapper {
	width:900px;
	margin:auto;
}
#bg_light {
	background:url(../images/layout/bg_content.jpg) top left no-repeat;
}
#content {
	min-height:625px;
}
*html #content {
	height:625spx;
}
/* ----------------------------- */

/* ---- RIGHT COLUMN // COLUMN LEFT ---- */
.column_right {
	float:right;
	width:220px;
	margin-left:25px;
	background:url(../images/layout/bg_column_right.gif) top left no-repeat;
	min-height:327px;
}
*html .column_right {
	height:327px
}
.column_left {
	float:left;
	width:576px;
}
.column_right a:link, .column_right a:visited {
	display:block;
	color:#424242
}
.separator_rightColumn {
	margin-top:20px;
}
/* ----------------------------- */

/* ---- HEADER AREA // TABS ---- */
#header {
	padding-top:30px;
}
#logo {
	float:left;
	width:175px;
	padding-top:6px;
	padding-bottom:7px;
}
/* Tabs area*/
    #tabs {
	width:500px;
	line-height:normal;
	float:right;
	padding-top:28px;
	height:32px;
	overflow:hidden;
}
/* padding  top menu*/
    #tabs ul {
	margin:0;
	padding:3px 0 0 0;
	list-style:none;
	float:right;
}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
}
#tabs a {
	float:left;
	background:url(../images/layout/tab_left.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 15px;
	margin-left:2px;
	text-decoration:none;
}
#tabs a span {
	float:left;
	display:block;
	background:url(../images/layout/tab_right.gif) no-repeat right top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	padding:2px 15px 0 0;
	line-height:29px;
}
#tabs a span {
	float:none;
}
#tabs a:hover span {
	color:#ffffff;
}
#tabs a:hover {
	background-position:0% -31px;
}
#tabs a:hover span {
	background-position:100% -31px;
}
#tabs #current {
	background-position:0% -31px;
	color:#ffffff;
	cursor:default;
}
#tabs #current a {
	background-position:0% -31px;
	color:#ffffff;
	cursor:default;
}
#tabs #current span {
	background-position:100% -31px;
	color:#ffffff;
}
/* ----------------------------- */

/* ---- ABOUT TEXTS ---- */
.about_txt01 {
	width:639px;
	margin-left:8px;
	background:url(../images/layout/bg_executiveprofiles_gradient.gif) top left no-repeat;
	padding:14px;
}
.about_txt02 {
	width:635px;
	margin-left:12px;
}
/* ----------------------------- */

/* ---- HOME // MAIN PHOTO AREA & THUMBS ---- */
#main_photo {
	width:900px;
	height:285px;
	background-color:#000000;
	clear:both;
}
#grey_body {
	background:url(../images/layout/bg_grey_content.gif) top left repeat-x;
	min-height:240px;
	margin-top:2px;
	padding:36px;
}
*html #grey_body {
	height:240px;
}
#white_body {
	background:url(../images/layout/bg_white_content.gif) top left repeat-x;
	min-height:240px;
	margin-top:2px;
	padding:36px;
	padding-bottom:56px;
	background-color:#FFFFFF;
	color:#424242;
}
*html #white_body {
	height:240px;
}
#contentWhite {
	padding-top:25px;
}
#home_copy {
	width:325px;
	float:left;
}
#home_text {
	float:right;
	width: 460px;
	height:68px;
	text-align:left;
}
#thumbs_categories {
	margin-top:35px;
}
#thumbs_categories img {
	margin-right:2px;
}
/* ----------------------------- */

/* ---- SUB NAV AREA ---- */
#main_photo_content {
	width:362px;
	position:absolute;
	height:285px;
	z-index:10010;
	margin-left:532px;
	
}



#subnav {
    float:right;
	width:362px;
	position:inherit;
	padding:28px 4px 0 0;
	z-index:10010;
	visibility: visible;
}
#scrollheadlines {
	margin:11px 2px 0 0;
	padding-right:15px;
	height:165px;
	overflow:hidden;
	width:347px;
}
.headline_item {
	padding-top:10px;
	padding-bottom:3px;
}
/*----Subnav styles ----*/

.subnav_item {
	background:url(../images/layout/sub_nav_bg.gif) top left no-repeat;
	width:324px;
	line-height:29px;
	font-size:13px;
	font-weight:bold;
	margin-bottom:1px;
	padding-left:10px;
}
.subnav_item a:link, .subnav_item a:visited {
	font-size:13px;
	font-weight:bold;
	color:#c3c3c3;
	display:block;
}
.subnav_item a:hover {
	font-size:13px;
	font-weight:bold;
	color:#990033 ;
	text-decoration:none;
}
.SubNavSel a:link, .SubNavSel a:visited {
	background:url(../images/layout/subnav_arrow.gif) top left no-repeat;
	padding-left:8px;
	font-size:13px;
	font-weight:bold;
	color:#990033 ;
}
/* -----------------------------*/

/* ---- FOOTER ---- */
#footer {
	background:url(../images/layout/bg_footer.jpg) top left repeat-x;
	height:97px;
}
#footer_content {
	width:900px;
	margin:auto;
	padding-top:32px;
	text-align:center;
	background:url(../images/layout/bg_footer_content.jpg) top left no-repeat;
	color:#1b1b1b;
	font-size:12px;
	font-weight:bold;
}
#footer_content a:link, #footer_content a:visited {
	color:#1b1b1b;
	text-decoration:none;
}
#footer_content a:hover {
	color:#1b1b1b;
	text-decoration:underline;
}
/* ----------------------------- */
/*Body content cms*/

.body_img{
 float:left;
 margin-right:8px;

}

/*TOP BAR*/
#topbar{
height:30px;
background-image:url(../images/layout/bar_bg.gif);
background-position:top; 
background-repeat:repeat-x;
color:#969696;
}

#topbar_wrapper{
width:900px; margin:auto;
height:30px;
}


#topbar a:link,#topbar a:visited{
color:#969696;
text-decoration:none;
}

#topbar a:hover{
color:#969696;
text-decoration:underline;
}

#bar_logo{
float:left;
line-height:30px;
height:30px;}

#bar_nav{
float:right;
line-height:30px;
}
/*LOGIN*/

#login_form{
width:218px;
margin:auto;
padding-top:20px;
}

#login_form a:link, #login_form a:visited {
color:#737373;
text-decoration:none;}

#login_form a:hover {
color:#737373;
text-decoration:underline;}

#login_middle{
background-color:#efeff0;
padding:15px 15px;
}

.login_input{
margin-bottom:8px; margin-top:5px;
width:180px;
height:20px;
padding-top:7px;
border:1px solid #999999;
color:#666666;
padding-left:4px;
padding-right:4px;
}

.login_pass{
font-size:10px;
text-align:right;
font-family:Tahoma,Arial, Helvetica, sans-serif;
}

#login_register{
float:left; padding-left:17px; width:80px; padding-top:10px;}



#login_btn{
float:right;
width:80px;
text-align:right;
padding-top:4px;
}


/*Directory*/

/*DIRECTORY ARTICLES*/

.article_item{
border-bottom:1px solid #eaeaea;
margin-bottom:15px;
padding-bottom:15px;

}



.article_title{
font-size:12px;
font-weight:bold;
color:#6c6c6c;
display:block
}

.article_title_individual{
margin-left:0px;
font-size:12px;
font-weight:bold;
color:#6c6c6c;
}
.article_text_individual{

margin-left:0px;
}

.float_img{
float:left;
margin-right:25px;
 border:2px solid #cdd2d4;
  margin-bottom:13px;
}

.noborder{
 border:none;
   margin-bottom:0px;
}