/************************************************************************/
/* September, 2009 - Joshua Richey
/************************************************************************/
/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}

/* Basic Styles */
* {	
  margin: 0;
  padding: 0; 
  }
html, body, #container { 
  height: 100%; 
  }
body > #container { 
  height: auto; min-height: 100%; 
  }
body {
  background: transparent url(../images/prc_bg.jpg) repeat;
  }
#content { margin:0 auto;
  padding-bottom:30px;
  padding-top:10px;
  width:740px;
  }


/* Header */
	#header h1 a {
	position: relative;
  	z-index: 1;
  	display: block;
    font-size:10px;
    text-indent: -3000px;
    width: 321px;
    margin: 20px auto;
    height: 145px;
    background: transparent url(../images/prc_web_logo.jpg) center -5px no-repeat;
    text-decoration: none;
    border: none;
  	}
  #header h1 a:hover {
    background: transparent url(../images/prc_web_logo.jpg) center -164px no-repeat;
    cursor:pointer;
    height:145px;
    }

hr {
  }

#topline, #botline { 
position:relative;
  margin: 0 50px;
  border: none;
  height: 5px;
 width: 90%;
  background: url(../images/line.jpg) repeat-x;

  }
#topline{
  top: 118px;   
  }
   
/* Navigation Menu */
#navigation {
  margin:0 auto;
  width:654px;
    position:relative;
  top: 6px;
  }
#navigation ul {
  text-align:center;
   background: transparent url(../images/prc_bg.jpg) repeat; 
   }  
#navigation ul li {
  display:inline;
  }

/* LAYOUT */  
#layout {
  padding: 40px 0 15px 0;
  }

/* HOME PAGE */


#homepics {
  margin: 0px 0 15px 0;
  padding: 0;
  border: 3px double #432506;
  width: 740px;
  height: 300px;
  }

#hp1 {
  margin-right: 79px;
  float: left;
  }
#hp2 {
  float: left;
    margin-right: 79px;
  }  
#hp2 {
  float: left;
  }  
 
 /* LOCATION */
#gmap {
  border:1px solid #432506;
  height:300px;
  margin:0 15px 0 0;
  padding:0;
  width:425px;
  float: left;
  }  

/* CONTACT */

 
/* Footer */ 
#footer { 
  clear: both; 
  position: relative; 
  z-index: 10; 
  height: 3em; 
  margin-top: -3em
  }  
  
 #footer p {  
  
margin: 0 3em 3em 3em;  
  font-size:12px;
  margin:0 auto;
  padding:15px 50px 50px 50px;
  text-align:center;
  
  }
  

  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  