/* SpryFormValidation.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */


/* These are the classes applied on the error messages
 * which prevent them from being displayed by default.
 */ 
.textfieldRequiredMsg, 
.textfieldInvalidFormatMsg, 
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
	display: none;
}

/* These selectors change the way messages look when the widget is in one of the error states.
 * These classes set a default red border and color for the error text.
 * The state class (e.g. .textfieldRequiredState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	display: inline;
	color: #666666;
}



/* The next three group selectors control the way the core element (INPUT) looks like when the widget is in one of the states: * focus, required / invalid / minValue / maxValue / minChars / maxChars , valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the INPUT
 * - the widget id is placed on the INPUT element itself (there are no error messages)
 */
 
 /* When the widget is in the valid state the INPUT has a green background applied on it. */
.textfieldValidState input, input.textfieldValidState {
	background-color: #FFFFFF;
}

/* When the widget is in an invalid state the INPUT has a red background applied on it. */
input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinValueState, .textfieldMinValueState input, 
input.textfieldMaxValueState, .textfieldMaxValueState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	background-color: #FFFFFF;
}

/* When the widget has received focus, the INPUT has a yellow background applied on it. */
.textfieldFocusState input, input.textfieldFocusState {
	background-color: #FFFFFF;
}

/* This class applies only for a short period of time and changes the way the text in the textbox looks like.
 * It applies only when the widget has character masking enabled and the user tries to type in an invalid character.
 */
.textfieldFlashText input, input.textfieldFlashText{
	color: red !important;
}
.share {
	float: right;
	margin-top: 3px;
}
#contact #form1 table tr td {
	font-size: 140%;
	color: #999;
}
#contact #form1 table {
	font-size: 14px;
	font-weight: bold;
}
#infoDiv {

}
#mainImg {
	display: inline;
	float: left;
}


/* SpryFormValidation.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */



/* These are the classes applied on the error messages
 * which prevent them from being displayed by default.
 */ 
.textareaRequiredMsg,
.textareaMinCharsMsg,
.textareaMaxCharsMsg,
.textareaValidMsg {
	display:none;
}

/* These selectors change the way messages look when the widget is in one of the error states.
 * These classes set a default red border and color for the error text.
 * The state class (e.g. .textareaRequiredState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.textareaRequiredState .textareaRequiredMsg,
.textareaMinCharsState .textareaMinCharsMsg,
.textareaMaxCharsState .textareaMaxCharsMsg
{
	display: inline;
	color: #666666;
}

/* The next three group selectors control the way the core element (TEXTAREA) looks like when the widget is in one of the states: * focus, required / minChars / maxChars , valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the TEXTAREA
 * - the widget id is placed on the TEXTAREA element itself (there are no error messages)
 */
 
 /* When the widget is in the valid state the TEXTAREA has a green background applied on it. */
.textareaValidState textarea, textarea.textareaValidState {
	background-color:#666666;
}

/* When the widget is in an invalid state the TEXTAREA has a red background applied on it. */
textarea.textareaRequiredState, .textareaRequiredState textarea, 
textarea.textareaMinCharsState, .textareaMinCharsState textarea, 
textarea.textareaMaxCharsState, .textareaMaxCharsState textarea {
	background-color:#FFFFFF;
}

/* When the widget has received focus, the TEXTAREA has a yellow background applied on it. */
.textareaFocusState textarea, textarea.textareaFocusState {
	background-color:#FFFFFF;
}

/* This class applies only for a short period of time and changes the way the text in the textarea looks like.
 * It applies only when the widget has enforce max chars enabled and the user tries to type some more.
 */
.textareaFlashState textarea, textarea.textareaFlashState{
	color:red !important;
}


#html{
	height: 100%;
	width: 100%;
	}

