﻿/* c copyright 2006-2009 long2 consulting. all rights reserved */ html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 6px 0 0 0;
	font: 76.4% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #b54042 url('images/bg.jpg') repeat-x;
}

#wrapper {
	margin: 0px auto; /* fix to center in firefox */
	width: 1000px;
	background: url('images/wrapper.jpg') repeat-y;
}

#header {
	margin: 0px auto; /* fix to center in firefox */
	background: url('images/header.jpg') no-repeat;
	width: 1000px;
	height: 110px;
}

#headerleft {
	float: left;
	width: 417px;
	height:110px;
}

#logo {
	width: 417px;
	height:110px;
	background: url('images/headerleft.jpg') no-repeat 0px 0px;
}

#logo a:link, #logo a:visited {
	background: url('images/headerleft.jpg') no-repeat 0px 0px;
	width: 417px;
	height:110px;
	display: block;
}

#logo a:hover, #logo a:active {
	background: url('images/headerleft.jpg') no-repeat 0px -110px;
	width: 417px;
	height:110px;
}

#headerright {
	float: right;
	width: 583px;
}

.topnavlinks {
	padding: 35px 0 0 0;
}

#home {
	width: 83px;
	height: 43px;
	float: left;
}

#home a:link, #home a:visited {
	background: url('images/home.jpg') no-repeat 0px 0px;
	width: 83px;
	height: 43px;
	display:block;
}

#home a:hover, #home a:active {
	background: url('images/home.jpg') no-repeat 0px -43px;
	width: 83px;
	height: 43px;
}

#bio {
	width: 52px;
	height: 43px;
	float: left;
}

#bio a:link, #bio a:visited {
	background: url('images/bio.jpg') no-repeat 0px 0px;
	width: 52px;
	height: 43px;
	display:block;
}

#bio a:hover, #bio a:active {
	background: url('images/bio.jpg') no-repeat 0px -43px;
	width: 52px;
	height: 43px;
}

#resume {
	width: 91px;
	height: 43px;
	float: left;
}

#resume a:link, #resume a:visited {
	background: url('images/resume.jpg') no-repeat 0px 0px;
	width: 91px;
	height: 43px;
	display:block;
}

#resume a:hover, #resume a:active {
	background: url('images/resume.jpg') no-repeat 0px -43px;
	width: 91px;
	height: 43px;
}

#portfolio {
	width: 106px;
	height: 43px;
	float: left;
}

#portfolio a:link, #portfolio a:visited {
	background: url('images/portfolio.jpg') no-repeat 0px 0px;
	width: 106px;
	height: 43px;
	display:block;
}

#portfolio a:hover, #portfolio a:active {
	background: url('images/portfolio.jpg') no-repeat 0px -43px;
	width: 106px;
	height: 43px;
}

#projects {
	width: 98px;
	height: 43px;
	float: left;
}

#projects a:link, #projects a:visited {
	background: url('images/projects.jpg') no-repeat 0px 0px;
	width: 98px;
	height: 43px;
	display:block;
}

#projects a:hover, #projects a:active {
	background: url('images/projects.jpg') no-repeat 0px -43px;
	width: 98px;
	height: 43px;
}

#contact {
	width: 153px;
	height: 43px;
	float: left;
}

#contact a:link, #contact a:visited {
	background: url('images/contact.jpg') no-repeat 0px 0px;
	width: 153px;
	height: 43px;
	display:block;
}

#contact a:hover, #contact a:active {
	background: url('images/contact.jpg') no-repeat 0px -43px;
	width: 153px;
	height: 43px;
}


.maintable {
	width: 100%;
	border-collapse: collapse;
}

.tabletext {
	padding: 12px 12px 0 12px ;
}

td.tableimage {
	width: 435px; /* Rod, change this to the height of any picture you insert into a table like on index3.html */
}


/* Used in single column layouts */

#bodycolumn {
	margin: 0px auto; /* fix to center in firefox */
	width: 1000px;

}

.bodycolumncontent {
	padding: 4px 20px 0px 20px;
		min-height: 300px;
}

/* Used in single column layouts with tables */

#bodycolumn2 {
	margin: 0px auto 0px auto; /* fix to center in firefox */
	padding: 0;
	width: 1000px;
	height: 345px;   /* Rod, change this to the height of any picture you insert into a table like on index3.html */
}

