/* CSS Document */
body {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*color: #8a8d93;*/
	color:#333;
	line-height:26px;
	z-index:2;
	}
	
.clear {clear:both;}

#mastwrap {
	 width:900px;
	 margin-top:20px;
	 margin-right:auto;
	 margin-left:100px;
}

	 
#mastheadL {
	  width:350px;
	  margin-right:auto;
	  margin-left:auto;
	  float:left;
	  display:inline
}

#mastheadR {
	padding-top:20px;
	font:Helvetica, Verdana, sans-serif;
	width:400px;
	line-height:1.75em;
	text-align:center;
	color:#993333;
	font-size:1em;
	float:left;
	word-spacing:1.1em;
	
}
#navigation  {
	background-image:url(../images/navbg.gif);
	float:right;
	width:880px;
	height:36px;
	margin-top:30px;
	margin-bottom:20px;
	padding-right:80px;
}

#navigation ul {
    float: right;
    list-style-type: none;
    margin: 5px 110px 10px 0;
}

#navigation li {
    float: left;
	font-weight:bold;
	font-size:.9em;

}

#navigation ul a {
    color: #ddd;
    display: block;
    padding: 0 65px 0 0;
    text-decoration: none;
	
}

#navigation ul a:hover {
    color: #fff;
    display: block;
    padding: 0 65px 0 0;
    text-decoration: none;

}
#banner {
	background-image:url(../images/imgbannerLg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	max-width:900px;
	min-height:226px;
	margin-left:-15%;
}



#wrapper {
	    width:920px;
	    margin-right:auto;
	    margin-left:140px;
	
	
}

<!-- main text area styles  below -->

.copy  {
	 font-family: Helvetica, Geneva, sans-serif;
	 color:#444;
	 width:100%;
}

.small{
    font-size:.8em;
	letter-spacing:1px;

}
.copy h1 {
	margin-bottom:40px;
	font-size:1.1em;
	color:#444;
	letter-spacing:1px;
    font-variant:small-caps;
	font-weight:bold;
}
.copy h2 {
	padding-bottom: 5px;
	font-size:1em;
	letter-spacing:1px;
	
}

#right {
	width:70%;
	float-right;
	font-size:.7em;
	line-height:1.3em;

}

#form {
			margin:auto;
			margin-left:40%;
			width=400px;
		}
		
		form h1 {
			font-size: 10px;
			line-height: 14px;
			text-align: left;
			margin-bottom: 2px;
			}
			
		form h2 {
		    font-size: 16px;
			color:#993333;
			line-height: 20px;
			text-align:left;
			margin-bottom:5px;
		}
			
			
		form dl {
			font-size: 11px;
			line-height: 14px;
			text-align: left;
			margin-bottom: 6px;
			}
			
		form p {
			font-size: 14px;
			line-height: 14px;
			text-align: left;
			margin-bottom: 6px;
			}

#right ul {
	width:800px;
    margin-right:auto;
	margin-left:250px;
}

#left {
	width: 30%;
	float:left;
	height:100%;

}
#left ul {
	margin-top:60px;
	list-style-type:none;

}

#left ul li{

}
	

<!-- end main text styles -->




/* footer styles below */
#foot {

	width: 920px;
	float:left;
	margin-top:20px;
	margin-right:auto;
	margin-left:auto;
	z-index:1;
    }
	
#foot p {
	font-size: .6em;
	word-spacing:.4em;
	letter-spacing:.1em;
}
	
/* end footer styles */


/* copyright SSI styles */
#copyright {
            
			width:920px;
			text-align:left;
			margin-top:-10px;
			margin-right:auto;
			margin-left:auto;
			font-size: .6em;
			letter-spacing:.1em;
			font-variant:small-caps;
			z-index:10;
			}
   

			   
div#copyright a {
				font-size:.9em;
				font-weight: bold;
				color:#40647C;
				text-decoration:none;
				}
					
div#copyright a:hover {font-size:.9em; color:#83b3cf;}
/* end copyright div styles */

/* small screen styles */
/* Large desktop */
@media (min-width: 1200px) { 
    body    {
        padding-left: 50px;
        padding-right: 50px;
      
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1199px) { 
    body    {
        padding-left: 30px;
        padding-right: 30px;
        /*color: purple; */
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
    body    {

        padding-left: 20px;
        padding-right: 20px;
        /*color: blue; */
			#banner {
		background-image:url(../images/imgbanner.jpg);
		min-height:184px;
	}
}

/* Landscape phones and down */
@media (max-width: 480px) { 
    body    {
        padding-left: 5px;
        padding-right: 5px;
		margin:0;
       /* color: red; */ 
    }
	

	#mastheadL {
	  text-align:center;
	  display:block
	  clear:both;
	  width:auto;
}

#mastheadR {
	padding-top:20px;
display:block;
clear:both;
width:auto;
font-size:.5em;
	
}
	#banner {
		background-image:none;
		min-height:0;
	}
	
		#wrapper {
		margin:0;
		padding:0;
		clear:both;
		max-width:480px;
	}
	

   #right {
	    margin:0 0 5px 5px;
		padding:0;
		float:left;
		display:block;
		clear:both;   
	   
   }
   #right .copy p {
	   width:auto;
   }
   
   #right ul  {
	    margin-left:0 ; 
   }

#form {
	   margin-left:0;
	   width:auto;
   }
   
   #left  {
	   width:100%;
	   height:auto;
	   display:block;
	   float:none;
	   clear:both;
   }
   
    #left ul{
	  width:0;
	  height:0;
	  margin:0;
	  padding:0;
	  display:none;

   }
   
   #left ul li{
	  width:0;
	  height:0;
	  margin:0;
	  padding:0;
	  display:none;
   }
   
   #left ul li img{
	display:none;
	width:0;
	height:0;
    margin:0;
	padding:0;
	clear:both;
   }
   
#navigation  {
	background-image:none;
	background-color:#993333;
	float:left;
	width:100%;
	height:36px;
	margin-top:20px;
	margin-bottom:10px;
	display:block;
	clear:both;
}

#navigation ul {
    float: left;
    list-style-type: none;
    margin: 5px 5px 5px 0;
}


#navigation li {
    float: left;
	font-weight:bold;
	font-size:.9em;

}

#navigation ul a {

    display:list-item;
    padding: 0 15px 0 0;
    text-decoration: none;
	
}

#navigation ul a:hover {

    display:list-item;
    padding: 0 15px 0 0;
    text-decoration: none;

}
#form {
			margin-left: 10px;
		}


}
/* end small screen styles */

/*unused styles -- for index-only page below
#wrapperind {
	    width:920px;
	    margin-right:auto;
	    margin-left:140px;
	
}

#wrapperind img {
        width:900px;
	    margin-right:auto;
		margin-left:auto;
}
#mastwrapind {
	 width:900px;
	 margin-top:20px;
	 margin-right:auto;
	 margin-left:auto;
}
.copyind  {
	 font-family:Helvetica, Geneva, sans-serif;
	 margin-right:auto;
	 margin-left:140px;
	 width:100%;
}

.copyind p {
	color:#333;
     font-size:.9em;
	 line-height:1.4em;
	 width:80%;
	 margin-left:10px;
}
<!-- end unused index-only page styles -->
*/