/* GENERAL */
* {
	padding: 0;
	margin: 0;
	text-decoration: none;
}
.clear {
  clear: both;
  height: 1px;
  margin-bottom: -1px;
  line-height: 0px;
  display: block;
  font-size: 0px;
}
body {
	font-size: 62.5%;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, sans-serif;
	margin-bottom: 50px;
	color: #000;
}
img {
	border: 0;
}

h3 {
	font-weight: normal;
	letter-spacing: .2em;
	margin: 30px 0 0 0;
}
a:link, a:visited {
	color: #D6523A;
}
a:hover, a:action {
	color: #D6523A;
}

/* LAYOUT & TYPE */
body {
	text-align: center;
	}
div#content {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}
div#masthead {
	width: 300px;
	margin: 10px 0 0 0;
	float: left;
	text-align: right;
}
div.rightcol {
	width: 430px;
	text-align: left;
	margin: 0 0 0 300px;
	padding: 0 0 0 20px;
}
div.rightcol p {
	text-align: justify;
}
div#pictures {
	width: 430px;
	height: 440px;
	text-align: left;
	background-image: url(shadow.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 0 0 300px;
	padding: 0 0 0 10px;
}

/* NAV */
ul#nav {
	margin: 20px 10px 0 0;
	font-size: 1.2em;
	letter-spacing: .1em;
}
ul#nav li {
	list-style-type: none;
	margin: 0 0 .75em 0;
}
ul#nav a:link, ul#nav a:visited {
	color: #000;
}
ul#nav a:hover, ul#nav a:active {
	color: #D6523A;
}
div#subNav {
	background: url(http://www.jimmwright.com/img/subNavbg.jpg) repeat-y top right;
	padding: 5px 5px 4px 0;
	margin: 0 0 5px 0;
}
ul#subNav li {
	font-size: .8em;
}
ul#subNav a:link, ul#subNav a:visited {
	color: #000;
}
ul#subNav a:hover, ul#subNav a:active {
	color: #D6523A;
}


/* FAQ */
div#faq {
	background-image: url(img/shadow.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 1.6em;
	padding-top: 115px;
}
dl {
	font-size: 1.2em;
}
dt {
	font-weight: bold;
	color: #000;
	text-align: justify;
}
dd {
	margin: 0 0 15px 0;
	color: #000;
	text-align: justify;
}

/* RAVES */
div#raves {
	color: #000;
	font-size: 1.2em;
	background-image: url(img/shadow.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 1.6em;
	padding-top: 115px;
}
div#raves p {
	margin: 10px 0 10px 0;
	padding: 15px 0 15px 0;
}
div#raves p+p {
	border-top: 1px dotted #ccc;
}
span.city {
	font-style: italic;
}

/* ABOUT */
div#about {
	color: #000;
	font-size: 1.2em;
	background-image: url(img/shadow.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 1.6em;
	padding-top: 115px;
}
div#about p {
	margin: 10px 0 10px 0;
}
img.inline {
	padding: 7px;
	border: 1px solid #ddd;
}
img.right {
	float: right;
	margin: 5px 0 10px 10px;
}
img.left {
	float: left;
	margin: 5px 10px 10px 0;
}
div#about ul {
	margin: 1em 0 .2em 0;
}
div#about li {
	margin: .2em 0 0 30px;
}

/* SERVICES */
div#services {
	color: #000;
	font-size: 1.2em;
	background-image: url(img/shadow.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 1.6em;
	padding-top: 115px;
}
dl#services {
	font-size: inherit;
}
dl#services dd {
	font-style: italic;
}

/* PORTFOLIO */
div#portfolio {
	background-image: url(img/shadow.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 115px;
}
div#portfolio img {
	padding: 3px
}
div#portfolio a:link img, div#portfolio a:visited img {
	border: 1px solid #fff;
}
div#portfolio a:hover img, div#portfolio a:active img {
	border: 1px double #aaa;
/*	background-color: #efc584; */
}
div#portfolio h2 {
	color: #D6523A;
	font-size: 1.2em;
	font-weight: normal;
	padding: 0 0 3px 3px;
	margin-top: 15px;	
}
div.portfolio-group {
	margin: 15px 0 15px 0;
}