/*--------------------------------------------------------------------------------
Selected Tab
--------------------------------------------------------------------------------*/
#link-07 a:link,
#link-07 a:visited,
#link-07 a:hover,
#link-07 a:active{
	background-color: #99CCFF;
	color: #27458E;
	text-decoration: none;
}

/*--------------------------------------------------------------------------------
Changes to existing tags
--------------------------------------------------------------------------------*/
#unique-content-text h3{
	margin-bottom: 1.5em;
}
#unique-content-text{
	font-size: 26px;
}
#unique-content-text p{
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
}

/*--------------------------------------------------------------------------------
Content
--------------------------------------------------------------------------------*/
form{
	margin: 0;
	padding: 0;
}
form ul{
	list-style-type: none;
	margin: 0 0 0 3em;
	width: 495px;
}
form li{
	float: left;
}
.label{
	width: 160px;
	text-align: right;
	padding: 3px 1em 10px 0;
}
.field,
.submit{
	width: 310px;
	padding: 0 0 10px 0;
}
.field input,
.field select,
.field textarea{
	width: 300px;
}
.phone1{
	padding: 3px .5em 10px 0;
}
.phone2,
.phone4,
.phone6{
	padding: 0 0 10px 0;
}
.phone3,
.phone5{
	padding: 3px .5em 10px .5em;
}
.phone2 input,
.phone4 input{
	width: 50px;
}
.phone6 input{
	width: 80px;
}
.submit{
	text-align: center;
}
.submit input{
	width: 150px;
}
