/* COLOR SCHEME: 
 * banner: #c5dff8
 * background: #79a7d1
 * highlight-text: #016daf
 * regular-text: #707070
 * headings: #006CAE
 * link: #71CB67
 * link-hover: #ebcd26
 * link-hover-background: #D3F7D2
 */

body {
	margin: 0;
	padding: 0;
	background: #79a7d1;
	font:12px/20px Verdana, Helvetica, sans-serif;
	color: #707070; 
	letter-spacing: 0px;
	text-align: justify;
}

a:link {color: #2cb52c; text-decoration: none;}
a:visited {color: #2cb52c; text-decoration: none;}
a:hover {color: #71CB67; text-decoration: underline;}
a:active {color: #2cb52c; text-decoration: none;}

h1, h2, h3, h4, h5, h6 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	line-height: 100%;
	color: #006CAE;
}
h1 {font-size: 200%;}
h2 {font-size: 135%; margin: 0; line-height: 110%;}
h3 {font-size: 110%; line-height: 110%;}
h4 {font-size: 100%;}
h2 a:link {color: #006CAE;}
h2 a:visited {color: #006CAE;}

img {border: none;}

blockquote {
	margin-left: 20px;
}

#header {
	z-index: 3;
	position: relative;
	height: 284px;
    margin: 30px 0 0 0;
	background: url(../images/top-background.gif) bottom left repeat-x;
}

#warning-top {
	height: 138px;
	width: 730px;
}

#shadow-top {
	height: 13px;
	margin: auto;
	width: 730px;
	background: url(../images/shadow-upper-right.gif) top right repeat-y;
	background-color: white;
}

#topper {
	margin: auto;
	height: 151px;
	width: 730px;
	background: url(../images/shadow-right.gif) top right repeat-y;
	background-color: white;
}

#topper-img {
	background: url(../images/flower-topper.jpg) top right no-repeat;
	height: 151px;
	margin-right: 18px;
}

#splash-top {
	margin: auto;
	width: 673px;
	height: 13px;
	background: url(../images/shadow-ribbon-top-right.gif) bottom right no-repeat;
	background-color: #c5dff8;
}

#splash {
	margin: auto;
	margin-bottom: 0;
	padding-left: 73px;
	width: 673px;
	/*border-left: 1px solid #E7E7E7;*/
	background: url(../images/drop-shadow-light-blue.gif) top right repeat-y;
	background-color: #c5dff8;
}

#splash-bottom {
	margin: auto;
	margin-bottom: 0;
	width: 746px;
	height: 10px;
	background: url(../images/shadow-ribbon-bottom-right.gif) top right no-repeat;
	background-color: #bfd9f1;
}

#splash-bottom-color {
	background-color: white;
	width: 712px;
	height: 12px;
	margin-left: 8px
}

#splash-bottom img {
	float: right;
}

#shadow-bottom {
	margin: auto;
	margin-top: 0px;
	padding: 0 0 0 0;
	width: 730px;
	height: 18px;
	background: url(../images/shadow-bottom.gif) bottom left repeat-x;
	background-color: white;
}

#leave-site{
	position: absolute;
	z-index: 1;
	top: 0;
	right: 20px;
	color: #62a660;
	padding: 3px 0 0 0;
	margin: 0;
	height: 50px;
	width: 130px;
	text-align: center;
	margin: 0;
	background: url(../images/tab-button.gif) top left no-repeat;	
}

#top-links{
	margin: auto;
	width: 730px;
	margin: 105px 0 0 0;
}

#top-links ul{
	float: right;
	text-align:right;
	margin-right: 20px;
}

#top-links ul li{
	display:inline;
	height:15px;
	width: 15px;
	padding-right: 3px;
	border-right: 1px solid #62a660;
}

#top-links ul li.last-link{
	border: none;
}
#top-links ul li a{
	color: #62a660;
	font-weight: normal;
}

/** The Admin Navigation Bar **/
#admin-nav {
	height: 30px;
	width: 712px;
	padding: 0;
	margin: 7px 21px 0 0;
	overflow: hidden;
	background: url(../images/admin-nav-button.gif) left top repeat-x;
}

#admin-nav ul{
	height: 30px;
	margin: 0;
	padding-left: 55px;
}

#admin-nav ul li{
	display: inline;
	height: 30px;
	font-weight: normal;
	line-height: 30px;
}

#admin-nav ul li a{
	color: #96618d;
	padding: 0px 15px 0px 15px;
	height: 30px;
	float: left;
	margin: 0;
	background: url(../images/admin-nav-button.gif) left top repeat-x;	
}

#admin-nav ul li a:hover{
	color: #96618d;
	text-decoration: none;
	background: url(../images/admin-nav-button-hover.gif) left top repeat-x;
}

/** The Book Navigation Bar **/
#book-nav {
	height: 30px;
	width: 712px;
	padding: 0;
	margin: -15px 0 0 -75px;
	overflow: hidden;
	background: url(../images/admin-nav-button.gif) left top repeat-x;
}

#book-nav ul{
	height: 30px;
	margin: 0;
	padding-left: 60px;
}

#book-nav ul li{
	display: inline;
	float: left;
	height: 30px;
	font-weight: normal;
	line-height: 30px;
}

#book-nav ul li a{
	color: #96618d;
	padding: 0px 12px 0px 12px;
	height: 30px;
	float: left;
	margin: 0;
	background: url(../images/admin-nav-button.gif) left top repeat-x;	
}

#book-nav ul li a:hover{
	color: #96618d;
	text-decoration: none;
	background: url(../images/admin-nav-button-hover.gif) left top repeat-x;
}

