/* force vertical scrollbar in ff */
html { 
	min-height: 100.2%; 
}

/* 																HTML TAG RESET */
body, 
h1, h2, h3, h4, h5, h6,
img,
p,
ul, li { 
	padding: 0; 
	margin: 0; 
	border: 0;
}


/* 																HTML TAG DEFINITIONS */
body {
	font-size: 62.5%;
	background: #fff;
 	margin:  0;
}



a {
	outline:none;
	text-decoration: none;
}

a img {
	border:none;
	background:none;
	outline:none;
}

p {
	margin-bottom: 15px;
}


/* 																PAGE STRUCTURE */

#banner {
	width: 1000px;
	font-size: 1.2em;
	font-family: georgia, serif;
	line-height: 1.6em;	
	color: #202020;
	margin: 10px auto 0;
	padding-left: 35px;
}

h1.main-heading {
	  	color: #202020;
	  	float: left;
	  	font-size: 1.4em;
      	margin:0; 
      	padding:0;
     	position:relative;
     	width:500px; 
     	height:123px;
     	overflow:hidden;
      }
      
   	h1.main-heading span {
      	display:block;
      	position:absolute; 
      	left:0; 
      	top:0; 
      	z-index:1;
      	width:500px; 
      	height:123px;
      	margin:0; 
      	padding:0;
      	background:transparent url("images/banner.gif") top left no-repeat;
      }

#banner p, #banner img {
	float: left;
}

#banner p {
	margin: 45px 0 0 150px;
}

#banner-border {
	float: left;
	clear: both;
	width: 100%;  
	background: #fff url(images/banner-border.jpg) repeat-x top left;
	height: 56px;
}

#main-container {
	width: 970px;
	margin: 0 auto 0;
}

#page-container {
	width: 970px;
	background: #fff url(images/page-bg.jpg) repeat-y top center;
}

#right-column{
	float: right;
	width: 360px;
}

#left-column{
	float: left;
	width: 610px; 
}

	#left-column p {
		font-family:  georgia, serif;
		text-align: left;
		font-size: 1.6em;
		color: #404040;
		line-height: 1.4em;
	}
	
	#left-column .bio-info p {
		font-family:  'Courier New', Courier, monospace;
		font-size: 1.5em;
		color: #404040;
		line-height: 1.4em;
	}
	
	#left-column h2 {
		font-family: Arial, Helvetica, sans-serif;
		text-align: left;
		font-size: 1.6em;
		color: #68B9EF;
		text-transform: uppercase;
		font-weight: normal;
		line-height: 1.4em;
		padding-bottom: 6px;
		margin-bottom: 5px;
		background: transparent url(images/heading-bg.gif) no-repeat bottom left;
	}
	
	#left-column h2.longer-heading {
		background: transparent url(images/heading-bg2.gif) no-repeat bottom left;
	}
	#left-column h2.medium-heading {
		background: transparent url(images/heading-bg3.gif) no-repeat bottom left;
	}
	#left-column h2.shorter-heading {
		background: transparent url(images/heading-bg4.gif) no-repeat bottom left;
	}
	
h6.instructions {
	color: #606060;
	font-family: Verdana, Geneva, sans-serif;
	padding-bottom: 5px;
	letter-spacing: 0.05em;
	font-size: 1em;
	font-weight: normal;
}	

.padded-inner-right-column {
	padding: 0 10px 0 0 ; /*Margins for inner DIV inside each column (to provide padding)*/
}

.padded-inner-left-column {
	padding: 10px 20px 0 35px ; /*Margins for inner DIV inside each column (to provide padding)*/
}

#footer {
	float: left;
	clear: both;
	width: 100%;  
	background: #fff url(images/footer-bg.jpg) repeat-x top left;
	height: 185px;
	margin: 0;
}

#footer-content {
	width: 1000px;
	margin: 55px auto 0;
	padding-left: 55px;
}

p.quote {
	font-size: 4em;
	font-family: georgia, serif;
	color: #cfcfcf;	
	margin-bottom: 5px;
}

p.quote-source {
	float: right;
	margin-right: 65px;
	color: #68B9EF;
	font-family: Verdana, Geneva, sans-serif;
	padding-bottom: 5px;
	letter-spacing: 0.1em;
	font-size: 1.1em;
	font-weight: normal;
}

p.copyright {
	margin: 0 0 0 35px;
	padding: 0;
	font-size: 0.9em;
	font-family: verdana, georgia, serif;
	color: #606060;
}

#left-column a.facebox-thumb {
	float: left;
	border: 1px solid #c0c0c0;
	margin: 10px 12px 10px 0;
}

#left-column a.facebox-thumb-last {
	margin-right: 0;
}

/* 																MAIN LINKS */

ul#main-links {
	margin: 15px 0 0 0;
	text-align: left;
	text-transform: uppercase;
}

ul#main-links li {
	list-style-type: none;
	margin: 0 0 20px 0;
}
	
ul#main-links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #404040;
	padding-left: 45px;
}

