/* 
 * STANDARD HTML ELEMENTS
 */
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url("/morganbreeders/images/bodybackground.jpg");
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	color: #4C5863;
	font-size: 0.875em;	/* 16px * .875 = 14px */
}
body, caption, th, td {
	font-family: Georgia, Arial, Helvetica, sans-serif;
}
body {
	text-align: center; /* 1st part of IE/win centering hack */
}
#centeredDiv {
	text-align: left;	/* 2nd part of IE/win centering hack */
	margin-left: auto;	/* standards-compliant centering method */
	margin-right: auto;
	width: 740px;
}
/*
 * CSS2.1 Default Font Sizes
 *
 */
p, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 1em;
}
	
/* give headers x-small bottom margins */
h1 {
	font-size: 2em; 		/* xx-large	*/
	margin-bottom: 0.375em;
}
h2 {
	font-size: 1.5em;		/* x-large	*/
	margin-bottom: 0.5em;
}
h3 {
	font-size: 1.2em;		/* large	*/
	margin-bottom: 0.625em;
}
h4, h5, h6 {
	font-size: 1em;			/* medium	*/
	margin-bottom: 0.75em;
}
h1 {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h1 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Links */
a {
	font-size: 12pt;
}
a:link {
	color: #4C5863;
	text-decoration: none;
}
a:visited {
	color: #A2AFBC;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

abbr {
	font-style: normal;	/* Safari italicizes abbr! */
	border-bottom: 1px dotted #00ff00;
	cursor: help;
	white-space: nowrap;
}

ul, ol {
	margin-left: 0px;
	padding-left: 0px;
}
li {
	margin-left: 2em;
	padding-left: 0px;
	margin-top: .25em;
	margin-bottom: .25em;
}
ul ul, ul ol, ol ul, ol ol {
	margin-top: .5em;
}
ul			{ list-style-type: disc; }
ul ul		{ list-style-type: circle; }
ul ul ul	{ list-style-type: square; }
ul ul ul ul	{ list-style-type: disc; }
ol 			{ list-style-type: decimal; }
ol ol		{ list-style-type: lower-alpha; }
ol ol ol	{ list-style-type: lower-roman; }
ol ol ol ol	{ list-style-type: decimal; }

/* ERROR MESSAGES */
.warning {
	color: #cc0000;
	font-weight: bold;
}
.errorMessage {
	padding: 10px;
	background-color: #e5e5e5;
	color: #666666;
	font-size: 0.8em;
	font-family: Arial, sans-serif;
}
.errorMessage .errorReason {
	margin-top: 0px;
	font-style: italic;
	font-weight: bold;
}
.errorMessage p {
	margin-bottom: 0px;
}

/* FOOTER */
.footer {
	height: 41px;
	background-image: url('/images/footerbackground.jpg');
	background-repeat: repeat-x;
	text-align: right;
	font-size: 0.8em;
}
.footer p {
	margin-top: 0.2em;
	margin-bottom: 0px;
}
/* CREDITS */
p.credits {
	padding-top: 5px;
	padding-right: 10px;
	text-align: right;
	color: #9D9D9D;
}
p.credits, p.credits a:link, p.credits a:visited, p.credits a:hover {
	color: #cccccc;
	text-decoration: none;
	color: black;
	font-size: 10px;
}
p.credits a:hover {
	background-color: transparent;
	color: #333333;
}
p.credits a span {
	text-decoration: underline;
}
p.credits a:hover span {
	color: #ffffff;
	background-color: #9f154e;
}
p.credits a span.more {
	display: none;
}
/* STANDARD CLASSES */
.tdPadding {
	padding: 10px;
}
/* A clearing div causes the infamous IE peek-a-boo bug. For IE/win,
you NEED to apply '* html CONTAINER { height: 1%; }' to the container
(of the float & clearing divs). */
.spacer {
	display: block;
	clear: both;
	margin: 0px;
	border: none;
	padding: 0px;
	font-size: 1px;
	line-height: 1px;
}
* html div#spacerDivsContainer { height: 1%; }

/*************************/
/* Morgan Breeders */
/*************************/

#nav {
	width: 740px;
	text-align: right;
}
#header {
	background-image: url("/morganbreeders/images/header.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	width: 740px;
	height: 82px;
}
#slogan {
	padding-top:  63px;
	padding-left: 10px;
	color: #4C5863;
}
#content {
	width: 720px;
	padding: 10px;
	background-image: url("/morganbreeders/images/contentbackground.jpg");
	background-content: top center;
	background-repeat: repeat-y;
	border: 1px solid black;
	color: #000000;
}
.padThis {
	margin: 10px;
}
.caption {
	font-size: 10pt;
	text-align: center;
	color: #4C5863;
}
.fontup {
	font-size: 16pt;
}