/* Paul Knapp  BCIT Student No: A00241762 */

			body{
				font-family:helvetica, sans-serif;
				background-color:#363636;
				margin:0px;
			}

			p.credostyle{
				font-family:helvetica, sans-serif;
				font-style:oblique;
				font-size:14px;
				line-height:135%;
				margin:15px 60px 0px 25px;  /* top right bottom left */
			}
			
			p.boldstyle{
				font-weight:bold;
				}
			p.boldstylered{
				font-weight:bold;
				color:red;
				}

			#container{
				background-color:white;
				width:750px;
				margin-left:auto;
				margin-right:auto;
			}
			
			#header{
				background-color: #4f4ba9;
				height:113px;
				padding-left:50px;
				margin:0px;
				border:0px;
				
			}
			
			#header_graphic{
				position:relative;
				float:right;
				
			}
			
			#header_valleyaero_text{
				position:relative;
				top:10px;
				left:-5px;
			}
			
			
			
		
			
			#navbarblack{
				position:relative;
				background-image:url("img/navbarblack40pxhigh.jpg");
				background-repeat:repeat-x;
				height:26px;
				margin-top:0px;
				border:0px;
				
			}
			
			#buttons{
				padding-left:30px;
			}
			
			.navbutton{
				font-size:14px;
				color:#aaa9a9;
				text-decoration:none;
				padding:0px 15px 0px 10px;
			}
			
			.navbutton:hover{
				color:white;
				font-size:15px;
			}

			

			#navpanel_left{
				background-color:#c9c8d9;
				width:150px;
				float:left;	
				min-height:425px;
			}

			.navbutton_navpanel_left{
				font-size:14px;
				color:gray;
				text-decoration:none;
				
				margin-top:4px;
				padding-left:15px;
				padding-top:5px;

			}

			.navbutton_navpanel_left:hover{
				color:white;
				font-size:15px;
				
			}
			
			#homepage_content{
				min-height:425px;
				font-size:13px;
				line-height:125%;
				padding-left:35px;
				padding-right:35px;
				
			}
			
			h5{
				font-size:16px;
				color:darkblue;
				margin-bottom:0px;
				}

			h6{

				font-size:13px;
				color:darkblue;
				margin-top:25px;
				margin-bottom:0px;
				
				}

				h6.tbo_nl{

				font-size:13px;
				color:darkblue;
				margin-top:30px;
				margin-bottom:-8px;
				
				}

			h5.h5winterspecial{
				font-size:16px;
				color:#d62d34;;
				margin-bottom:0px;
				}
				
			h6.h6winterspecial{

				font-size:13px;
				color:#d62d34;
				margin-top:0px;
				margin-bottom:-8px;
				
				}


			#content{
				min-height:425px;
				font-size:13px;
				line-height:125%;
				padding-left:180px;
				padding-right:30px;

			}

			.contact_us_table_style{
				/*background-color:#c9c8d9;*/
				font-size:13px;
				line-height:125%;
				
				
			}

			.contact_us_table_leftcolumn{
				width:35%;
				font-size:13px;
				line-height:125%;
				padding-left:15px;
				
			
			}

			.contact_us_table_rightcolumn{
				font-size:13px;
				padding-right:15px;
				line-height:125%;
			}

			ul.spaced{ 
				line-height:175%;
			}
			
			ul.sitemapstyle{ 
				line-height:150%;
				list-style-type:none;
			}

			

			p.emphasized{
					font-size:18px;
					color:red;
				}

/* ----- PSUEDOCLASSES FOR MOST ANCHOR TAGS ------ */

		a.hreflinks:link{
			text-decoration:underline;
			color:darkblue;
		}
		
		a.hreflinks:visited{
			text-decoration:underline;
			color:purple;
		}
		
		a.hreflinks:hover{
			text-decoration:underline;
			color:blue;
		}
		
		a.hreflinks:active{
			text-decoration:none;
			background-color:darkblue;
			color:white;
		}

