@charset "UTF-8";
html, body, textarea, input { 
	font-size:101%;
	font-size:12px;
	-webkit-text-size-adjust:none;
}
html{
	background-attachment:fixed;
	overflow-y:scroll;
}
html, textarea, input, input[type=submit], button, a.btn, span, div.alert p, header{ 
	font-family:'PT Sans', sans-serif;
}
code, pre{
	font-family:"Courier New", Courier, monospace;
}
body {
	color: #333333;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
#area {
	display: block;
	padding-top: 120px;
	padding-bottom: 120px;
}
#logo { text-align: center; }
#topbar {
	background-color: #000;
	margin: 0px;
	padding: 0px;
}
#topbar ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	height: 32px;
}
#topbar ul li {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	display: block;
	color: #FFF;
	font-size: 32px;
	line-height: 32px;
}
#topbar ul li a {
	display: block;
	line-height: 30px;
	height: 30px;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 14px;
	float: left;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	margin: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	color: #FFF;
	text-decoration: none;
}
#topbar ul li a:hover {
	text-decoration: none;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #06F;
	background-color: #333;
}
#topbar ul .drurl a {
	text-shadow: 0 -1px 1px rgba(0,0,0,0.3) !important;
	font-size: 32px;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 28px;
	font-weight: normal;
}
#topbar ul li .active {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #C00;
}
#box {
	width: 978px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#box fieldset {
	width: 978px;
	float: left;
}
#box input {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #C5C3B7;
	font-size: 1em;
	outline: none;
	height: 32px;
	float: left;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	line-height: 32px;
	margin: 2px;
	width: 590px;
}
#box .fieldhint {
	position: relative;
	height: 32px;
	left: 7px;
	top: -41px;
	padding-bottom: -40px;
	line-height: 32px;
	color: #999;
	font-size: 22px;
	font-weight: normal;
	clear: both;
	margin-bottom: -30px;
	z-index: 1;
	width: 100px;
}
#box #short {
	padding-left: 90px;
	width: 300px;
	height: 32px;
	z-index: 99;
}
#box .fields span.supportText {
	padding-left: 10px;
	font-size: 0.7em;
	font-style: italic;
	font-weight: normal;
	height: 12px;
	width: 300px;
	text-align: left;
	line-height: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	float: left;
}
#copyright {
	font-size: .8em;
	color: #333;
	text-align: right;
	margin: 8px;
	padding: 8px;
}
#copyright a {
	color: #2EACDF;
	text-decoration: none;
}
#copyright a:hover {
	color: #E23115;
	text-decoration: underline;
}
.heading {
	font-size:24px;
	line-height:26px;
	color: #4FAFC4;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}
.terms {
	font-size: medium;
	color: #333333;
}
a {
	color: #DD6666;
	text-decoration:none;
}
a:hover {
	color: #DD9999;
	text-decoration:underline;
}
h1 {
	font-size:24px;
	line-height:26px;
	color: #4FAFC4;
	font-style: italic;
	padding: 0px;
	margin-top:22px;
	font-weight: normal;
}
h2 {
	font-size:20px;
	line-height:26px;
	color: #4FAFC4;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h3 {
	font-size:20px;
	line-height:24px;
}
h4 {
	font-size:18px;
	line-height:22px;
}
h5 {
	font-size:16px;
	line-height:22px;
}
h6 {
	font-size:14px;
	line-height:20px;
}
h1 span{
	font-size:14px;
	line-height:14px;
}
h2 span{
	font-size:12px;
	line-height:12px;
}
h3 span{
	font-size:10px;
	line-height:10px;
}
p {
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	margin: 0px;
}
.quote {
	margin: auto;
	width: 50%;
}
.warning {
	font-size: medium;
	font-weight: bold;
	color: #CC0000;
}
.grey {
	color: #999999;
	font-size: x-small;
}
#imgcode {
	font-size: 1.7em;
}
h3 {
	font-size: large;
	font-weight: bold;
	color: #D66;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}
#commentform, .smallbox {
	width: 978px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/*- Message -*/
.message div {
	margin: 0 0 18px;
}
.message input {
	padding: 9px 15px;
	width: 487px;
}
#imgcode {
	width: 86px;
}
span.grey {
	float: right;
}
.message textarea {
	height: 114px;
	overflow: auto;
	padding: 9px 15px;
	width: 487px;
}
.message .submit {
	float: left;
}
.message .btn {
	padding: 0;
	width: auto;
}
.message .notice {
	color: #a4a4a4;
	float: right;
	font-style: italic;
	padding: 10px 0 0;
}

.clearfloat, .clearall { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearleft { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearright { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:right;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* 

Generic Form Structure 

*/

#contactform {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#contactform .fields , #smallform .fields { font-weight: normal; }
#contactform .fields  fieldset , #smallform .fields fieldset , #box .fields fieldset {
	font-size: 1.2em;
	padding-left: 12px;
	color: #4FAFC4;
	display: inline;
	margin: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#contactform .fields ul , #smallform .fields ul , #box .fields ul  {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	list-style-image: none;
}
#contactform .fields ol , #smallform .fields ol , #box .fields ol  {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: block;
	list-style-image: none;
}
#contactform .fields li , #smallform .fields li, #box .fields li {
	list-style-type: none;
	list-style-image: none;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
}
#contactform .fields ol li ,#contactform .fields ul li ,#box .fields ul li {
	display: block;
	padding-top: 22px;
	list-style-image: none;
	list-style-type: none;
}
#contactform .fields legend , #smallform .fields legend, #box .fields legend  {
	font-size:24px;
	line-height:26px;
}

