/* 601MEDIA,LLC */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #464646;
	margin: 0px;
}
a {
	color: #FFFFFF;
}
a:hover {
	color: #CCFF00;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFF00;
}
h1 a {
	color: #FFFFFF;
}
h1 a:hover{
	color: #99FF00;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFF00;
}
h2 a {
	color: #FFFFFF;
}
h2 a:hover{
	color: #99FF00;
}
#wrapper {
	width: 100%;
	text-align: center;
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: 100%;
}
#header {
	width: 933px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/header.jpg);
	height: 450px;
}
#contentWrap {
	width: 933px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/contentBG.jpg);
	background-repeat: repeat-y;
}
#content {
	width: 933px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/content.jpg);
	background-repeat: no-repeat;
}
#pgtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 650px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #205980;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #205980;
}
.pad {
	padding-top:22px;
}
#work {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 50px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	text-align: left;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 933px;
	color: #FFFFFF;
	padding-bottom: 25px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#form td {
	padding-top: 15px;
}
#form {
	text-align: center;
	min-height: 300px;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#form .valid {
	background-color:#D9E1D9;
}
#form .notvalid {
	background-color:#FFFF66;
}
#form .validta {
	background-color:#D9E1D9;
	background-image: url(../images/contactForm.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#form .notvalidta {
	background-color:#eeee65;
	background-image: url(../images/contactFormX.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#form .warning {
	font-weight: normal;
	color: #000000;
	background-color: #EEF2EE;
	padding-top: 8px;
	border: 1px solid #000066;
	padding-bottom: 8px;
	margin-bottom: 22px;
	margin-top: 10px;
}
#form .warning a {
	color: #333300;
	font-weight: normal;
}
#form .item1 {
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	width: 200px;
}
#form .item2 {
	text-align: left;
	width: 485px;
}
#form .item3 {
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	width: 200px;
	height: 100px;
}
#form textarea {
	text-align: left;
}
#form button {
	margin: 22px;
}
