@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, fieldset, form, label, legend, caption, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

em {
	font-style: italic;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

html {
overflow: scroll;
}


body {
	background-image:url(images/bgStripe.gif);
	margin-left: 0px;
	margin-right: 0px;
	color: #5f3812;
	font-family: 'Museo300', Verdana, Geneva, sans-serif;
	font-size: 17px;
	line-height: 1.3em;
	padding-top: 10px;
}

p {
	margin: 0px;
}

h1 { 
	font-family: 'TrajanPro-Regular', "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #4ab5f2;
	font-size: 36px;
	margin-bottom: 15px;
	margin-top: 0px;
	line-height: 1.2em;
	font-weight: normal;
}

h2 { 
	font-family: 'TrajanPro-Regular', "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #4ab5f2;
	font-size: 24px;
	margin-bottom: 15px;
	margin-top: 0px;
	font-weight: normal;
	text-transform:uppercase;
	line-height: 1.2em;
	font-weight: normal;
}

 
 h3 {
	font-family: 'TrajanPro-Regular', "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #4ab5f2;
	font-size: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: normal;
	text-transform:uppercase;
	line-height: 1.2em;
	font-weight: normal;
}

 h4 {
	font-family: 'TrajanPro-Regular', "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #4ab5f2;
	font-size: 13px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: normal;
	text-transform:uppercase;
	line-height: 1.2em;
	font-weight: bold;
}


.books img {
	border: 15px solid #fff3de;
	-moz-box-shadow: 0px 0px 8px #666;
-webkit-box-shadow: 0px 0px 8px #666;
box-shadow: 0px 0px 8px #666;
}
a:link {
	color: #14374b;
	font-weight: normal;
	text-decoration: underline;
}

a:visited {
	color: #14374b;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #4ab5f2;
	font-weight: normal;
	text-decoration: underline;
}

a:active {
	color: #4ab5f2;
	font-weight: normal;
	text-decoration: underline;
}


.header {
	background-image:url(images/topBanner.png);
	height: 143px;
	background-repeat: repeat-x;
}

.headerInner {
	width: 868px;
	margin: 0 auto;
}

.headerInner img {
	padding-top: 3px;
}

.nav {
	background: #fff3de;
	border-bottom: 1px solid #d5b08c;
	font-family: 'TrajanPro-Regular', "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	text-transform: uppercase;
}
.navInner {
	width: 850px;
	margin: 0 auto;
		height: 30px;
		padding: 9px 0 0 0;

}


.nav li, .nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
}

.nav li {
	float: left;
	margin: 0 30px;
}


.nav a {
	color: #5f3812;
	text-decoration: none;
	
}

.nav a:hover {
	color: #4ab5f2;
	text-decoration: none;
	
}

.nav .current {
	color: #4ab5f2;
	text-decoration: none;
}


.content {
	width: 838px;
	margin: 0 auto;
	padding: 30px;
	background: #fff;
}
	
.footer {
	background: #051b28;
	border-top: 1px solid #063d5d;
	color: #ffe9c1;
	font-size: 14px;
}

.footerInner {
	width: 950px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer-nav {
	width: 450px;
	float: right;
}

html, body {
	height: 100%;
}
.wrapper {
	background: url(images/BGwrapper.gif) repeat-y center;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -162px; /* the bottom margin is the negative value of the footer's height */
}
.footer {
	height: 161px; /* .push must be the same height as .footer */
}

.footer ul {
	margin-top: 0px;
}

.push {
	height: 161px; /* .push must be the same height as .footer */
}


.valign {
	vertical-align: top;
}

.titleBox {
	vertical-align: top;
	padding: 40px;
}

.columnRight {
	width: 200px;
	padding-left: 20px;
}

.columnLeft {
	width: 200px;
	padding-right: 20px;
}

.beigeBox {
	border: 2px solid #102F41;
	padding: 20px;
	background: #fff3de;
	-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
float: right;
width: 210px;
margin: 0 0 8px 45px;
font-size: 16px;
}


#form {
	font-family: 'Museo300',Verdana, Geneva, sans-serif;
	padding: 40px;
	border: 2px solid #4ab5f2;
	-moz-border-radius: 5px;
	/*-webkit-border-radius: 4px;*/
	border-radius: 5px;	
	background: #fff3de;
	margin: 10px 90px 10px 90px;
	font-size: 16px;
	line-height: 1.3em;
}

#form textarea {
	font-family: 'Museo300',Verdana, Geneva, sans-serif;
	-moz-border-radius: 5px;
	/*-webkit-border-radius: 4px;*/
	border-radius: 5px;	
	border: 1px #ffe9c1 solid;
	padding: 10px;
	color: #522900;
	margin: 20px;
	background: #fff;
}

#form fieldset { 
	font-family: 'Museo300',Verdana, Geneva, sans-serif;

	-moz-border-radius: 5px;
	/*-webkit-border-radius: 4px;*/
	border-radius: 5px;	
	border: 1px #ffe9c1 solid;
	padding: 10px;
	color: #522900;
}

#form input { 
	font-family: 'Museo300',Verdana, Geneva, sans-serif;
	-moz-border-radius: 5px;
	/*-webkit-border-radius: 4px;*/
	border-radius: 5px;	
	border: 1px #ffe9c1 solid;
	padding: 10px;
	color: #522900;
	background: #fff;
}

#form select { 
	font-family: 'Museo300',Verdana, Geneva, sans-serif;
	-moz-border-radius: 5px;
	/*-webkit-border-radius: 4px;*/
	border-radius: 5px;	
	border: 1px #e4d0ad solid;
	padding: 10px;
	color: #006097;
	cursor: pointer;
	background: #fff;
}


#form input:hover { 
	-moz-border-radius: 5px;
	/*-webkit-border-radius: 4px;*/
	border-radius: 5px;	
	border: 1px #e4d0ad solid;
	color: #006097;
	font-weight: normal;
}

#form input#mc-embedded-subscribe {
	font-weight: bold;
	padding: 10px 20px;
	background: #4ab5f2;
	color: #fff;
	border: 0px;
	font-size: 16px;
}

#form input#mc-embedded-subscribe:hover { 
	-moz-border-radius: 5px;
	/*-webkit-border-radius: 4px;*/
	border-radius: 5px;	
	background: #1b82bc;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	border: 0px;
}

#form ul, #form li {
	list-style: none;
	
}

#form #mce-success-response, #form .mce_inline_error {
	color: #4ab5f2;
	
}

#form .note-required {
	color: #4ab5f2;
}

.right { float: right; }
.clear { clear: both; }

a.button { background: #4ab5f2; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: #fff;     -webkit-transition: background .5s; -moz-transition: background .5s; padding: 8px 16px; text-decoration: none; font-weight: bold;  }
a.button:hover { background: #102f41; -webkit-transition: background .5s; -moz-transition: background .5s;  }

