a:link {
	text-decoration:none;
	color:#4243b7;
}

a:visited {
	text-decoration:none;
	color:#4243b7;
}

a:hover {
	color:white;
}

a:active {
	color:white;
}

body {
	background-color:#999caf;
	font-family:verdana, sans-serif;
	font-size:12px;
	margin: 0;
	text-align: center;
}

#wrapper {
	background-image:url(http://www.sperlinginteractive.com/web/secondaryheadweb.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:650px;
	margin-left: auto;
    margin-right: auto;
    width:960px;
    text-align:left;
	position:relative;
}

#nav {
	width:650px;
	position:absolute;
	top:78px;
	left:10px;
	font-size:13px;
}

#nav ul{
        margin: 0; padding: 0;
        float: left;
}
        
#nav ul li{
        display: inline;
        padding: 8px;
}

/* CONTACT FORM */
#contact {
	width:500px;
	position:absolute;
	top:150px;
	left:30px;
	color:white;
}

#contact ul li {
	list-style-type:none;
}

#contact ul {
	margin: 0; padding: 0;
	position:absolute;
    left:0;
}

label {  
display:block;
}

#sidetext {
	position:absolute;
	top:175px;
	left:555px;
	width:375px;
	color:white;
}

#mediaselect {
	width:170px;
	position:relative;
	left:320px;
}

#mediaselect label {
	display:inline;
}

#mediaitems {
	padding-top:5px;
	background-color:#A6A9BA;
	border-style:inset;
	border-width:1px;
	border-color:#9C9FB2;
	height:150px;
	color:#444;
}

.formstyle {
	background-color:#A6A9BA;
	border-color:#9C9FB2;
	border-width:1px;
	width:300px;
	margin-bottom:10px;
}

.fulltext {
	background-color:#A6A9BA;
	border-color:#9C9FB2;
	border-width:1px;
	border-style:inset;
	width:500px;
	height:150px;
}

.submitbutton {
	border-style:solid;
	border-color:#4243b7;
	border-width:1px;
	margin-top:10px;
	background-color:#A6A9BA;
	color:#111;
}

#formmessage {
	position:absolute;
	right:440px;
	top:530px;
	color:#444;
}

#formmessage p{
	padding:0;
	margin:0;
	color:white;
}

fieldset {
	margin-top:25px;
	border:0;
}

.redtext {
	color:red;
}

.bluetext {
	color:#4243b7;
}

#bgdiv {
		position:relative;
		height:500px;
		background-image:url(http://www.sperlinginteractive.com/web/repeatbg.jpg);
		background-repeat:repeat;
		left:0;
		top:150px;
		width:960px;
}

#bottom {
	position:relative;
	top:140px;
	height:10px;
	width:960px;
	background-color:#5F5E6E;
}

.highlight {
	font-size:14;
}

.highlight a:link {
	text-decoration:none;
	color:white;
}

.highlight a:visited {
	text-decoration:none;
	color:white;
}

.highlight a:hover {
	color:blue;
}

.highlight a:active {
	color:blue;
}

#footer {
	margin-top:5px;
	color:#444;
	font-size:10px;
	margin-bottom:10px;
}

#footer p {
	padding:0; margin:0;
}