@charset "UTF-8";

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #2F2F2F;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #960;
}

p { font-family:Georgia, "Times New Roman", Times, serif; }

#head {
	height: 162px;
	margin-bottom: 4em;
}

#branding h1 a {
	background-image: url(../images/gppracticedesign-logo.png);
	background-repeat: no-repeat;
	height: 126px;
	width: 230px;
	text-indent: -10000px;
	margin-top: 36px;
	display: block;
	border-bottom-style: none;
}

#head #navigation ul {
	margin-top: 108px;
	float: right;
	list-style-type: none;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
}

#head #navigation li {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	display: inline;
	padding-left: 20px;
}

a {
	color:#963;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #595959;
}

a:focus,
a:hover {
	color:#333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#content {
	background-image: url(../images/side-background.png);
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DBE798;
	margin-bottom: 20px;
}

#content-about {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DBE798;
	margin-bottom: 20px;
	background-image: url(../images/side-background.png);
	background-repeat: no-repeat;
}

#introduction { margin-bottom: 2em; }

#introduction h2 {
	color: #666;
	font-style: italic;
}

.column {
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../images/column-background.png);
}

h3 { color: #1A5651; }

#main-content { background-image: none; }

#footer {
	font-style: italic;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #960;
	padding-top: 5px;
	margin-top: 3em;
	color: #1A5651;
	font-size: 0.9em;
}

h6 { margin: 0px; }

#blurb { padding-top: 18px; }

#blurb blockquote p { font-size: 1.25em; }

#services { margin-top: 1.5em; }

#bespoke {
	background-image: url(../images/price-bespoke.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#standard {
	background-image: url(../images/price-standard.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#blurb ul { list-style-type: none; }

.price a { border-bottom-style: none; }
