@charset "utf-8";
/* CSS Document */
#rightContent {
	float:right;
	width:480px;
	background:#D5DEE7;
	padding:10px;
	text-align:left;}
	
#contactInfoLeft {
	float:left;
	width:175px;}

#contactInfoLeft h2 {
	margin:0px;
	padding:0px;}
	
#contactInfoRight {
	float:left;
	width:225px;
	text-align:left;
	list-style:none;
	padding-top:5px;}
	
#contactInfoRight p {
	margin:0px;
	padding:0px;}

fieldset {
	float:right;
	width:480px;
	margin:0 0 10px;
	padding:0;
	overflow:hidden;
	border:none;
	text-align:left;
	border-top:5px solid #1939A0;}

fieldset h2 {
	font-size:1em;
	padding:10px;
	margin:0px;}
	
fieldset p {
	font-size:.9em;
	padding:0 0 10px 10px;
	margin:0px;}

/*Adjust the space between the fields*/
label, label span {
	padding:3px;}
	
/*Aligns the field labels so they are in a column flush right to the fileds*/
label span {
	float: left;
	width: 125px;
	text-align: right;
	font-size: .9em;
	padding-right:10px;}

/*Aligns the fields in a column so they are flush left with the labels*/
label {
	float: left;
	width: 480px;}
	
fieldset input:hover, select:hover {
	border-color: #000;
	background-color:#FFFFCC;}
	
fieldset input:active, input:focus {
	border-color: #900;}

form div {
	clear:both;
	margin-bottom:0px;
	padding:0px;
	text-align:center;
	height:50px;
	padding-left:25px;}

form div.button input {
	color:#fff;
	border:2px double #000;
	border-top-color:#999;
	margin-top:10px;
	background:#1939A0;}
	
form div input:hover {
	background-color:#C54C4A;}
	
.required {
	color:red;}

.clear {
	clear:both;}

#firstFieldset {
	margin-top:10px;}
	
a.email {
	color:#000;}

a:hover.email {
	color:#000;
	font-weight:bold;}
