body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	background: #e7e7e7;
	cursor: default;
	font-size: 14px;
	color: #606060;
}

#page {
	width:  790px;
	background-color: #fff;
	padding:  0 35px;
	margin: 0;
	margin-left: 30px;
	position: relative;
}

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
}

p, ul {
	line-height: 22px;
}

p {
	margin-top: 0.7em;
	margin-bottom: 1.4em;
}

ul {
	list-style-type: none;
	margin: 0.8em 0 1.4em 0;
	padding: 0;
}

ul li {
	display: inline;
}

a {
	text-decoration: none;
	color: #e15942;
}

a:hover {
	text-decoration: underline;
}

#body {
	padding: 0 25px;
}

/* @group Header */

#header {
	background-image: url(images/header.gif);
	position: relative;
	padding: 20px 25px 10px 25px;
	margin-bottom: 35px;
	color: #e24328;
	background-color: #fdf1ec;
}

#header h1 {
	margin: 0;
	font-size:  16px;
	color: inherit;
	display: inline;
}

#header .description {
	font-size: 14px;
	color: inherit;
	padding-left: 6px;
}

/* @end */

/* @group Body */

h2 {
	color: #ad2e10;

	padding-bottom: 4px;
	font-size: 24px;
}

#body h2, h3, h4 {
	color: #ad2e10;
}

#body h2, h3, h4, p {
	clear: both;
}

#body h3 {
	padding-top: 10px;
	color: #ad2e10;
	font-size: 19px;
}

#body .col1, .col2 {
	float: left;

}

#body h3 a, #body h2 a {
	color: inherit;
}


/* Column 1 */

#body .col1{
	width: 475px;
	margin-right: 35px;
	position: relative;
}

#body .col1 p.first {
	margin-bottom: 0.8em;
}

#body ul.qualifications {
	color: #808080;
	margin-bottom: 1.6em;
}

#body ul.qualifications li {
	display: inline;
	margin-right: 4px;
	font-size: 13px;
}

#body .more {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #e15942;
}

/* Column 2 */

#body .col2{
	width: 230px;
	margin-top: 0.8em;
	position: relative;
}

#body .col2 #nav {
	position: absolute;
	top: -34px;
}

#body .col2 #nav a{
	display: inline;
	margin-right: 25px;
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #ad2e10;
}

#body .col2 #nav a.selected {
	color: #ff7a5a;
}

#body .col2 #nav a.selected:hover {
	text-decoration: none;
}

#body .col2 img {
	border: 1px solid silver;
	width: 228px;
}

#body .col2 p.quote, #body .col2 p.contact {
	line-height: 22px;	
}

#body .col2 p.quote {
	color: #999;
	text-indent: -0.5em;
	text-align: left;
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
}

#body .col2 p.contact {
	margin-top: 14px;
	margin-bottom: 12px ;
	font-size: 15px;
	font-weight: bold;
	color: #333;
}

#body .col2 p.contact span{
	font-weight: normal;

}

#body .col2 p.contact a{
	font-weight: normal;
}

/* @end */


/* @group Footer */

#footer {
	margin: 0 25px;
	padding-top: 20px;
	padding-bottom: 25px;
	clear: both;
}

#footer p {
	color: #aaa;
	margin: 0;
	margin-bottom: 20px;
	font-size: 13px;
}

/* @end */

/* @group Section */

h2 {
	position: relative;
}

a.back {
	font: 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: absolute;
	right: 0;
	top: -29px;
	padding: 6px 11px;
}

#body ul.bulleted {
	list-style-type: disc; 
	list-style-position: inside;
	list-style-image: url(images/bullet.gif);
}

#body ul.small {
	font-size:13px;
}

#body ul.toc {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-top: 35px;
}

#body h4 {
	font-size: 15px;
	margin-bottom: 1.5em;
	padding-top: 15px;
	position: relative;
}

#body a.top {
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: absolute;
	right: 0;
	top: 1.6em;
}

/* @end */
















