/* ------------------------------------------------------------

  * Aegis
  * Coded by Taylor Smith of Imulus

  print.css
  - Printer Friendly Styling

------------------------------------------------------------ */

/* ----------| =Initial Page Structure |---------- */ 


html {
	font: 10pt/1.6 Georgia, "Times New Roman", times, sans-serif;
}

body { 
	color: #000;
	background: none;
	margin: 2em;
}

#header { 
	position: relative;
	width: 100%;
	background: none;
}

fieldset#search {
	display: none;
}

#navigation { 
	position: relative;
	width: 100%;
	margin: 0;
	padding: 5pt 0;
	background: none;
	border-bottom: 1pt solid #ccc;
}

.sub ul#navigation {
	padding: 5pt 0 0 0;
	background: none;
}

#content { 
	position: relative;
	width: 100%;
	background: none;
}

#footer { 
	clear: both;
	position: relative;
	font-size: .9em;
	width: 100%;
	border-top: 1pt solid #ccc;
	padding: 6pt 0 0 0;
}

/* ----------| =Basic Element Styles |---------- */ 

h1, h2, h3, h4, h5, h6 { 
	font: 1.4em Georgia, "Times New Roman", times, sans-serif;
	background: none;
	color: #772a16;
	padding-bottom: 6pt;
}

h1 { 
	font-size: 15pt;
	color: #000;
}

h2 { 
	font-size: 14pt;
	color: #6c792e;
}

h3, h4 { 
	font-size: 13pt;
	color: #79341B;
}

p { 
	padding-bottom: 1em;
}

.spacer { 
	padding-top: 1em;
}

input { 
	font: 9pt/1.6 Georgia, "Times New Roman", times, sans-serif;
	border: 1px solid #ccc;
}

input[type="image"], 
input.submit { 
	border: 0 !important;
	padding: 0 !important;
	background: none;
	width: auto !important;
}

select { 
	font: 9pt/1.6 Georgia, "Times New Roman", times, sans-serif;
	padding: 0;
	border: 1px solid #ccc;
}

img,
a img { 
	border: 0;
	vertical-align: middle;
} 

a { 
	color: #777;
	display: inline !important;
	
}

#content a:link,
#content a:visited {
	background: none;
	font-weight: 700;
	text-decoration: underline;
	color: #777;
}

#content a:link:after,
#content a:visited:after {
	content:" (" attr(href) ")";
	font-size: .8em;
	text-decoration: none !important;
	font-style: italic;
}


/* ----------| =Utilities |---------- */ 

.left { 
	float: left;
	position: relative;
	margin: 0 10px 5px 0;
}

.right { 
	float: right;
	position: relative;
	margin: 0 0 5px 10px;
}

.clear {
	clear: both;
}

.clear-left { 
	clear: left;
}

.clear-right { 
	clear: right;
}

.clear-none { 
	clear: none;
}

.center { 
	text-align: center;
}

.autoclear:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.autoclear { 
	display: inline-block;
}

.autoclear { 
	display: block;
}

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

.forms p { 
	position: relative;
	padding: 0 0 15px 150px;
	width: 425px;
}
	
.forms p label.name { 
	position: relative;
	float: left;
	width: 140px;
	padding-right: 10px;
	margin-left: -150px;
	text-align: right;
}	

.forms span.error { 
	display: block;
	position: absolute;
	right: 0;
	width: 100px;
	color: #666 !important;
	font-size: .9em;
	background: none;
	padding: 3px 5px 4px 5px;
	border: 1px solid #ccc;
	line-height: 1em;
}

.forms p input { 
	font: 1em "Helvetica Neue", Arial, Helvetica, Sans-serif;	padding: 2px;
	width: 300px;
	background: none;
}

.forms p input.small { 
	width: 70px;
}

.forms p input.medium { 
	width: 200px;
}

.forms p input.large { 
	width: 300px;
}

.forms p input.complete { 
	border: 1px solid #fff;
	background: none;
	width: auto;
	height: auto;
	color: #fff;
	padding: 3px 10px;
}

.forms p textarea { 
	font: 1em "Helvetica Neue", Arial, Helvetica, Sans-serif;	border: 1px solid #ccc;
	width: 300px;
	padding: 2px;
	border: 1px solid #dcceb8;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.forms p textarea.short { 
	height: 70px;
}

.forms p textarea.tall { 
	height: 180px;
}

.forms p span.radcheck { 
	padding: 0;
}

.forms p span.radcheck input { 
	border: 0;
	background: none;
	padding: 0;
	width: auto;
	height: auto;
	vertical-align: -10%;
	margin-left: 10px;
	margin-right: 5px;
}

.forms p select { 
	border: 1px solid #ccc;
	font: 1em "Helvetica Neue", Arial, Helvetica, Sans-serif;
}

/* ----------| =Layout and Function |---------- */ 

	/* ----------| =Header |---------- */ 

h2.logo a {
	color: #EA5723;
	font: 1.25em "Helvetica Neue", Arial, Helvetica, Sans-serif;
	font-weight: bold;
	text-decoration: none;
}

h2.logo a em {
	font-family: Georgia, "Times New Roman", times, sans-serif;
	font-weight: normal;
	color: #555;
}


	/* ----------| =Navigation |---------- */ 

ul#navigation,
#breadcrumb,
.content-library { 
	display: none;
}

#subnavigation {
	display: block;

}




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

#flash .description img {
	display: none;
}

	/* ----------| =Main Content Area |---------- */ 


#content {

}

#content #main { 
	width: 69%;
	margin-right: 3%;
	padding-right: 3%;
	float: left;
}

#content #main p img {
	float: left;
	position: relative;
	margin: 0 20px 5px 0;
}

#featured {
	padding: 2em;
	border: 1px solid #ccc;
}


	/* ----------| =Sub Content Area |---------- */ 

#content {
	position: relative;
}

#content #sidebar {
	position: relative;
	float: right;
	width: 25%;

}

#content #sidebar img { 
	display: none;
}


	/* ----------| =Footer |---------- */ 

#footer {

}

#footer p {
	display: inline;
}

#footer ul {
	display: none;
}

#footer #copyright {
	float: left;
}

#contact {
	float: right;
}

#contact p {
	display: inline;
}

#contact p em {
	display: none;
}
