/* 
    Document   : clients
    Created on : 20/09/2009, 9:39:42 AM
    Author     : Cam
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#contact_wrapper {
    border-bottom:1px solid #868686;
}

#contact_inner {
    border-bottom:1px solid #222;
    padding:0px 0px 20px 0px;
    color:#efefef;
}

#contact_inner h2 {
    background:url(../images/contact_heading.gif) 0px 5px no-repeat;
    height:80px;
}

#contact_inner h2 span {
    display:none;
}

#contact_right {
    width:560px;
	float:left;
}

#contact_left {
    width:400px;
	float:left;
}

#contact_left .phone {
    background:url(../images/contact_phone_bg.gif) 0px 0px no-repeat;
    height:75px;
    font-size:42px;
    padding:10px 0px 0px 76px;
}

#contact_left .email {
    background:url(../images/contact_email_bg.gif) 0px 3px no-repeat;
    height:50px;
    font-size:24px;
    padding:18px 0px 0px 79px;
}

#contact_left .address_wrapper {
    background:url(../images/contact_address_bg.gif) 0px 0px no-repeat;
    font-size:16px;
    padding:11px 0px 0px 79px;
	line-height:28px;
}

#contact_left .address_wrapper .address {
    font-size:20px;
    padding:5px 0px;
}

#contact_left .email a {
    color:#efefef;
    text-decoration:none;
}

form {
    padding:0px;
    margin:0px;
}

p.form_intro {
    font-style:italic;
    padding:5px 0px 10px 0px;
}

form label {
    display:block;
    padding:0px 0px 5px 0px;
}

form .row {
    padding:5px 0px 10px 0px;
}

form .submit_btn {
    text-align:right;
    padding:10px 30px 0px 10px;
}

form .row input {
    width:520px;
    background-color:#cfcfcf;
    border:none;
    padding:3px;
}

form .row select {
    width:524px;
    background-color:#cfcfcf;
    border:none;
    padding:3px 5px 3px 3px;
}

form .row textarea {
    width:520px;
    background-color:#cfcfcf;
    border:none;
    padding:3px;
}

.map_outer {
    border-bottom:1px solid #868686;
}

#map_wrapper {
    padding:10px 10px;
    border-bottom:1px solid #222;
}

#map_inner {
    padding:5px;
    background-color:#dfdfdf;
	position:relative;
	height:250px;
}

#map_canvas {
    height:250px;
    width:462px;
}

#map_canvas2 {
    height:250px;
    width:462px;
	position:absolute;
	top:5px;
	left:472px;
}
