@charset "utf-8";
/* CSS Document */
body {
	text-align:center;
}
.content {
	width:600px;
	margin:0 auto;
}
.footer {
	width:600px;
	margin:0 auto;
	font:Georgia, "Times New Roman", Times, serif;
	color:#333;
	font-size:12px;
	text-align:left;
	padding-top:5px;
}
.logo {
	height:100px;
}
.contact {
	width:280px;
	float:left;
}
.contactright {
	
	float:left;
	padding:15px;
	text-align:left;
	width:250px;
	text-align:justify;

}
.contactright p {
	padding:0px 0px 15px 0px;
	margin:0px;

}
.contactright p a {
	color:#FFF;

}
h1 a{
display: block; /* Allows you to change the width and height of the image */
height: 90px;
width: 600px;
text-indent: -2000em; /* Hides the text in the h1 tag */
text-decoration: none; /* Hides the underline of the hyperlink */
z-index: 1000; /* IE Fix*/
background: url(images/logo.png) 0 0 no-repeat; /* The pathway to the image*/
}
/* Contact Form */

label
{
	width: 5em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	text-decoration:none;
	font-weight: normal;
}
.submit input
{
margin-left: 77px;
}
input, select
{
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
color: #000000;
border: 1px solid #cccccc;
height:15px;
padding:5px;
width:168px;

}
input:focus, textarea:focus, select:focus {
border: 1px solid #000000


}
textarea
{
color: #000000;
background: #ffffff;
border: 1px solid #cccccc;
padding:5px;
width:168px;
margin-bottom:0px;

}

input textarea select
{

color: #000000;
background: #ffffff;

}

.press {
	color: #444;
	background-color:#ffffff;
border: 2px solid #dddddd;
height:25px;
width:60px;
padding:5px;
}




fieldset
{

width: 350px
}
legend
{
color: #aaa;
background: #fff;
padding: 2px 6px;
font-size:14px;
} 
.error {
	border: #F00 1px solid;
}
.thanks {
	background:url(images/thankstab.png) no-repeat top left;
	height:50px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background-color:transparent;
	
}