/** The Category Navigation Bar **/
#category-nav {
	height: 30px;
	width: 712px;
	padding: 0;
	margin: -15px 0 0 -75px;
	overflow: hidden;
	background: url(../images/admin-nav-button.gif) left top repeat-x;
}

#category-nav ul{
	height: 30px;
	margin: 0;
	padding-left: 75px;
}

#category-nav ul li{
	display: inline;
	float: left;
	height: 30px;
	font-weight: normal;
	line-height: 30px;
}

#category-nav ul li a{
	color: #96618d;
	padding: 0px 15px 0px 15px;
	height: 30px;
	float: left;
	margin: 0;
	background: url(../images/admin-nav-button.gif) left top repeat-x;	
}

#category-nav ul li a:hover{
	color: #96618d;
	text-decoration: none;
	background: url(../images/admin-nav-button-hover.gif) left top repeat-x;
}


/** The Standard Navigation Bar **/

#top-nav {
	height: 30px;
	width: 712px;
	padding: 0;
	margin: 0 12px 0 0;
	overflow: hidden;
	background: url(../images/nav-button.gif) left top repeat-x
}

#top-nav ul{
	height: 30px;
	margin: 0;
	padding-left: 43px;
}

#top-nav ul li{
	display: inline;
	height: 30px;
	font-weight: normal;
	line-height: 30px;
}

#top-nav ul li a{
	color: #62a660;
	padding: 0px 15px 0px 15px;
	height: 30px;
	float: left;
	margin: 0;
	background: url(../images/nav-button.gif) left top repeat-x;	
}

#top-nav ul li a:hover{
	color: #62a660;
	text-decoration: none;
	background: url(../images/nav-button-hover.gif) left top repeat-x;
}

/* Generic button */
#buttons
{
	text-align: center;
	margin: 50px 40px 15px 0;
}

#footer {
	color: #909090;
	text-align: center;
    margin: 0 18px 0 0;
	font-size: 75%;
	line-height: 130%;
}

a.large
{
	font-size: 150%;
	font-weight: 900;
}

.border-bottom
{
	border-top: 1px solid #CCCCCC;
	padding-top: 15px;
}

div.featured-item{
	float: left;
	height: 150px;
	width: 450px;
	text-align:left;
	margin: 40px 0 0 30px;
}

div.featured-item img{
	float: left;
	margin: 0 30px 0 0;
}

div.news-item{
	float: left;
	width: 150px;
	text-align:left;
	margin: 45px 0 0 0;
	padding: 0 0 0 30px;
}

div.news-item img{
	float: left;
	margin: 0 0 15px 0;
}

.right{
	float:right;
}

.left{
	float: left;
}

.image-left{
	float: left;
	margin: 17px 10px 5px 0;
	position: relative;
}

.image-left-first {
	float: left;
	margin: 5px 10px 5px 0;
}

.image-right-first{
	float: right;
	margin: 5px 0 5px 10px;
	position: relative;
}

.image-right{
	float: right;
	margin: 17px 0 5px 10px;
	position: relative;
}

.border-right
{
	padding-right: 0;
}

a.pdf-icon
{
	margin: 5px 0px;
	padding: 2px 2px 2px 20px;
	background: url(../images/pdf_16.gif) left top no-repeat;
}

#buttons a.button-small{
	color: #5a9958;
	padding: 15px 50px;
	height: 50px;
	width: 130px;
	font-size: 14px;
	font-weight: 800;
	text-align: center;
	background: url(../images/button-large.gif) center no-repeat;
}

#buttons a.button-small:hover {
	text-decoration: none;
	background: url(../images/button-large-hover.gif) center no-repeat;
}

#columns {
	margin: auto;
	margin-top: 0px;
	padding: 0 0 0 0;
	width: 730px;
	background: url(../images/shadow-right.gif) top right repeat-y;
	background-color: white;
}

#content {
	margin: 0;
	padding: 20px 60px 15px 75px;
	width: 550px;
	height: 100%;
	background: #FFFFFF;
}

#whatis {
	margin: -15px 0 20px 0;
}

div.clear-both
{
	clear: both;
	margin: 0;
}

div.row {
  clear: both;
  padding-top: 12px;
}

div.row label {
  float: left;
  width: 100px;
  text-align: right;
  padding-right: 8px;
}
div.row .formr {
  float: left;
  width: 350px;
  text-align: right;
  padding-right: 8px;
}
div.row .formw {
  float: left;
} 

fieldset {
	border: 1px solid #DDDDDD;
	margin-bottom: 10px;
}

textarea.admin_edit {
	width: 100%;
	overflow: auto;
}

a.print_link {
	background: url(../images/printer-16.gif) top left no-repeat;
	padding: 0 0 0 20px;
	margin: 0;
}

.required {
	font-weight: 900;
}

.info {
	font-size: 90%;
	text-align: left;
	font-style: italic;
	line-height: 140%;
}

.corners { width: 524px; }

.left_corner {
	float: left;
}

.right_corner {
	float: right;
}

/* Classes within resource partials */
.catalog-entry {
	margin: 0px 0px 25px 0px;
	padding: 15px;
	background: #EAF2F9;
	font-weight: normal;
	border: 1px solid #D7DFE8;
}

.catalog-entry div{
	font-weight: normal;
}
/* TODO: Make the pasch class style work without !important */
.pasch {font-variant: small-caps !important;}


/* Pre-loaded scaffold styling for errors */

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

.fieldWithErrors {
  padding: 2px;
  background-color: #C3E7C2;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid #C3E7C2;
  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: #A3C7A2;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#flash {
	color: green;
	margin: 0;
	padding: 0;
	background-color: #F0F0F0;
}
