/* CSS Document */

#wrapper {
	background-image: url(../images/common_bg.jpg);
	background-repeat: no-repeat;
}

#container {
	width: 790px;
	margin-left: 150px;
	margin-top: 80px;
}

#title  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 28px;
	color: #9E1F63;
	letter-spacing: 1.5px;
	text-align: right;
	border-bottom: 2px #9E1F63 solid;
	padding-bottom: 3px;
	margin-bottom: 15px;
	width: 790px;
	text-transform: uppercase;
}

#directions {
	padding: 0px 10px 0px 10px;
}

#map {
	width: 405px;
	float: left;
	text-align: center;
}

#map img {
	background-image: url(../images/act_pics_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 0px 9px 8px 0px;
}

#map p {
	padding-left: 15px;
	background-image: url(../images/top_bullet.gif);
	background-repeat: no-repeat;
	background-position: 95px 1px;
	color: #666666;
	font-size: 10px;
}

#map .pdf {
}

#map .pdf a {
	text-decoration: none;
	color: #9E1F63;
}

#map .pdf a:hover {
	text-decoration: underline;
	color: #333333;
}

#adobe img {
	background: none;
}

#instruction {
	width: 345px;
	float: right;
}

#add {
	font-size: 15px;
	width: 250px;
	margin: 15px auto 25px auto;
	padding: 10px;
	border: 1px solid #cccccc;
}

#add a {
	text-decoration: none;
	color: #9E1F63;
}

#add a:hover {
	text-decoration: underline;
	color: #333333;
}


#instruction .detail {
	padding-bottom: 30px;
}

#instruction .detail h4 {
	font-size: 16px;
	color: #9E1F63;
	border-bottom: 1px dotted #9E1F63;
	padding: 0px 0px 3px 0px;
	margin-bottom: 5px;
}

#instruction .detail p {
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}

#instruction .detail p span {
	width: 100px;
	float: left;
	white-space: nowrap;
}

#instruction .d-list {
	list-style: none;
	padding: 5px 0px 5px 0px;
}

#instruction .d-list li {
	background-image: url(../images/right_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding: 1px 0px 1px 15px;
	margin-left: 10px;
	font-size: 11px;
}

#instruction .c-list {
	list-style: none;
	padding: 5px 0px 5px 0px;
}

#instruction .c-list li {
	background-image: url(../images/right_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding: 3px 15px 3px 15px;
	margin-left: 10px;
	font-size: 12px;
}

#instruction .c-list li .color {
	color: #9E1F63;
}

#footer {
	width: 790px;
	margin: 0 auto 0 auto;
	text-align: center;
	padding-left: 80px;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 5px;
}

#footer p a {
	text-decoration: none;
	color: #006699;
}

#footer p a:hover {
	text-decoration: none;
	color: #9E1F63;
}

#footer_logo {
	float: right;
	width: 85px;
	height: 30px;
}	