ul#main-links a:link {
	color: #404040;
}

ul#main-links a:visited { 
	color: #404040;  
}  

ul#main-links a:hover {
	color: #68B9EF;
} 

ul#main-links a.current {	
	color: #68B9EF;
	background: url(images/arrow.gif) no-repeat top left;
}	

span.link-subhead {
	font-size: 0.8em;
	color: #808080;
	text-transform: none;	
	margin-left: 45px;
}
span.link-2ndline, img#services {
	margin-left: 45px;
}

.clear {
	clear: both;
}

.float-right {
	float: right;
}
 
div.bio-blurb-jgl {
	float: left;
	background: url(images/jgl2.gif) no-repeat 130px 0;
}
 
div#left-column div.bio-blurb-jgl p {
	text-align: justify;
}

div.bio-blurb-ao {
	float: left;
	background: url(images/ao2.gif) no-repeat 130px 0;
}

div.bio-blurb-jgl p, div.bio-blurb-ao p {
	margin: 65px 0 0 0;
	}
	
	
div.bio-info {
	float: left;
	width: 528px;
	margin: 0 0 20px 0;
	padding: 15px;
	background: #fff url(images/screen-bg3.gif) repeat top left; 
	border: 1px solid #cfecff;
}
	
div#gallery {
	background: #fff url(images/screen-bg2.gif) repeat top left; 
	border: 1px solid #f4f4f4;
}

img.bio-image, div#simplegallery1, div#simplegallery2 {
	float: left;
	margin: 0 10px 0 0;
}

.last {
	margin-bottom: 20px;
}

div#news {
	margin: 25px 0 10px 30px;
	padding: 10px;
	background: #fff url(images/screen-bg2.gif) repeat top left; 
	border: 1px solid #f4f4f4;
}

div#news h2 {
	font-size: 5em;
	color: #c0c0c0;
	font-family: 'Courier New', Courier, monospace;
	text-transform: none;
}

div#news h3, .not-found {
	font-size: 3em;
	color: #c0c0c0;
	font-family: 'Courier New', Courier, monospace;
	text-transform: none;
}

div#news-scroller h3.smaller {
	font-size: 1.4em;
}

div#news p {	
	font-size: 1.4em;
	color: #404040;
	font-family: 'Times New Roman', Times, serif;
	text-transform: none;
}

h5.news-headline {
	margin: 5px 0 0 0;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: 0.1em;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.4em;
	text-transform: uppercase;
}

h6.news-date {
	margin: 0;
	color: #68B9EF;
	font-family: Verdana, Geneva, sans-serif;
	padding-bottom: 5px;
	letter-spacing: 0.1em;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.4em;
}

/* 																BANNER EMAIL LINK */

#banner a:link {
	color: #202020;
}

#banner a:visited { 
	color: #202020;
}  

#banner a:hover {
	color: #68B9EF;
} 

#banner a.current {	
	color: #202020;
}	

/* 																TEXT LINKS for bio style */

#left-column .bio-info a {
	border-bottom: 1px dotted #68B9EF;
}

#left-column .bio-info a:link {
	color: #202020;
}

#left-column .bio-info a:visited { 
	color: #202020;
}  

#left-column .bio-info a:hover {
	color: #68B9EF;
} 

#left-column .bio-info a.current {	
	color: #202020;
}	

/* 																TEXT LINKS for other */

#left-column a  {
	border-bottom: 1px dashed #808080;
	color: #000;
	font-weight: bold;
}

a.text-link {
	border-bottom: 1px solid #68B9EF;
	font-weight: normal;
}

#left-column a:link, a.text-link:link {
	color: #000;
}

#left-column a:visited, a.text-link:visited { 
	color: #000;
}  

#left-column a:hover, a.text-link:hover {
	color: #68B9EF;
} 

#left-column a.current {	
	color: #000;
}	
/* 																TOOLTIPS */

#left-column a.tooltip  {
	border-bottom: 1px solid #68B9EF;
	padding: 2px;
	font-weight: normal;
	background: #fff;
}

#left-column a:link {
	color: #404040;
}

#left-column a:visited { 
	color: #404040;
}  

#left-column a:hover {
	color: #68B9EF;
} 

#left-column a.current {	
	color: #404040;
}	
 
 
/* 																BULLET POINTS */

ul.bullet-points {
	padding: 20px 15px 5px 20px;
	margin: 10px 0 25px 0;
	text-transform: none;
	font-family: Georgia, serif;
	text-align: left;
	font-size: 1.6em;
	color: #404040;
	line-height: 1.4em;
	background: url(images/screen-bg3.gif) repeat top left; 
	border: 1px solid #cfecff;
}

ul.bullet-points li {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding-left: 20px;
	background: url(images/hover-state.gif) no-repeat 0 7px;
}

a.project {
	display: block;
	float: left;
	padding: 10px 0 0 0;
}

a.project-l {
	padding-left: 25px;  /* change this right - left when adding a new item */
}


#left-column a.project {   /*stop inheritance of text link border style */
	border: none;
}
