/*------------------------------------------------------
Making Headway Style Sheet

version:   1.0
author:    Kristin Kramer for Little Truck
-------------------------------------------------------*/
/* = Globals = */

/* Remove padding and margin on IE*/
* {margin: 0; padding: 0;}

/* = Global Image Settings = */

/* get rid of borders on images */
img {border: 0;}

/* = Global FLOATS = */

/* Class for clearing floats */
.clear {clear: both;}

/* = Global COLORS=  */

/* green: #58b629; purple: #3b0071; dark grey: #666666; orange: #ff9900; */

/* = Global Links =   */

a:link {color: #3b0071; text-decoration: none;}
a:visited {color: #3b0071; text-decoration: none;}
a:hover {color: #58b629; text-decoration: underline;}
a:active {color: #58b629; text-decoration: none;}

/*-----------------------------------------------------------------------------*/
/* = home Layout =
/*-----------------------------------------------------------------------------*/
body#home {background: url(../img/navBack.gif) repeat-y #3b0071;}
#homeWrapper {width: 800px;}
div#homeHeader {position: relative; left: 100px; width: 700px; height: 161px; z-index: 2}
div#adSpace {position: absolute; left: 247px; top: 100px; width: 553px; height: 65px;}
div#homeContent {position: relative; width: 670px; margin: 0 0 20px 126px; line-height: 25px; top: 30px;}
div#homePhotoBand {position: relative; width: 800px; height: 198px; white-space:nowrap; display: block;}
div#homeNav {float: left; text-align: center; margin: 0;}

div#homeNav, div#homeNav a:link, div#homeNav a:visited, div#homeNav a:active {font: 500 14px "Arial Black", Arial, Helvetica, sans-serif; color: #ffffff; text-decoration: none;}
.homeText {font: 500 14px Georgia, "Times New Roman", Times, serif; color:#ffffff;}

.homeLinks, .homeLinks a:link, .homeLinks a:visited {color: #ffffff; text-decoration: none;}
.homeLinks a:hover, .homeLinks a:active {color: #58b629; text-decoration: underline;}

.homeCopy {margin-left: 130px; font: 500 10px Georgia, "Times New Roman", Times, serif; color: #ffffff;}
.homeCopy a {color: #ffffff;}
.homeLinks {margin-left: 130px; font: 500 12px Georgia, "Times New Roman", Times, serif; color: #ffffff;}

/*-----------------------------------------------------------------------------*/
/* = Sub Pages Layout =
/*-----------------------------------------------------------------------------*/
body {background: url(../img/navBack.gif) repeat-y #ffffff;}
div#wrapper {position: relative; z-index: 0; background: url(../img/bgLogoGuy2.gif) bottom right no-repeat;}
div#navColumn {position: absolute; width: 100px; top: 280px; left:0; background-color: #58b629; z-index: 1;}
ul#nav li {height: 40px;}
ul#nav li ul {position: relative; top: -40px; left: 100px; list-style: none;}
ul#nav li ul li {margin-bottom: 5px; height: auto;}
div#header {position: relative; left: 70px; margin-top: 16px; width: 634px; height: 154px;}
div#mainContent {position: relative; width: 524px; margin: 20px 0 10px 210px; line-height: 18px; z-index: 99;}
#title {position: relative; margin-bottom: 18px; left: -20px; overflow: visible; z-index: 99;}
div#photoBlock {width: 524px; height: 188px; text-align: center;}
div#bottomLinks {position: relative; top: 10px;}
div#copy {position: relative; margin-top:20px;}
div#footer {position: relative; margin-top: 10px; clear: both;}
div#donate {position:relative; top:160px; left: 630px; width: 200px; z-index: 3}

/*---------------------------------*/
/* = classes =     */
/*---------------------------------*/
.bodyText {font: 500 12px Georgia, "Times New Roman", Times, serif;}
.white {border: solid 4px #ffffff; margin: 5px;}
.purple {border: solid 4px #3b0071; margin: 5px;}
.purpleBlock {border: solid 4px #3b0071; margin: 0;}
.green {border: solid 4px #58b629; margin: 5px;}
.greenBlock {border: solid 4px #58b629; margin: 0;}
.orange {border: solid 4px #ff9900; margin: 5px;}
.subhead {font-family:"Arial Black", Gadget, sans-serif; font-weight:bold; color:#58b629; font-size: 24px}

.left {float: left;}
.right {float: right;}

.subtitle {font-size: 16px; font-weight: 700; color: #ff9900;}
#hr {height: 1px; width: 100%;}
.links, .links a:link, .links a:visited {color: #3b0071; text-decoration: none;}
.links a:hover, .links a:active {color: #58b629; text-decoration: underline;}

.bannerText {margin: 0 0 0 26px; font: 500 12px Georgia, "Times New Roman", Times, serif; width: 850px;}
.bannerImg {margin-left: 11px; float: left;}

.indent {margin-left: 20px;}

.copy {margin-left: 210px; font: 500 10px Georgia, "Times New Roman", Times, serif; color: #000000;}
.links {margin-left: 210px; font: 500 12px Georgia, "Times New Roman", Times, serif;}
