@charset "utf-8";
/* CSS Document */

input {
	display: block;
	width: 165px;
	float: left;
	font-size: 90%;
	margin-bottom: 6px;
}

select {
	display: block;
	width: 169px;
	float: left;
	font-size: 90%;
	margin-bottom: 7px;
	overflow: hidden;
}

label {
	display: block;
	width: 160px;
	float: left;
	line-height: 1.5em;
	text-transform: uppercase;
}

label.radio-label {
	float: none;
	display: inline;
	width: auto;
	line-height: 1em;
	margin-left: 10px;

}

input.radio-input {
	float: none;
	display: inline;
	width: auto;
}

.radio-wrapper {
	display: block;
	width: 215px;
	float: left;
	font-size: 90%;
	margin-bottom: 7px;
}


/*
Error messages from forms
*/
.form-error {
}

/*
Success messages from forms
*/
.form-message {
}


/***
Careers Form 
***/

#employmentText {	
	/*position: absolute;
	top: 0;
	left: 0;*/
	float: left;
	background: #FFF;
	width: 245px; /*std width 474 - padding of 50 = 424px*/
	height: 410px;
	padding: 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box T R B L*/
}

#employmentText h1 {
	padding-top: 60px;	
	padding-bottom: 5px;
}

#employment-form {	
	background: #000;
	float: left;
	color: white;
	width: 443px; /*std width 474 - padding of 50 = 424px*/
	height: 365px;
	padding: 45px 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box T R B L*/
}

#employment-form p.instructions {
	width: 315px;
}

#cv {
	display: inline;
	width: 265px;
	max-width: 265px;
}

#employment-submit {
	font-size: 80%;
	font-weight: bold;
	margin-left: 10px;
	max-width: 57px;
	background: #19a0e2;
	color: #fff;
}

#employment-reset {
	font-size: 80%;
	font-weight: bold;
	margin-left: 10px;
	max-width: 57px;
	background: #fff;
}

#employment-form p {
	clear: both;
}


/***
Contact Form page
***/

#contactText {	
	float: left;
	background: #000;
	width: 245px; /*std width 474 - padding of 50 = 424px*/
	height: 410px;
	padding: 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box T R B L*/
	margin: 0;
}

#contactText h1 {
	padding-top: 40px;	
	/*padding-bottom: 5px;*/
}

#contact-address {
	margin-bottom: 20px;
}

#contact-form {	
	display: block;
	margin: 0;
	background: #000;
	color: white;
	width: 443px; /*std width 474 - padding of 50 = 424px*/
	height: 370px;
	padding: 40px 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box T R B L*/
	float: left;
}

#contact-form p {
	clear: both;
}


#contactmsg {
	display: block;
	float: left;
	width: 323px;
	height: 165px;
}

#contactmsg-label {
	display: block;
	float: none;
}


#contact-submit {
	display: block;
	float: none;
	font-size: 80%;
	font-weight: bold;
	margin-left: 10px;
	max-width: 57px;
	background: #19a0e2;
	color: #fff;
}

#contact-reset {
	display: block;
	float: none;
	font-size: 80%;
	font-weight: bold;
	margin-left: 10px;
	max-width: 57px;
	background: #fff;

}

#contact-buttons {
	font-size: 80%;
	display: block;
	float: left;
	padding-top: 115px;
	margin-left: 10px;
}


/****
Subscribe form
****/
#subscribe #contentImage {
	float: left;
	background: url(../images/content_images/subscribe.jpg) no-repeat;
	width: 285px; 
	height: 410px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box T R B L*/
}

#subscribe-form-wrapper h1 {
	padding-top: 40px;	
	padding-bottom: 5px;
}

#subscribe-form-wrapper {	
	background: #000;
	float: left;
	color: white;
	width: 443px; /*std width 483 - padding = 424px*/
	height: 410px;
	padding: 0px 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box T R B L*/
}



#subscribe-form {
	font-size: 90%;
}

#subscribe-form #form-errors {
	clear: both;
}

#subscribe-form #form-messages {
	clear: both;
}

#gender-label {
	width: 150px;
}


#subscribe-submit {
	display: block;
	float: none;
	font-size: 80%;
	font-weight: bold;
	margin-left: 10px;
	max-width: 57px;
	background: #19a0e2;
	color: #fff;
}

#subscribe-reset {

	display: block;
	float: none;
	font-size: 80%;
	font-weight: bold;
	margin-left: 10px;
	max-width: 57px;
	background: #fff;
}


#subscribe-input-wrapper {
	display: block;
	float: left;
	overflow: auto;
	padding-bottom: 10px;
}

#subscribe-input-wrapper input{
	margin: 0 0 12px 0;
}

#subscribe-input-wrapper input.radio-input{
	margin: 0;
}

#subscribe-input-wrapper select{
	margin: 0 0 12px 0;
}

#subscribe-buttons {
	font-size: 80%;
	display: block;
	float: left;
	padding-top: 143px;
	margin-left: 10px;
}

#subscribe-form p {
	clear: both;
	padding: 0;
	margin: 0;
}

