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

/* THIS STYLE SHEET IS FOR THE CONTACT PAGE ONLY */

/* navigation starts here */
.contact a {
	height: 60px;
}
.contact a {
	background:url(../images/contact_right_y.gif) no-repeat right top;
	cursor: default;
}
/* navigation ends here */
#pageLeft {
	padding-bottom:10px;
	padding-bottom:35px;
}
#pageRight {
	font-size: 80%;
	padding-bottom:80px;
	padding-top:75px;
}
#wrapper1 {
	background-image:url(../images/pageShadBlu.gif); 
}
/* contact form starts here */
#contact {
	margin-top:0px;
	margin-left: 50px;
	width: 350px;
}
.contactfield {
	padding-top:5px;
	font-family:"Courier New", monospace;
	font-weight:normal;
	line-height: 220%;
	text-align: left;
	font-size: 100%;
}
.contactfield input {
	display:block;
	width:300px;
	border-top: #a1a1a1 2px solid;
	border-left: #a1a1a1 2px solid;
	border-bottom: #c9caca 2px solid;
	border-right: #c9caca 2px solid;
	height:20px;
}
.contactfield textarea {
	display:block;
	width:300px;
}
input:focus, textarea:focus, select:focus {
	border: 2px solid #4953a2;
}
div.buttons {
	padding-top:5px;
}
.validation-advice {
	font-weight:bold;
	color:#eb4033;
	padding-top:3px;
}
/* contact form ends here */
#pageLeft a{
	color:#ede80e;
}
#pageLeft a:hover{
	color:#ffffff;
}
h1 {
	text-align: center;
	color:#FFFFFF;
	padding: 30px 0px 0px 0px;
	line-height: 150%;
}
h2 {
	font-family:"Courier New", monospace;
	font-weight:normal;
	text-align: center;
	color:#FFFFFF;
	padding: 10px 0px 0px 0px;
	line-height: 150%;
	font-size: 120%;
}
/* wrapper for GoDisc sign-up link */
#go {
	font-family:"Courier New", monospace;
	text-decoration: none;
	text-align: center;
	font-size:400%;
	line-height: 150%;
	background-image:url(../images/GoDiscContact.gif); 
	background-repeat:no-repeat;
	background-position: center;
	padding: 25px;
}
#go a {
	text-decoration: none;
	color:#000000;
}
#go a:hover {
	color:#FFFFFF;
	font-weight:bold;
}
#CDdisc {
	position: absolute;
	background-image:url(../images/GoDisc_no_bttn.gif);
	background-repeat: no-repeat;
	background-position: top right;
	top: 60px;
	left: 960px;
	width:89px;
	height:378px;
}
/* STYLE SHEET ENDS */