/* ----- END PSUEDOCLASSES FOR MOST ANCHOR TAGS ------ */	


/* ----- STYLES SPECIFIC TO MAINTENANCE PAGES ----- */

			#navpanel_maintenance_page_left{
				background-color:#c9c8d9;
				width:200px;
				float:left;	
				min-height:425px;
			}

			#maintenance_page_content{
				min-height:425px;
				font-size:13px;
				line-height:125%;
				padding-left:230px;
				padding-right:30px;

			}



/* ----- STYLES FOR IMAGE MANAGEMENT ----- */

			img.homepagetop {
				 
				 margin:0px -5px 0px 0px;  /* top right bottom left */
			}
			
						
			img.leftbio {
				 float:left;
				 margin:18px 15px 0px 0px;  /* top right bottom left */
			}

			img.crankgear {
				 float:left;
				 margin:5px 15px 0px 0px;  /* top right bottom left */
			}
			
			img.left250wide {
				 float:left;
				 margin:10px 15px 5px 0px;  /* top right bottom left */
			}

			img.starteroverhaul {
				 float:left;
				 margin:5px 15px 0px 0px;  /* top right bottom left */
			}
			
			img.DuchessAOG {
				 float:left;
				 margin:15px 15px 0px 0px;  /* top right bottom left */
			}

			img.chrisandhardywork {
				 float:left;
				 margin:15px 15px 10px 0px;  /* top right bottom left */
			}

			img.right250wide {
				 float:right;
				 margin:10px 0px 5px 15px;  /* top right bottom left */
			}

			img.leftcontinentallogo{
				float:left;
				 margin:10px 5px 0px -25px;  /* top right bottom left */
			}
			
			img.rightbio {
				 float:right;
				 margin:10px 0px 0px 15px;  /* top right bottom left */
			}

			img.sigridinparts {
				 float:right;
				 margin:5px 0px 0px 15px;  /* top right bottom left */
			}

			img.rightlycominglogo{
				float:right;
				 margin:20px -20px 0px 0px;  /* top right bottom left */
			}

			

			img.radialpic {
				 float:left;
				 margin:0px 15px 0px 0px;  /* top right bottom left */
			}


			img.fullwidth {
				 float:left;
				 margin:10px 0px 20px 0px;  /* top right bottom left */
			}

			img.lamarstarter {
				 float:right;
				 margin:20px 0px 0px 0px;  /* top right bottom left */
			}

			img.bcstarter {
				 float:right;
				 margin:30px 0px 0px 0px;  /* top right bottom left */
			}

			img.maggear {
				 float:right;
				 margin:0px 0px 0px 10px;  /* top right bottom left */
			}

			img.slick4300 {
				 float:left;
				 margin:16px 17px 0px 0px;  /* top right bottom left */

			}

			img.ohalternators {
				 float:right;
				 margin:-10px 0px 0px 15px;  /* top right bottom left */
			}

			img.airtugpic {
				 float:right;
				 margin:0px 0px 0px 15px;  /* top right bottom left */
			
			}
		
			img.birdsinarow {
				 float:right;
				 margin:30px 0px 0px 10px;  /* top right bottom left */
			
			}

			img.testimonials {
				 float:left;
				 margin:18px 15px 5px 0px;  /* top right bottom left */
			}

			
			img.smallcarb {
				 
				 margin:0px 10px 20px 0px;  /* top right bottom left */
			}
			
			img.smallmag {
				
				 margin:0px 5px 20px 10px;  /* top right bottom left */
			}
			
			
			img.smallstarter {
				 
				 margin:0px 0px 20px 15px;  /* top right bottom left */
			}
			
			img.smallalternator {
				
				 margin:0px 0px 20px 15px;  /* top right bottom left */
			}

			img.museumlogo {
				 float:right;
				 margin:30px 0px 0px 10px;  /* top right bottom left */
			
			}

			img.fueltruckwithdon {
				float:right;
				margin:0px 0px 0px  15px;

			}