body {
	background-attachment: scroll;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat;
	background-position: left top;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
img {
	display: block;
	float: left;
}

.footer {
	background-attachment: scroll;
	background-image: url(images/nav.png);
	background-repeat: repeat-y;
	background-position: left top;
	display: block;
	height: 37px;
	width: 3200px;
	position: absolute;
	left: 0;
	visibility: visible;
	z-index: 100;
	top: 685px;
	background-color: #F1AE3A;
	}
.footerBar {
	width: 3200px;
	height: 37px;
	background-image: url(images/nav.png);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 0px;
}

.middle {
	height: 100%;
	width: 100%;
	overflow: visible;
	position: absolute;
	top: 0px;
	left: 0px;
}

#bubble10 {
	position: absolute;
	bottom: 537px;
	left: 723px;
}

#mainImg {
	position: absolute;
	left: 0px;
	top: 0px;
}
#bubble14 {
	position: absolute;
	left: 1782px;
	top: -586px;
}
#bubble15 {
	position: absolute;
	left: 2421px;
	top: 3px;
}


#agpest {
	position: absolute;
	left: 1635px;
	top: 380px;
	clear: both;
}
#wcs {
	position: absolute;
	left: 552px;
	top: 15px;
}




.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	text-transform: none;
	color: #333;
	float: left;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	display: block;
	width: 370px;
	padding: 4px;
	float: left;
	margin-left: 400px;
	position: fixed;
	margin-top: 685px;
	z-index: 1000;
	cursor: pointer;
}
.h1class {
	display: block;
	width: 200px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: lighter;
	color: #333;
	padding-left: 30px;
}
.nav2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	display: block;
	width: 300px;
	padding: 4px;
	float: right;
}
#spec {
	position: absolute;
	left: 696px;
	top: 363px;
}
#bubble5 {
	position: absolute;
	left: 1056px;
	top: 137px;
}
#hirsh {
	position: absolute;
	left: 1339px;
	top: 68px;
}
#bubble4 {
	position: absolute;
	left: 920px;
	top: 145px;
}

#rutgers {
	position: absolute;
	left: 1824px;
	top: 1px;
}
#qrm {
	position: absolute;
	left: 1010px;
	top: 392px;
}
#bubble11 {
	position: absolute;
	left: 896px;
	top: 192px;
}
#bubble3 {
	position: absolute;
	left: 812px;
	bottom: 18px;
}

#bubble2 {
	position: absolute;
	left: 515px;
	top: 389px;
}
#bubble1 {
	position: absolute;
	left: 464px;
	top: 627px;
}
#bubble6 {
	position: absolute;
	left: 1414px;
	top: 394px;
}
#name {
	margin-left: 30px;
}
.nav div    {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	font-size: 17px;
	float: left;
}
#inq {
	word-spacing: .01em;
	float: left;
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	font-style: normal;
	color: #333;
}
#about {
	width: 509px;
	font-size: 12px;
	letter-spacing: .01em;
	float: left;
	position: absolute;
	left: 2261px;
	top: 15px;
	height: 692px;
}
#contact {
	float: right;
	clear: both;
	width: 350px;
	position: absolute;
	height: 500px;
	left: 2802px;
	top: 110px;
}
.fields {
	font-size: 16px;
	border: 1px solid #CCC;
	width: 200px;
}
.message {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
#message {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}



.roundedcornr_box_731453 {
   background: #ffffff;
}
.roundedcornr_top_731453 div {
   background: url(../images/roundedcornr_731453_tl.png) no-repeat top left;
}
.roundedcornr_top_731453 {
   background: url(../images/roundedcornr_731453_tr.png) no-repeat top right;
}
.roundedcornr_bottom_731453 div {
   background: url(../images/roundedcornr_731453_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_731453 {
   background: url(../images/roundedcornr_731453_br.png) no-repeat bottom right;
}

.roundedcornr_top_731453 div, .roundedcornr_top_731453, 
.roundedcornr_bottom_731453 div, .roundedcornr_bottom_731453 {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_731453 { margin: 0 10px; }
.subheading2 {
	font-size: 190%;
	color: #666;
	letter-spacing: 0.2em;
}
