
@import url(base/pink.css);

/*
 set main menu to on*/
#nav li.mm8 a {
  background: url(../images/pinkButtonBack_O.gif)  bottom repeat-x;
}
/* 
fix some sub menu stuff*/
#nav li.mm8 ul li a {
  background: #fff;
}
#nav li.mm8 ul li a:hover {
  background: #d91a76;
}
/* 
turn on sub menu */
#nav li.mm8 ul {
left: 0px;
	width:670px;
}

/* 
set sub menu to on*/
#nav li ul li.mm8a a {
background:#d91a76;
color:#fff;
padding:2px 5px;
}
#text {
margin:0 0 100px 0;
}

/*
 bottom image thng */
#copyright div#graphic {
	background: url(../images/contactGraphic.gif) no-repeat;
	width:436px;
	height:464px;
	position:absolute;
	top:-434px;
	right:50px;
}
/* 
headline palcement and image */
#text h1 {
	clear:both;
	display:block;
	margin:30px 0 30px 0;
	width:440px;
	height:69px;
	background:url(../images/templateContactInformation.gif) no-repeat;
}
#form h1 {
	clear:both;
	display:block;
	margin:170px 0 30px 0;
	width:440px;
	height:69px;
	background:url(../images/ContactUs.gif) no-repeat;
}
/*text width and placement */
#text p, #text p a, #form p, #form p a {
	color: #868686;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	padding:0;
	text-align:justify;
}
#form , p, #text  p {
	clear:both;
	display:block;
	margin:10px 0 0 0;
	width:332px;
}
#text  p strong, #form  p strong {
	color: #d91a76;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
}
#text  p a,#form  p a  {
	text-decoration:underline;
}
#text  p a:hover, #form p a:hover {
	text-decoration:none;
}
#form p input, #form p textarea {
display:block;
width:100%;
margin:0 0 5px 0;
}
#form p.button
{
text-align:right;
}
#form p.button input{
display: inline;
width: auto;
margin:0 0 5px 0;
}
/*placement for the unordered list */
div#text ul {
margin:25px 0 50px 0;
width:315px;
}
/*
width of list emiments columnWidth - 17px  */
div#text ul li {
width:315px;
}
