@charset "UTF-8";


/** CSS Reset **/
html,body,div,span,object,h1,h2,h3,h4,h5,h6,p,a,img,em,strong,ol,ul,li,form,fieldset,legend,label,table,thead,tbody,tfoot,th,tr,td,caption { margin:0; padding:0; border:none; outline:0; vertical-align:baseline; background:transparent; }
ol,ul { list-style:none; }
:focus { outline:0; }
table { border-collapse:collapse; border-spacing:0; }



body { font-size:62.5%; font-family:Arial, Helvetica, sans-serif; background:; }
h1, h2, h3, h4, h5, h6 { }
h1 { }
h2 { color:#666; font-size:1.6em; margin:40px 0 15px; text-transform:uppercase; }
h3 { }
h4 { }
h5 { }
h6 { }
p, span, li { font-size:1.4em; }
a { }
a:link { }
a:visited { }
a:hover { }
a:active { }

#wrapper { width:800px; margin:auto; margin-top:100px; }
#header { }
#nav { }
#nav li { }
#content { }
#footer { }

#placeholder { width:800px; height:500px; position:relative; background:url('../images/hh.gif') no-repeat; }
#contactme { width:280px; position:absolute; top:400px; left:25px; }

#form { width:500px; margin:0 0 100px 100px; }

form label { display:block; font-size:1.3em; line-height:1.4em; color:#666; margin:10px 0 1px; }
form input, textarea { font-family:Georgia, "Times New Roman", Times, serif; font-size:1.4em; height:1.4em; padding:5px; color:#88A6A8; border:solid 1px #aaa; }
form label.error { color:#ddde7c; margin:3px 0 0; }
form input.error, textarea.error { border:solid 1px #aaa; }
form .break { margin-top:30px; }
img.form { display:block; }

#contactform label { width:250px; }
#contactform input { width:250px; }
#contactform textarea { width:250px; height:100px; padding:5px; }
#contactform input.submit, #websurvey input.submit { font-family:Arial, Helvetica, sans-serif; width:auto; height:auto; margin:20px 0 10px; padding:5px 10px; color:#666; background:#fff; border:solid 1px #aaa; cursor:pointer; }
form div.center { text-align:center; }

#websurvey label { width:500px; }
#websurvey input { width:250px; }
#websurvey textarea { width:500px; height:50px; padding:5px; }
#websurvey input.wide { width:500px; }
#websurvey p { color:#666; font-size:1.2em; margin-top:40px; }


