@charset "utf-8";
/* CSS Document */

/*--Basic Layout Proporties--*/


/*normalization of margin, padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{margin : 0;}


/* remove list styles*/
ol, ul, dl
{list-style: none; margin:0; padding:0;}

/*normalize font style and weight*/
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal;}

/*removes list style*/
table
{ border-collapse: collapse; }

/*removes border from feildset and img*/
feildset, img
{border:0;}

/*left aligns text in caption and th*/
caption, th
{ text-align:left;}


/*--page layout styles--*/
body{
	background-image:url(../images/back.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	}	



#wrap{
	width:900px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	background-image:url(../images/sideBack.jpg);
	background-position:626px;
	background-repeat:repeat-y;
	border: 2px solid #623116;
	}
	
/*--Main Header--*/
#home{
	float:left;
	}	
#login{
	padding-top:4px;
	margin-left:410px;
	}	
#header input{
	border: solid 1px #623116;
	}
#nav{
	margin-left:245px;
	margin-top:37px;
	}	
#navList li{
	display:inline;
	padding-left:10px;
	}	
#flash{
	height:420px;
	background-image:url(../flash/placeholder.jpg);
	}		
	
#header{
	width:100%;
	height:120px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	}
	
/*--SideBar--*/	

#sidebar{
	float:right;
	width:224px;
	padding:0px 15px;
	padding-bottom:20px;
	}
ol#sideBarNav{
	padding-top:5px;
	padding-bottom:10px;
	}
ol#sideBarNav li{
	padding-top:15px;
	}	

/*--Content--*/	
			
#content{
	background-color:#fff;
	width:586px;
	padding:20px;
	padding-bottom:0px;
	}
	
/*--Content Headers--*/	
	
#nonProfHead{
	height:287px;
	background-image:url(../images/headers/nonProfHeader.jpg);
	}	
#busHead{
	height:287px;
	background-image:url(../images/headers/BusHeader.jpg);
	}
#partHead{
	height:287px;
	background-image:url(../images/headers/partnersHeader.jpg);
	}
#invHead{
	height:287px;
	background-image:url(../images/headers/Invheader.jpg);
	}			
/*--Index--*/						
#tabs{
	border-top:2px solid #552811;
	height:223px;
	}
#tabs td{
	width:300px;
	height:223px;
	vertical-align:text-top;
	}
#leftTab{
	background-color:#708e30;
	background-image:url(../images/tabs/leftBackUp.jpg);
	}
#leftTab:hover{
	background-image:url(../images/tabs/leftBackOver.jpg);
	}
#midTab{
	background-color:#708e30;
	background-image:url(../images/tabs/midBackUp.jpg);
	}
#midTab:hover{
	background-image:url(../images/tabs/midBackOver.jpg);	
	}				
#rightTab{
	background-color:#708e30;
	background-image:url(../images/tabs/rightBackUp.jpg);
	}
#rightTab:hover{
	background-image:url(../images/tabs/rightBackOver.jpg);	
	}		
#Indexfooter{
	height:118px;
	background-image:url(../images/IndexfooterBack.jpg);
	}
#back{
	padding:20px;
	}
/*--random stuff--*/
ul#features{
	list-style:circle;
	padding-left:50px;
	padding-right:50px;
	}	

/*--Footer--*/
		
#footer{
	height:118px;
	background-image:url(../images/footerBack.jpg);
	}
	
#footerNav{
	width:400px;
	height:30px;
	padding-left:90px;
	padding-top:85px;
	}		
ul#footNav li{
	display:inline;
	padding-left:10px;
	font-size:10px;
	}		
		
.clearfloat{
	clear:both;
	}
.floatRight{
	float:right;
	padding-right:10px;
	padding-bottom:50px;
	}
.contact{
	padding-top:30px;
	}
.spaceMe{
	padding-top:20px;
	padding-bottom:20px;
	}			