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

body {
	background-image:url('../images/background-tertiary.jpg');
	background-repeat:no-repeat;
	background-position:top center;
}

#spacer { height:100px; }

#main { padding-left:40px; }

#second-nav { width:223px;min-height:475px;float:left; }

	#second-nav-top { width:223px;height:107px;background-image:url('../images/bckd_tertiary_nav_top.png');background-repeat:no-repeat;}
	
	#second-nav-main { width:194px;background-color:#a50000;margin-left:15px; }
	
	#second-nav-foot { width:194px;height:75px;background-image:url('../images/bckd_tertiary_nav_bottom.jpg');background-repeat:no-repeat;margin-left:15px; }

	#second-nav img { position:relative;top:-105px;left:150px; }
	
	#second-nav form { position:relative;top:-200px;padding:5px; }

#content { width:575px;float:left;margin-left:75px;margin-top:275px; }

/* CONTACT FORM */
.loading { margin:0 auto;display:none; }  

.done { display:none; } 