@charset "UTF-8";
/* Pacific Art Group - Contact Page Image CSS */

div#content h2{height:94px;background: transparent url(../images/head-contact.jpg) no-repeat top left;}

#nav {background: url(../images/nav-contact-wide.gif);}

#nav1 a:hover {background: url(../images/nav-contact-wide.gif) -235px 0% no-repeat;}
#nav2 a:hover {background: url(../images/nav-contact-wide.gif) -364px 0% no-repeat;}
#nav3 a:hover {background: url(../images/nav-contact-wide.gif) -493px 0% no-repeat;}
#nav4 a:hover {background: url(../images/nav-contact-wide.gif) -622px 0% no-repeat;}
#nav5 a:hover {background: url(../images/nav-contact-wide.gif) -150px 0% no-repeat;}
#nav6 a:hover {background: url(../images/nav-contact-wide.gif) -0px 0% no-repeat;}

dl {clear: both; font-size:1.3em; color:#6E5C50;}
dt {float: left; line-height: 1.4em; color:#6E5C50;}
dd {float: right;	text-align: left; width: 205px; line-height: 1.4em; color:#6E5C50;}

#content a:link,
#content a:visited {color:#6E5C50;border-bottom: 1px dotted #6E5C50;}
#content a:hover,
#content a:active {color:#7D0E07;border-bottom: 1px dotted #7D0E07;}

#content #logbutton {
	clear: both;
	padding-top: 0px;
	margin: 0 0 0 53px;;
}
#content #logbutton a {
	display: block;
	font-size: .85em;
	line-height: 1.5em;
	font-weight: normal;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	padding: 3px;
	width: 120px;
}
#content #logbutton a:link, 
#content #logbutton a:visited {
	background-color: #909859;
	color: #FFF;
	border: 1px solid #909859;
	border-bottom: 1px solid #909859;
}
#content #logbutton a:hover, 
#content #logbutton a:active {
	color: #FFF;
	background-color: #7D0E07;
	border: 1px solid #7D0E07;
	border-bottom: 1px solid #7D0E07;
}

#login div#content h2{height:94px;background: transparent url(../images/head-login.gif) no-repeat top left;}
#login .scroll p {
	padding-bottom: .6em;
}
#login .scroll label {
	color:#6E5C50;
	font-weight: bold;
}
.login {
	width: 160px;
	border: 1px solid #9E9086;
}
input.loginbutton {
	border: 1px solid #9E9086;
}
/*
input.loginbutton {
	display: block;
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: normal;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	padding: 3px;
	width: 80px;
}
input.loginbutton {
	background-color: #909859;
	color: #FFF;
	border: 1px solid #909859;
	border-bottom: 1px solid #909859;
}
input.loginbutton:hover {
	color: #FFF;
	background-color: #7D0E07;
	border: 1px solid #7D0E07;
	border-bottom: 1px solid #7D0E07;
} */