@charset "UTF-8";

/* form submit errors */
#errors {
color:#fadc00;
/*font-weight:bold;*/
padding-bottom:10px
}

.oneColFixCtr #container {
	width: 830px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 55px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.gray_sanserif {
	color: #9d9fa2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
	width: 300px;
	margin-left: 10px;
}

.gray_sanserif2 {
	color: #9d9fa2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 300px;
	margin-left: 3px;
}



.recruiting {
	padding-top: 25px;
}
.oxygen_design_agency {
	background-position: bottom;
	visibility: inherit;
	margin-top: 275px;
}
.logo {
}

.oneColFixCtr #left_column {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	height: 475px;
}
.go_button {
	padding-left: 20px;
}

.oneColFixCtr #right_column {
	width: 500px;
	height: 600px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 305px;
}
#white_background {
	background-color: #FFFFFF;
}
#yellow_background {
	background-color: #fadc00;
}
.campaign_for {
	padding-top: 10px;
}

#pad_it {
	padding-top: 20px;
}

.a {
    display: block;
	width:19px;
	height:19px;
} /* very important! You have to use this class to make the a href tag clickable even when you don't have text in it */

A:link {
color:#9d9fa2
}

A:hover {
color: #FF0066
}

A:visited {
color:#9d9fa2
}

A:active {
color:#9d9fa2
}


.illustration  {
	height: 375px;
	width: 430px;
	z-index: -2;
	position: relative;
	background-image: url(images/campaign/illustration.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 285px;
}

/* styles for table form */

input {border:1px solid #fadc00;
font-family:Arial, Helvetica, sans-serif;
color:#999999;
font-size:10pt;}

tr.break {padding:30px;}

.radio-header {font-family:Arial, Helvetica, sans-serif; font-size:11pt;
color:#999999;
font-weight:bold; 
}

td {font-family:Arial, Helvetica, sans-serif;
color:#999;
font-size:11pt;
}
table tr .break {padding-bottom: 20px;}
table tr .break2 {
	padding-top:10px;
	padding-bottom:10px;
	clear: both;
}

.button {border:none;
background-color:#fadc00;
color:#fff;
text-transform:uppercase;
font-size:10pt;}

.oneColFixCtr #right_column2 {
	width: 506px;
	height: 400px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 305px;
}
.oneColFixCtr #left_column2 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	height: 200px;
}
.gray_sanserif3 {
	color: #9d9fa2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}



/* old code for button rollovers that may be reactivated???

.radial {
	display:block;
	background-image: url(images/campaign/radial_button_off.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:19px;
	width:19px;
	margin-right: 5px;
	float: left;
	background-color:#00CCCC;
	}


.radial_on {
	display:block;
	background-image: url(images/campaign/radial_button_on.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:19px;
	width:19px;
	margin-right: 5px;
	float: left;
	}


.radial a:link {
	display:block;
	background-image: url(images/campaign/radial_button_off.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:19px;
	width: 19px;
	}


.radial a:hover {
	display:block;
	background-image: url(images/campaign/radial_button_on.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:19px;
	width:19px;
}

*/
