@charset "UTF-8";
/* CSS Document */

body {
	background-color: #CCCCCC;
}
#balloons {
	background-image: url(images2/balloons.png);
	background-repeat: no-repeat;
	height: 254px;
	width: 641px;
	margin-right: auto;
	margin-left: auto;
}
#contactinfo {
	background-image: url(images2/balloons.png);
	background-repeat: no-repeat;
}
#contactForm {
	height: 194px;
	width: 225px;
	/*	margin-right: auto;
	margin-left: auto;*/
	/*clear: both;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000000;
	text-align: left;
	margin-left: 125px;
	float: left;
	margin-top: 260px;
}
#footerContact {
	clear: both;
	height: 145px;
}
#balloonGreen {
	height: 256px;
	width: 351px;
	float: left;
	background-image: url(images2/balloonGreen.png);
	background-repeat: no-repeat;
}
#balloonBlue {
	float: right;
	height: 228px;
	width: 290px;
	background-image: url(images2/balloonBlue.png);
	background-repeat: no-repeat;
}
#contactEmails {
	height: 240px;
	width: 295px;
	float: right;
	margin-top: 228px;
}
#footer {
	clear: both;
	width: 652px;
}
#characterImage {
	background-image: url(images2/iconImages.png);
	background-repeat: no-repeat;
	height: 90px;
	width: 266px;
	margin-left: 105px;
	float: left;
	margin-top: 40px;
}
#facebook {
	height: 70px;
	width: 180px;
	float: right;
	margin-top: 55px;
	margin-right: 90px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.35em;
}
	
.jobtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
}
.aka {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #3399CC;
}
#contactForm input {
	border: 1px solid #88C670;
	margin-bottom: 5px;
}
/*.facebooktext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #006AAD;
	line-height: 1.35em;
}*/
.formbutton{
	cursor:pointer;
	/*border:outset 2px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	padding: 2px 2px;*/
	background-image: url(images2/submitButton.gif);
	border: none;
	background-repeat: no-repeat;
	height: 25px;
	width: 61px;
	/*background-position: left top;*/
}
.email {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #006AAD;
	line-height: 1em;
}
.style1 {
	color: #006AAD
}
.style2 {
	color: #006aad
}
.style3 {color: #89C770
}
a:link {
	text-decoration: none;
	color: #006AAD;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

