﻿.SkinObject
{
	color: white;
}
A.SkinObject:link
{
	color: white;
}
A.SkinObject:visited
{
	color: white;
}
A.SkinObject:hover
{
	color: #003366;
}



body {
	margin: 0px;
	background-image: url('images/bg_color.gif');
}
#body_div {
	width: 100%;
	background-image: url('images/main_bg.gif');
	background-repeat: repeat-x;
	min-height: 720px;
}
#center {
	width: 759px;
	margin-left: auto;
	margin-right: auto;
	height: 500px;
}
#top_logo {
	width: 219px;
	background-image: url('images/logo.gif');
	height: 100%;
	float: left;
}
#top_right {
	float: left;
	width: 268px;
	height: 100%;
}
#top_left {
	float: left;
	width: 270px;
	height: 100%;
}
#top {
	height: 106px;
}
#top_right_spacer {
	height: 80px;
}
#search_bar {
	margin-left: 60px;
	text-align: right;
	padding-right: 10px;
}
#menu_left {
	background-image: url('images/menu_left.gif');
	width: 58px;
	height: 27px;
	float: left;
}
#menu_middle {
	float: left;
	width: 649px;
	height: 27px;
	background-image: url('images/menu_bg.gif');
}
#menu_right {
	background-image: url('images/menu_right.gif');
	width: 52px;
	height: 27px;
	float: left;
}
#menu_bar {
	height: 27px;
}
#main_content {
	background-color: #FFFFFF;
	min-height: 400px;
}
#footer {
	background-image: url('images/footer.gif');
	height: 170px;
	background-repeat: no-repeat;
}
#main_banner {
	padding-top: 15px;
	text-align: center;
	margin-bottom: 10px;
}
#middle_left {
	float: left;
	width: 221px;
	padding-left: 10px;
	padding-right: 5px;
}
#middle_center {
	float: left;
	width: 277px;
	padding-left: 5px;
	padding-right: 5px;
}
#middle_right {
	float: right;
	width: 220px;
	padding-left: 5px;
	padding-right: 10px;
}
#bottom_middle_spacer {
	clear: both;
	width: 100%;
	height: 1px;
}

.left_header {
	background-image: url('images/headlines.gif');
	margin-bottom: 5px;
	height: 20px;
	min-width: 100%;
}
.middle_header {
	background-image: url('images/title_bg.gif');
	margin-bottom: 5px;
	height: 20px;
}
.right_header {
	background-image: url('images/quick_links.gif');
	margin-bottom: 5px;
	height: 20px;
}
#menu_holder {
	text-align: center;
	margin-top: 9px;
	font-family: Tahoma;
	font-weight: normal;
	white-space: nowrap;
}
#footer_spacer {
	height: 125px;
}
#footer_text {
	text-align: center;
	height: 40px;
}
#content {
	clear: both;

}
#content_main {
	padding: 0 10px 0 10px;
	clear: right;
}
#content_left {
	float: left;
	max-width: 200px;
	padding-left: 10px;
	padding-right: 10px;
	height: 100%;
}





/* MENU  */


.Main_DNNMenu_ContainerSub
{
	background-color: #61604B;
	border-right: solid 1px #444444;
	border-bottom: solid 1px #444444;
	border-top: solid 1px white;
	border-left: solid 1px white;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	padding: 1px 1px 1px 1px;
	color: #FFFFFF;
}
.Main_DNNMenu_NodeRoot
{
	cursor: pointer;
	cursor: hand;
	color: white;
	font-size: x-small;
	font-weight: bold;
	font-style: normal;
	background-color: Transparent;
	white-space: nowrap;
	padding: 0px 15px 0px 10px;
	text-transform: uppercase;
}
.Main_DNNMenu_Node td
{
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font-family: Tahoma, Arial, Helvetica;
	background-color: Transparent;
	white-space: nowrap;
	padding: 1px 3px 3px 1px;
	text-align: left;
}
.Main_DNNMenu_NodeHover
{
	background-color: #FFFFFF;
	color: #000000;
}
.Main_DNNMenu_NodeHover td
{
	background-color: #FFFFFF;
	color: #000000;
}
.Main_DNNMenu_Separator
{
	margin-right: 25px;
}

#middle_header_title {
	background-image: url('images/aumc_tv.gif');
	height: 20px;
	background-repeat: no-repeat;
	width: 100%;
}
#banner_bottom_spacer {
	height: 10px;
	width: 100%;
}
#headlines_scroll {
	overflow: auto;
	height: 230px;
}



