body {
	margin: 0px;
	background: #ebebeb url(../img/bg/home.gif) repeat-y center;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-size: 11px; /* FONT */	
	color: #666;
}
#wrapper {
	width: 1000px;
	margin: auto;
}
#header {
	height: 122px;
	background: #fff url(../img/bg/header.gif) no-repeat;
}
#header img.left {
	float: left;
	margin: 43px 0px 0px 21px;
}
#header img.right {
	float: right;
	margin: 64px 36px 0px 0px;
}
#content {
	background: #fff url(../img/bg/content.gif) no-repeat top;
	height: auto !important;
	height: 439px;
	min-height: 439px;
	padding: 5px 18px 0px 17px;
	overflow: auto;	
}
#content_base {
	height: 7px;
	background: #fff url(../img/bg/content_base.gif) no-repeat;
}
#menu {
	height: 25px;
	color: #fff;			
	font-size: 11px;
	margin-bottom: 1px;
}

/* The default "column" widths here can be modified on a per-page basis at the end of this sheet */
#left, #right {
	float: left;
	height: auto !important;
	height: 409px;
	min-height: 409px;
	overflow: auto;
}
#left {
	width: 623px;
	border-right: solid #217ac2 23px;
}
#right { /* Why is this necessary? Why does FF keep inserting "lines" everywhere? */
	line-height: 0px;
	padding-left: 5px;		
	width: 314px;	
	overflow: hidden; /* This prevents Safari from adding scrollbars to the image panel on the right */
}

#right div.person {
	overflow: hidden;
}
#right div.person div.summary {
	float: left;
	line-height: 1em;
}
#right div.person div.summary p.name {
	font-family: Georgia, sans-serif;
	color: #217ac2;
	margin-bottom: 0.3em;
	font-size: 11px;
}
#right div.person div.summary p.title {
	font-size: 10px;
	font-size: 11px; /* FONT */	
	margin-top: 0px;
	font-style: italic;
}

#right div.person div.photo {
	float: left;
}

#content p.breadcrumb {
	margin-left: 8px;
	font-size: 11px;
}
#content p.breadcrumb a {
	color: #666;
}

#content div.content {
	padding: 10px 26px 10px 32px;
	float: none;
}
#content div.content h1 {
	font-size: 10px;
	font-size: 11px; /* FONT */
	font-weight: normal;
	text-transform: uppercase;
}
#content div.content h2 {
	font-family: Georgia, sans-serif;
	font-size: 11px;
	color: #217ac2;
	font-weight: normal;
	margin-bottom: 0.2em;
}
#content div.content h3 {
	font-size: 10px;
	font-size: 11px; /* FONT */	
	margin-top: 0px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 1.5em;
}
#content div.content p {

}

#pods {
	overflow: auto;
}
#pods div {
	height: 152px;
	float: left;
	padding-top: 7px;
	width: 312px;
}
#pods h2 {
	display: block;
	width: 306px;
	font-size: 11px;
	margin: 0px 0px 2px 0px;
	padding: 6px 0px 0px 6px;
	height: 18px;
	color: #fff;
	text-transform: uppercase;
	background: #b3b0af url(../img/bg/pod_h2.gif) repeat-x;
}

#pods h2 a {
	color: #fff;
}
#pods div.left {
	background: #fff url(../img/bg/pod_left.gif) no-repeat;
	padding-left: 16px;
	padding-right: 8px;						
}
#pods div.right {
	background: #fff url(../img/bg/pod_right.gif) no-repeat;
	padding-left: 7px;
	padding-right: 17px;
}
#pods div.centre {
	background: #fff url(../img/bg/pod_centre.gif) no-repeat;
	padding-left: 8px;
	padding-right: 8px;
}

#pods div.wide {
	width: 639px;
	background: #fff url(../img/bg/pod_wide.gif) no-repeat;
	padding-left: 8px;
	padding-right: 17px;	
	color: #666;		
}
#pods div.wide div {
	height: auto;
	padding-top: 0px;
}
#pods div.wide div.content_left, #pods div.wide div.content_right {
	padding-top: 10px;
}
#pods div.wide div.content_left {
	width: 309px;
	padding-left: 20px;
}
#pods div.wide div.content_right {
	width: 280px;
	padding-left: 30px;
}
#pods div.wide h3, #pods div.wide p {
	font-size: 11px;
	font-weight: normal;
	margin: 1em 0px;
}
#pods div.wide h3 {
	text-transform: uppercase;
}

#content div.content div.pod_small {
	height: 92px;
	float: left;
	padding-top: 6px;
	width: 248px;
	margin-right: 3px;
	float: left;	
	background: #fff url(../img/bg/pod-small.gif) no-repeat;
	padding-left: 6px;
	padding-right: 6px;	
	
}
#content div.content div.pod_small h2 {
	display: block;
	width: 242px;
	font-size: 11px;
	margin: 0px 0px 1px 0px;
	padding: 2px 0px 0px 6px;
	height: 16px;
	color: #fff;
	font-weight: bold;
	background: #b3b0af url(../img/bg/pod-small_h2.gif) repeat-x;
	font-family: Arial, sans-serif;
}
#content div.content div.pod_small h2 a {
	color: #fff;
}

#footer {
	margin-left: 14px;
	color: #979ea4;
}
#footer a {
	text-decoration: none;
	color: #979ea4;
	margin: 0px 5px;
}

/* Some more specific styles: */

#left ul { /* This may need fine-tuning */
	xlist-style-type: square;
	margin: 0px 0px 20px 20px;		
	padding: 0px;
}


#left ol {
	margin-left: 30px;
	padding: 0px;
	color: #459ae0;
}

#left ol li {
	font-size: 24px;
	color: #459ae0;
	font-family: Georgia, sans-serif;
	border-bottom: 1px dotted #666;
	padding-bottom: 10px;
}
#left ol li span, #left ol li div {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #666;
}
#left ol li div {
	padding-top: 0.7em;
}

#content div.watermark {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right 27px;
	overflow: auto;
}
#content div.shot {
	background-repeat: no-repeat;
	background-position: right 27px;
	overflow: auto;
}

/* Page specific styles */
body.home #content {
	padding-bottom: 0px;
	height: 434px;
	min-height: 434px;
}

/*Tweak column widths here:
body #left {
	width: 623px;
}
body #right {
	width: 314px;
}
*/

body.gallery #left {
	width: 298px;	
}
body.gallery #right {
	width: 639px;
}

body.contact-us #left, body.tell-us-your-story #left {
	width: 301px;
	height: 567px;
	min-height: 567px;
}
body.contact-us #right, body.tell-us-your-story #right {
	width: 636px;
}

/* Override sub-pages of "Contact Us"; this is a bit messy */
body.contact-us.getting-here #left, body.contact-us.join-our-team #left {
	width: 623px;
	height: 409px;
	min-height: 409px;
}
body.contact-us.getting-here #right, body.contact-us.join-our-team #right {
	width: 314px;
	height: 409px;
	min-height: 409px;
}

body.our-support-team #left {
	height: 567px;
	min-height: 567px;
}

/* Generic styles */

a {
	color: #217ac2;
	text-decoration: none;
}
a.pdf {
	font-weight: bold;
}

a img {
	border: none;
}

div.clear {
	clear: both;
	line-height: 0px;
}
