/*** Contact Us ***/
#layout {
    padding: 0;
}

#feedback h2{
margin-top:0px;
}

#feedback p{
margin: 0.2em 0.2em 1em 0.2em;
}
#feedback ul li, #feedback ol li {
    margin: 0;
}
#feedback .errors {
	color: red;
	padding: 5px 0 5px 0;
	clear: both;
	float: left;
	list-style: none;
}

#feedback .required:after {
	content: '*';
	padding-left: 3px;
	color: red;
	text-align: right;
}

#feedback textarea {
	width:278px;
}
#feedback .contact-top{
	background: url("/images/about/contact/box-top.jpg") no-repeat scroll 0 0
		transparent;
 	height: 28px;
    padding-top: 10px;
    width: 680px;

}

#feedback .form {
	background: url("/images/about/contact/box-mid.jpg") repeat-y scroll 0 0
				transparent;
	width: 680px;
	padding: 10px 0 0 15px;
	overflow: auto;
}

#feedback .required-info {
	background: url("/images/about/contact/box-mid.jpg") repeat-y scroll 0 0
				transparent;
	color: #6F6F6F;
	padding-left:15px;
	
}
#feedback .contact-bottom{
	background: url("/images/about/contact/box-bottom.jpg") no-repeat scroll 0 0
		transparent;
	width: 680px;
	height: 50px;
	clear:both;
}
#feedback .contact-top-heading{
	color: #003989;
    font-size: 1.3em;
    font-weight: bold;
    padding: 15px;
}
#feedback form dl dt label {
    font-size:1.1em ;
}
#feedback .form dt {
    clear: both;
    float: left;
    padding: 5px;
    text-align: left;
    width: 200px;
}
#feedback .form dd {
    float: left;
    width: 400px;
}
#feedback .form textarea{
	width:278px;
}
.contacts-heading{
	font-size:1.1em;
	color: #003989;
	padding:3px;
	font-weight:bold;
	
}

#location {
    position: relative;
    background: url(/images/about/contact/map.gif) no-repeat top left;
    width: 670px;
    height: 300px;
    color: #FFF;
    clear:both;
}

#location h2 {
    display: none;
}

#address {
    position: absolute;
    top: 70px;
    left: 465px;
    font-size: .9em;
}

#address .organization-name {
    font-size: 1.2em;
    font-style: italic;
    font-weight: bold;
}

#contact-numbers {
    position: absolute;
    top: 220px;
    left: 465px;
    font-size: 1.1em;
}

#contacts {
	padding-top: 1px;
}

#feedback {
	float: left;
	padding-right: 1em;
	margin-right: 1em;
}

#company-registration {
	clear: both;
	margin-top: 2em;
}

#company-registration p {
	
}

/*** Contact Us Form ***/
#type-element label {
    display: inline-block;
    padding: .3em 0;
}

#type-element input {
    margin: 3px 6px 3px 3px;
    line-height: 1;
    float: left;
    display: block;
}

/*** Media Centre ***/
dl.icons dt,
dl.icons dd {
    padding-left: 25px;
}

dt.pdf {
    background: url(/images/global/icons/sets/famfamfam/page_white_acrobat.png) no-repeat 0 50%;
}

dt.eps {
    background: url(/images/global/icons/sets/famfamfam/page_white_vector.png) no-repeat 0 50%;
}

p.disclaimer {
    font-size: .9em;
    background: #EEE;
    border: 1px solid #DDD;
    padding: 1em;
}

p.acrobat {
    margin: 2em 0;
}

p.acrobat a.button {
    display: block;
    float: left;
    margin: -.5em 1em 0 0;
}


/**** Staff Profiles *****/

dl.staff-teams dt {
    font-size: 1.5em;
    margin: 2em 0 .5em 0; 
}

.staff-profile-name {
    margin: 0;
    line-height: 1.3;
}

.staff-profile-job-title {
    color: #999;
    margin: 0;
    line-height: 1.3;
}

#staff-profile {
    margin-left: 235px;
}

#staff-profile-picture {
    border: 1px solid #DDD;
    background: #F3F3F3;
    padding: 10px;
    width: 200px;
    float: left;
    margin: 0 1em 1em 0;
}

/**** Staff Profiles ****/

ul.staff {
    width: 55em;
}

ul.staff li {
    float: left;
    list-style: none;
    margin: 5px;
    text-align: center;
}


