@media all { 

/* =The above @media rule hides this stylesheet from the 
discontinued Microsoft Internet Explorer for Mac. */

/* =html */
html { 
	margin : 0; 
	padding : 0; 
	color : #fff; 
	text-align : center; 
}

/* =body */



/* =a */
a:link {
	color : #33ffff;
	text-decoration : none; 
}

a:visited { 
	color : #33ffff;
	text-decoration : none;
}

a:hover { 
	color : #66ffff; 
	text-decoration : underline; 
}

a:active { 
	color : #66ffff; 
	text-decoration : underline; 
}

img, img a { 
	border : none; 
}


body { 
	width : 700px;
	font : 76%/150% "Lucida Grande", Arial, sans-serif; 
	background-color : #000; 
	margin-left : auto;
	margin-right : auto;
	text-align : left;
}	
	
/* =container */
#container {
	width : 700px;
	
}

h1 { font-size : 150%; color : #fff; text-transform : uppercase; letter-spacing : .2em;}
h2 { font-size : 120%; color : #fff; text-transform : uppercase; letter-spacing : .1em; font-weight : normal; }
h3 { font-size : 110%; color : #fff; }



/* =branding */
#branding {
	width : 700px;
}

#contact1 {
	width : 466px;
	float : left;
	margin-bottom : 50px;
}

#contact2 {
	width : 234px;
	float : right;
	margin-bottom : 50px;
}

#email {
	width : 233px;
	float : left;
	text-align : center;
	text-transform : uppercase; letter-spacing : .1em; font-weight : normal; font-size : 90%;
	color : #33ffff;
	padding : 0;
}

#phone {
	width : 233px;
	float : right;
	text-align : center;
	text-transform : uppercase; letter-spacing : .1em; font-weight : normal; font-size : 90%;
	color : #33ffff;
	padding : 0;
}

#fax {
	width : 234px;
	text-align : center;
	text-transform : uppercase; letter-spacing : .1em; font-weight : normal; font-size : 90%;
	color : #33ffff;
	padding : 0;
}

.whiteBullet {
	font-weight : bold;
	color : #fff;
}

#companyName {
	clear : both;
	width : 100%;
	background : url(/images/ASAHead.gif) no-repeat;
	background-position : center;
	margin-bottom : 50px;
}

.companyNameHead {
	margin-left : -9999px;
	text-transform : uppercase;
	font-weight : bold;
	color : #ff0000;
}

/* =content */
#content{
	width : 700px;
}


/* =navigation */
#navigation {
	width : 100%;	
	text-align : center;
	clear : both;
	padding-top : 25px;
}

.navText {
	text-transform : uppercase;
	font-weight : normal;
	font-size : 75%;
	letter-spacing : 0.110em;
	padding-bottom : 1em;
	padding-top : 1px;
}

/* =copyright */
#copyright {
	text-align : center;
	font-size : 75%;
	color : #fff;
	margin-top : 25px;
}

}
