/* CSS Document for martin*/
body {
	background-color: #ffffff;
	color:#5c5c5c;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}


.outer-wrapper {
	width:1024px;
	height:auto;
	background-color:#f9f6f1;

}

.header{
width:1024px;
float: left;
}

.content_wrapper{
 width:100%px;
 float:left;
}

.left_nav{
background:#95010d;
width:auto;
width:206px;
height:auto;
float:left;
}


.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 206px; /* Width of Menu Items */s
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
padding-left:2px;
position: absolute;
width: 206px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-indent: 40px;
text-decoration: none;
background: #95010d;
padding: 2px 5px;
/*border: 1px solid #95010d;*/
border-bottom:1px dotted  #FFFFFF;
}

.suckerdiv ul li a:visited{
color: white;
}

.suckerdiv ul li a:hover{
background-color: #eea80a;
}

.suckerdiv .subfolderstyle{
background: url(images_/arrowlist.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */


/***********************************************************************************/
.logo_container{
background:#95010d;
float:left;
height:auto;
height:600PX;
width:auto;
width:206px;
}

.logo_img{
margin-top:430px;
height:auto;
width:auto;
width:174px;
float:left;
}

.table_content{
padding-left: 20px;



}

.content{
margin-top: 10px;
background:#fff;
float:left;
width:auto;
width:690px;
height:auto;
margin-bottom:30px;
}

.main_title
{
width:auto;
height:auto;
padding-right:20px;
float:left;
border-bottom:1px dotted #CCCCCC;
color:#95010d;
}



.title{
width:auto;
height:auto;
padding-right:20px;
float:left;
border-bottom:1px dotted #CCCCCC;
color:#95010d;
font-weight:bold;
font-size:16px;
}


.sub_title{
width:auto;
height:auto;
padding-right:20px;
float:left;
border-bottom:1px dotted #CCCCCC;
color:#95010d;
font-weight:bold;
font-size:16px;
}


.img{
margin-top:10px;
margin-bottom: 5px;
}

.txt{
width:200px;
height:auto;
margin-left:30px;
padding-right:20px;
font:arial;
font-size:12px;
float:left;
}

.footer{
background:url(images_/footer_03.jpg);
background-repeat:repeat-x;
height:auto;
height:64px;
width:auto;
width:1024px;
float:left;
}

.footer_links{
	color: #95010D;
	font-weight:normal;
}
a:active {
	color: #95010D;
	text-decoration: none;
}
a:link {
	color: #F3B503;
	text-decoration: none;
}
a:visited {
	color: #F5CC56;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration:none
}

.mlink{
	background-color: #ffffff;
	color: #C31202;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link{
color: #Black;
}

a:active{
color: #black;
}

a:visited{
color: #black;
}

a:hover{
color: #black;
}