@charset "utf-8";
/* CSS Document */
/* Eric Meyer Reset */
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,
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-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
/* Main Structure */

body {
margin: auto;
background: url(images/wire1000X1000_2.gif) repeat fixed center top;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 1em;

}


#wrapper {
width: 958px;
height: 600px;
margin: auto;
margin-top: 200px;
margin-right: 180px;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
box-shadow: 1px 1px 6px 2px #E1EADE;
}
#content {
min-height: 600px;
box-shadow: 3px 3px 3px 3px;
-moz-border-radius: 40px;
-webkit-border-radius: 40px;
border-radius: 40px;
-moz-box-shadow: 2px 2px 2px 2px;
-webkit-box-shadow: 2px 2px 2px 2px;
box-shadow: 2px 2px 2px 2px #E1EADE;
}
#leftcontent {
float: left;
width: 548px;
height: 600px;
margin-right: 0px;
background: url(images/gradient3.jpg);
border-bottom-left-radius: 15px 0px 0px 15px;
border-top-left-radius: 15px 0px 0px 15px;
-webkit-border-radius: 15px 0px 0px 15px;
}
#rightcontent {
float: right;
width: 410px;
height: 600px;
background-color: #E28522;
border-bottom-right-radius: 0px 15px 15px 0px;
border-top-right-radius: 0px 15px 15px 0px;
-webkit-border-radius: 0px 15px 15px 0px;
}
#bee {
width: 189px;
height: 146px;
background: url(images/highlightbee.png);
float: left;
clear: right;
margin-left: 8px;
margin-top: 45px;
}
#buzztext {
width: 449px;
height: 264px;
background: url(images/logoisbuzzing.png);
margin-top: 175px;
margin-left: 80px;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 1em;
}
#comb {
width: 282px;
height: 133px;
background: url(images/comb.png);
float: right;
clear: left;
margin-top: 13px;
margin-right: 60px;
}
#jointext {
width: 149px;
height: 58px;
background: url(images/jointext.png);
float: right;
clear: left;
margin-top: 35px;
margin-bottom: 40px;
margin-right: 135px;
}
#form {
font-family: "Palatino Linotype","Book Antiqua",Palatino,serif;
font-size: 1em;
line-height: 1.3em;
color: #000;
float: right;
clear: left;
margin-right: 90px;
margin-bottom: 80px;
}
input {
border: thin inset #e28522;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 14px;
color: #231F20;
height: 25px;
background-color: #D9AF43;
margin-right: 15px;
margin-bottom: 5px;
}
.submit {
margin-top: 210px;
left: 160px;
height: 80px;
width: 150px;
font-size: 1.5em;
cursor: pointer;
}
#footer, #push {
position: absolute;
width: 958px;
height: 0px; /* .push must be the same height as .footer */
margin-top: -116px;
background-color: #E28522;
}
#footer p {
position: absolute;
color:#FFF;
font-size:9px;
text-align: center;
vertical-align:text-bottom;
margin-left: 410px;
margin-top: 700px;
font-family: Arial, Helvetica, sans-serif;
} 