@charset "utf-8";
/* CSS Document */

/*set all margins and padding to 0*/
* {
	margin: 0px;
	padding: 0px;
}
/*set font family, background image and base font size*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-image: url(images/bkg_grad.jpg);
	background-repeat: repeat-x;
	font-size: .75em;
}
/*set formatting for title image*/
img.title {
	margin-top: 20px;
	border-bottom-width: 1px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
/*set formatting for h2 tags*/
h2  {
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 20px;
	letter-spacing: .3em;
	font-size: 1.7em;
}
/*set formatting for h3 tags*/
h3 {
	font-size: 1em;
	font-weight: bold;
	padding-top: 20px;
	border-top-width: 1px;
	text-transform: capitalize;
	width: 500px;
	margin: 10px auto;
	border-top-style: solid;
	border-top-color: #333333;
}
/*set clear float*/
.clear {
	clear: both;
}
/*set format for normal paragraphs with indent*/
.txt {
	font-size: 1em;
	line-height: 1.4em;
	text-align: left;
	padding: 5px 75px;
	text-indent: 3em;
}
/*set formatting for internal navigation link*/
.top   {
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 100px;
	text-transform: uppercase;
	clear: both;
}
/*set formatting for normal text links*/
a {
	text-decoration: none;
	color: #0000FF;
	background: none;
}
/*set format for normal text link hovers*/
a:hover {
	color: #FFFFFF;
	background-color: #666666;
}
/*clear borders on link images*/
a img, a:hover img {
	border:none;
}
/*set format for drop caps*/
.dropcap {
	color: #666666;
	float: left;
	padding: 6px 5px 0 0;
	font-family: "arial narrow", "arial black", sans-serif;
	font-size: 5em;
	line-height: 0.8em;
}
/*set format for copyright information*/
.copy {
	font-size: .8em;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 5px;
}
/*set size, margins and text align for index container*/
#index {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 25px;
	text-align: center;
}
/*set formatting for h1 tag within index container*/
#index h1 {
	font-weight: normal;
	font-size: 2.25em;
	margin-top: 20px;
	margin-bottom: 5px;
	clear: both;
	color: #666666;
}
/*set formatting for h2 tag within index container*/
#index h2 {
	font-weight: normal;
	font-size: 1.5em;
	color: #666666;
	display: inline;
	margin: 0px;
	padding: 0px;
	letter-spacing: normal;
	text-transform: none;
}
/*set formatting for letter spacing within index container*/
#index .txtSpread {
	font-variant: small-caps;
	letter-spacing: 0.5em;
	color: #333333;
	padding: 3px 6px;
	border: 1px solid #FFCF31;
	display: inline;
}
/*format paragraphs in index container*/
#index p {
	margin-top: 20px;
	margin-bottom: 20px;
}
/*format image tags in index and contact containers*/
#index img, #contact img {
	padding: 15px 5px 5px 5px;
	text-align: center;
}
/*keep border from displaying on linked images in the index container*/
#index .noBrdr {
	background: none;
	border: none;
}
/*format contact and content containers*/
#contact, #content {
	width:850px;
	margin-left: 5%;
	text-align: center;
	margin-bottom: 25px;
}
/*format image caption text in content container*/
#content .caption {
	font-size: .75em;
}
/*format left column container*/
#content #colLt {
	text-align: left;
	width: 330px;
	float: left;
	padding: 5px 10px;
	margin-bottom: 2em;
	border: 1px solid #333333;
}
/*format right column container*/
#content #colRt {
	text-align: left;
	width: 330px;
	float: left;
	padding: 5px 10px;
	margin-bottom: 2em;
	margin-left: 10px;
	border: 1px solid #333333;
}
/*format images in left and right column containers*/
#content #colLt img, #content #colRt img {
	margin: 5px 10px;
}
/*format paragraphs in left and right column containers*/
#content #colLt p, #content #colRt p {
	line-height: 1.4em;
	margin-bottom: 10px;
	text-align: justify;
}
/*format imgGlry container*/
#imgGlry {
	float: right;
	width: 725px;
}
/*format right justified text in imgGlry container (resume, links, galleries)*/
#imgGlry .txtGlry  {
	font-size: 1em;
	font-weight: bold;
	text-align: right;
	width: 170px;
	float: left;
	margin-left: 0px;
}
/*format left justified text in imgGlry container (resume, links, galleries)*/
#imgGlry  .txtAdrs  {
	margin-left: 180px;
	text-align: left;
	margin-bottom: 0.5em;
	width: 525px;
}
/*format text in imgGlry container (links)*/
#imgGlry  .txtSchl  {
	text-align: left;
	margin-bottom: 0.5em;
	font-weight: bold;
	margin-left: 1em;
}
/*reset font weight in imgGlry container (links)*/
#imgGlry  .txtNormal  {
	font-weight: normal;
}
/*format image containers in imgGlry container (gallery, new work)*/
#imgGlry .imgBox {
	height: 140px;
	width: 140px;
	text-align: center;
	display: inline;
	border: none;
}
#imgGlry .imgBox img {
	border: none;
	max-width:130px;
	max-height:130px;
}
/*keep border and background from displaying in image links in image containers*/
#imgGlry .imgBox a:hover {
	border: none;
	background: none;
}
#imgGlry .msgTxt {
	font-size: 1.5em;
}

