/* @override 
	http://76.12.163.88/assets/styles/styles.css
	http://76.12.163.88/assets/styles/styles.css
	http://www.mattocksconsulting.com/assets/styles/styles.css
*/

@import url("zero-out.css");

/* Default styles.css */
/* @group Main */
body {
	font: 14px/1.35em "Times New Roman";
	background: #ffffff url(../images/body-background.jpg) repeat-x;
	color: #191919;
}

div#container {
	width: 881px;
	margin: 0px auto;
	background: url(../images/container-background.png) repeat-y;
	padding: 0px 40px;
}

a:link, a:visited {
	color: #5C8727;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	color: #5C8727;
	font-weight: normal;
}

h2 {
	font-style: italic;
	margin:30px 0px 10px;
	line-height: 1.1em;
}

h3 {
	line-height: 1.1em;
}
a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Header */
div#header {
	position: relative;
}

h1#logo {
	width: 290px;
	height: 100px;
	text-indent: -9999px;
	background: url(../images/logo.gif) no-repeat 0 center;
	margin: 0px;

}

h1#logo.textOnly {
	width: inherit;
	height: inherit;
	margin:0px;
	padding: 30px 0px 20px;
	background: none;
	text-indent: 0px;
	font-size: 36px;
	color: #003677;
	line-height: 1.35em;
}

a#newsletter-signup {
	position: absolute;
	top: 20px;
	right: 0px;
	background: url(../images/arrow-right.gif) no-repeat right 4px;
	padding-right: 12px;
}



/* @end */

/* @group Navigation */
ul#navigation {
	height: 9px;
	padding: 6px 10px 14px;
	text-align: right;
	background: url(../images/nav-background.gif);
	margin: 0px -35px;
}

ul#navigation.leftSide {
	height: 28px;
	padding: 0px 10px;
}

ul#navigation.leftSide li {
	float: left;
	background: url(../images/navigationBorder.png) no-repeat top right;
}

ul#navigation.leftSide li#last {
	background: none;
}

ul#navigation.leftSide li a{
	display: block;
	padding: 6px 10px 4px;
	border: none;
}

ul#navigation.leftSide li a:hover,
ul#navigation.leftSide li a.active {
	background: url(../images/navigationHover.png) no-repeat center bottom;
	text-decoration: none;
}

ul#navigation li {
	display:inline;

}

ul#navigation li a {
	color: #ffffff;
	padding: 0px 15px;
	border-right: 1px solid #ccc;
}

ul#navigation li#last a {
	border-right: none;
}

/* @end */

/* @group SubNavigation */



/* @end */

/* @group Content */
div#main-content {
	margin-left: 280px;
	margin-right: 80px;
}

div#main-content.withRight {
	margin-left: 0px;
	margin-right: 330px;
}

img#mattocks-book {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-top: -12px;
}

a#buy-book {	
}

img#buy-book-link {
	
}

div.message {
	padding:20px;
	border: 1px solid #ccc;
	background-color: #e5e8dc ;
	margin: 10px;
}


/* My Comment */

#quiz_section {
	max-width: 570px;
	padding-bottom: 15px;
}

#non-profits {
	margin-left: 20px;
	color: #7f7d7e;
}

#non-profits li {
	padding: 1px;
	margin: 0px;
	list-style-image: url(../images/bullet.gif);
}

#main-content blockquote {
	color: gray;
	margin-top: 0px;	
}

#the-book {
	list-style-image: url(../images/bullet.gif);
	margin-left: 15px;
}

#the-book li {
	margin-bottom: 8px;
}

#about-us li{
	margin-left: 10px;
	
}

p.intro {
	font-size: 16px;
	line-height: 20px;
	margin-top: 0px;
}

div#welcome-letter {
	margin: 40px 80px 0px 280px;	
}

div#welcome-letter h2 {
	font-size: 36px;
	margin: 5px;
}

div#welcome-letter ul {
	margin-left: 25px;
}

div#welcome-letter ul li{
	list-style-type: disc;
	margin:10px 0px;
}

/* @end */

/* @group SubContent */
div#aside-left p {
	margin-top: 2px;
}

div#aside-left p a {
	background: url(../images/arrow-right.gif) no-repeat right 4px;
	padding-right: 13px;
}
div#aside-left {
	float: left;
	width: 200px;
	margin: 0px 50px 10px 0px;
	padding: 10px 30px 0px 0px;
	border-right: 1px dotted #191919;
}

#aside-right {
	float: right;
	width: 250px;
	margin: 0px 0px 10px 50px;
	padding: 10px 0px 0px 30px;
	border-left: 1px dotted #191919;
}

div#aside-left h3  {
	font-size: 20px;
	margin-bottom: 0px;

}

div#aside-left h3, a:link, a:visited {
	color: #0c224c;
}

div.left-block {
	border-bottom: 1px dotted #191919;
	padding-bottom: 15px;
}


ul#events li span.event-title {
	display: block;
	color: #002a5c;
	text-decoration: underline;
}




/* @end */


/* @group Footer */
span#footer {
	display: block;
	text-align: right;
	font-size: 11px;
	background: url(../images/footer-background.gif) repeat-x;
	margin: 20px -34px 0px;
	padding: 7px;
	border-bottom: 1px solid #e6e6e6;
}

/* @end */

.invalid {
	background-color: #ffe0e0 
}

