
/*****************************************************
* Frontend
*****************************************************/

body {
    background-color: #eeeeee;
}


#wrapper {
	background: #bfd8e7 url(../images/bg-front.gif) repeat-x; 
	padding: 0 0 70px 0;
}

#container_front {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 950px;
/*    background: #fff;*/
}

	#header_front {
	    display: block;
	    height: 120px;
	    padding: 30px 0 0 0;
	    background: url(../images/header-950px.gif) no-repeat;
	}

		#header_front h2 {
	        display: block;
	        height: 75px;
	        text-indent: -7777px;
	        background-repeat: no-repeat;
	        background-position: center top;
	    }

        #header_front h3 {
            color: #777;
            font-size: 12px;
            font-weight: normal;
            line-height: 100%;
			text-align: center;
        }

	div.content_front {
       display: block;
        position: relative;
        padding: 5px 15px 0 15px;
		background: url(../images/bg-content_950px.png) repeat-y;
		zoom: 1;
    }

	div.content_front .column_left {
		text-align: left;
		width: 675px;
		margin-left: 10px;
		float: left;
	}

	div.content_front .column_right {
		text-align: left;
		width: 200px;
		float: right;
		margin-right: 10px;
	}
	
		div.content_front .column_right h3,
		div.content_front .column_right p {
			padding: 0 13px;
		}
		
		div.content_front .column_right h3 {
			margin: 0 0 1em 0;
			font: bold 14px Helvetica, Arial, Verdana, sans-serif;
			color: #555;
		}
	
		div.content_front .column_right p {
			font-size: 11px;
			color: #999;
			line-height: 150%;
			margin: 0 0 1em 0;
		}
	
	div.content_front .column_right_section {
		background: #e9e9e9 url(../images/column-right_top.gif) no-repeat;
		padding: 15px 0 0 0;
		margin: 0 0 20px 0;
	}
	div.content_front .column_right_section.add_blue {
		background: #e2f0f9 url(../images/column-right_top_blue.gif) no-repeat;
	}

	div.content_front .column_right_bottom {
		background: #e9e9e9 url(../images/column-right_bottom.gif) bottom;
		display: block;
		height: 10px;
	}
	div.content_front .column_right_section.add_blue .column_right_bottom {
		background: #e2f0f9 url(../images/column-right_bottom_blue.gif) no-repeat bottom;
	}
	
	#help_nav ul,
	#about_nav ul {
		border-top: solid 1px #d9d9d9;
		margin: 0 10px 5px 10px;
	}
		#help_nav ul li,
		#about_nav ul li {
			position: relative;
			border-bottom: solid 1px #d9d9d9;
			display: block;
			margin: 0;
			padding: 0;
			font-size: 11px;
		}
		#help_nav ul li.odd,
		#about_nav ul li.odd {
			background: #f0f0f0;
		}
		
			#help_nav ul li a,
			#help_nav ul li a:visited,
			#about_nav ul li a,
			#about_nav ul li a:visited {
				display: block;
				padding: .5em;
				border: 0;
			}
			#help_nav ul li.odd a,
			#help_nav ul li.odd a:visited,
			#about_nav ul li.odd a,
			#about_nav ul li.odd a:visited {
				color: #999;
			}
			
			#help_nav ul li a.bug,
			#help_nav ul li a.bug:visited,
			#about_nav ul li a.bug,
			#about_nav ul li a.bug:visited {
				color: #d9004e;
			}
			#help_nav ul li a.bug:hover,
			#about_nav ul li a.bug:hover {
				color: #333;
			}
			
			#help_nav select,
			#about_nav select {
				font: normal 11px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
				color: #999;
				margin: 0 .5em 1em .5em;
				padding: 3px;
				width: 170px;
				border-color: #c3c3c3;
			}

	div.content_end_front {
        display: block;
        height: 75px;
        text-align: right;
    }

	div.content_end_front[class] {
		background: url(../images/bg-content_end_950px.png) no-repeat;
    }


	div.blue_box {
        padding: 20px 20px 0 20px;
        text-align: left;
        background: url(../images/bg-blue_575px.gif) no-repeat;
    }

    div.blue_box_end {
        height: 15px;
        background: url(../images/bg-blue_575px.gif) no-repeat left bottom;
    }

        form .blue_box dl {
            padding: 5px 0 0 0;
            line-height: 100%;
            font-size: 11px;
            color: #000;
			border: none;
			margin: 0;
			background: none;
        }

            form .blue_box dl dt {
                float: left;
                width: 140px;
                padding: 15px 0 0 0;
				margin: 0;
				text-align: left;
				
            }
			form .blue_box dl dd {
                 float: left;
                 position: relative;
                 width: 365px;
                 padding: 0;
				 margin: 0;
             }

			span.virb_url {
                font: bold 21px Helvetica, Arial, Verdana, sans-serif;
                letter-spacing: -1px;
                line-height: 150%;
            }

           .content_end_front span {
               float: left;
               font-size: 11px;
               margin: 25px 0 0 15px;
           }

              
               .content_end_front span a:hover {
                   color: #333;
               }





