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

<style type="text/css"> 
 
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #000000;
	height: 100%;
}
a:link {
	color:#333333;
	text-decoration: none;
}
a:visited {
        color:#666666;
	text-decoration: none;
	outline:none;
}
a:hover{
	color:#B2B2B2;
	text-decoration: none;
	outline:none;
}

#container {
	width: 96%;  /* this will create a container 96% of the browser width */
	background: #FFFFFF;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
} 
#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height: 114px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
#header h1{
	background-image: url(../images/photographer-logo.gif);
	background-repeat: no-repeat;
	background-position: 20px 40px;
	height: 62px;
	width: 482px;
	float: left;
        display: inline;
	margin: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	outline:none;
}
#header h1 a {
	display: block;
	outline: none;
	height: 62px;
	width: 482px;
	background-image: url(../images/photographer-logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#header h1 a:hover{
	background-position: 0px -62px;
}
#footer {
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	position: absolute;
	bottom: 0px;
	width: 99%;
	z-index: -1;
	margin: 0px;
} 
#footer p {
	margin: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
}

ul#navigation {
	padding: 0px;
	margin-top: 83px;
        margin-bottom: 0px;
	list-style: none;
	float: right;
	width: 394px;
        display: inline;
overflow: hidden;
}
ul#navigation li {
	float: left;
        display:inline;
	margin-right: 15px; padding: 0px;
}
ul#navigation a {
	float: left;
	display: block;
	height: 14px; /*--Specify height of navigation--*/
	text-indent: -99999px; /*--Shoot the text off the page--*/
	background-position: left top;
	outline:none;
        font-size:1px;
}
ul#navigation a:hover {
    background-position: left bottom;
}
ul#navigation li.home a {
	background-image:url(../images/photography-home.gif);
	width: 56px;
	background-repeat: no-repeat;
}
ul#navigation li.art a {
	background-image:url(../images/art-work-button.gif);
	width: 101px;
	background-repeat: no-repeat;
}
ul#navigation li.commercial a {
	background-image:url(../images/commercial-photography-button.gif);
	width: 189px;
	background-repeat: no-repeat;
}
#art li.art a, #commercial li.commercial a {
	background-position:left bottom;
}

ul#indexNav {
	width: 170px;
	float: right;
        margin-bottom: 0px;
	margin-top: 83px;
	list-style: none;
	height: 14px;
        display: inline;
        font-size:1px;
}
ul#indexNav li {
	float: left;
        display:inline;
	margin-right: 16px; padding: 0px;
}
ul#indexNav a {
	float: left;
	display: block;
	height: 14px; /*--Specify height of navigation--*/
	text-indent: -99999px; /*--Shoot the text off the page--*/
	background-position: left top;
}
ul#indexNav a:hover {
    background-position: left bottom;
}
ul#indexNav li.contact a {
	background-image:url(../images/contact-photographer-button.gif);
	width: 87px;
	background-repeat: no-repeat;
}
ul#indexNav li.links a {
	background-image:url(../images/photographers-links-button.gif);
	width: 51px;
	background-repeat: no-repeat;
}
#home #sidebar1 {
	width: 189px; /* top and bottom padding create visual space within this div  */
	margin-top: 132px;
	margin-right: 16px;
	position: relative;
	float: right;
	clear: both;
        display: inline;
}
#home #sidebar1 h3, #home #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
#home #sidebar-links .commercial a{
    display:block;
	background-image: url(../images/commercial-photography-button.gif);
	background-repeat: no-repeat;
	height: 14px;
	margin-bottom: 80px;
	background-position: right top;
        font-size:1px;
}
#home #sidebar-links .commercial a:hover{
	background-position: right bottom;
}
#home #sidebar-links .commercial{
	background-image: url(../images/commercial-photography-button.gif);
	background-repeat: no-repeat;
	background-position: right top;

}
#home #sidebar-links .art a{
        display:block;
	background-image: url(../images/art-work-button.gif);
	background-repeat: no-repeat;
	height: 14px;
	margin-bottom: 254px;
	background-position: right top;
        font-size:1px;
}
#home #sidebar-links .art a:hover{
	background-position: right bottom;
}
#home #sidebar-links .art{
	background-image: url(../images/art-work-button.gif);
	background-repeat: no-repeat;
	background-position: right top;	
}

#home #sidebar-links .newsletter a{
    display:block;
	background-image: url(../images/photo-newsletter.gif);
	background-repeat: no-repeat;
	height: 9px;
	background-position: right top;
        font-size:1px;
}
#home #sidebar-links .newsletter a:hover {
        background-position: right bottom;

}
#home #sidebar-links .newsletter {
	background-image: url(../images/photo-newsletter.gif);
	background-repeat: no-repeat;
	background-position: right top;

}

#home #mainContent {
	position:absolute;
	left: 50%;
	margin-top: 40px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: -452px;
	height: 479px;
	width: 700px;
	padding: 0px;
} 
#home #mainContent .slideshow {
	height: 479px;
	width: 700px;
	padding: 0;
	margin: 0;
}
#home #mainContent .slideshow img{
	padding: 0;
	border:none;
	height: 479px;
	width: 700px;
	top: 0;
	left: 0;
}

#contact #mainContent {
	margin-left: 8%;
	margin-top: 6%;
}
#contact #mainContent p{
	font-size: 140%;
	text-indent: 20px;
	margin-right: 18%;
}
#contact .emailLink {
	float: right;
	margin-right: 5%;
	font-size: 150%;
	margin-top: 50px;
    
}
#links #mainContent {
	margin-top: 6%;
	font-size: 140%;
	margin-left: 8%;
	
}
#links #mainContent .name{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 18%;
	display: block;
	
}
#art #mainContent {
	margin-top: 40px;
	margin-bottom: 0px;
	margin-right: 50px;
	margin-left: 50px;
	text-align: center;
	height: 555px;
	padding: 0px;
}
#commercial #mainContent {
	margin-top: 40px;
	margin-bottom: 0px;
	margin-right: 50px;
	margin-left: 50px;
	text-align: center;
	height: 555px;
	padding: 0px;
}

#FrogJS{
		width: 100%;
		height: 100%;
		margin: 0 auto;
}
#FrogJSCredit{
		text-align: right;
		font-size: 80%;
		color: #999;
		padding: 1px;
}
#FrogJSCaption{
		text-align: right;
		line-height: 140%;
}
</style>