.bodycolumncontent2 {
	padding: 0px 6px 0px 4px;
	margin: 0;
}


/* Used in two column layout with right navigation */
#body1 {
	width: 420px;
	height: 622px;
	float: left;
}

#body2 {
	float: right;
	width: 580px;
}

.body1content {
	padding: 0px 0px 0px 5px;
	margin: 0;
}

.body2content  {
	padding: 5px 20px 0px 10px;
}




#footer {
	clear: both;
	margin: 0px auto; /* fix to center in firefox */
	background: url('images/footer.jpg') no-repeat;
	height: 104px;
	width: 1000px;
}

#footerleft {
	float: left;
	width: 875px;
}

.footercontent {
	padding: 30px 0px 0px 100px;
	text-decoration: none;
	text-align: center;
	color: #000;
}

.footercontent a:link, .footercontent a:visited  {
	padding: 4px 4px;
	color: #000;
	text-decoration: none;
}

.footercontent a:active, .footercontent a:hover {
	padding: 4px 4px;
	color: #913334;
	text-decoration: none;
	background-color: transparent;
}

#footerright {
	float: right;
	width: 104px;
	padding-right: 20px;
	padding-top: 10px;
}

.topofpage {
	padding: 0 12px 4px 0;
	text-decoration: none;
	text-align: right;
	color: #000;
	
}

.topofpage a:link, .topofpage a:visited  {
	padding: 4px 4px;
	color: #000;
	text-decoration: underline;
}

.topofpage a:active, .topofpage a:hover {
	padding: 4px 4px;
	color: #913334;
	text-decoration: none;
	background-color: transparent;
}



/* End of Layout CSS */

/* Start General Styles */
img {
	border: none;
}

table {
	border-collapse: collapse;
}

td {
	vertical-align: top;
}


ul {
	list-style-image: url('images/bullet.gif');
	line-height: 200%;
}

ol {
	line-height: 200%;
}

p {
	margin: 6px 0;
	line-height: 125%;

}

a:link, a:visited {
	color: #913334;
	text-decoration: underline;
}

a:active, a:hover {
	color: #d3862d;
	text-decoration: none;
}

h1 { 
	color: #913334;
	font-size: 155%;
	text-align: left;
	font-family: Verdana;
	font-weight: normal;
	padding: 0;
	margin: 6px 0;
}

h2 {	
	font-size: 150%;
	color: #d3862d;
	text-align: left;
	font-family: Sylfaen, Palatino Linotype, serif;
	font-weight: normal;
	padding: 0;
	margin: 6px 0;

}

h3 {	
	font-size: 145%;
	color: #b95340;
	text-align: left;
	font-family: Sylfaen, Palatino Linotype, serif;
	padding: 0;
	margin: 6px 0;
	font-weight: normal;

}

h4 { 
	font-size: 135%;
	color: #b95340;
	font-family: Sylfaen, Palatino Linotype, serif;
	padding: 0;
	margin: 6px 0;
	font-weight: normal;

}

h5 { 
	font-size: 125%;
	color: #d3862d;
	font-weight: bold;
	font-family: Sylfaen, Palatino Linotype, serif;
	padding: 0;
	margin: 6px 0;
		font-weight: normal;

}

h6 { 
	font-size: 125%; 
	color: #913334;
	font-weight: bold;
	font-family: Sylfaen, Palatino Linotype, serif;
	padding: 0;
	margin: 6px 0;
		font-weight: normal;
}

.clear {
	clear: both;
}

/*  The invisible class is used for a small Top of Page link that can't be seen.  */

#invisible {
	color: #6d2729;
	font-size: .1%;
}

#invisible a:hover {
	color: #6d2729;
}


.block1 {
	color: #000;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	border: 2px solid #d09c61;
	background-color: #fee8b7;
	padding: 6px;
}

.block2 {
	color: #ffffff;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	border: 3px solid #d09c61;
	background-color: #913334;
	padding: 3px;
}

.block3 {
	color: #ffffff;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	background-color: #d3862d;
	padding: 6px;
}

blockquote {
	color: #913334;
	background-color: #fee8b7;
	border: 2px solid #913334;
	font-style: italic;
	font-weight: bold;
	padding: 6px;
}

.tiny {
	font-size: 80%;
}

.imageleft {
	float: left;
	padding: 8px;
}

.imageright {
	float: right;
	padding: 8px;
}
