     
            /* body{
                margin: 0px;
                text-align:center;
                background-color:#ebe9d7;
                font-family:Arial, Sans-Serif;
                font-size:0.75em;
            }
            .box 
            {
            	margin: 0px auto;
            	width:960px;
            	background-color:#ffffff;
            	text-align:left;
                position: relative;
            }
           .header
            {
            	height:100px;
            }*/
            .header h1
            {
            	margin:0px;
            	padding:30px;
            }
            .menu
            {
            	height:30px;
            	border-top:solid 1px #dccfbb;
            	border-bottom:solid 1px #dccfbb;
            	background-color:#4d3a24;
            }
            .menu div
            {
            	padding:10px 30px;
            }
            .menu a
            {
            	margin:0px 10px;
            	color:#fecd28;
            	text-decoration: none;
            }
            .content
            {
             	padding:10px 30px;
            }
            #contactFormContainer
            {
            	position:static;
            	left:965px;
				top:470px;				
            	float:left;
            }
			#contactFormContainerclick
            {
            	position:absolute;
            	left:960px;
				
            }
            #contactForm
            {
            	height:287px;
            	width:250px;
				/* width:351px; */
				/*background-image:url('bkg.jpg');
				background-image:url(contact/green_center.gif);
				background-repeat:repeat-y;*/
				background-color:#949449;
				display:none;
            }
            #contactForm fieldset
            {
            	padding:30px;
            	border:none;
            }      
            #contactForm label
            {
            	display:block;
            	color:#ffc400;
				font-family:Arial, Sans-Serif;
                font-size:0.75em;
            }      
            #contactForm input[type=text]
            {
            	display:block;
            	border:solid 1px #4d3a24;
            	width:100%;
            	margin-bottom:10px;
            	height:24px;
            }  
            #contactForm textarea
            {
            	display:block;
            	border:solid 1px #4d3a24;
            	width:100%;
            	margin-bottom:10px;
            }  
            #contactForm input[type=submit]
            {
            	background-color:#202d27;				;
            	border:solid 1px #202d27;
            	color:#fecd28;
            	padding:5px;
            }                
            #contactLink
            {
            	height:40px;
            	width:200px;
				/* width:351px;*/
            	/*background-image:url('slidein_button.png');
            	display:block;*/
				
            	cursor:pointer;
            }
            #messageSent
            {
            	color:#000000;
            	display:none;
				font-family:Arial, Sans-Serif;
                font-size:0.75em;
            }
       .padding_new
		{
		padding-left:5px;
		color:#202d27;
		}
		.link44bg
		{
		background-image:url(contact.jpg);
		background-repeat:no-repeat;
		height:47px;
		}
		.link13bg
		{
		background-image:url(contact/link_13_bg.gif);
		background-repeat:no-repeat;
		height:47px;
		}
