body { background-color: #000066; margin: 0; padding:0;}

.siteFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:#CCFFFF;
}
.headerFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight:bold;
	color:#FFCC33;
	font-style:italic;
	text-align:left;
}

.subHeaderFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:bold;
	color:#FFAA77;
	font-style:italic;
}

.copyrightFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:#CCFFFF;
}

.contentPad { padding-left: 30px; padding-top: 5px;}

.links {color: #CCFFFF; text-decoration:none}

br { clear: left; }

/* form elements */
label,input {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
}

label { width: 80px; font-weight:bold}
input {	border: 1px #000 solid;}


.submitButton {
	width: 150px;
	color: #000;
	border: 1px #000 solid;
}

textarea { width: 370px; border: 1px solid #000;}

/* div specific css */
div#caseStudyDetails {border: 1px solid #006;width: 460px; height: 420px; padding: 10px; color:#006;}

.caseStudyTitle { color: #000066; font-size:12pt; }

/*This is the white transparent area the text will be within */
#transbox {background-image:url(../webready/20black.gif); background-repeat:repeat; width: 300px;}

#transbox2 {
	width: 300px;
	margin: 0 50px;
	background-color: #fff;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	opacity: 0.2;
	}

/* '*' means 'every child' basically a wildcard for every child of #transbox */
#transbox * {
	position: relative;
	}

/* Styles the text of the div */
#transbox div {
	padding: 20px;
	font-weight: bold;
	color: #000;
	}


.contactDude {
	float:right; 
	left:30px; 
	top: 48px; 
	_top: 40px;
	position:relative;
}

