body, div, h1, h2, h3, h4, h5, h6, p, img, span, a,
ul, ol, li, dt, dd,
form, input, textarea
{
	margin: 0;
	padding: 0;
	border: none;
	/*line-height: 1em;*/
}
* {
	margin: 0;
	padding: 0;
}

body {
	/*padding: 0 0.75em;*/
	
	font-size: 12pt;
	line-height: 1em;
	font-family: 'Geneva', 'Verdana', sans-serif;

	color: black;
	background-color: #111;
	/*background-color: #7f7f7f;
	background-image: url('../images/mainBackgroundDarker.jpg');
	background-repeat: no-repeat;
	background-position: center 110px;*/
}

body,
a
{
	text-decoration: none;
}

a {
	color: inherit;
}
a:visited {
	color: inherit;
}
a:hover {
	text-decoration: underline;
}
a.noLink:hover {
	text-decoration: none;
}

body {
	text-align: center;
}
#page {
	position: relative;
	margin: 0px auto;
	
	text-align: left;
	
	width: 621px;
	width: 631px;
}

#header {
	height: 230px;
	padding: 7px 33px;
	padding-right: 37px;
	margin-top: 84px;
	margin-left: 5px;
	
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
}
#headerLogo {
	text-indent: -9999px;
	height: 0;
}
#menu {
	margin-top: 68px;
	
	font-family: 'Times', 'Times New Roman', serif;
	font-weight: bold;
	font-size: 12pt;
	line-height: 15pt;
	
	text-align: left;
	text-transform: lowercase;
}
#menu li {
	display: block;
	list-style-type: none;
}
#menu li.selected,
#menu li a:hover
{
	color: #666;
}
#menu a {
	display: block;
	
	padding: 0 28px;
	padding-right: 30px;
}
#menu a.noLink {
	cursor: default;
}
#menuItem-contact {
	float: left;
	min-width: 15em;
}
#menuItem-join-our-mailing-list {
	float: right;
}
#menuItem-join-our-mailing-list a:after {
	content: '.';
}

body.site-home #main {
	display: none;
}
body.site-contact #main {
	font-family: 'Times', 'Times New Roman', serif;
}

#main {
	width: 631px;
	min-height: 687px;
	/*margin-top: -30px;*/
	
	font-family: 'Geneva', 'Verdana', sans-serif;
	font-size: 12pt;
	line-height: 15pt;
	
	background-image: url('../images/card1.png');
	background-repeat: no-repeat;
}
#mainFooter {
	margin-bottom: 2em;
}

body.site-featured #main/*,
body.site-join-our-mailing-list #main*/
{
	min-height: 300px;
}
body.site-news #mainHeader,
body.site-featured #mainHeader
{
	background-image: url('../images/cardBackgroundHeader.png');
	background-position: -12px top;
	height: 100px;
}
body.site-news #main,
body.site-featured #main
{
	background-image: url('../images/cardBackgroundBody.png');
	background-repeat: repeat-y;
	background-position: -12px top;
}
body.site-news #mainFooter,
body.site-featured #mainFooter
{
	background-image: url('../images/cardBackgroundFooter.png');
	background-position: -12px top;
	height: 100px;
}
body.site-news #mainContent .textBlock,
body.site-featured #mainContent .textBlock
{
	margin-top: -100px;
	margin-bottom: -3em;
}
body.site-featured #main .postBlock .imageFrame {
	padding: 42px 0;
}

#mainContent {
	padding: 0 39px;
	padding-top: 35px;
	margin: auto;
}
#main .textBlock {
	margin: auto;
	padding: 0 31px;
	/*padding-bottom: 0.5em;*/
}
#main .postBlock {
	padding-bottom: 3em;
}
#main p {
	margin-bottom: 1em;
}
#main p.imageFrame {
	text-align: center;
}
#main .imageFrameInline {
	display: block;
	padding: 2px;
	border: 1px solid #eee;
}
#main .imageFrameInline img {
	vertical-align: bottom;
	display: block;
}

#main .tableBlock {
	width: 720px;
	clear: both;
	margin: auto;
	padding: 0.25em 1em;
	margin-bottom: 0.5em;
	
	background-image: url('../images/transparentBlackBackground.png');
	/*padding-bottom: 0.5em;*/
}
#main .tableBlock .imageFrameInline {
	float: left;
	margin-top: 0.5em;
}
#main .tableBlock p {
	margin-bottom: 0;
}
#main .tableBlock .imageTableRightCol {
	margin-left: 120px;
	padding-left: 20px;
	min-height: 140px;
}
#main .tableBlock h3 {
	font-size: 12pt;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 0.25em;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-rendering: optimizeLegibility;
}

#footer {
	font-size: 9px;
	color: #eee;
}
#footer span {
	display: block;
	position: fixed;
	bottom: 0.5em;
	right: 1em;
	text-align: right;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Times', 'Times New Roman', serif;
	text-rendering: optimizeLegibility;
}
h1 {
	font-size: 24pt;
	line-height: 24pt;
	margin-top: 12pt;
	margin-bottom: 24pt;
	font-weight: bold;
}
h3 {
	font-size: 10pt;
	line-height: 2em;
	margin-bottom: 0.5em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-rendering: optimizeLegibility;
}
h4 {
	font-size: inherit;
	line-height: 1.5em;
	font-weight: normal;
	text-rendering: optimizeLegibility;
}

a.previousPageLink,
a.nextPageLink
{
	font-family: 'Times', 'Times New Roman', serif;
	font-weight: bold;
}
a.previousPageLink:hover,
a.nextPageLink:hover
{
	color: #666;
}
a.previousPageLink {
	margin-right: 1.25em;
}

p.dateLine {
	font-family: 'Times', 'Times New Roman', serif;
	font-weight: bold;
	font-size: 10pt;
	color: #666;
	text-align: right;
	float: right;
	margin-top: -42pt;
}

p.caption {
	font-size: 75%;
	text-align: left;
}

#mailingListForm {
	margin-top: 2em;
}
#mailingListForm label {
	display: inline-block;
	width: 4em;
}
#mailingListForm input.textInput {
	font-size: 12pt;
	font-family: 'Geneva', 'Verdana', sans-serif;
	line-height: 20pt;
	padding-left: 4px;
	
	background-color: white;
	border: 1px solid #aaa;
}
#mailingListForm .submitButton {
	padding: 0.25em 1em;
	margin-top: 0.5em;
	
	font-size: 12pt;
	font-family: 'Geneva', 'Verdana', sans-serif;
	
	color: white;
	background-color: #666;
	border: 1px solid #555;
	cursor: pointer;
}
#mailingListForm p.successMessage,
#mailingListForm p.errorMessage {
	padding-top: 0.5em;
	font-style: italic;
}
