/*styles for the sheet*/

body {
	background-color: #5B5B5B;
	color: #1E374F;
	font-family: Arial, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	line-height: 150%;
}

#contentarea ul li {
	list-style-image: url('../images/dot.gif');
}

#contentarea ul p {
	font-weight: bold;
}

#header {
	overflow: hidden;
	height: 165px;
}
/* header, image replace */
#header h1 {
	text-indent: -99999px;
	margin-top: 0;
	height: 152px;
	width: 940px;
	background-image: url('../images/rightheaderimage.png');
}
.main-header {
	font-family: Trebuchet MS;
	font-size: 20px;
	font-weight: normal;
	color: #3e5a70;
	padding: 10px 0;
	border-bottom: solid 1px rgb(110, 171, 225);
}
h1 {
	font-family: Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
	color: #3E5A70;
}
h2 {
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	color: #548CBF;
}

h3 {
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}

#wrapper {
	background-image: url("../images/wrapper_bg.jpg");
	background-position: center top;
	background-repeat: repeat-y;
	margin: 0 auto;
	padding: 0 0 18px;
	text-align: left;
	width: 938px;
}
#navbar {
	clear: both;
}
#contentarea {
	margin: 0 18px;
}
#footer {
	background-color: #E7E7E7;
	margin: 0 18px 10px;
}
#wrapper #navbar {
	background-image: url("../images/navbground.jpg");
	background-repeat: repeat-x;
	height: 42px;
}
#wrapper #footer {
	padding: 1px 5px;
}
#wrapper #navbar ul {
	margin: 0;
	padding: 0;
}
#wrapper #navbar li {
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#wrapper #navbar img {
	border-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar {
	float: right;
	margin: 15px;
	position: relative;
}
#social {
	float: right;
	list-style-type: none;
	position: relative;
	right: 15px;
	top: -65px;
}
#social li {
	float: left;
	margin: 0px 10px 0 0;
}
label {
	clear: both;
	display: block;
	float: left;
	padding-right: 5px;
	text-align: right;
	width: 100px;
}
input {
	display: block;
}
textarea {
	padding-bottom: 10px;
}
#wrapper #contentarea #contact {
	padding-top: 15px;
}
#contact #submit {
	clear: both;
	margin-bottom: 10px;
	margin-left: 105px;
	margin-top: 10px;
}
a img {
	border: none;
}
.strong {
	font-weight: bold;
}
/* #wrapper #sidebar {
 font-family: Helvetica, Arial, sans-serif;
 border-radius: 50%;
 padding: 20px;
 color: #fff;
 text-shadow: 1px 1px black;
 box-shadow: 2px 2px 5px #000;
 background: #1e5799; Old browsers
 background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); FF3.6+
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(50%, #2989d8), color-stop(51%, #207cca), color-stop(100%, #7db9e8)); Chrome,Safari4+
 background: -webkit-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); Chrome10+,Safari5.1+
 background: -o-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); Opera 11.10+
 background: -ms-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); IE10+
 background: linear-gradient(to bottom, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); W3C
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=0 ); IE6-9;
 margin: 5px;
 } */
#buttonWrap {
	font-family: 'Myriad Pro', sans-serif;
	border-radius: 10px;
	width: 224px;
	margin-top: 15px;
	overflow: hidden
}
#shout {
	font-family: 'Myriad Pro', sans-serif;
	border-radius: 10px;
	width: 184px;
	overflow: hidden;
	height: 85px;
	line-height: 1.3em;
	color: #06436f;
	text-shadow: 1px 1px 2px #FFF;
	font-size: 20px;
	padding: 10px 20px;
}
#section1 {
	height: 85px;
	color: #06436f;
	font-size: 14px;
	padding: 10px 20px;
}
#section1 .title {
	color: #5284b5;
	line-height: 1em;
	font-size: 22px;
}
#section1 .sub a {
	color: #06436f;
	text-decoration: none;
	font-size: 23px;
}
#section2 {
	height: 42px;
}
#section3 {
	height: 67px;
	background-repeat: no-repeat;
	background-image: url('../images/booksoffsite4bottom.png');
}
.button {
	background: #e1f1f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #e1f1f5 0%, #82b3e7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1f1f5), color-stop(100%,#82b3e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e1f1f5 0%,#82b3e7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e1f1f5 0%,#82b3e7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e1f1f5 0%,#82b3e7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e1f1f5 0%,#82b3e7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f1f5', endColorstr='#82b3e7',GradientType=0 ); /* IE6-9 */
}
#headerTable {
	margin: 20px;
	text-align: center;
}