/*format left justified text in contact container*/
#contact .txtLeft {
	float: left;
	font-size: 1em;
	width: 200px;
	text-align: right;
	margin-bottom: 0.5em;
}
/*format right justified text in contact container*/
#contact .txtRight {
	float: left;
	font-size: 1em;
	padding-left: 10px;
	width: 390px;
	text-align: left;
	margin-bottom: 0.5em;
}
/*format form container*/
#form {
	padding: 20px;
	border: 1px solid #666666;
	font-size: .85em;
	width: 685px;
	float: right;
	margin-top: 25px;
}
/*format form labels*/
#form .frmLbl {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	text-align: right;
	width: 14em;
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 5px;
	margin-right: 10px;
	font-size: 1.1em;
}
/*format form input fields*/
#form input, #form select, #form textarea {
	float: left;
	margin-bottom: 7px;
	font-family: "Courier New", Courier, monospace;
	width: auto;
}
/*format submit container*/
#form #submit {
	margin-top:1em;
	margin-left: 15.7em;
}
/*format form submit button*/
#form #submit input {
	margin-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 2px;
	padding-left: 1px;
	padding-bottom: 2px;
}
/*format horizontal navigation unordered list*/
#navCat ul{
	text-align:center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*format horizontal navigation list items*/
#navCat ul li {
	display:inline;
	margin: 0;
}
/*format horizontal navigation links*/
#navCat ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	color: #ffffff;
	background-color: #666666;
	padding:1px 5px;
	margin-right: -3px;
}
/*format horizontal navigation hover links*/
#navCat ul li a:hover {
	background-color: #0000FF;
}
/*format vertical navigation container*/
#navVert {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-transform: capitalize;
	float: left;
	margin-right: 25px;
	height: 200px;
	padding-top: 100px;
}
/*format vertical navigation unordered list*/
#navVert ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
/*format vertical navigation links*/
#navVert a {
	display:block;
	background-color: #666666;
	color:#ffffff;
	width:7em;
	padding:.3em .5em;
	text-decoration:none;
}
/*format vertical navigation hover links*/
#navVert a:hover {
	background-color: #0000FF;
}
/*format vertical navigation list items*/
#navVert li {
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.2em;
	margin-left: 0;
}
/*set up navigation arrows for record set*/
#navRecord img   {
	background-image: url(images/arrow_bkg.gif);
	background-position: left top;
	padding: 0px;
	height: 17px;
	width: 17px;
	background-repeat: no-repeat;
	border: none;
	margin: 10px;
}
/*set up roll-over background for navigation arrows*/
#navRecord img:hover   {
	background-image: url(images/arrow_bkg.gif);
	background-position: -17px top;
}
/*keep background and borders from displaying on linked images*/
#navRecord a:hover {
	background: none;
	border: none;
}
/*format main image within detail container*/
#detail img.dtl {
	border: 1px solid #666666;
	margin-right: 0px;
	float: left;
	margin-left: 25px;
	margin-top: 25px;
	padding: 1px;
}
/*format image information container within detail container*/
#detail .imgInfo {
	text-align: center;
	max-width:250px;
	height: auto;
	float: left;
	margin-top: 25px;
	margin-left: 20px;
	padding: 15px;
	border: 1px solid #333333;
}
/*format title text in detail container*/
#detail .imgInfo .txtHead {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.25em;
}
/*format text for detail image information within detail container*/
#detail .imgInfo .txtMat {
	margin-top: 5px;
	margin-bottom: 5px;
}
/*format links within detail container*/
#detail .imgInfo a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
	padding: 2px 4px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/*format hover links within detail container*/
#detail .imgInfo a:hover {
	color: #FFFFFF;
	background-color: #666666;
}
/*format thumbnail section on detail page*/
#detail .var  {
	height: auto;
	width: auto;
	margin-top: 10px;
	text-align: left;
	margin-left: 25px;
	margin-bottom: 25px;
}
/*keep gallery image from displaying on screen*/
.gallery {
	display: none;
	margin-top: -.9em;
}
