/* © Copyright 2006 Kevin Finlayson. All Rights Reserved.


/* GLOBAL RESET */

* {
padding:0;
margin:0;
font-size: 1em;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin: 20px 0;
}

li, dd {
	margin-left: 40px;
}

fieldset {
	padding:10px;
}

/* STRUCTURE */

/* Uncomment for full-height pages
html, body {
height: 100%;
}
*/

body {
	font: 73%/1.6em "Lucida Grande", helvetica, sans-serif;
	color: #1a1a1a;
/*	background: #ffffff url("../comps/) repeat left top;*/
}

/*center layout*/

#wrapper {
	height:720px;
	width: 940px;
	margin: 20px;
	margin-top: 0px;
	position:relative;
	float: left;
}

#header {
	height: 90px;
	width: 940px;
	position:relative;
	border-bottom: 1px solid #aaa;

}

#content {
	width: 940px;
	height: auto;
	float: left;
  	min-height: 480px;
/*	position:relative;*/

}

#index #content {
 min-height: 525px !important;
}

#marquee {
	height: 36px;
	border-bottom: 1px solid #aaa;
	width: 940px;
	float: left;
	position:relative;
		font-size: 0.93em;
}


.column1 {
	width: 100px;
	height: auto;
	min-height: 380px;
	float: left;
	padding: 25px 0px 0px 0px;
	position:relative;
/*	background-color: #DDD;*/
}

.column2 {
	width: 340px;
	height: auto;
/*	min-height: 420px;*/
	float: left;
	margin-left: 20px;
	padding: 20px 0px 0px 0px;

}

.column3 {
/*	min-height: 420px;*/
	width: 460px;
	height: auto;
	float: left;
	margin-left: 20px;
	padding: 25px 0px 0px 0px;
/*	background-color: #eee;	*/
}

#footer {
	width: 940px;
	margin:0;
	padding: 5px 0px;
	clear: left;
	border-top: 1px solid #aaa;
	color: #3a3a3a;
	position:relative;
/*	background-color: #DDD;	*/
	height: 20px;
	font-size: 0.93em;
}

/* NAVIGATION */

ul#nav {
	width: 100px;
	list-style: none;
	margin-top: 0px;
	line-height: 1.5em;
	position:absolute;
	left: 0px;
	bottom: 60px;

}

ul#nav li {
	display: block;
	height: 30px;
	margin-left: 0px;
}

ul#nav li a, ul#nav li a:visited {
	display: block;
	width: auto;
	padding: 10px 0px 8px 0px;
	font: 1.18em/1.3 'Lucida grande', helvetica, sans-serif;
	color: #4a4a4a;
	letter-spacing: 0.1em;
	height: 12px;
	margin: 0;
	float: left;
	text-transform: uppercase;
	text-decoration: none;
}

ul#nav li a:hover {
	text-decoration: underline;
	background-color: transparent;
}

#index #projects_nav a,
#profile #profile_nav a,
#principals #principals_nav a,
#contact #contact_nav a {
	font-weight:bold;
	color: #1a1a1a;
}

/* TYPOGRAPHY */

p{
	margin: 0px 0px 15px 0px;

}

a, a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
/*	background-color: #000;  */
	color: #000;
}

h1, h2, h3, h4, h5 {
	font-family: "Lucida Grande", arial, sans-serif;
	color: #1a1a1a;
	margin-top: 0px;
	line-height: 1.4em;
}

h1 {
	font-size: 2.16em;
}

h2 {
	font-weight: normal;
	font-size: 1.84em;
	margin-bottom: 15px;
}

h1 a:hover {
	background-color: transparent;
}

h1 a, h1 a:visited {
	background-color: transparent;
}


h3 {
	font-size: 1.64em;
	color: #3a3a3a;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom:0px;
}

#privacy h3 {
	margin: 20px 0px;
}

h4 {
	font-size: 1.45em;
	color: #3a3a3a;
	font-weight: normal;
	margin-bottom: 10px;
}

h5 {
	font-size: 1.18em;
}

