/* ==========================================================
author:    Martin Sojka
email:     martin@thenewline.com
website:   http://www.thenewline.com/
============================================================ 
--------------------------------------------------------- */

body {
	margin:.2in .2in;
	font-size:12pt;
}

h1, h2, h3{
	font-size:16pt;
	font-weight:bold;
	color:black;
	font-family:Arial, Helvetica, sans-serif;
}
h2{	font-size:14pt; font-style:italic; }
h3{	font-size:13pt;}
a{ color:#00c; }

img {
	border:none;
}

table {
	font-size:100%;
	margin-bottom:1.0em;
}

#body-right, #main-nav, #newline-signature, #footer { display:none; }

#header {
	text-align:center;
	margin-bottom:10px;
}

#body {
	text-align:center;
}

#footer-print {
	width:auto;
	margin-top: 0.3in;
	padding: 0.1in;
	border-top:1px solid #002240;
	display:block;
	clear:both;
}

#footer-print address {
	width:40%;
	line-height:1.4em;
	font-style:normal;
	float:left;
}

#footer-print p.communication {
	width:50%;
	float:left;
}

#footer-print p.copyright {
	font-size: 90%;
	margin-top: 0in;
	padding-top: 0.1in;
	/*border-top:1px solid #002240;*/
	clear:both;
}

#footer-print p.powered-by {
	font-size: 90%;
	margin-top: 0.1in;
}

#footer-print p {
	color: #000;
	text-align: left;
	margin: 0in;
}




/* Content
============================================================ 
--------------------------------------------------------- */

img.picture-right {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

img.picture-left {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}


/* Forms
============================================================ 
--------------------------------------------------------- */

form {
	margin:0;
	padding:0;
}

fieldset {
	padding:15px; padding-bottom:15px;
	margin-bottom:1.0em;
	border:1px solid #ddd;
	border-right-color:#eee;
	border-bottom-color:#eee;
	background-color:#fff;
}

fieldset table {
	margin-bottom:0;
}

fieldset h3 {
	margin-top:0;
}

fieldset div.row {
	margin-bottom:0.75em;
	padding:0;
}

form div.controls {
	text-align:center;
	padding:5px 10px 4px 10px;
}


label {
	display:block;
	margin-bottom:0.15em;
}

form .required {
	font-weight:normal;
}

form .required span {
	font-weight:normal;
	color:#777;
	font-size:75%;
}

form .error span {
	color:#c00;
}

form .error {
	color:#c00;
	font-weight:bold;
}

form div.input-static {
	padding-top:4px;
}

form input {
	border:1px solid #aaa;
	border-right-color:#ddd;
	border-bottom-color:#ddd;
	color:#333;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:0.3em;
}

form p.field-hint {
	color: #666;
	margin:0;
	font-size:85%;
}

p.btn-hint {
	font-size:90%;
	margin-bottom:0;
}

form p.hint {
	font-size:75%;
	color:#6557dd;
}

form select {
	margin:0;
	margin-bottom:2px;
	border:1px solid #999;
	border-right-color:#ddd;
	border-bottom-color:#ddd;
}

form textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height: 1.4em;
	border:1px solid #aaa;
	border-right-color:#ddd;
	border-bottom-color:#ddd;
	padding:0.3em;
}

form input.form-btn {
	font-size: 90%;
	font-weight: bold;
	padding: 1px;
	color: #fff;
	background-color: #FF7800;
	border: 1px solid #013A67;
	border-right: 2px solid #013A67;
	border-bottom: 2px solid #013A67;
}

form input.btn {
	border:none;
	padding:0;
}

div.form-error {
	background-color:#fff;
	border:2px solid #c00;
	margin-bottom:1.0em;
}

div.form-error p.intro {
	background-color:#c00;
	padding:0.5em;
	color:#fff;
	font-weight:bold;
}