/*
    by Mark Heywood
*/

/* ==== global styles ====  */

body {
font-family: "Trebuchet MS", sans-serif;
background: #0087bf;
margin: 0;
padding: 0;
}

p, h1, h2, h3, h4, h5, h6, li {
margin: 0px 1em 1.25ex 1em;
}

div#outerDiv {
width: 720px;
margin: 0 auto;
background: #1aa719 url("images/content.jpg");
}


/* ==== header ====  */

div#header {
height: 180px;
background: url("images/head.jpg");
}

#header h1 {
padding: 0px;
text-indent: -9999px;
}

/* ==== Content ==== */

div#content {
background: #fff url("images/content.jpg");
width: 720px;
margin: 0;
padding: 0;
}

/* ==== main content ====  */
div#mainContent {
width: 660px;
margin: auto;
padding: 0;
}


#mainContent p {
font-family: "Trebuchet MS", sans-serif;
font-size: .8em;
line-height: 1.4em;
color: #000;
}

#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4 {
font-family: "Trebuchet MS", sans-serif;
}

#mainContent h1 {
    font-size: 1.4em;
    font-weight: bold;
    color: #9c0b0b;
}

#mainContent h2 {
width: 500px;
height: 105px;
margin: auto auto;
padding: 0px;
background: url(images/headline.jpg) no-repeat;
text-indent: -9999px;
}

#mainContent h3 {
    font-size: 1.1em;
    font-weight: bold;
    color: #9c0b0b;
    margin: 1.75ex auto 1.75ex auto;
	text-align: center;
	text-transform: capitalize;
}

#mainContent a, #mainContent a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #0000ff;
}

#mainContent a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #0000ff;
}

.video {
  width: 490px;
  margin: 20px auto;
}

.mainList {
font-size: .8em;
line-height: 1.4em;
}

.myimages {
	width: 350px;
	margin: 20px auto;
	text-align: center;
	font-size: 8pt;
}

#order {
	width: 300px;
	margin: auto;
	padding: 0px;
	text-align: center;
	font-size: 10pt;
	margin-top: 30px;
}

.substatement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
	width: 400px;
	background-position: center;
	margin: 0px auto 30px auto;
	text-transform: capitalize;
}

.even {
	font-weight: bold;
}

/* ===== footer ===== */

div#footer {
background: url("images/foot.jpg");
height: 100px;
margin: 0 auto;
}

#footer p {
    font-family: "Trebuchet MS", sans-serif;
    font-size: .75em;
	font-weight: bold;
    color: #fff;
    margin: auto;
    padding: 10px 20px 0px 0px;
    text-align: right;
}

#footer a {
    color: #bbb;
    text-decoration: none;
}


/* ===== miscellaneous styles ===== */

.clear { clear: both }
