@charset "utf-8";
/* CSS Document for vphelpsdesign.com*/

/* ==================
GENERAL
================== */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7150D0;
	background-color: #ffffff;
	margin: 0;
	position: relative;
}

#wrapper {
	width: 770px;
}

/* ==================
CONTENT
================== */

#contentLeft {
	text-align: right;
	float: left;
	width: 580px;
	margin-top: 0px;
	background-image: url(images/vsite_spiral.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	padding: 30px 0;
}

#title {
	letter-spacing: 0.17em;
	font-weight: bold;
	color: #7150D0;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 15px;
}

.phelps {
	color: #C9BDEE;
}

#subtitle {
	line-height: 20px;
	font-size: 13px;
	padding-right: .3em;
	letter-spacing: 0.1em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 50px;
}

#contentRight {
	float: right;
	width: 180px;
	display: inline;
	text-align: left;
	padding: 0 0 30px 0;
	margin-top: 170px;
}

#contentRight p {
	display: block;
}

#contentRight ul {
	list-style-type: none;
	color: #7150d0; /* med purple */
	font-weight: bold;
	margin-left: 0;
	padding-left: 0;
}

/*#contentRight ul li p {
	margin: 0;
	padding-left: 5px;
	letter-spacing: .1em;
} */

#contentRight ul li a:link {
	color: #7150D0;
	background-color: #fff;
}

#contentRight a:visited, a:active {
	text-decoration: none;
	color: #B3A2E7; /* lighter purple */
	background-color: #fff;
}

#contentRight a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #7150D0;
}

#contentRight dd {
	margin-left: 0;
	text-indent: 0;
}


.hed1 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7150D0;
	padding-top: 30px;
	padding-bottom: 30px;
}

.hed2 {
	color: #333333;
	line-height: 36px;
	letter-spacing: 0.3em;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}

.hed2 strong {
	color: #7150d0;
	font-weight: bold;
}

.righthed {
	text-align: left;
	word-spacing: .18em;
	line-height: 22px;
	letter-spacing: 0.3em;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

/* ==================
NAVIGATION
================== */

a:link, a;visited, a:hover, a:active {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

a: link {
	color: #7150D0;
	background-color: #FFFFFF;

}

a:visited, a:active {
	color: #B3A2E7;
	background-color: #FFFFFF;
}

a:hover {
	color: #FFFFFF;
	background-color: #7150D0;
}

#page {
	font-family: Arial, Helvetica, sans-serif;
	color: #7150D0;
	text-align: left;
	padding-top: 270px;
	letter-spacing: 0.3em;
}
#site_links {
	clear: both;
	}

.text {	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #7150D0;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}

.clear {
	clear: both;
}



/* ==================
FOOTER
================== */

#footer {
	width: 100%;
	font-size: .8em;
	text-align: right;
	letter-spacing: 0.05em;
}

#footer p {
	margin-top: 5px;
	margin-right: 190px;
}



