/* -- General Settings --------------------------------------------------- */
html, body, form, fieldset, td {
	font-family: "Lucida Grande", "Trebuchet MS", verdana, arial, helvetica, sans-serif;
}

html {
	font-size: 100%;
}

body { 
	font-size: 83%;
	margin: 20px 0;
	background: #f9f9f9;
}

/* -- Main Layout ------------------------------------------------------------ */

/* Main <table> creating the basic page layout. */
#layoutTable {
	width: 735px;
	border-collapse: collapse;
	margin: 0 auto;
}

/* Page header, where "Company Name" is. */
#headerCell {
	height: 80px;
	background: #009;	
	color: #fd0;
	border: 1px solid #666;
	border-width: 0 1px
}

	#headerCell h1 {
		margin: 0 35px;
		font-size: 3em;
		line-height: 2em;
	}

/* Sidebar where the site menu and mailing list signup are. */
#sidebarCellLeft {
	width: 19%;
	background: #eee;
	border: 1px solid #ddd;
	border-width: 0 1px;
	vertical-align: top;
}

/* Main content cell. */
#contentCell {
	width: 80%;
	border-right: 1px solid #ddd;
	background: #fff;
}

/* Page footer, where the text links and copyright are. */
#footerCell {
	border-top: 1px solid #ddd;
	text-align: center;
	font-size: 0.8em;
	padding: 10px 0;
}

/* -- Common Page Items ------------------------------------------------- */
#page-breadcrumbs {
	margin: 15px 50px 0;
}

#page-title-container {
	margin: 0;
}

#page-title {
	font-size: 1.8em;
	color: #333;
	margin: 20px 50px 0;	
}

#page-subtitle {
	color: #666;
	margin: 0 50px 10px;
}

#page-intro {
	margin: 10px 50px 10px;
}

#page-content {
	margin: 10px 50px;
}

#page-outro {
	margin: 10px 50px;
}

#page-pager {
	float: left;
	margin: 10px 50px;
	background: #f6f6f6;
	border: 1px solid #eee;
	/* Fix IE Doubled Float-Margin Bug
	   http://positioniseverything.net/explorer/doubled-margin.html */
	display: inline;	
}

.page-pager {
	width: 5em;
	margin: 0.33em 0.66em;
}

#page-pager-back {
	float: left;
}

#page-pager-next {
	float: right;
	text-align: right;
}

#page-bottomLinks {
	margin: 10px 50px;
	padding: 10px;
	border: 1px solid #e3e3e3;
	background: #f5f5f5;
}

#copyright {
	margin-top: 5px;
}

#copyright img {
	margin-bottom: -2px;
}

/* -- Misc. Look And Feel --------------------------------------------------------- */

a, a:link, a:visited {
	text-decoration: none;
}

a:focus, a:hover, a:active {
	text-decoration: underline;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0;
}

#sitemap ul {
	list-style-type: disc;
	margin-left: 1em;
}

#sitemap ul ul {
	margin-top: 0.33em;
	margin-bottom: 0.33em;
	list-style-type: circle;
}

#sitemap ul ul ul {
	list-style-type: square;
}

/* -- Mailing List Form ----------------------------------------------- */

#ml-form {
	margin: 25px 0.5em 15px;
}

#ml-email {
	width: 96%;	
}

#ml-submit {
	margin-top: 0.5em;
}

.ml-text {
	font-size: 0.9em;
}