/* Site design, styles and layout copyright Base Media. Any unauthorised use strictly prohibited */

* {
	padding: 0;
	margin: 0;	
}
html {
	height: 100%;
}
body {
	min-width: 997px;
	height: 100%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #fff;
	background: #b10000 url(/_images/body_bg.gif) top left repeat-x;
}
img, a img {
	border: 0;
}
acronym, abbr {
	border-bottom: none;
}
#homelink {
	position: absolute;
	left: 29px;
	top: 14px;
	width: 168px;
	height: 149px;
}
#headerright {
	height: 283px;
	width: 478px;
	text-align: right;
	position: absolute;
	top: 23px;
	right: 13px;
	background: transparent url(/_images/mission_statement.png) top left no-repeat;
}
#homepagephotos {
	 position: relative;
	 margin-left: -12px;
	 left: 6px;
	 top: -7px;
	 height: 283px;
	 background: #fff url(/_images/homepagephotos.jpg) top left repeat-x;
	 display: block;
}
#container {
	padding-left: 227px;     /* menu fullwidth (incl padding) */
	padding-right: 55px;     /* right fullwidth (incl padding) + content padding */
	min-height: 100%;
	overflow: hidden;
	position: relative;
}
#container .column {
	position: relative;
	float: left;
	padding-bottom: 1001em;     /* X + padding-bottom */
	margin-bottom: -1000em;     /* X */
}
#content {
	padding: 30px 20px;       /* content padding */
	width: 100%;
	color: #666;
	background: #fff url(/_images/header_bg.gif) top left repeat-x;
}
#photo, #nophoto {
	float: right;
	height: 250px;
	position: relative;
}
#photo {
	width: 292px;
	top: -33px;
	right: -35px;
	margin-left: -35px;
	margin-bottom: -33px;
}
#nophoto {
	width: 8px;
	right: -28px;
	top: -30px;
	background: transparent url(/_images/nophoto.png) top right no-repeat;
}
.photo1 {
	background: transparent url(/_images/photo1.png) top right no-repeat;
}
.photo2 {
	background: transparent url(/_images/photo2.png) top right no-repeat;
}
.photo3 {
	background: transparent url(/_images/photo3.png) top right no-repeat;
}
.photo4 {
	background: transparent url(/_images/photo4.png) top right no-repeat;
}
.photo5 {
	background: transparent url(/_images/photo5.png) top right no-repeat;
}
.photo6 {
	background: transparent url(/_images/photo6.png) top right no-repeat;
}
#menu {
	width: 227px;             /* menu width */
	left: -267px;         /* menu fullwidth (incl padding) + content padding */
	margin-left: -100%;
	background: #b10000 url(/_images/menu_bg.gif) top right repeat-y;
	font-size: 0.8em;
}
#menu img {
	display: block;
	/* fix IE's 'gap after image' problem - leave in main css in case other browsers need it too */
}
#right {
	width: 15px;             /* right width */
	margin-right: -100%;
	background: #b10000 url(/_images/content_bg.gif) top left repeat-y;
	margin-top: 227px;
	margin-bottom: -227px;
}
#footer {
	clear: both;
	background: #b10000 url(/_images/footer_right_bg.gif) bottom right no-repeat;
}
#footerleft {
	position: relative;
	left: -8px;
	background: #fff url(/_images/footer_left_bg.gif) left bottom no-repeat;
	width: 15px;
	float: left;
	padding-bottom: 18px;
	height: 1.2em;
	margin-top: -10px;
	padding-top: 10px;
}
#copyright {
	margin-left: 227px;
	margin-right: 15px;
	background: #fff url(/_images/footer_bg.gif) bottom left repeat-x;
	text-align: right;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-top: 10px;
	height: 1.2em;
}
#copyright, .note {
	color: #999;
	font-size: 0.8em;
}
h1 {
	color: #ff0000;
	font-family: "Helvetica CY", "Arial Narrow", Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-bottom: 0.5em;
}
h2 {
	color: #b10000;
	font-weight: normal;
	border-bottom: 1px dotted #ddd;
	margin-bottom: 0.4em;
	font-size: 1.3em;
}
h3 {
	color: #ff0000;
	font-weight: normal;
	font-size: 1.2em;
}
h4 {
	color: #777;
	font-size: 1.0em;
	font-weight: bold;
}
ul, ol {
	margin-left: 2em;
}
p, ul, ol, address, table {
	margin-bottom: 1em;
	line-height: 1.4em;	
}
ul {
	list-style-image:  url(/_images/square_bullet.gif);
}
a, a:link, a:visited {
	color: #ff0000;
	text-decoration: underline;
}
a:focus, a:hover, a:active {
	text-decoration: none;
}
#menu ul {
	margin: -40px 14px 0 14px;
	list-style: none;
	float: left;
	width: 199px;
	line-height: normal;
	list-style-image: none;
	z-index: 1;
	border-bottom: 1px solid #c22020;
}
#menu ul:after {
	clear: both;
}
#menu li {
	position: relative;
	float: left;
	line-height: 1.25em;
	width: 199px;
	border-bottom: 1px solid #9e0202;
	border-top: 1px solid #c22020;
}
#menu li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	margin-top: -2.5em;
	margin-left: 199px;
	padding-left: 14px;
	border-right: 1px solid #9e0202;
	border-bottom: none;
}
#menu li ul li {
	background-color: #b10000;
	border-left: 1px solid #c22020;
}
#menu li ul ul { /* third-and-above-level lists */
	left: -999em;
	padding-left: 0;
}
#menu li a, #menu li a:link, #menu li a:visited {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0.6em 0.3em;
}
#menu li a:focus, #menu li a:hover, #menu li a:active, #menu li.sfhover {
	background: #9e0202 url(/_images/menu_item_bg_over.gif) top left repeat-x;
	/*text-shadow: #9e0202 1px 1px 1px;*/ /*CSS3 text-shadow - future implementation*/
}
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
h2 img {
	margin-bottom: -2px;
}
p.date {
	font-size: 0.8em;
}
table {
	border-collapse: collapse;
}
th, td {
	text-align: left;
	vertical-align: top;
	padding: 5px 16px;
	font-weight: normal;
}
table address {
	margin-bottom: 0;
}
.contact {
	margin: 10px 20px 20px 20px;
	margin-right: 270px;
	background: #fff url(/_images/profile_bg.gif) top left repeat-x;
	border-top: 1px solid #cdcdcd;
	display: block;
}
.contact .header {
	color: #b10000;
	font-weight: bold;
	padding-top: 13px;
	padding-bottom: 13px;
}

