* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 62.5%;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.4em;
	background: #CCC url(images/body_bg.gif) repeat-y top center;
	color: #666;
}
#wrapper {
	width: 1003px;
	margin: 0 auto;
}
.footer {
	width: 1003px;
}
/* Reusable Classes */
.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
.fullsize {
	font-size: 1.2em !important;	
}
/* Global Styles */
p {
	font-size: 1.2em;
	margin-bottom: 1em;
}
h1, h2, h3 {
	margin-bottom: 1em;	
}
h1 {
	font-size: 1.8em;	
}
h2 {
	font-size: 1.6em;	
}
h3 {
	font-size: 1.4em;	
}
a, a:visited {
	color: #003499;
	text-decoration: underline;
}
a.email {
	background: transparent url(images/icon_email_light.gif) left top no-repeat;
	padding-left: 20px;
	display: block;
}
img {
	border: none;	
}
/* Header */
#header {
	background: transparent url(images/heading_bg.jpg) no-repeat top left;
	padding-top: 20px;
}
#header .logo {
	float: left;
	width: 820px;
	background: #FFF;
	padding: 45px 0;
	display: inline;
}
#header .details {
	float: right;
	width: 160px;
	background: #FFF;
	padding: 10px 0;
	line-height: 1.8em;
	display: inline;
}
#header .details h1 {
	font-size: 1.4em;
	margin-bottom: 5px;
}
#header .details p {
	font-size: 1.3em;
	margin-bottom: 5px;
}
#header .white {
	background: #FFF;	
}
/* Content */
.content {
	background: transparent url(images/heading_bg.jpg) no-repeat top left;
	padding: 0 40px;
	margin-bottom: 20px;
}
.content h2 {
	height: 36px;
	line-height: 36px;
	color: #FFF;
}
h2.small_caps {
	text-transform: uppercase;
	font-weight: normal;
	color: #CCC;
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
}
.main_heading .left {
	float: left;
	width: 350px;
}
.main_heading .right {
	float: right;
	color: #CCC;
	height:36px;
	line-height:36px;
	width: 550px;
	text-align: right;
}
.main_heading .right a.email {
	display: inline;
	color: #CCC;
	background: transparent url(images/icon_email_dark.gif) left top no-repeat;
}
.main_heading .right .large {
	margin-right: 30px;	
	font-size: 130%;
}
.main_heading .right .small {
	font-size: 90%;
}
/* Current Companies */
.company p {
	font-size: 1.1em;	
}
.company td {
	padding-bottom: 15px;
	vertical-align: top;
}
.company td.meta {
	padding-left: 15px;	
}
.company .nopad td {
	padding-bottom: 0;	
}
.company .meta td.title {
	border-right: none;	
}
td.logo {
	width: 273px;
	padding-right: 40px;
	text-align: right;
}
td.title {
	padding-right: 15px;
	border-right: 2px solid #CCC;
	width: 160px;
	;
}
td.address {
	padding: 0 10px 0 13px;
	border-right: 2px solid #CCC;
	width: 140px;
}
td.phone {
	width: 150px;
	padding-left: 10px;
	padding-right: 0px;
	border-right: 2px solid #CCC;
}
td.email {
	width: 120px;
	padding-left: 10px;
}
td.email a, td.email a:visited {
	color: #666;
}
/* Magazine */
.magazine {
	padding-top: 60px;	
}
.mgz_title {
	width: 273px;
	margin-right: 35px;
	float: left;
}
.mgz_blurb {
	width: 380px;
	float: left;
	margin-right: 20px;
}
.mgz_blurb p {
	font-size: 1.1em;	
}
.mgz_extract {
	width: 210px;
	float: left;
}
/* Footer */
.footer {
	background: transparent url(images/heading_bg.jpg) no-repeat top left;
	text-align: center;
	float: left;
	display: inline;
	padding: 60px 0 40px;
}
.footer a.email {
	display: inline;
	color: #666;
}
.footer p {
	margin-bottom: 0;	
}
