/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin: 0; padding: 0; }

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6
{ font-size: 100%; }

/* Removes list-style from lists */
ol, ul
{ list-style: none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal; }

/* Removes list-style from lists */
table
{ border-collapse: collapse; border-spacing: 0; }

/* Removes border from fieldset and img */
fieldset, img
{ border: 0; }

/* Left-aligns text in caption and th */
caption, th
{ text-align: left; }

/* Removes quotation marks from q */
q:before, q:after
{ content: ''; }
q { font-style: italic; }

/* page styles */

html, body {
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 17px;
	margin: 0px;
	padding: 10px 10px 20px 10px;
	text-align: left;
}

/*
html {
	background-image: url(../images/background.png);
	background-position: top left;
}
body {
	background-image: url(../images/grid.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
div { 
	border: #000 thin dotted;
	background-color: transparent;
}*/

p {
	margin-top: 1em;
}
ul {
	margin-left: 2em;
	margin-bottom: 1em;
}
ul.list {
	list-style: circle;
	margin-left: 2em;
	margin-bottom: 1em;
}
ol#agenda {
	list-style: decimal;
	margin-left: 5em;
	line-height: 1em;
}
span.newsletter {
	margin-left: 5em;
}
h2, h3 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#branding,
#site_info {
	margin: 0px;
	padding: 0px;
}
div#branding {
	height: 230px;
}
#banner {
	position: absolute;
	top: 40px;
	left: 20px;
}
#photo {
	position: absolute;
	top: 20px;
	left: 40px;
}
#abilities {
	position: absolute;
	top: 185px;
	left: 214px;
}
#books {
	position: absolute;
	top: 185px;
	left: 335px;
}
#press {
	position: absolute;
	top: 185px;
	left: 460px;
}
#articles {
	position: absolute;
	top: 185px;
	left: 582px;
}
#newsletters {
	position: absolute;
	top: 185px;
	left: 702px;
}
#book-now {
	position: absolute;
	top: 235px;
	left: 600px;
}
div#site_info {
	text-align: center;
}
#features {
	position: absolute;
	top: 250px;
	left: 20px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 515px;
}
#sidebars {
	position: absolute;
	top: 290px;
	left: 20px;
	margin: 10px 0px 0px 525px;
	padding: 0px 0px 0px 0px;
	color: #666;
	width: 305px;
}
.secondary, .tertiary {
}
.secondary {
}
.tertiary {
}
.clear	{
	clear: both;
	margin: 0px 0px 0px 110px;
	width: 60%;
}

/* articles and newsletters */
a.title {
	
}
span.date {
	font-size: 75%;
}
span.body {
	font-weight: 500;
}


/* li buttons */
.button {
	width: 60%;
	border-right: 1px solid #d8eeff;
	padding: 0 0 1em 0;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #000072; /*#b3c7ff;*/
	color: #333;
	}
	.button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	.button li {
		border-bottom: 1px solid #000072; /*#b3c7ff;*/
		margin: 0;
		}
	.button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #4a67b5;
		border-right: 10px solid #617fbf;
		background-color: #000072;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

	html>body .button li a {
		width: auto;
		}

	.button li a:hover {
		border-left: 10px solid #667fcf;
		border-right: 10px solid #7d99da;
		background-color: #2c0f8d;
		color: #fff;
		}

/*
original colors for list buttons
regular
dark	000072
med		4a67b5
lite	617fbf

hover
dark	2c0f8d
med		667fcf
lite	7d99da
*/
