@charset "UTF-8";
/* CSS Document */

body{
font-family:Arial, Helvetica, sans-serif; 
color: #666666; 
padding:0px; 
margin:0px; 
background:#a8a8a8; 
height:100%; 
font-size:12px;
}


#container{
background-image:url(../images/back.jpg); 
width:808px; 
padding:0px 16px; 
margin:auto; 
}

#header_1{
background:url(../images/header.jpg);
height:113px;
width:806px;
}

#header_2{
background:url(../images/header_image.jpg);
height:127px;
width:805px;
margin-left:1px;
}

#left_column{
width:174px;
float:left;
}
#main{
margin-left:1px;
padding-bottom:30px;
background-image:url(../images/red_footer.jpg);
background-position:left bottom;
background-repeat:no-repeat;
}
#menu{
background:url(../images/menu.jpg);
width:174px;
height:24px;
}

#left_content{
padding-left:15px;
width:157px;
background:url(../images/left_gradient_back.jpg) repeat-x;
float:left;
padding-top:48px;
}

#left_content_right{
float:left;
background:url(../images/right_border.jpg);
height:94px;
width:2px;
}

#magnify {
	background-image: url(../images/magnify_icon.png);
	background-repeat: no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.redvalve.com/rv/templates/red_valve/images/magnify_icon.png', sizingMethod='crop');
	_background: none;
}
#arrows {
	background-image: url(../images/uparrow_icon.png);
	background-repeat: no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.redvalve.com/rv/templates/red_valve/images/uparrow_icon.png', sizingMethod='crop');
	_background: none;
}

#left_content a{
display: block;
height: 23px;
padding-top: 12px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 35px;
font-style: italic;
font-weight: bold;
font-size: 10px;
color: #000000;
}






#right_column{
padding-left:38px;
float:left;
background:url(../images/main_gradient.jpg) repeat-x top;
padding-top:45px;
width:593px;
}

.contentheading{
display:none;
}
/*
#right_column table{
width:593px;
}

#rightcolumn table tr td table{
width:auto;
}
*/


#right_column table tr td table{
border:1px solid #bababa;
border-collapse:collapse;
}

#right_column table tr td table td{
border:0px;
border-right:1px solid #bababa;
border-collapse:collapse;
padding:3px 20px 2px 20px;
width:234px;
}

#right_column table tr td table td a{
text-decoration:none;
color:#595959;
}
#right_column table tr td table td a:hover{
color:#bababa;
}
.gray{
background-color:#eeeeee;
}

.white{
background-color:#ffffff;
}

.clear{
clear:both;
}

.header{
font-size: 18px; 
font-weight: bold; 
color: #b50000; 
text-transform: capitalize; 
margin-top: 0px; 
margin-right: 0px; 
margin-bottom: 20px; 
margin-left: 0px;
}


#copyright{
width:806px;
margin:auto;
text-align:center;
padding-top:25px;
}


