@charset "utf-8";
/* CSS Document */

* {
	padding: 0; /* global margin and padding reset */
	margin: 0;
}

/* ----- tags ----- */
body {
	background-color: #FAFAFA;
	text-align: center; /* centre in IE */
	line-height: 1em;
	/*font-family:"Times New Roman", Times, serif;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #888888;
	padding-bottom: 20px;
}

#frame {
	margin: 0 auto; /* centre in proper browsers */
	width: 960px;
	text-align: left;	
	margin-top:20px;
}
img {
	border:0;	
}
.holder {
float:left;
	margin-top:20px}
	
.businesscard {
	float:left;
	width:400px;
	margin-top:10px;
	}
.businesscard .imgholder {
	float:left;
	margin-right:10px;
	}
	
.businesscard .txtholder {
	float:left;
	margin-top:10px;
	}
.blue {color:#018dc7;}
.black {color:#000000;}

/* ----- masthead ----- */
h1 {
	width: 309px;
	height: 56px;
}
h1 a {
	display: block;
	width: 309px;
	height: 56px;
	text-indent: -1000em;	
	background: url(../images/logo.jpg) 0 0 no-repeat;
}

/* ----- navigation ----- */

#navigation {
	list-style:none;
	margin: 20px 0 20px 0;
	}
#navigation li {
	float:left;
	width:230px;
	margin: 5px 0 5px 0;
	}
#navigation li a:link, #navigation li a:visited {
	color:#018dc7;
	text-decoration:none;
	}
#navigation li a:hover, #navigation li a:visited:hover {
	color:#018dc7;
	text-decoration:none;
	}
	
/* ----- tags ----- */

h2 {
	font-size:16px;
	margin-top:20px;
	color:#018dc7;
	}
p {
	font-size:12px;
	margin-top:15px;}
	
img a { border:none;}

a:link, a:visited {
	color:#018dc7;
	text-decoration:none;
	}
a:hover, a:visited:hover {
	color:#018dc7;
	text-decoration:none;
	}