/* Astone Website, Astone-Aviatech 08-08, Darren Wissler */

/* COLOR INDEX 

	Red Link: c40000
	Gray Navigation Text: 78797a
	Gray Body Text: 5b5b5b

*/

/*__________________________________________________________________________________________________________________________________________________________________
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*___________________________________________________
////////////////////   RESET   //////////////////////
//////////////////////////////////////////////////*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style-type: none;
	text-decoration: none;
}
  
/*___________________________________________________
/////////////////////   BODY   //////////////////////
//////////////////////////////////////////////////*/
body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif; 
	text-align: center;
	color: #5b5b5b;
	margin: auto;
 }
 
body#expertise_bg {
	background: #FFF url(../images/body_bg_expertise.jpg) top center no-repeat;
 }
 
body#publicoutreach_bg {
	background: #FFF url(../images/body_bg_publicoutreach.jpg) top center no-repeat;
 }

body#casualdining_bg {
	background: #FFF url(../images/body_bg_casualdining.jpg) top center no-repeat;
 }
 
body#enrollment_bg {
	background: #FFF url(../images/body_bg_enrollment.jpg) top center no-repeat;
 }
 
body#gaming_bg {
	background: #FFF url(../images/body_bg_gaming.jpg) top center no-repeat;
 }
 
body#franchising_bg {
	background: #FFF url(../images/body_bg_franchising.jpg) top center no-repeat;
 }
 
body#hospitality_bg {
	background: #FFF url(../images/body_bg_hospitality.jpg) top center no-repeat;
 }
 
body#aboutus_bg {
	background: #FFF url(../images/body_bg_aboutus.jpg) top center no-repeat;
 }
 
body#media_bg {
	background: #FFF url(../images/body_bg_media.jpg) top center no-repeat;
 }
 
body#biography_bg {
	background: #FFF url(../images/body_bg_biography.jpg) top center no-repeat;
 }
 
body#ourclients_bg {
	background: #FFF url(../images/body_bg_ourclients.jpg) top center no-repeat;
 }
 
body#contactus_bg {
	background: #FFF url(../images/body_bg_contactus.jpg) top center no-repeat;
 }
 
/*___________________________________________________
///////////////////   HEADINGS   ////////////////////
//////////////////////////////////////////////////*/
h1 {
	font-size: 1.4em;
	color: #000;
	font-weight: 700;
}

h2 {
	font-size: 1em;
	color: #c40000;
	font-weight: 700;
} 

h3 {
	font-size: .8em;
	color: #000;
	font-weight: 700;
} 

/*___________________________________________________
////////////////   HORIZONTAL RULER   ///////////////
//////////////////////////////////////////////////*/
hr {
	width: 100%;
	border: 0;
	height: 1px;
	background-color: #dfdfdf;
	color: #dfdfdf; /* For IE */
	float: left;
	clear: both;
}
 
/*___________________________________________________
//////////////////   PARAGRAPHS   ///////////////////
//////////////////////////////////////////////////*/
p {
	margin-bottom: 15px;
 }
 
/*___________________________________________________
////////////////////   LINKS   //////////////////////
//////////////////////////////////////////////////*/
a:link { 
	color: #c40000;
	text-decoration: underline;
}

a:visited {
	color: #9f0000;
	text-decoration: underline;
}

a:hover {
	color: #5b5b5b;
}
 
a:active {
 	color: #5b5b5b;
}


/* PNG hack by Angus Turnbull: http://www.twinhelix.com
******************************************************/
img { 
	behavior: url(iepngfix.htc) 
 }
