/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #333333;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	background-image: url(../images/build/bodyBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ffffff;
}

/*PNG fix for CSS background images -- add div class or ID after comma (.div1, #div2, etc)*/

#boxTop, #mainContentBG, #boxBottom, .imgLinkPng { 
behavior: url('CSS/pngfix/iepngfix.htc');
}

/*----------------------------------------------------------------------------------------*/

a:link, a:visited, a:active {
	color: #3A5E87;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
h1, h2, h3 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #333333;
}
h1.home {
	color: #3A5E87;
	font-size: 12px;
}
p {
	color: #333333;
	padding-bottom: 15px;
}
img.right {
	float: right;
	padding: 2px 0px 10px 10px;
}
img.left {
	float: left;
	padding: 2px 10px 10px 0px;
	clear: both;
}
div.clear {
	clear: both;
}
#wrapper {
	width: 796px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 32px;
}
#header {
	width: 796px;
	height: 171px;
	background-image: url(../images/build/topHeader.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}
#headerclick {
	width: 796px;
	height: 106px;
	overflow: hidden;
}
#nav {
	margin-top: 3px;
	margin-left: 124px;
	text-align: left;
}
img.nav {
	margin-right: 25px;
}

/* HOMEPAGE STYLES BEGIN */
#mainContentHome {
	width: 796px;
	float: left;
	margin-top: 11px;
	text-align: left;
}
#leftWrapperHome {
	width: 352px;
	float: left;
	padding-left: 4px;
}
#leftBucket {
	width: 352px;
	float: left;
	background-image: url(../images/build/homeLeftBucketBG.jpg);
	background-repeat: repeat-y;
}
#leftBucketTopBG {
	width: 352px;
	float: left;
	padding-top: 16px;
	background-image: url(../images/build/homeLeftBucketTopBG.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#leftBucketContent {
	width: 327px;
	margin-left: 9px;
}
div.imgLinkPng {
	background-repeat: no-repeat;
	background-position: top-left;
	margin-left: 5px;
}
img.sepline {
	margin-bottom: 10px;
	margin-top: 10px;
}
#leftBucketBottom {
	width: 352px;
	height: 19px;
	margin-top: 5px;
	float: left;
	background-image: url(../images/build/homeLeftBucketBottom.jpg);
	background-repeat: no-repeat;
}
#rightWrapperHome {
	width: 438px;
	float: left;
	margin-left: 2px;
}
#rightBucket1 {
	width: 438px;
	height: 274px;
	float: left;
	background-image: url(../images/build/homeRightBucket1BG.jpg);
	background-repeat: no-repeat;
}
#rightBucketContent {
	padding: 10px 15px 0px 17px;
}
#rightBucket2 {
	width: 438px;
	height: 274px;
	margin-top: 13px;
	float: left;
	background-image: url(../images/build/homeRightBucket2BG.jpg);
	background-repeat: no-repeat;
}
/* HOMEPAGE STYLES END */

#mainContentWrapper {
	width: 796px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 11px;
}
#boxTop {
	background-image: url(../images/build/mainContentTop.png);
	background-repeat: no-repeat;
	width: 796px;
	height: 7px;
}
#mainContentBG {
	background-image: url(../images/build/mainContentBG.png);
	background-repeat: repeat-y;
	background-position: top;
	width: 796px;
	float: left;
}
#mainContent {
	
	padding: 10px 25px 15px 25px;
}
#mainContent img.left {
	float: left;
	padding: 2px 15px 10px 0px;
}
#worksSubNav {
	width: 780px;
	height: 26px;
	margin-left: 10px;
}
#worksSubNav img {
	margin: 0px;
	padding: 0px;
}
div.subnavtitle {
	width: 171px;
	height: 26px;
	overflow: hidden;
	display: inline;
	float: left;
}
div.subnav1 {
	width: 165px;
	height: 26px;
	overflow: hidden;
	display: inline;
	float: left;
}
div.subnav2 {
	width: 96px;
	height: 26px;
	overflow: hidden;
	display: inline;
	float: left;
}
div.subnav3 {
	width: 229px;
	height: 26px;
	overflow: hidden;
	display: inline;
	float: left;
}
div.subnav4 {
	width: 112px;
	height: 26px;
	overflow: hidden;
	display: inline;
	float: left;
}
#pageTitle {
	margin-bottom: 20px;
}
#bookContent {	/* USED ON WORKS PAGE */
	width: 560px;
	float: right;
	margin-bottom: 35px;
}
#rightText { /* USED ON BIO, APPEARANCES, CONTACT PAGE */
	width: 507px;
	float: right;
}
#bioBottomLinks {
	width: 786px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 40px;
	padding-left: 10px;
}
#boxBottom {
	background-image: url(../images/build/mainContentBottom.png);
	background-repeat: no-repeat;
	width: 796px;
	height: 22px;
	clear: both;
}
#footer {
	font-size: 11px;
	padding-top: 15px;
	padding-bottom: 20px;
	clear: both;
}
