/* CSS Document */

body {
	position:relative;
	background-color:#666666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:10px;
	line-height:14px;
	margin: 0px;
	padding: 0px;
	color:#FFFFFF;
}

.hide {
	color: #FFFFFF;
	text-decoration: none;
}
.hide:link {
	color: #FFFFFF;
	text-decoration: none;
}
.hide:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.hide:hover {
	text-decoration: none;
	color: #FFFF00;
}
.hide:active {
	text-decoration: none;
	color: #FFFFFF;
}

td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:11px;
}

h1 {
	font-size:13px;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size:11px;
	font-weight:Bold;
	margin: 0 0 20px 0px;
	padding: 0px;
}

h3 {
	font-size:11.5px;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-size:13px;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
}

h5 {
	font-size:9px;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}

form {
	padding: 0px;
	margin: 0px;
}

input {
	font-size: 10px;
}

p {
	margin: 0 0 13px 0px;
	padding: 0px;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color:#ffff00;
}

.greenLink {
	color: #999999;
}
.greenLink:hover {
	color: #FFFFFF;
}

.bold {
	font-weight: bold;
}

.noDecoration {
	text-decoration: none;
}

.noDecoration:hover {
	text-decoration: none;
}

.hiddenLink {
	text-decoration: none;
}
.hiddenLink:hover {
	text-decoration: none;
} 


.paddedTbl {
	
}

.paddedTbl td {
	padding: 0 15px 15px 0;
}


.noRightMargin {
	margin-right: 0px;
}


.column {
	width: 220px;
	float: left;
	line-height:25px;
	margin-right: 10px;
}
.column img {
	border: none;
}

.columnWide {
	width: 330px;
	float: left;
	line-height:25px;
	margin-right: 5px;
}
.columnWide img {
	border: none;
	margin-top: 3px;
}

.clear {
	clear:both;
}


.marginTop {
	margin-top: 5px;
}
.marginBottom {
	margin-bottom: 10px;
}
.marginBottomNone {
	margin-bottom: 0px;
}

.bigHeading {
	font-size: 16px;
	font-weight:bold;
	margin-bottom: 20px;
}

/*========================
	About us page
========================*/

.foundersImg {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}

/*========================
	Clients page
========================*/

#clientLogos {
	margin-top: 80px;
}
#clientLogos a{
	margin-right: 13px;
}



/*========================
	Other buttons
========================*/

.imgButton a {
	position:relative;
	display:block;
	width: 151px;
	height: 20px;
	background-repeat:no-repeat;
	
	overflow:hidden;
	border:none;
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-indent: 500px;
	text-decoration:none;
}

.imgButton a:hover {
	background-position:0px -30px;
}

/*========================
	Other stuff
========================*/
#awards {
	position:absolute;
	right: 0px;
	bottom: 0px;
}

#awards img {
	margin-right: 8px;
}
