html, body {
	margin:0;
}


#main_container {
	margin:0;
	background:url(main_background.gif) bottom repeat-x;
}

#main_container2 {
	margin:0;
	background:url(bottom_logo.gif) bottom no-repeat;
}

#content {
	width: 739px;
	margin: auto;
	display:none;
	padding-bottom:20px;
}

/* ================ MENU =============== */
#menu {
	background:url(top_logo.gif) top no-repeat;
	text-align: center;
	height:162px;
}
#menu a {
	color: #7e7878;
	font-size:14px;
	text-decoration: none;
}

#menu a:hover {
	color: black;
}

#menu a.current {
	/*color: #3e3d40;*/
	color:black;
}

#menu a.home {
	display:block;
	margin:0 auto 27px auto;
	width:103px;
	height:39px;
}

/* ================ /MENU =============== */

/* ================ ARTICLES =============== */
#article, #teasers, #feedback {
	width:676px;
	margin-left: 20px;
}

#player_container {
	width:676px;
	height:481px;
}

#player {
	display:block;
	opacity:1;
}
h1 {
	margin: 14px 0 5px 0;
	color: #3e3d40;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 14px;
}

#article .body {
	float:left;
	width:489px;
}

h2 {
	margin:0;
	color:#7e7878;
	font-size:14px;
}

#article .addons {
	float:left;
	margin-left:30px;
	width:157px;
}

#ext_link {
	color: #3e3d40;
	font-size: 11px;
	margin-bottom:12px;
}
#ext_link * {
	color:inherit;
	font-size: inherit;
}
#ext_link h2 {
	text-decoration: underline;
	margin:0;
}
#ext_link a {
	text-decoration: none;
}
#ext_link a:hover {
	color:darkblue;
}

#rel_art {
	color: #7e7878;
	font-size: 11px;
	margin-bottom:12px;
}
#rel_art * {
	color:inherit;
	font-size: inherit;
}
#rel_art h2 {
	text-decoration: underline;
	margin:0;
}
#rel_art a {
	text-decoration: none;
}
#rel_art a:hover {
	color:darkblue;
}

#attachments a {
	color: #7e7878;
	font-size: 11px;
	background: url('attachment.png') no-repeat right;
	padding-right:12px;
}

#attachments a:hover {
	color:darkblue;
}

/* ================ HOME PAGE TEASERS =============== */
#teasers div.item {
	float:left;
	width:324px;
	margin-right:26px;
	margin-top:26px;
}
#teasers div.last {
	margin-right:0 !important;
}
#teasers h2 {
	margin:20px 0 0 0;
	color:#7e7878;
	font-size:14px;
}
#teasers a.link {
	display:block;
	text-transform:uppercase;
	margin-top:20px;
	color:#3e3d40;
	font-size:11px;
}
#teasers a.link:hover {
	color:darkblue;
}
#teasers .img_container {
	height:193px;
}
#teasers .img_title {
	width:324px;
	line-height:20px;
	color:#fff;
	text-align:center;
	padding-top:173px;
	position:absolute;
	overflow: hidden;
	white-space: nowrap;
	opacity:0;
	filter:alpha(opacity=0);
	background: #000;
}
#teasers img {
	position:absolute;
}
/* ================ /HOME PAGE TEASERS =============== */
/* ================ /ARTICLES =============== */

/* ================ EMPLOYEES =============== */
#employees {
	width:739px;
}
#employees div.item {
	float:left;
	width:235px;
	margin-right:11px;
	margin-top:15px;
}
#employees div.last {
	margin-right:0 !important;
}

#employees .name {
	margin-top:18px;
	color:#7e7878;
	font-size:14px;
}
#employees .title {
	color:#3e3d40;
	font-size:14px;
}
#employees .phone {
	color:#3e3d40;
	font-size:12px;
}
#employees a.email {
	display:block;
	color:#3e3d40;
	font-size:12px;
	text-decoration: none;
}
#employees a.email:hover {
	color:darkblue;
}
#employees .body_text {
	margin-top:12px;
}
/* ================ /EMPLOYEES =============== */

/* ================ PRESS ARCHIVE =============== */
#archive {
	width:739px;
}
#archive .item {
	margin-bottom:20px;
}
#archive .item .image {
	float:left;
	width:233px;
	margin-right:16px;
}
#archive .item .data {
	float:left;
	width:490px;
}

#archive h2 {
	text-decoration:underline;
	text-transform:uppercase;
}
#archive .minor h2 {
	font-size:11px;
}
#archive .even {
	color:#7e7878;
}
#archive .odd {
	color:#3e3d40;
}
#archive .minor h2 {
	color:inherit;
}
#archive .leading .date {
	font-size:14px;
	margin-bottom:12px;
}
#archive .leading .body_text {
	font-size:12px;
	margin-bottom:12px;
}
#archive .minor .data {
	color:inherit;
}
#archive .minor .date {
	color:inherit;
	font-size:11px;
}
#archive a.more {
	color:inherit;
	font-size:11px;
	text-decoration: none;
}
#archive a.more:hover {
	color:darkblue;
}

#archive .pager {
	text-align:center;
}
#archive .pager a, #archive .pager span {
	font-size:11px;
	color:#7e7878;
	text-decoration: none;
}
#archive .pager a:hover {
	color:darkblue;
}
#archive .pager a.current {
	font-size:12px;
	color:#3e3d40;
}
/* ================ /PRESS ARCHIVE =============== */

/* ================ FEEDBACK =============== */
#feedback {
	margin-top:34px;
}

#feedback .label {
	float:left;
	width:150px;
	margin-right:20px;
	text-decoration: underline;
	font-size:14px;
	color:#3e3d40;
}
#feedback .control {
	float:left;
	width:506px;
}
#feedback .control input, #feedback .control textarea {
	margin:4px 0;
	width:300px;
	background:#7e7878;
	font-size:11px;
	color:#ffffff;
	font:inherit;
}
#feedback .control input.button {
	margin:10px 200px;
	width:100px;
	font:inherit;
	padding:5px 0;
}
#feedback .control textarea {
	height:100px;
}
#feedback .errors {
	color:darkred;
	font-weight:bold;
}
/* ================ /FEEDBACK =============== */
