@charset "UTF-8";
body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-color: #CCCCCC;
	padding-top: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0px;
	padding-top: 0px;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413c;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 960px; /* the auto value on the sides, coupled with the width, centers the layout */
	background-color: #FFFBF0;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background-color: #000077;
	border: thin none #FFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 15px;
	margin: 0px;
	background-color: #FFFFFF;
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background-color: #000077;
	color: #FFF;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


</style>
<script src="SpryMenuBar.js" type="text/javascript"></script>
<script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
<script src="SpryValidationTextField.js" type="text/javascript"></script>
<script src="SpryValidationConfirm.js" type="text/javascript"></script>
<script src="SpryValidationTextarea.js" type="text/javascript"></script>
<link href="SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
<style type="text/css">
a:hover {
	color: #000000;
}
a:active {
	color: #FFFF00;
}
body,td,th {
	color: #2b3484;
}
</style>
<link href="SpryValidationTextField.css" rel="stylesheet" type="text/css" />
<link href="SpryValidationConfirm.css" rel="stylesheet" type="text/css" />
<link href="SpryValidationTextarea.css" rel="stylesheet" type="text/css" />
</head>

<body>

<div class="container">
  <div class="header"><img src="images/P3-Logo_2.png" width="125" height="143" alt="P3 Logo" /> end .header 
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="706" height="150" id="FlashID" title="p3 Welcome Banner">
      <param name="movie" value="assetts/Banner_Header.swf" />
      <param name="quality" value="high" />
      <param name="wmode" value="opaque" />
      <param name="swfversion" value="11.0.0.0" />
       This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. 
      <param name="expressinstall" value="Scripts/expressInstall.swf" />
       Next object tag is for non-IE browsers. So hide it from IE using IECC. 
      [if !IE]>
      <object type="application/x-shockwave-flash" data="assetts/Banner_Header.swf" width="706" height="150">
        <![endif]
        <param name="quality" value="high" />
        <param name="wmode" value="opaque" />
        <param name="swfversion" value="11.0.0.0" />
        <param name="expressinstall" value="Scripts/expressInstall.swf" />
         The browser displays the following alternative content for users with Flash Player 6.0 and older. 
        <div>
          <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
          <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
        </div>
        [if !IE]>
      </object>
      <![endif]
    </object>
  </div>
  <div class="content">
  <ul id="MenuBar1" class="MenuBarHorizontal">
  <li><a href="index_new.html">Home</a> </li>
  <li><a href="about.html">About</a> </li>
  <li><a href="services.html">Services</a> </li>
  <li><a href="contact.html">Contact</a> </li>
</ul>
<p>&nbsp;</p>
<hr class="content" />
    <h1> Contact Us! </h1>
    <form id="Contact Form" name="Contact Form" method="post" action="sendresults.php">
      <table width="850" border="0" class="content">
        <tr>
          <td width="100" valign="middle"><div align="right">First Name:</div>            <div align="right"></div></td>
          <td width="332"><label><span id="sprytextfield1">
            <input type="text" name="First Name" id="First Name" />
            <span class="textfieldRequiredMsg">First Name required.</span></span><br />
          </label></td>
        </tr>
        <tr>
          <td width="100" valign="middle"><div align="right">Last Name:</div></td>
          <td><label><span id="sprytextfield3">
            <input type="text" name="Last Name" id="Last Name" />
            <span class="textfieldRequiredMsg">Last Name required.</span></span><br />
          </label></td>
        </tr>
        <tr>
          <td valign="middle"><div align="right">Email Address:</div></td>
          <td><span id="sprytextfield2">
            <label>
              <input type="text" name="Email" id="Email" />
            </label>
          <span class="textfieldRequiredMsg">A valid Email is required.</span></span></td>
        </tr>
        <tr>
          <td valign="middle"><div align="right">Confirm Email:</div></td>
          <td><span id="spryconfirm1">
            <label>
              <input type="text" name="Confirm Email" id="Confirm Email" />
            </label>
          <span class="confirmRequiredMsg">Please confirm your Email.</span><span class="confirmInvalidMsg">The Email you entered doesn't match above.</span></span></td>
        </tr>
        <tr>
          <td valign="top"><div align="right">Message:</div></td>
          <td><span id="sprytextarea1">
            <label>
              <textarea name="Message" id="Message" cols="45" rows="5"></textarea>
</label>
          <span class="textareaRequiredMsg">Please enter your message.</span></span></td>
        </tr>
        <tr>
          <td valign="top">&nbsp;</td>
          <td><input type="submit" name="Submit1" id="Submit1" value="Submit" />
          <input type="reset" name="Reset1" id="Reset1" value="Reset" /></td>
        </tr>
      </table>
      <p>&nbsp;</p>
    </form>
    <p>&nbsp;</p>
    <h3>Want more information?</h3>
    <p>Simply click <a href="services.html" title="See our List of Services" target="_self">here</a> for a list of our <a href="services.html" title="See our List of Services" target="_self">services</a> or <a href="contact.html" title="Contact Us" target="_self">contact</a> us for more information today! </p>
    <p>&nbsp;</p>
   end .content </div>
  <div class="footer">
    <h5>Copyright 2012 p3 Media Productions </h5>
     end .footer </div>
   end .container </div>
<script type="text/javascript">
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"./SpryMenuBarDownHover.gif", imgRight:"./SpryMenuBarRightHover.gif"});
swfobject.registerObject("FlashID");
var sprytextfield2 = new Spry.Widget.ValidationTextField("sprytextfield2");
var spryconfirm1 = new Spry.Widget.ValidationConfirm("spryconfirm1", "Email");
var sprytextfield1 = new Spry.Widget.ValidationTextField("sprytextfield1", "none");
var sprytextfield3 = new Spry.Widget.ValidationTextField("sprytextfield3");
var sprytextarea1 = new Spry.Widget.ValidationTextarea("sprytextarea1");
</script>
</body>
</html>
.Welcome_Banner {
	height: 150px;
	width: 775px;
	overflow: auto;
}
