@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
	margin: 0px;
	text-align: center;
	height: 100%;
	font-family: calibri, tahoma, verdana, "sans-serif";
	background-color: #888888;
	background-image:url(../images/style_mar_red/background_glow.png);
	background-position:top center;
	background-repeat:no-repeat;
}
#mainColumnUpper {
	background-image:url(../images/style_mar_red/background_upper_layout.png);
	background-repeat:repeat-y;
	background-position: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}
#mainColumnLower {
	background-image:url(../images/style_mar_red/background_bottom_layout.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 188px;
}
#mainColumnCenterTop {
	width: 1124px;
	margin-left: auto;
	margin-right: auto;
}
#mainColumnCenterBottom {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/style_mar_red/column_footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	font-size: .7em;
	color: white;
	display: block;
	clear: left;
	float: left;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 50px;
}
#mainColumnCenterBottom a {
	text-decoration: none;
	color: #666;
}
#mainColumnCenterBottom a:hover {
	color:black;
}
#header {
	background-image:url(../images/style_mar_red/column_header.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
	padding-right: 50px;
	padding-left: 50px;
}
#navbar_top {
	height: 140px;
	text-align:left;
	padding: 10px;
	padding-left: 20px;
	padding-bottom: 0px;
}
#navbar_bottom {
	height: 40px;
	padding: 0px;
	color: white;
	font-size: 1.1em;
	text-align: right;
}
#navbar_links {
	text-align: center;
	padding-top: 2px;
	padding-bottom: 4px;
}
#navbar_links li {
	float: right;
	text-decoration:none;
	list-style:none;
	display: inline-block;
	height: 30px;
	padding: 0 13px 0 0;
	text-align: center;
}
#navbar_links li a {
	color: white;
	text-decoration:none;
	font-weight: bold;
}
#navbar_links li:hover {
	background-image:url(../images/style_mar_red/navbar_glow_2.png);
	background-position:center top;
	background-repeat:no-repeat;
}
#navbar_links li:hover a, #navbar_links li a:hover{
	background-image:url(../images/style_mar_red/navbar_glow_2.png);
	background-position:center top;
	background-repeat:no-repeat;
	color: #CCC;
}

#mainContent {
	width: 1004px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	padding-right: 60px;
	min-height: 600px;
	text-align: left;
	background-image: url(../images/style_mar_red/column_content.png);
	float: left;
}
#mainContent h1 {
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	color: #900;
	display: block;
	border-bottom: 1px solid #000;
}
#panel_left_600
{
	width: 560px;
	display: block;
	float: left;
	clear: both;
	position: relative;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#panel_right_400 {
	width: 360px;
	display: inline-block;
	float: left;
	clear: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 14px;
	text-align:left;
}
#panel_right_400 h2 {
	font-size: 1.1em;
}
#panel_left_600 h2 {
	font-size: 1.1em;
}
#mainContent_slider {
	display: block;
	clear: both;
	float: left;
	width: 1024px;
}
#panel_center_950
{
	width: 900px;
	display: block;
	position: relative;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
}









TABLE.download
{
    text-align: center;
    BORDER: black 1px solid;
    MARGIN-LEFT: 5px;
    MARGIN-RIGHT: 5px;
    background-color: #C0C0C0;
}
TABLE.download TH
{
    PADDING-RIGHT: 4px;
    PADDING-LEFT: 4px;
    BORDER: black 1px solid;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: black;
    color: white;
}
TABLE.download TD
{
    PADDING-RIGHT: 4px;
    PADDING-LEFT: 4px;
    MARGIN-LEFT: 5px;
    BORDER: black 1px solid;
    MARGIN-RIGHT: 5px;
    background-color:#900;
    color: white;
    font-size: 10pt;
}
TABLE.download UL
{
    color: white;
    font-size: 10pt;
}
TR.download_project_header TD
{
    PADDING-RIGHT: 4px;
    PADDING-LEFT: 4px;
    MARGIN-LEFT: 5px;
    BORDER: black 1px solid;
    MARGIN-RIGHT: 5px;
    background-color:#900;
    color: white;
    font-size: 10pt;
}
TABLE.download A:active
{
    COLOR: white;
    TEXT-DECORATION: none;
}
TABLE.download A:link
{
    COLOR: white;
    TEXT-DECORATION: none;
}
TABLE.download A:hover
{
    COLOR: #c0c0c0;
    TEXT-DECORATION: none;
}
TABLE.download A:visited
{
    COLOR: white;
    TEXT-DECORATION: none;
}
.link a{
	color: #900;
	text-decoration: none;	
}
.link a:hover{
	color: #999;
	text-decoration: none;	
}