/********************************************
// PXI.ca CMS v4.2 
// COMPONENT: Template/Content CSS
// Client: DEV.com
// VERSION: May 2006
********************************************/

/* Load plugin and CMS styles */
@import "/style.xcss";




body #contents #site_login label {
	clear: left;
}

body #contents #site_login #login_button {
	clear: left;
}

body #contents #comment_form legend {
	color: black;
	border: 0px none;
}

body #contents #manage_account br {
	clear: both;
}

body #contents #manage_account select {
	width: 100px;
}


body #contents p#signup, body #contents p#forgot {
	padding: 2px 6px;
}

body #contents ol, body #contents ul {
	margin: 10px 20px;
}


p#request_sent {
	
	background-image: url(/assets/request_sent.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding: 10px 10px 10px 80px;
	border: 1px solid #E5E1A9;
	display: block;
	width: 320px;
	margin: 20px auto;
	background-color: #FFFDE3;
}

#show_request {
	border: 1px solid #999;
	background: #FaFaFa;
	padding: 10px;
}

	
address {
	font-style: normal;
}



		html body #contents div.aast_note {
				
	
	padding: 10px;
	
	border: 1px solid #E5E1A9;
	
	
	margin: 10px auto;
	background-color: #FFFDE3;
		}
		
		html body #contents div.aast_note p {
			background-image: url(/assets/data_entry.png);
			background-position: 0% 50%;
			background-repeat: no-repeat;
			padding-left: 80px;
		}

#contents .dir_sub {
	width: 231px;
	margin: 10px;

	float: left;
	

}


#contents .dir_sub h3 {
	font-size: 1.2em;
	border-bottom: 1px solid #aaa;
}

#contents .dir_sub h3 a {
	text-decoration: none;
	color: #0072B5;
	
}

#contents .dir_sub h3 a:hover {
	text-decoration: none;
	background: #0072B5;
	color: white;
	
}



	#contents .dir_sub ul {
		list-stype-type: disc;
		width: 100%;
	}
	
	#contents .dir_sub ul li {
		display: block;
		margin: 3px 0px;
		
	}
	
	#contents .dir_sub ul li a {
		text-decoration: none;
	color: #0072B5;
	display: block;
	width: 220px;
	}
	
	#contents .dir_sub li a:hover {
	text-decoration: none;
	background: #0072B5;
	color: white;
	
}

#contents p {
	padding: 10px 0px;

	line-height: 1.3;
	font-size: 0.9em;
}

#contents * p {
	padding: 10px 10px 10px 10px;
}


#contents h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	
    line-height: 1;
    font-family: Arial;
    
    font-weight: normal;
    letter-spacing: -1px;

}

#contents h2, #contents h3 {
	xletter-spacing: -1px;
}

#contents #dateline {
	
	
	padding-left: 3px;
	font-weight: bold;
	letter-spacing: -0.5px;
	color: #666;
	
	
	font-size: 0.8em;
	
}

#contents ul, #contents ol {
	margin-left: 40px;
	font-size: 0.9em;
}

