@charset "utf-8";
/* CSS Document */

body {
	background-color: #2f4158;
}

a {
	text-decoration: none;
}

.side_menu
{
	position: relative;
	font-family: Arial;
	font-size: 11px;
	top: 10px;
	left: 30px;
	width: 100px;
	line-height:20px;
	font-weight: bold;
	padding-bottom: 120px;
}

.side_menu a
{
	text-decoration: none;
	color: #333333;
}

.side_menu a.current
{
	color:#FF0000;
}

.side_menu a:hover
{
	color: #B73523;
}

.side_menu img
{
	position: relative;
	left: -5px;
	top: 0px;
}

.main_content
{
	font-family: arial;
	font-size: 12px;
	margin-top: 20px;
}

.main_content h3
{
	font-size: 14px;
	font-weight: bold;
}

.main_content img
{
	float: right;
	margin: 10 20 10 10;
}

#maintable
{
	border-width: 1px;
	border-style: outset;
	margin-bottom: 10px;
	background-color: white;
}

#sddm
{	
	margin: 0;
	margin-left: 100px;
	padding: 0;
	z-index: 30;
}

#sddm li
{	
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial;
}

#sddm li a
{	
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;
	background: #B73523;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-style: solid;
	border-width: 1px;
	border-bottom: none;
	border-top: none;
	border-left-color: #333333;
	border-right-color: #CCCCCC;
}

#sddm li a:hover
{	
	background: #EAEBD8;
	color:  #B73523;
}
	
#sddm li.active a
{
	background: #EAEBD8;
	color: #B73523;
	border-left: none;
}

#sddm li.solutions a
{
	background: #339733;
	color: white;
	border-left: none;
}		

#sddm div
{	
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #B73523;
}

	#sddm div a
	{	
		position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #B73523;
		font: 11px arial;
	}

	#sddm div a:hover
	{	
		background:  #B73523;
	    color: white;
	}

td.tdtop
{
	heigh:24px;
	background-color: #B73523;
	color:white;
	text-align: center;
}

td.tdbanner
{
	border: none;
}

td.tdmenu
{
	width: 184px;
}

td.tdcontent
{
	width: 596px;
	margin: 0px 40px 20px 20px;
	padding: 0 20px 20px 0px;
}

td.tdbottom
{
	/* background-color: #2f4158; */
	background-color: #B73523;
	color: white;
	font-size: 11px;
	padding: 10px;
	font-family: arial;
}

td.tdbottom a
{	
	color: white;
}

td.tdname
{
	text-align: center;
	/* color: rgb(228,110,10); */
	color: #B73523;
	font-weight:bold;
	font-size:10px;
}

td.tdbottom a:visited
{	
	color: #f0f0f0;
}

.news_headline
{
	color: rgb(228,110,10);
	font-weight:bold;
}

/* jParallax */
#parallax
{
	position:relative;
	overflow:hidden;
	width:800px; 
	height:120px;
}

img.tl {
	left:0;
	position:absolute;
	top:0;
}

img.tr
{
	right:0;
	position:absolute;
	top:0;
}

img.bl
{
	left:0;
	position:absolute;
	bottom:0;
}

img.br
{
	right:0;
	position:absolute;
	bottom:0;
}

.tablelistings
{
	border-color:#999999;
	margin: 5px;
	border-style:solid;
	border-width: thin;
}

td.tdll
{
	
	text-align: right;
	font-size: 12px;
	margin: 3px;
}

td.tdlr
{ 
	text-align: left; 
	font-size: 12px;
	margin: 3px;
}

td.tdlt {
	text-align: center;
	font-weight: bolder;
	font-size: 14px;
	background-color:#CCCCFF;
}
