#page {
	margin-top: 15px;
}


/* Target IE7 specifically - unfortunately doesn't validate */
html>body #page {
	*margin-top: 15px;
} 


/* --------------------------------------------- */
/* 1. Article   		                         */
#article{
	padding: 0 5px 10px 5px ;
	width: 434px;
	float: left;
}


#article h2 {
	margin: 15px 0 0 5px;
}

#article p{
	padding-left:5px;
}


/* List of contact points*/
#article ul{
	border: 1px solid #8eb200;
	list-style:none;
	width:332px;
	margin:1em 0 0 10px;
	background-color:#ebf6d1;
}

#article ul li{
	padding:15px 0 5px 42px;
}


#article ul li h3{
	height:21px;
	float:left; /* needed for IE5.5 */
}


#article ul li.option1{ /* ...by phone */
	background: #ebf6d1 url(/a/img/contactUs/iconPhone.gif) no-repeat 10px 15px;
	border-bottom: 1px solid #8eb200;
}
#article ul li.option1 h3{
	width:90px;
	background: transparent url(/a/img/contactUs/phoneTitle.gif) no-repeat 0 0;
}
	
#article ul li.option2{ /* ...by post */
	background: #ebf6d1 url(/a/img/contactUs/iconPost.gif) no-repeat 10px 15px;
	border-bottom: 1px solid #8eb200;
}

#article ul li.option2 h3{
	width:68px;
	background: transparent url(/a/img/contactUs/postTitle.gif) no-repeat 100% 0;
}

#article ul li.option3{ /* ...by email */
	background: #ebf6d1 url(/a/img/contactUs/iconEmail.gif) no-repeat 10px 15px;
}
#article ul li.option3 h3{
	width:73px;
	background: transparent url(/a/img/contactUs/emailTitle.gif) no-repeat 100% 0;
	margin-top:2px;
}
#article ul li.option3 p em{
	display:block;
	padding:0 0 .5em 87px;
	font-style:normal;
}

#article ul li.option3 p label{
	display:block;
	width:274px;
	text-align:right;
	padding-bottom:.5em;
}
#article ul li.option3 p label input{
	padding-left:6px;
	width:179px;
}

#article ul li.option3 p input.submit{
	margin-left:205px;
}



#article ul li h3{
	margin-top:0;
}

#article ul li h3,
#article ul li p,
#article ul li address
{
	padding-top:0;
	padding-left:0;
	clear:left;
	line-height:1.5em;
}

#article ul li address{
	font-style:normal;
}

#article ul li p strong{
	display:block;
}




/* --------------------------------------------- */
/* 1. Article Prefs		                         */

#articlePrefs{
	left: 455px;
	float: right;
	padding-top: 234px;
	width: 153px;
	font-size: 1.2em;
}

#articlePrefs {
	background: #94d200 url(/a/img/contactUs/feature.jpg) no-repeat 0 0;
}


#articlePrefs #corner{
	display: block;
	height: 20px;
	margin-top: 10px;
}

#articlePrefs #corner

{

background: #94d200 url(/a/img/global/corners/lightGreenBL.gif) no-repeat 0 101%;

}
.question { 
	color:#666;
}

