/* CSS 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, 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; font-family: "Arial Narrow", Arial, Helvetica, Verdana, sans-serif; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

/* Site */

body { 
    background-image: url(../images/page-background.jpg); 
    background-position: top center; 
    background-repeat: no-repeat; 
}

p { 
    font-size: 15px; 
    color: #666; 
    padding-bottom: 25px;
    line-height: 1.25em;
}
h1 { margin: 0; padding: 0; height: 0; }
h1 span { display: none; }
/*
p#required {
    margin-top: -40px;
}
*/
a {
    color: #666;
}

a:hover {
    color: #cc0024;
}

strong {
    color: #cc0024;
}

div#container { 
    z-index: 2;
    position: relative;
    width: 875px; 
    margin: 0 auto; 
    padding-top: 250px;
}

div#column-left { 
    width: 560px; 
    float: left; 
}

div#column-left div.space{ 
    padding: 28px 54px 0 0;
}

div#column-right {
    width: 307px;
    float: left;
    color: #666;
    font-size: 14px;
}

div#column-right p {
    font-size: 14px;
    color: #999;
}

div#header-bar {
	height: 11px;
	background: url(../images/header-bar.gif) repeat-x left top;
}

div#form-top {
    height: 11px;
    width: 307px;
    background-image: url(../images/form-top.gif);
    background-repeat: no-repeat;
}

div#form-middle {
    width: 307px;
    background-image: url(../images/form-middle-white.gif);
    background-repeat: repeat-y;
}

div#form-middle div.wrapper {
    padding: 10px 25px;
}

div#form-bottom {
    height: 13px;
    width: 307px;
    background-image: url(../images/form-bottom.gif);
}

div#contact-info {
    background-image: url(../images/logo-jules.gif);
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 165px;
    margin-top: 25px;
    font-size: 14px;
    height: 300px;
}

div#dots {
    z-index: 1;
    position: absolute;
    top: 655px;
    width: 100%;
    background-image: url(../images/dot-pattern.gif);
    height: 155px;
}

div#logos {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

div#submit-button {
    text-align: right;
    margin-top: 10px;
}

h2#we-partner-with { 
    height: 103px; 
    margin-bottom: 25px;
    background-image: url(../images/h2-we-partner-with.gif); 
    background-repeat: no-repeat; 
}

h2#we-partner-with span {
    display: none;
}

h2#what-does {
    height: 18px; 
    margin-bottom: 25px;
    background-image: url(../images/h2-what-does.gif); 
    background-repeat: no-repeat; 
}

h2#what-does span {
    display: none;
}

h3#look-for-me {
    height: 21px; 
    margin-bottom: 2px;
    background-image: url(../images/h3-look-for-me.gif); 
    background-repeat: no-repeat; 
}

h3#look-for-me span {
    display: none;
}

h3#for-more {
    height: 21px; 
    margin-bottom: 2px;
    background-image: url(../images/h3-for-more.gif); 
    background-repeat: no-repeat; 
}

h3#for-more span {
    display: none;
}

h4#take-a-look {
    height: 15px; 
    background-image: url(../images/h4-take-a-look.gif); 
    background-repeat: no-repeat; 
}

h4#take-a-look span {
    display: none;
}

h4#we-do {
    padding-bottom: 180px;
}

h4#we-do a {
    color: #cc0024;
}

h4#we-do a:hover {
	color: #666; 
}

h4#we-do span {
    display: none;
}

input, select {
    font-size: 14px;
}

div.input-holder {
    background-image: url(../images/text-background.gif);
    background-repeat: no-repeat;
    width: 242px;
    height: 21px;
    margin: 3px 0;
    padding: 5px 10px;
}

input[type=text] {
    width: 90%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

input { border: 0; }

p#footer, p#footer a {
	font-size: 11px;
	font-family: Arial;
	color: #aaa;
}



