body {
  background: #e1e1e1 url('/images/bgfade.jpg'); 
	color: #666666;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 12px;
  text-align: center;
}


#header {
  margin: 0 auto;
  width: 840px;
}

#container {
  background-color: #FFF;
  border: 1px solid #CCC;
  margin: 4px auto 0 auto;
  padding: 2px;
	text-align: left;
  width: 826px;
  -webkit-border-radius: 6px; 
  -moz-border-radius: 6px;
}

#container p {
	color: #111111;
	font-size: 1.2em;
	padding-left: 4px;
}


#footer {
  background-color: #FFF;
  border: 1px solid #CCC;
	clear: both;
	margin: 4px auto 0 auto;
  padding: 2px;
  width: 826px;
  -webkit-border-radius: 6px; 
  -moz-border-radius: 6px;
}

a:link {
	color: #2caad4;
}

a:visited {
	color: #999;
}

#footer p {
	font-size: .75em;
	text-align: right;
}

h1, h2, h3, h4, iframe {
  margin: 4px;
}

h2 { color: #2caad4; }

/* h2 { color: #67dc84;  } a nice green color, but not good for this. Save for later. */

h3 { color: #000; }

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

div#rss a, table.fulllist a { font-size: 1.1em; }
div#rss a:visited, table.fulllist a:visited { color: #666; }
div#rss a:hover, table.fulllist a:hover { color: #000; background-color:#FFFFCC; }

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 500px;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

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

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div#rss {
	float: left;
	display: block;
	margin-top: 4px;
	margin-left: 4px;
}

div#hire {
	float: right;
	display: block;
	margin-top: 0;
}

div#hire p {
	font-size: .9em;
	text-align: right;
	margin: 0px;
}


div#hire img {
	float: right;
	margin: 0 0 2px 2px;
}




/* Table Styles for Home Page Full List */

table.fulllist {
	margin: 0 4px 4px 4px;
	border-collapse: collapse;
}

table.fulllist th {
	font-size: 1.8em;
  color: #858585;
  margin: 5px;
  font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  width: 510px;
}

table.fulllist th.rss {
	text-align: right;
	width: 70px;
	font-size: 12px;
}

table.fulllist tr td {
	padding: 10px;
	font-size: 14px;
}

tr.row1 {
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-style: solid;
	border-color: #bceeff;
	background-color: #e6fafc;
}


th.right { 
	text-align: right;
	vertical-align: top;
	font-weight: normal;
}

div#container p.flash {
	color: #f81c06;
	font-weight: bold;
	margin-left: 4px;
}

/* Layout */
#columnleft {
 width: 580px;
 margin-left: 4px;
 margin-top: 1em;
 min-height: 280px;
}

#columnright {
 float: right;
 width: 240px;
}

#columnright p {
	margin: 0 0 2px 0;
}

div.apply {
  margin: 4px 14px 4px 0;
  background-color: #FFFFCC;
	border: 1px solid #CCC;
  padding: 4px
}
 
div.apply h2 {
	padding: 0;
}
 
div.apply p {
  margin-top: 0;
}

div#step1 h2, div#step2 h2, div#step3 h2 {
 color: #0080ff ;
 font-size: .98em;
 margin-bottom: 2px;
 
}


div#step1 h3, div#step3 h3, div#step2 h3 {
  color: #444444;
  font-size: .92em;
  margin-bottom: 2px;
}

div#step1 p, div#step2 p, div#step3 p {
	font-size: .96em;
}

div#step2 {
  margin: 20px 0;
}

p.posted {
	font-size: 10px;
	font-weight: bold;
}

table.comparison {
	width: 600px;
	font-size: 14px;
	border-collapse: collapse;
}


.center {
	text-align: center;
}

.highlight {
	text-align: center;
	font-weight: bold;
	background-color: #FFFFCC;
	border: 1px solid #FFFFCC;
}


td.source {
	font-size: 12px;
	font-style: italic;
}

.strike {
	text-decoration: line-through;
}

/* Front Page Box Styles */
div.special {
  margin: 4px 0 4px 4px;
  width: 500px;
  background-color: #FFFFCC;
	padding: 4px;
	font-size: .8em;
	border: 1px solid #CCC;
}

div.special h2 {
  margin: 0;
	padding: 4px;
	color: #2caad4;
}

div.special p {
  margin-top: 0;
}

.response {
	color: red;
}

div.mc-field-group {
	margin: 4px;
}

code {
	padding: 4px;
	margin: 4px 4px 12px 4px;
	background-color: #999;
	color: #FFF;
	width: 70%;
	display: block;
	border: 2px solid #CCC;
}

.with {
	font-weight: normal;
	color: #000;
	font-style: italic;
	font-family: serif;
}

.right {
	text-align: right;
}

/* Mugshots */
.imgRight {
	float: right;
	margin: 0 0 4px 4px;
}

/* Search box styles */
.search {
	display: block;
	margin-bottom: 10px;
	text-align: right;
	font-size: 10px;
}

.search_text {
	font-weight: bold;
	margin-left: 8px;
}