* {
	padding: 0;
	margin: 0;
	border: 0;
}

*:focus {
	outline: none;
	-moz-outline: none;
}

body {
	background-color: #FFF;
	background-image: url("/images/site-background.png");
	background-position: right bottom;
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-family: arial;
	color: #000;
	font-size: 12px;
	height:100%;
}

a {
	color:#999;
	text-decoration:none;
}

a:visited {
	color:#999;
}

a:hover {
	color:#ea188d;
}

html {
	height:100%;
}

h1 {
	color:#fb0189;
	font-family: arial;
	font-size: 13px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:3px;
}

#header {
	overflow:auto;
	width:900px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
	background-image: url("/images/header.png");
	background-position: center center;
	background-repeat: no-repeat;
}

#nav {
	width:650px;
	height:28px;
	margin-top:144px;
	margin-left:auto;
	margin-right:auto;
	background-image: url("/images/nav-background.png");
	background-repeat: repeat-x;
}

#subNav {
	width:650px;
	margin-left:auto;
	margin-right:auto;
	padding-left: 10px;
	padding-right: 10px;
}

#subNav ul {
	float:left;
	list-style:none;
}

#subNav li {
	height:28px;
	float:left;
	padding:0px;
}

#subNav li + li {
	padding-left:20px;
	background-image: url("/images/nav-sep.png");
	background-position: left center;
	background-repeat: no-repeat;
}

#subNav li a {
	font-family: arial;
	font-weight:bold;
	font-size:13px;
	text-transform:uppercase;
	height:28px;
	line-height:28px;
	float:left;
	display:block;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	color:#FFF;
}

#subNav li a:hover {
	color:#333;
}

#subNav #current {
	color:#333;
}
	
#subNav li #current a:hover {
	color:#333;
}

#main {
	width:630px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-10px;
}

#footer {
	width:585px;
	min-height:38px;
	margin-left:auto;
	margin-right:auto;
	margin-top:250px;
	padding-left:45px;
	background-image: url("/images/footer-logo.png");
	background-position: left top;
	background-repeat: no-repeat;
	font-size:9px;
	line-height:10px;
	color:#333;
	text-transform:uppercase;
}

form {
	overflow:auto;
}

form ul {
	width:260px;
	overflow:auto;
	float:left;
}

form ul li {
	display:block;
	overflow:auto;
}

form ul li + li {
	margin-top:5px;
}

form ul + ul {
	margin-left:60px;
}

form ul li label {
	float:left;
	display:block;
	width:100px;
	height:24px;
	line-height:24px;
	text-transform:uppercase;
	color:#333;
	font-weight:bold;
}

form ul li input[type="text"] {
	float:left;
	width:148px;
	height:14px;
	border:1px solid #666;
	color:#333;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:5px;
	padding-right:5px;
	font-family: arial !important;
	font-size: 12px !important;
	letter-spacing:normal !important;
	font-weight:normal !important;
}

form ul li textarea {
	float:left;
	width:148px;
	height:70px;
	border:1px solid #666;
	color:#333;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:5px;
	padding-right:5px;
	resize: none;
	font-family: arial !important;
	font-size: 12px !important;
	letter-spacing:normal !important;
	font-weight:normal !important;
}

form ul li .inputNoEdit {
	float:left;
	width:148px;
	color:#333;
	line-height:24px;
	overflow:hidden;
	font-style:italic;
	font-weight:bold;
	font-family:Courier New, monospace;
}

form ul li select {
	float:left;
	width:160px;
	margin-top:0px;
	border:1px solid #666;
	height:24px;
	line-height:24px;
}

#contactFormSubmit, #contactFormSubmitButton {
	float:right;
}

p + form, p + div.divided {
	margin-top:10px;
}

.submitLink {
	display:none;
}

.divided {
	overflow:auto;
	clear:both;
}

div.divided + div.divided, div.divided + div.comments {
	margin-top:10px;
	padding-top:10px;
	border-top:1px dotted #666;
}

p + p, p + ul, ul + p {
	margin-top:10px;
}

.error {
	font-weight:bold;
	font-style:italic;
	color:red;
}

.success {
	font-weight:bold;
	font-style:italic;
	color:green;
}

#contactInfoAim {
	line-height:26px;
	background-image: url("/images/aim.gif");
	background-position: left middle;
	background-repeat: no-repeat;
}

#contactInfoAim a {
	padding-left:20px;
}

#contactInfoTwitter {
	line-height:26px;
	background-image: url("/images/twitter.gif");
	background-position: left middle;
	background-repeat: no-repeat;
}

#contactInfoTwitter a {
	padding-left:20px;
}

#contactInfoSkype {
	line-height:26px;
	background-image: url("/images/skype.gif");
	background-position: left middle;
	background-repeat: no-repeat;
}

#contactInfoSkype a {
	padding-left:20px;
}

#contactInfoEmail {
	line-height:26px;
	background-image: url("/images/email.gif");
	background-position: left middle;
	background-repeat: no-repeat;
}

#contactInfoEmail a {
	padding-left:20px;
}