/*

Specific to Contact Form

*/

#contactform .fields label {
	color: #4FAFC4;
	padding-top: 2px;
	display: block;
	padding-left: 6px;
	font-size: 0.9em;
	line-height: 32px;
	height: 32px;
	width: 290px;
	float: left;
	padding-right: 2px;
	padding-bottom: 2px;
	margin: 2px;
	text-align: right;
}
#contactform .fields .radio_button { width: 30px; }

#contactform .fields input {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #C5C3B7;
	font-size: 1em;
	outline: none;
	height: 32px;
	float: left;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	line-height: 32px;
	margin: 2px;
	width: 290px;
}
#contactform .fields textarea {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #C5C3B7;
	display: block;
	font-size: 1.2em;
	outline: none;
	width: 290px;
	height: 120px;
	padding-left: 6px;
	margin: 2px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	float: left;
}
#contactform .fields select {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #C5C3B7;
	font-size: 1em;
	outline: none;
	height: 32px;
	float: left;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	line-height: 32px;
	margin: 2px;
	width: 290px;
}
#contactform .fields textarea.normaltext, #bos .fields textarea.normaltext {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: normal;
}
#contactform .fields span, #box .fields span {
	display: block;
	color: #333333;
	font-weight: normal;
	line-height: 32px;
	margin: 0px;
	padding: 0px;
}
#contactform .fields span.supportText {
	padding-left: 300px;
	font-size: 0.7em;
	font-style: italic;
	font-weight: normal;
	height: 12px;
	width: 290px;
	text-align: left;
	line-height: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	float: left;
}

#contactform form .fields ol .indent {
	display: block;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 240px;
}
/*

Specific to Small Forms

*/

#smallform .fields ol li , #smallform .fields ul li {
	display: block;
	list-style-image: none;
	list-style-type: none;
}
#smallform .fields label {
	color: #4FAFC4;
	display: block;
	font-size: 0.9em;
	width: 220px;
	margin: 2px;
	text-align: left;
	padding: 2px;
}
#smallform .fields .radio_button { width: 30px; }

#smallform .fields input {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #C5C3B7;
	font-size: 1em;
	outline: none;
	height: 32px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	line-height: 32px;
	margin: 2px;
	width: 90%;
}
#smallform .fields textarea {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #C5C3B7;
	display: block;
	font-size: 1.2em;
	outline: none;
	width: 90%;
	height: 120px;
	padding-left: 6px;
	margin: 2px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
}
#smallform .fields select {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #C5C3B7;
	font-size: 1em;
	outline: none;
	height: 32px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	line-height: 32px;
	margin: 2px;
	width: 90%;
}
#smallform .fields textarea.normaltext {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: normal;
}

#smallform .fields span{
	display: block;
	color: #333333;
	font-weight: normal;
	line-height: 32px;
	margin: 0px;
	padding: 0px;
}
#smallform .fields span.supportText {
	padding-left: 20px;
	font-size: 0.7em;
	font-style: italic;
	font-weight: normal;
	height: 12px;
	text-align: left;
	line-height: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}

#smallform form .fields ol .indent {
	display: block;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}

/*

Form options

*/

#submit_button    { font-size: 1.4em; }
.fields span.red {
	font-style:italic;
	color: #A52C25;
}
.fields .submit_button {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display:block;
	line-height: 24px;
	width: 99px;
	height: 29px;
	cursor: pointer;
	background-color: transparent;
	background-image: url(pi/buttons.png);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 4px;
	margin: 4px;
}
.fields .noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
.fields fieldset .rightMessage {
	font-weight: normal;
	text-align: right;
	font-size: 0.9em;
	color: #A52C25;
}
.supportText.redbox , .redbox , #contactform .fields .supportText.redbox, #smallform .fields .supportText.redbox, #box .fields .supportText.redbox{ color: #C00; }
.fields .nowidth {
	width: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fields  .required  {
}
.fields .req {
	font-size: 0.64em;
	font-weight: normal;
	color: #A52C25;
}

.fields #imgcode {
	width: 6em;
	border: 1px solid #C5C3B7;
	font-size: 1.2em;
}
#smallform #submit, #contactform #submit, #box #submit, #smallform #search, #contactform #search, #box #search, #box #random {
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
	width: auto;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
}
.fields .submit, .fields .submit a, .fields .random, .fields .random a {
	font-weight: normal;
	font-style: normal;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.3) !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 3px 4px #000;
	-webkit-box-shadow: 0px 3px 4px #000;
	box-shadow: 0px 3px 4px #000;
	background-color: #2FADE0;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	margin: 4px;
	padding-top: 8px;
	padding-right: 18px;
	padding-bottom: 8px;
	padding-left: 18px;
	display: inline-block;
	cursor: pointer;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: auto;
}
.fields .submit:hover, .fields .submit a:hover, .fields .random:hover, .fields .random a:hover  {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}
.fields .random, .fields .random a { background-color: #E83516; }
#box #random { margin-left: 6px; }
.fields .thirtypixels { width: 30px; }
.fields .message {
	font-size: .9em;
	font-style: italic;
	font-weight: normal;
	color: #333;
	padding-left: 28px;
	padding-bottom: 12px;
}

