/* notes section! OG green is #0D6826 ~ LightYellow is #FFFDE1 and TFG Maroon is #990000 */
/* other fun notes coming soon! */



body {
	color				: #000000;
	font-family			: Verdana, Arial, sans-serif;
	font-size 			: 11px;
	line-height			: 9px;
	text-align			: center;
}

h2 {
	color				: #990000;
	font-family			: Verdana, Arial, sans-serif;
	font-size 			: 14px;
	margin-bottom		: 3px;
}

form {
	margin-bottom		: 0px;
	margin-top			: 0px;
	padding-bottom		: 4px;
} 

input {
	font-family			: Verdana, Arial, sans-serif;
	font-size 			: 11px;
	color				: #990000;
}

input.searchform {
	font-family			: Verdana, Arial, sans-serif;
	font-size 			: 10px;
	color				: #990000;
}

.smalltext {
	font-family     		: Verdana, Arial, sans-serif;
      font-size      	 	: 9px;
      color          		: #FFFFFF;
	font-weight			: 200;
	text-align			: bottom;
}

li	{
	list-style-image		: url(images/bullet.gif);
	
}

b.green {
	color				: #0D6826;
}

/* linksters */

a {
	color				: #431B6B;
	font-family			: Verdana, Arial, sans-serif;
	font-size 			: 11px;
	font-weight			: 700;
	text-decoration		: none
}

a.lillink {
	color				: #431B6B;
	font-family			: Verdana, Arial, sans-serif;
	font-size 			: 9px;
	font-weight			: 700;
	text-decoration		: none
}
/* divs for homepage */

.leftclear {
      clear    			: left;
}       

.rightclear {
      clear	  	    		: right;
}

.bothclear {
      clear             	: both;
	height 			: 10px;
}

.backgroundIMG {
	background-image		: url(images/back_runner.gif);
}

.leftfloat {
	float				: left;
}

.rightfloat {
	float				: right;
}

.centered {
	text-align			: center;
}

/* starting the divs - generic*/


div.wrapper1 {
	width				: 760px;
	text-align			: left;
	padding			: 0px;
	float				: left;
	}

div.wrapper2 {
	width				: 760px;
	background-image		: url(images/background_runner.gif);
	margin-top			: 0px;
	margin-bottom		: 0px;
	margin-left			: 0px;
	margin-right		: 0px;
	padding-top			: 0px;
	padding-bottom		: 0px;
	background-color		: #FFFFFF;
	float				: left;
}

div.header {
	width				: 760px;
	height			: 95px;
	float				: left;
	margin-top			: 0px;
	background-color		: #00FF00;
}

div.headimg1 {
	width				: 190px;
	float				: left;
	margin-right		: -1px;
	margin-top			: 0px;
}

div.leftColumn {
	width				: 175px;
	font-family			: Verdana, Arial, sans-serif;
	font-size 			: 10px;
	font-weight			: 200;
	float				: left;
	line-height			: 15px;
	padding-left		: 0px;
	vertical-align		: baseline;
}	

div.leftSpacer {
	float				: left;
	line-height			: 30px;
	width				: 170px;
}

div.leftImage {
	float				: left;
	background-repeat		: none;
	background-position	: bottom;
	vertical-align		: bottom;
	margin-left			: 1px;
}

div.pageBody {
	width				: 760px;
	font-family			: Verdana, Arial, sans-serif;
	font-size 			: 11px;
	font-weight			: 200;
	float				: left;
	margin-left			: 0px;
	padding			: 0px;
	background-image		: url(images/background_runner.gif);
	background-position	: right;
	line-height			: 0px;
}

div.pageText {
	width				: 570px;
	font-family			: Verdana, Arial, sans-serif;
	font-size 			: 11px;
	font-weight			: 200;
	float				: right;
	margin-left			: 0px;
	padding			: 0px;
	line-height			: 16px;
}

div.footer {
	width				: 760px;
	height			: 16px;
	margin-top			: -2px;
	margin-bottom		: 0px;
	padding-top			: 6px;
	padding-bottom		: 0px;
	font-family			: Verdana, Arial, sans-serif;
	font-size 			: 9px;
	font-weight			: 200;
	color				: #FFFFFF;
	float				: right;
	background-color		: #0D6826;
	vertical-align		: baseline;
	text-indent			: 190px;
}

div.shortField {
	width				: 28px;
	float 				: left;
}

div.longField {
        width                           : 200px;
        float                           : left; 
}

div.2padding {
	float				: left;
	padding-right		: 2px;
	width				: 95%;
}

/* this is the green bar for the title images on pages */

div.titleBar {
	width				: 560px;
      font-family             : Verdana, Arial, sans-serif;
      font-size               : 11px;
      color                   : #990000;
      font-weight             : 700;
	float				: left;
	background-color		: #0D6826;
	margin-left			: 0px;
}

/* this is the yellow block on home page*/

div.homeYellow {
	width				: 384px;
	height			: 142px; 
	background-color		: #FFFDE1;
	color				: #000000;
	text-align			: left;
	margin-left			: -2px;
	float				: right;
	background-image		: url(images/yellow_back_runner.gif);
}

div.homeBox {
	height			: 155px;
	width				: 275px;
	float				: right;
	background-image		: url(images/background_runner.gif);
	background-position	: left;
	background-repeat     	: repeat-y;
	padding			: 0px;
	margin-right		: 6px;
}

div.pete {
	width				: 150px;
	border			: 1px solid #0D6826;
	background-color		: #FFFDE1;
	padding			: 1px;
	margin-right		: 0px;
}


/* images  */
div.itemthumb {
	border			: 1px solid #000000;
	width				: 150px;
	margin-right		: 5px;
	margin-bottom		: 0px;
	margin-top			: 0px;
}


img.footer {
	margin-bottom		: -3px;
}

img.smallhome {
	margin-left			: 5px;
	margin-top			: 3px;
}

img.left1 {
	margin-left			: -1px;
}

img.homeYellow {
	margin-left			: 0px;
	margin-right		: -2px;
	margin-top			: 0px;
}
