/* Suggested order:

 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content 
 * display
 * list-style
 * position
 * float
 * clear
 *
 */
 
/* Global ------------------------------------ */

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address { margin:0; padding:0; }

body { color:#000; background: #FFF; font:normal 62.5% serif; text-align:center; }

a:link { color:#000099; text-decoration:none;}
a:visited { color:#000099; text-decoration:none;}
a:hover { color:#000099; text-decoration:underline;}
a img { border:0; }
h1 { height:120px; margin:0px 10px 0px 10px; padding:10px 0px 0px 110px; color:#000; font-size:5em; line-height:30px; text-align:left; font-variant: small-caps;}
h2 { font-size:3em; color:#000; margin-bottom:10px; font-style:italic; font-weight:normal;}
h3 { font-size:1.4em; font-weight:bold; color:#FFF; margin-bottom:0.5em; text-transform:uppercase;}
h4 { font-size:1.4em; }
h5 { font-size:1.2em; font-weight:bold; }
hr { clear:both; display:none; }
p { font-size:1.4em; line-height:1.8em; }
img { border:0; }



.hide { display:none; }
.clear { clear:both; }
.centered, p.centered { text-align:center; }
.right { text-align:right; }


	
/*-- wrapper and header styles -------------------*/ 
	
#wrapper { width:760px; margin:0 auto; }
#header { width:760px; height: 90px; /*margin-left:11px;*/ padding:0; background:url(../images/ase_crest.gif) no-repeat; clear:both; }
#header img { /*display:none;*/ }


/*-- main body --------------------------------*/

#slideshow { margin-bottom:20px;float:left;}
#leftnav { float:left; text-align:left; width:72px; margin-top: -105px; }
#leftnav a, #rightnav a{
color:#3399FF;
line-height:20px;
}
#rightnav { float:right; text-align:right; width:78px; margin-top: -105px; }


/*-- content ----------------------------------*/

#content a {font-size:2em; text-transform:uppercase; }

/*-- =footer --------------------------------- */

#footer { width:760px; margin-top: 20px; font-size:1.2em; text-transform:uppercase; clear:both;}
	
/*#footer p { padding:5px 15px 5px 30px; }*/
	
	
/* images ------------------------------------ */

/* forms ------------------------------------ */


/* CLEARFIX FLOAT ELIMINATOR */
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height:1%;  }
.clearfix { display:block; }
/* End hide from IE-mac */

