@charset "utf-8";
/* CSS Document */

body {background-image:url(images/bg.jpg); background-repeat:repeat-x; background-color:#cbe8ff; margin-top:20px; text-align:center; font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;}

#wrapper { width:900px; margin:0px auto; text-align:left;}

* {outline:none;}

.clear  {clear:both;}

a#naclogo { display:block; height:95px; width:280px; background-image:url(images/naclogo.jpg); text-indent:-100000px; border:0px; float:left; }

a#email, div#phone { diplay:block; float:right; background-position:left; background-repeat:no-repeat; height:30px; width:180px; color:#003f74; margin-top:44px; padding:10px 0px 0px 50px; font-weight:bold; text-decoration:none; text-shadow:#FFF 1px 1px; }
a#email { background-image:url(images/emailicon.jpg);}
div#phone { background-image:url(images/phoneicon.jpg); width:140px;}

div.spacer { height:1px; background-color:#d4ebff; border-top:#a3d5ff 1px solid; }

div#content { width:613px; background-image:url(images/content_bg.jpg); background-repeat:repeat-y; float:left; }
	div#content .top { width:613px; height:44px; background-image:url(images/content_heading.jpg); }
	div#content p {color:#004e90; font-size:14px; line-height:20px; padding:5px 15px 5px 15px;}
	div#content .bottom { width:613px; height:8px; background-image:url(images/content_bottom.jpg); }
	
div#address { width:261px; background-image:url(images/address_bg.jpg); background-repeat:no-repeat; background-position:bottom; height:148px; float:right; }
	div#address .top { width:261px; height:37px; background-image:url(images/address_heading.jpg); }
	div#address p { color:#0160b0; text-align:right; font-size:13px; margin-top:4px; line-height:16px; margin-right:10px; }
	
div#links { width:261px; background-image:url(images/links_bg.jpg); background-repeat:no-repeat; background-position:bottom; margin-top:20px;float:right; }
	div#links p { font-size:12px; color:#0160b0; margin-right:10px; }
	div#links a { display:block; background-repeat:no-repeat; background-position:left; width:220px; text-decoration:underline; color:#0160b0; padding:4px 0px 6px 28px; line-height:16px; }
		div#links a.info {background-image:url(images/info_icon.jpg);}
		div#links a.link {background-image:url(images/link_icon.jpg);}