/* eric meyers css reset reloaded */

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;}
:focus {outline: 0;} /* remember to define focus styles! */
body {line-height: 1;color: black;}
ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;} /* tables still need 'cellspacing="0"' in the markup */
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
	
/* grid */
	
:focus {
	-moz-outline-style: none;
	}
	
#container {
	width: 940px;
	margin-left: 20px;
	margin-top: 20px;
	}

#about {
	width: 220px;
	float: right;
	}

.project {
	width: 640px;
	float: left;
	padding-bottom: 60px;
	}

.project img {
	float: left;
	display: inline;
	padding-right: 20px;
	padding-bottom: 20px;
	}

.textOneColumn {
	width: 140px;
	float: right;
	margin-right: 20px;
	}
	
.textTwoColumn {
	width: 300px;
	float: right;
	margin-right: 20px;
	padding-bottom: 60px;
	}
	
.textTwoColumnLeft {
	width: 300px;
	float: left;
	}

/* type styles */

body {
	background-color: black;
	background-image: url(../images/background.jpg);
	font-family: Helvetica, Arial, sans-serif;
	color: gray;
	font-size: 10px;
	line-height: 13px;
	}
	
#logo {
	width: 220px;
	height: 131px;
	margin-top: 80px;
	margin-bottom: 20px;
	}	
	
h1 {
	color: gray;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	}

h2 {
	color: white;
	font-size: 15px;
	line-height: 16px;
	}
	
h3 {
	color: white;
	margin-top: 10px;
	}		

p {
	padding-top: 10px;
	}
	
a {
	color: gray;
	text-decoration: none;
	border-bottom: dotted gray thin;
	}

a:hover {
	color: white;
	}

img a {
	text-decoration: none;
	border-bottom: none;
	}

.lightbox { 
	text-decoration: none;
	border: none; 
	margin: 0;
	padding: 0;
	}

.title {
	border-top: white solid 7px;
	padding-top: 10px;
	}

#about .title {
	border-top: white solid 7px;
	margin-top: 40px;
	padding-top: 10px;
	}

/* footer styles */


#footer {
	width: 940px;
	height: 110px;
	clear: both;
	}

#message {
	width: 620px;
	float: left;
	height: 110px;
	}

.footerTitle {
	color: white;
	font-size: 15px;
	line-height: 16px;
	border-top: white solid 7px;
	padding-top: 10px;
	}

#footerLogo {
	width: 220px;
	margin-left: 720px;
	border-top: solid white 7px;
	}

#footerLogo img {
	margin-top: 10px;
	}

#phone {
	color: white;
	}




















	
	
	
	
	
	
	
	
	
	
