@import "defaults.css";
@import "type.css";
@import "color.css";

body
{
	background-image: url(/images/PaladinMedallionRs.png);
	background-repeat: no-repeat;
	background-position: 100% 8em;
}
#masthead
{
	border-bottom: 1px solid black;
	height: auto !important;
	min-height: 7em;
	height: 7em;
	padding: 0.5em 0.5em 0 2em;
}
#Logo {float:left; }
#services { float: right; vertical-align: middle; }
.tag
{
	float: right;
	padding: 0.3em 1em 0 0;
}

#content
{
	position: relative;
	padding-left: 2em;
}
#content #news
{
	float: right;
	margin: 0 2em;
	padding: 0.3em 1em 1em;
	width: 40%;
	height: auto !important;
	height: 8em;
	min-height: 8em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	margin-bottom: 1.5em;
}
#content #news #medallion
{
	float: left;
	width: 30%;
	margin-right: 1em;
}
#quoteBox
{
	clear: both;
	position: relative;
	left: -2em;
	margin-right: 75px;
	margin-top: 1em;
	padding-right: 100px;
	background-image: url(/images/RightEnd.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#quoteBox blockquote
{
	padding-left: 2em;
	padding-top: 0.25em;
	color: white;
	background-color: black;
}
#quoteBox cite {display: block; text-align: right; }

#mainNav
{
	padding-left: 1em;
	text-align: right;
	float: right;
	background-color: black;
	background-image: url(/images/NavEnd.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainNav li
{
	display: inline;
	color: white;
	background-color: black;
	margin: 0 1.5em;
	line-height: 1.6;
}
#footer
{
	border-top: 1px solid;
	padding: 1em;
}
.credo dd, #process_list dd
{
	margin-left: 5em;
	margin-right: 2em;
	margin-bottom: 0.5em;
	text-indent: -2em;
}

.newslist { padding-bottom: 1em; }
.newslist dt { padding: 0.5em 0 0 0; }
.newslist dd { padding: 0; }

.portfolio {margin: 3em; }
.portfolio td img
{
	width: 220px;
	padding: 10px;
}
.portfolio td { vertical-align: middle; }

.button { margin-top: 2em; }
#login_form label, #contact_form label { display: block; }
#login_form input, #contact_form input { display: block; }
#contact_form { width: 95%; position: relative; margin-top: 1em;}
#contact_form textarea
{
	display: block;
	width: 800px;
	height: 15em;
}

.fieldWithErrors {
  padding: 2px;
  display: table;
}

#errorExplanation {
  width: 400px;
  float: right;
  border: 2px solid;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
}

#errorExplanation h2 {
  padding: 5px 5px 5px 15px;
  margin: -7px;
}

#errorExplanation p {
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  list-style: square;
  margin-left: 3em;
}