/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

html, body {
height:100%;
}

body {
font-family:arial, sans serif;
background:#ffffff url('../images/gd_grey.png') no-repeat 100% 100%;
background-attachment:fixed;
}
h1 {
font-size:24px;
padding: 20px 0;
}
h2 {
color:grey;
padding: 20px 0 5px 0;
}
h3 {
padding:5px 0;
}
p {
padding: 10px 0 0 0;
}
a {
color:black;
font-weight:bold;
text-decoration:none;
}
a.selected, #leftColumn p:first-line  {
color:#00aeef;
font-weight:bold;
}
#outer {
padding:0;
margin:0;
}
#leftColumn {
background: url('../images/gd_logo.png') no-repeat -40px -40px;
float:left;
width:300px;
height:419px;
position:fixed;
left:0;
top:0;
}
#leftColumn p.first {
padding-top:400px;
}
#leftColumn p {
padding-bottom:30px;
padding-left:10px;
}
#header {
border-bottom: 1px solid black;
padding:10px 0 20px 0;
margin-top: 20px;
}
#logo {
float:right;
background: transparent url(../images/gd_logo_type.png) no-repeat scroll 50% 50%;
clear: both;
height: 95px;
text-indent: -20000px;
width: 215px;
}
#container {
float:left;
width:75%;
padding-left:300px;
}
#inner {
padding: 20px 0;
margin: auto;
width: 960px;
}
#inner img {
float:right;
}
.teamMember {
clear:both;
padding-top:30px;
}
.teamMember img {
clear:both;
margin-top:28px;
padding-left:10px;
}
.site {
display: block;
float: left;
margin: 0px 0px 20px;
}
.webinfo {
display: block;
float: left;
margin: 0px 20px 0px 0px;
min-height: 320px;
width: 430px;
}
.webinfo table {
margin: 40px 0px 10px 30px;
}
.tabletitle {
color: #00AEEF;
font-size: 14px;
font-weight: bold;
}
#ftr {
clear:both;
height:60px;
}

/* Contact form */
.clear{
	clear:both;
}

#main-container{
	width:400px;
	margin:30px auto;
}

#form-container{
	background-color:#f5f5f5;
	padding:15px;
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
	width: 400px;
	margin-top: 30px;
}

td{
	white-space:nowrap;
}


label{
	text-transform:uppercase;
	font-size:10px;
}

textarea{
	color:#404040;
	font-size:12px;
}

td > button{
	text-indent:8px;
}

.error{
	background-color:#AB0000;
	color:white;
	font-size:10px;
	font-weight:bold;
	margin-top:10px;
	padding:10px;
	text-transform:uppercase;
	width:240px;
}

#loading{
	position:relative;
	bottom:9px;
	visibility:hidden;
}
.jqTransformSelectWrapper a {
	padding: 0;
	margin: 0;
}

