/*
    by Mark Heywood
*/

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

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

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

div#outerDiv {
width: 770px;
margin: 0 auto;
background: #008c00 url("images/bar1.jpg") no-repeat;
}

#content {
width:770px;
background: #008c00  url("images/bar2.jpg");
}


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

div#header {
height: 185px;
position: relative;
}

div#adBlock {
width: 730px;
/* height: 90px; */
margin: auto;
}

/* ==== main content ====  */
#content div#mainContent {
float: left;
width: 470px;
margin-left: 10px;
padding: 0 15px;
border-right: dashed #ddd 1px;
}

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

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

#mainContent h1 {
    font-size: 1.6em;
    font-weight: bold;
    color: #000;
    margin: 0 0 .4ex 0;
}

#mainContent h2 {
    font-size: 1.2em;
    color: #000;
    margin: .4ex 0;
}

#mainContent h4 {
    font-size: 1.1em;
    font-weight: bold;
    color: #000;
    margin: 1ex 0 -.2ex 0;
}

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

#mainContent a:hover {
border-bottom: 1px dashed;
}

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

.GoogleBlock {
  width: 468px;
  margin: auto;
}

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

/* ==== sidebar content ====  */

#content div#sideBar {
    float: right;
    width: 220px;
    padding: 0 10px;
    margin-right: 5px;
}

#sideBar p {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 0.8em;
    line-height: 1.2em;
    color: #666;
    margin: 0 0 3ex 0;
}

#sideBar h3 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #333;
    text-align: left;
    margin: 1.5ex 0 .5ex 0;
}

.navBar {
	list-style-type: none;
	text-align: left;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
}
#sideBar a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #666;
}

#sideBar a:visited {
text-decoration: none;
color: #666;
}

#sideBar a:hover {
text-decoration: none;
border-bottom: 1px dashed;
color: #666;
}


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

div#footer {
    clear: both;
    background: #008c00 url("images/bar3.jpg") no-repeat;
	width: 770px;
	height: 110px;
    margin: 0px auto 10px auto;
}

#footer p {
    font-family: "Trebuchet MS", sans-serif;
    font-size: .75em;
    color: #bbb;
    margin: 0;
    padding-top: 100px;
    text-align: center;
}

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


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

.clear { clear: both }