/* start of 'css reset' code */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	/* display: block; */
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* end of 'css reset' code */

/* start of website css code */
body {
	background-image: url(images/gem_background.png);
	font-family: verdana, geneva, arial, sans-serif;
	font-size: 14px;
   line-height: 1.23em;
   color:#004f9e;
	background-color: #5b578f;
	margin-top: 30px;
}

p	{
	margin-bottom: 15px;
	}

#main_column {
	position: absolute;
	left: 50%;
	width: 788px;
	height: 624px;
	margin-left: -394px;
	background-color: white;
	}
	
#contents {
	position: absolute;
	left: 50%;
	width: 764px;
	margin-left: -382px;
	background-color: white;
	}
	
#name_banner {
	position: relative;
	left: 50%;
	width: 748px;
	margin-left: -374px;
	}
	
#name_banner img {
	display: block;
	}
	
#nav_menu {
	position: relative;
	width: 105px;
	display: block;
	padding-top: 15px;
	/* border: 1px solid silver; */
	}
	
#nav_menu img {
	display: block;
	}

#fade_in_wrapper {
	display:none;	
	}

	
#word_cloud {
	position: absolute;
	float: right;
	top: 77px;
	right: 8px;
	width: 616px;
	height: 545px;
	overflow: hidden;
	/* border: 1px solid silver; */
	}

#about {
	position: absolute;
	float: right;
	top: 77px;
	right: 8px;
	width: 616px;
	height: 545px;
	/* border: 1px solid silver; */
	}
	
#portfolio {
	position: absolute;
	float: right;
	top: 77px;
	right: 8px;
	width: 616px;
	height: 545px;
	/* border: 1px solid silver; */
	}

#contact {
	position: absolute;
	float: right;
	top: 77px;
	right: 8px;
	width: 616px;
	height: 545px;
	/* border: 1px solid silver; */
	}

#text_gen {
	margin-top: 22px;
	margin-bottom: 30px;
	}

#contact_button {
	font-weight: bold;
	}
		
.lincoln {
	position: absolute;
	left: -132px;
	bottom: 0;
	}	

.lincoln img{
	display: block;
	}

.torksey {
	position: absolute;
	left: -132px;
	bottom: 0;
	}	

.torksey img{
	display: block;
	}				

table {
	display: block;
	table-layout:fixed;
	width: 616px;
	}
	
td {
	text-align: center;
	vertical-align: middle;
	padding-top: 12px;
	padding-left: 12px;
	padding-right: 13px;
	}	

.portfolio_lh {
	padding-left: 0px;
	}
	
.portfolio_rh {
	padding-right: 0px;
	}
		
.nav_link {
	background-image: url(images/nav-sprite.png);
	display:block;
	width:105px;
	height:30px;
	background-repeat:no-repeat;
	text-indent: -9999px;
	}

.nav_padding {
	padding-bottom: 10px;
	}
   
#gem_index{
	background-position:0 0;
	}
	
#gem_index_current{
	background-position:0 -60px;
	margin-bottom: 10px;
	}
	
#gem_index:hover,#gem_index.hover{
	background-position:0 -30px;
	}
        
#gem_about{
	background-position:-105px 0;
	}

#gem_about_current{
	background-position:-105px -60px;
	margin-bottom: 10px;
	}

#gem_about:hover,#gem_about.hover{
	background-position:-105px -30px;
	}
	
#gem_portfolio{
	background-position:-210px 0;
	}

#gem_portfolio_current{
	background-position:-210px -60px;
	margin-bottom: 10px;
	}

#gem_portfolio:hover,#gem_portfolio.hover{
	background-position:-210px -30px;
	}
        
#gem_contact{
	background-position:-315px 0;
	}

#gem_contact_current{
	background-position:-315px -60px;
	}
	
#gem_contact:hover,#gem_contact.hover{
	background-position:-315px -30px;
	}
	
ul#nav_menu {
	list-style-type: none;
	padding: 0;
	margin: 0px 0px 0px 0px;
	}	

.lets_talk_start {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	}

.lets_talk {
	position: absolute;
	top: 259px;
	left: 263px;
	}

.corp_design {
	position: absolute;
	top: 0px;
	left: 0px;
	}

.display_panels {
	position: absolute;
	bottom: 0px;
	left: 0px;
	}
	
.news_lett {
	position: absolute;
	bottom: 0px;
	right: 4px;
	}
	
.advert {
	position: absolute;
	top: 14px;
	right: 0px;
	}
	
.poster {
	position: absolute;
	top: 89px;
	left: 0px;
	}
	
.leaflets {
	position: absolute;
	top: 93px;
	left: 82px;
	}	
	
.brochures {
	position: absolute;
	top: 80px;
	left: 267px;
	}
	
.logos {
	position: absolute;
	top: 155px;
	left: 271px;
	}
	
.web {
	position: absolute;
	top: 85px;
	left: 180px;
	}

#footer {
	position: relative;
	top: 650px;
	left: 50%;
	width: 788px;
	margin-left: -394px;
	color: silver;
	font-size: 12px;
	/* background-color: fuchsia; */
	}
	
#css {
	position: absolute;
	position: absolute;
	right: 85px;
	top: 2px;
	}

#xhtml {
	position: absolute;
	right: 0;
	top: 2px;
	}	