/*Inner Menu and File List*/
.innermenu, .innermenu ul {
	width: 300px;
}
.innermenu, .innermenu ul, .filelist {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0;
}
.innermenu li, .filelist li {
	margin: 5px;
}
.filelist li {
	padding-left: 1.1em;
	text-indent: -1.2em;
}
.filelist a {
	padding: 8px 0;
}
a.pdf, a.img {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 0em 0.6em;
}
a.pdf {
	background-image: url(/_images/filelist/page_white_acrobat.png);
}
a.img {
	background-image: url(/_images/filelist/page_white_picture.png);
}
.innermenu a, .innermenu a:link, .innermenu a:visited {
	background-color: #efefef;
	display: block;
	color: #000;
	padding: 5px;
}

/*General Photos within content*/
.image {
	color: #666;
	text-align: center;
	border: 1px solid #cdcdcd;
	background-color: #f0f0f0;
	padding: 4px;	
}
.left {
	margin-right: 10px;
	float: left;
}
.right {
	margin-left: 10px;
	float: right;
}
.image p {
	font-size: 0.8em;
	margin: 0;
}

/*Profiles and Ventures*/
.profile, .venture {
	margin: 10px 20px 20px 20px;
	border-top: 1px solid #cdcdcd;
	background: #fff url(/_images/profile_bg.gif) top left repeat-x;
}
.profile {
	margin-right: 270px;
}
.profile h2, .venture h2 {
	font-weight: bold;
	font-size: 1.0em;
	margin-bottom: 0;
	border-bottom: none;
}
.profile p, .venture p, .profile ul, .venture ul {
	font-size: 0.8em;
}
p.subline {
	margin-top: 0;
	font-size: 1.0em;
}
.portrait {
	position: relative;
	padding: 0 16px;
}
.profile .portrait {
	width: 114px;
	height: 114px;
	background: transparent url(/_images/profilephoto_bg.gif) top left no-repeat;
}
.venture .portrait {
	width: 272px;
	height: 272px;
	background: transparent url(/_images/venturephoto_bg.gif) top left no-repeat;
}
.portrait img {
	margin-top: 19px;
}
.details {
	position: relative;
	padding: 13px;
	height: auto;
}
.profile .details {
	margin-top: -114px;
	margin-left: 114px;
	min-height: 114px;
}
.venture .details {
	margin-top: -272px;
	margin-left: 272px;
	min-height: 272px;
}
li ul {
	margin-top: 1em;
}
dd {
	margin-bottom: 0.5em;
}


/*Photo Galleries*/
div.thumbcontainer {
	width: 100%;
	overflow: auto;
}
div.thumbnail {
  	float: left;
	margin: 3px;
	border: 1px solid #cdcdcd;
	padding: 3px !important;
	background-color: #f0f0f0;
	text-align: center;
	overflow: hidden;
	font-size: 0.6em;
	color: #585858;
  }
div.thumbnail img {
  	border: 1px solid #ccc;
  }
div.thumbcaption {
	border: none;
	text-align: left;
	width: 100px;
}
div.thumbcaption {
	border: none;
	text-align: left;
	width: 100px;
	/*height: 41px;*/
}
div.thumbenlarge {
	float: right;
	border: none;
	background: none;
}
div.thumbenlarge a, div.thumbenlarge img {
	display: block;
	border: none;
	background: none;
}

.centrebold {
	font-weight: bold;
	text-align: center;
}
.quote {
	font-style: italic;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
.citation {
	font-size: 0.8em;
	text-align: right;
	margin-top: -1em;
}
.newspaper {
	padding: 10px 10px 0 10px;
	border: 1px solid #ccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	margin-bottom: 1em;
}
.newspaper h2 {
	border-bottom: 0;
	color: #666;
}

/*Clear Floats*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: block;
}