	/*
	dotSquared Global CSS Document
	developed by Vanessa Eley at dotSquared - www.dotsquared.co.uk
	*/
/* Reset */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, acronym, img, ol, ul, li
 {margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;}

/* General */
A:link {color: #F26722; text-decoration:none;}
A:active {color: #F26722; text-decoration:none;}
A:visited {color: #F26722; text-decoration:none;}
A:hover {color: #50B848; text-decoration:none;}

a img { border-style: none;}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#777;
	text-align:center;
	margin:0;}

h1{	font-size: 0.95em;
	font-weight:bold;
	color:#666;
	margin:4px 0 4px 0;}

h2{ font-weight:bold;
	font-size:0.75em;
	color:#666;
	margin:4px 0 4px 0;}
	
h3{ font-weight:bold;
	font-size:0.70em;
	color:#666;
	margin:4px 0 4px 0;}

p {margin:4px 0 4px 0;
	font-size:0.70em;}
	
ul {margin:4px 0 4px 0;
	font-size:0.70em;
	list-style:inside;
	}

/* Layout */

#pageWrapper{
	width:800px;
	background-image:url(../images/background.gif);
	background-position:left top;
	background-repeat:no-repeat;
	min-height:600px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;}

#header{
	height:200px;
	clear:both;}
	
#latestNewsHeader {
	font-size:0.65em;
	font-weight:bold;
	float:right;
	text-align:right;
	width:420px;
	padding:4px;}

#menu {
	padding:36px 2px 72px 28px;
	float:left;}
	
#leftColumn{
	float:left;
	width:408px;
	padding:12px 12px 12px 60px;
	clear:both;}

#rightColumn{
	width:320px;
	float:right;}
	
#footer{
	clear:both;	
	padding: 12px 0 6px 6px;
	margin:18px 0 12px 12px;}

/* Details */

.acronym {
	border-bottom:dotted #ccc 1px;}

.floatLeft{ float:left;}
.floatRight{ float:right;}

.footerText{
	font-size:0.65em;
	text-align:right;
	color:#666;}

.headerText-cv{
	font-size:1.05em;
	font-weight:bold;
	float:left;
	width:220px;
	padding:0 0 0 24px;
	margin-top:120px;}
	
.hide{
	visibility:hidden;}
	
.quote {
	font-style:italic;
	padding-bottom:12px;}
	
.quote strong {
	font-style:normal;}
	
/* gallery */

#leftColumnGallery{
	float:left;
	width:728px;
	padding:12px 12px 12px 60px;
	clear:both;}

#galleryBkgrd{
	margin:0;
	padding:0;
	clear:both;}

#galleryBkgrd a img { border:solid 1px #999;}
	
.thumbSpacing {
	padding:1px;
	margin:2px;}

.galleryborder {
	border: 1px solid #ccc;}
			
.galleryLeft{
	float:left;
	width:150px;}
	
.galleryRight{
	float:Right;
	width:150px;}
	
a.galleryTooltip{
    position:relative;
    z-index:100;}

a.galleryTooltip:hover{
	z-index:100;}

a.galleryTooltip span{display: none}

a.galleryTooltip:hover span{ 
    display:block;
    position:absolute;
    border:1px solid #50B848;
    background-color:#fff;
	color:#666;
	padding:4px;
	cursor:pointer;
	visibility:visible;
	z-index:100;
	top:-40px;
	left:-10px;}

/* ends */