#marquee p {
	line-height: 1.4em;
	margin: 10px 0px;
}

#footer p {
	margin: 0;
}

/* ACCESSIBILITY */

a.logo_outdent {
	position: absolute;
	left: 0px;
	top: 15px;
	display: block;
	height: 47px;
	width: 290px;
	text-indent: -1999px;
	background: transparent url("comps/logo.gif") no-repeat left top;
 	padding-top: 0px;
 	margin-top: 0px;
}

.column2 ul {
	list-style: none;
	margin-bottom: 20px;
}

.footerright {
	position:absolute;
	top:5px;
	right: 0px;
}

ul {
	list-style: none;
	margin:0;
	padding:0;
}

li {
	margin: 5px 0px;
}

#credits li {
	margin: 5px 0px;
}

img {
	margin: 0px;
	padding:0px;
}

ul#marqueeright {
	position: absolute;
	top: 10px;
	right: 0px;
	display: none;
}

ul#marqueeright li {
	margin: 0px;
	line-height: 1.4em;
}

#principals .column2, #principals .column3, #profile .column2, #profile .column3, #contact .column2, #contact .column3 {
	width: 395px;
}

#profile .column3, #principals .column3, #contact .column3 {
/*	margin-top: 40px;  */
}

#profile .column3 {
		margin-top: 40px;
}

#privacy .column2 {
	width: 575px;
}

.address {
	width: 345px;
}

/* div slideshow styles */

.slide {
	width: 820px;
	height: 420px;
	position:relative;
	margin-left: 20px;
	float: left;
}

.slide h2 {
	position: absolute;
	top: 25px;
	left:0px;
	  width: 100px;
}

.h3wrapper {
	width: 340px;
	height: auto;
}

.slide img {
	position:absolute;
	top: 25px;
	right: 0px;
}

img a, img a:visited {
	background-color: transparent;
}

img a:hover {
	background-color: transparent;
}

img {
	border:none;
}

#imgDisplay_caption {
	display: none;
}

#imgDisplay_number {
	display: none;
}

#imgs-frame {
	min-height: 425px;
	padding-bottom: 25px;
	height: auto;


}

#index .column2 {
	width: 820px;
/*	float: none;
	position:absolute;
	top: 25px;
	left: 160px;*/

}

#principals .column3 {
	padding-top: 20px;
}

/* ir
------------------------------------------------------------------*/

h2 {
	text-indent: -19999px;
}

#profile h2 {
	background: #fff url('comps/profile_header.gif') no-repeat left top;
}

#principals .column2 h2 {
	background: #fff url('comps/ralph_header.gif') no-repeat left top;

}

#principals .column3 h2 {
	background: #fff url('comps/pina_header.gif') no-repeat left top;

}

#contact h2 {
	background: #fff url('comps/contact_header.gif') no-repeat left top;
	width: 500px;
}

#privacy h2 {
	background: #fff url('comps/privacy_header.gif') no-repeat left top;
	width: 700px;
}

#credits h2 {
	background: #fff url('comps/credits_header.gif') no-repeat left top;
}


/* slideshow
------------------------------------------------------------------*/

#image_loader {
	width: 820px;
	height: 420px;
	margin-bottom: 7px;
}

#image_loader div {
	display: none;
}

#image_loader h3 {
  display: none;
}

#pager {
	width: 470px;
	height: auto;
	min-height: 43px;
	float: right;
	margin-bottom: 13px;
}

.thumb {
	display: none;
}

#pager a:link, #pager a:visited {
	width: 40px;
	height: 36px;
	margin: 0px 0px 7px 7px;
	float: left;
}


#pager a:link img, #pager a:visited img {
	opacity: 0.5;
	filter: Alpha(opacity=50);
}

#pager a:hover img, #pager a.activeSlide img {
	opacity: 1;
	filter: Alpha(opacity=100);
}


#image_loader .slide-info {
  display: block;
  line-height: 1.3;
  position: absolute;
  font-size: 0.8em;
  bottom: -9px;
  text-align: right;
  width: 270px;
  left: 72px;
}

