/* ===========  Glen Moyes' Web Page -- Cascading Style Sheet  =========== */

/* == Basic Styles ======================================================= */

body {
	font-family: sans-serif;
	margin: 10px 0px 0px 0px;
	background: #DBDBDB;
	color: #000;
	font-size: 11pt;
	line-height: 1.3em;
}
img {
	border-style: none;
	margin: 0px;
}
acronym {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
a, a:link, a:visited, a:active, a:hover {
	color: #095AA6;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* == Main Content Style ================================================= */

div#container {
	margin: 0px auto 0px auto;
	width: 760px;
	background: #ffffff;
}
div#header {
	height: 169px;
	width: 760px;
	background-image: url(/stylesheets/images/header-01.png);
	background-repeat: no-repeat;
}
div#header p {
	padding: 130px 0px 0px 25px;
}
div#header img {
	margin: 0px 20px 0px 0px;
}


/* == Content Style ====================================================== */

div.content {
	background-image: url(/stylesheets/images/background-grayline.png);
	background-position: 246px 0px;
	background-repeat: repeat-y;
	width: 760px;
	margin: 1em 0em;
	clear: both;
}
div.content p {
	margin-left: 265px;
	margin-right: 17px;
}
div.content h1, h2 {
	margin-left: 263px;
	font-size: 16pt;
	margin-right: 17px;
	color: #000;
}
div.content h3 {
	margin-left: 263px;
	font-size: 13pt;
	margin-right: 17px;
	color: #000;
}
div.content h4 {
	margin-left: 263px;
	font-size: 11pt;
	margin-right: 17px;
	color: #000;
}
div.content img {
	margin-left: 263px;
	margin-right: 0px;
	/* Images should not be wider than 478px */
}
div.content img.thumbnail {
	width: 108px;
	height: 93px;
	margin: 0px 24px 1em 23px;
}
div.content p img {
	margin: 0px;
}
div.content ul {
	margin-left: 295px;
	margin-right: 17px;
	padding: 0px;
	list-style-type: none;
}
div.content ul ul {
	margin-left: 47px;
}
/* News Date */

div.content div.news_date {
	float: left;
	position: relative;
	left: 17px;
	width: 212px;
	text-align: right;
	clear: both;
	line-height: 1.3em;
}
div.content div.news_date h2 {
	font-size: 11pt;
	margin: 0px;
	padding-top: 0.1em;
	color: #000;
}
/* Heading */

div.content div.heading {
	float: left;
	position: relative;
	left: 17px;
	width: 212px;
	text-align: right;
	clear: both;
	line-height: 1.3em;
}
div.content div.heading h1 {
	font-size: 11pt;
	margin: 0px;
	padding-top: 0.1em;
	color: #000;
}
/* Pull quote */

div.content div.pullquote {
	float: left;
	position: relative;
	left: 17px;
	width: 212px;
	text-align: right;
	clear: both;
	line-height: 1.3em;
}
div.content div.pullquote p {
	margin: 0em 0em 1em 0em;
	font-size: 9pt;
	color: #7F7F7F;
}
div.content div.pullquote h1 {
	font-size: 11pt;
	margin: 0px;
	padding-top: 0.1em;
	color: #000;
}
div.content div.pullquote img {
	margin: 0px;
	/* Width shouldn't be more than 209px */
}

div.content div.pullquote a {
	text-decoration: underline;
}
div.content div.pullquote a:link, div.content div.pullquote a:visited  {
	color: #7F7F7F;

}

/* == Side Navigation Styles ============================================= */

div.content div.navigation {
	background-image: url(/stylesheets/images/background-grayline.png);
	background-position: 118px 0px;
	background-repeat: repeat-y;
	width: 230px;
	margin: 0em 0em;
	float: left;
}
div.content div.navigation ul {
	margin: 0px 0px 1em 132px;
	padding: 0px;
	list-style-type: none;
}
div.content div.navigation h1 {
	margin-left: 132px;
	font-size: 12pt;
	margin-right: 17px;
	margin-top: 0px;
	color: #000;
}
div.content div.navigation a {
	font-size: 10pt;
}
div.content div.navigation div {
	float: left;
	position: relative;
	left: 17px;
	width: 88px;
	text-align: right;
	clear: both;
	line-height: 1.1em;
}
div.content div.navigation div a {
	margin: 0em 0em 1em 0em;
	font-size: 10pt;
	margin: 0px;
	padding-top: 0.1em;
	font-weight: bold;
}


/* == Side Designs ======================================================= */

div.content div.design {
	float: left;
	position: relative;
	background-image: url(/stylesheets/images/side_design-01.png);
	width: 240px;
	height: 436px;
	left: 6px;
	clear: both;
}


/* == Footer ============================================================= */

div#footer {
	clear: both;
	text-align: center;
	font-size: 10pt;
	color: #555;
	padding-top: 4em;
	padding-bottom: 2em;
}
div#footer p {
	margin: 0em;
}
div#footer a {
	color: #555;
	text-decoration: underline;
}

