@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	background-image:url(images/ltgraydk.gif);
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
#container { 
	width:780px;
	  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	
	/*text-align: left;  this overrides the text-align: center on the body element. */
} 
#header { 
	
	height:auto;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	background:white url(images/Apple-Auto-Logo.jpg) center no-repeat;
	height:130px;
	padding: 0 0px 2px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#maincontent { 
	background:#FFFFFF;
	padding: 0 5px 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: 1px #333333 solid;
	border-right: 1px #333333 solid;
	position:relative;
}
#footwrap
{
	width:780px;
	text-align:center;
}

#home { 
	background:#FFFFFF;
	padding: 0 5px 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: 1px #333333 solid;
	border-right: 1px #333333 solid;
	height: 620px;
}
#about { 
	background:#FFFFFF;
	padding: 50px 50px 50px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: 1px #333333 solid;
	border-right: 1px #333333 solid;
	height: 350px;
}

#companies { 
	background:#FFFFFF;
	padding: 10px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: 1px #333333 solid;
	border-right: 1px #333333 solid;
	height:auto;
	
	
}
#contact { 
	background:#FFFFFF;
	padding: 20px 10px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: 1px #333333 solid;
	border-right: 1px #333333 solid;
	height:725px;
	
} 
#resources {
	background:#FFFFFF;
	padding: 40px 40px 40px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: 1px #333333 solid;
	border-right: 1px #333333 solid;
	height:450px;
	
	
	
} 
#mainright {
float:right;
width:445px;
padding-left:5px;
font-size:small;
height:auto;
padding-top:10px;
}

#mainleft {
float:left;
width:305px;

}
#compright {
float:right;
width:380px;
padding:5px;
font-size:small;

padding-top:20px;
}

#compleft {
float:left;
width:380px;
padding:5px;
font-size:small;
height:auto;
padding-top:20px;
}


#mainbottom {
	margin:0;
	border-bottom: 2px #333333 solid;
	border-right: 1px #333333 solid;
	border-left: 1px #333333 solid;
	background-color:#FFFFFF;
	font-size:small;
	padding:4px;
}
#footer { 
	background:#000000;
	border-top: 3px #333333 solid;
	border-bottom: 3px #333333 solid;
	margin-top: 0px;
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
	font-size:x-small;
} 
#footer p {
	margin: 1px 0 0 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 6px 0px 8px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#bottomnav{
	font-size:smaller;
	background-color:#FFFFFF;
	border-right: 1px #333333 solid;
	border-left: 1px #333333 solid;
	padding:3px;
	
	
	
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#albany
{
float:left;
padding-left: 8px;
font-size:18px;
position:relative;
top:40px;
width:165px;
text-align:left;
}
#troy
{
	float:right;
	padding-right: 8px;
	font-size:18px;
 	position:relative;
 	top:40px;
 	width:165px;
 	text-align:right;
}


/* Menu */

#menuwrap{
	
height: 28px;
border-left: 1px solid #494949;
border-right: 1px solid #494949;
width:778px;



}

#menu ul{
background: url(images/menu.gif) left center repeat-x ;
margin:0;
padding: 0;
float:left;
font: bold 13px Arial;

color: white;
height:28px;


}



#menu li.last a{ 

border-right: none; }

#menu li{

display: inline;


}

#menu li a{
float: left;
text-align:center;
color: white;
padding: 6px 40px; /*Change second value to correct width, once all the links are figured out*/
text-decoration: none;
border-right: 1px solid white;

}


#menu li a:visited{
color: white;
}



#menu li a:hover
{

background: transparent url(images/menuactive.gif) center center repeat-x;
}
#menu #page a{
color: white;
background: transparent url(images/menuactive.gif) center center repeat-x;
}
