﻿/* html BODY */
BODY
{
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
/* outer-most container of page */
#pageContainer
{
	margin: 0px auto 0px auto;
	max-width: 900px;
	background-color: #000000;
}
/* outer-most conatiner of left column */
#leftColContainer
{
	float: left;
}
/* outer-most conatiner of right column */
#rightColContainer
{
	float: right;
	max-width: 614px;
	font-family: Verdana, Arial, Sans-Serif;
    font-size: small;
    color: #a4a4a4;
}
/* right column H1 */
#rightColContainer H1
{
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	font-size: 120%;
	line-height: 150%;
	color: #ffffff;
	text-align: right;
	border-bottom: solid 1px #a4a4a4;
}
/* right column H2 */
#rightColContainer H2
{
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-size: small;
	color: #ffffff;
}
/* right column P */
#rightColContainer P
{
    line-height: 130%;
}
/* right column links */
#rightColContainer A
{
    color: #a4a4a4;
}

/* site logo */
#logo
{
	padding: 15px 0px 15px 15px;
}

/* START header bar */
/* outer-most container of header bar */
#headerContainer
{
	font-size: small;
	font-family: Arial, Sans-Serif;
	border-bottom: 1px solid #ffffff;
	text-align: right;
	padding: 10px 0px 10px 0px;
}
/* header bar UL */
#headerContainer UL
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
/* header bar LI */
#headerContainer LI
{
	margin: 0px;
	padding: 0px 15px 0px 15px;
	display: inline;
	border-right: solid 1px #a4a4a4;
}
/* last LI of header bar */
#headerContainer LI.lastElement
{
	border-right: none;
}
/* header bar links */
#headerContainer A
{
	color: #a4a4a4;
	text-decoration: none;
}
/* header bar link hover */
#headerContainer A:hover
{
	color: #ffffff;
	text-decoration: underline;
}
/* END header bar */
/* -------------- */

/* START footer bar */
/* outer-most container of footer bar */
#footerContainer
{
	clear: both;
	font-family: Arial, Sans-Serif;
	border-top: 1px solid #ffffff;
	text-align: right;
	padding: 5px 15px 5px 15px;
	color: #ffffff;
	font-size: x-small;
}
/* footer bar links */
#footerContainer A
{
	color: #a4a4a4;
	text-decoration: none;
}
/* footer bar link hover */
#footerContainer A:hover
{
	color: #ffffff;
	text-decoration: underline;
}
/* END footer bar */
/* -------------- */

/* START main navigation */
#mainNav
{
	font-family: Arial, Sans-Serif;
	padding: 80px 45px 0px 45px;
}
/* main navigation UL */
#mainNav UL
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
/* main navigation LI */
#mainNav LI
{
	margin: 0px;
	padding: 0px;
}
/* main navigation H1 */
#mainNav H1
{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 150%;
	line-height: 200%;
}
/* main navigation links */
#mainNav A
{
	color: #a4a4a4;
	text-decoration: none;
	padding-left: 15px;
}
/* current link of main navigation  */
#mainNav A.currentElement
{
	color: #ffffff;
	padding-left: 13px;
	border-left: solid 2px #ffffff;
}
/* main navigation link hover */
#mainNav A:hover
{
	color: #ffffff;
}
/* sub navigation UL */
#mainNav UL.sub
{
	list-style-type: none;
	margin: 0px 0px 0px 30px;
	padding: 0px;
}
/* sub navigation H2 */
#mainNav H2
{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 100%;
	line-height: 150%;
}
/* END main navigation */
/* ------------------- */

/* START Contact Page */
.contactMethodContainer
{
	clear: both;
}
/* contact method container */
.contactMethodPic
{
	float: left;
	margin: 0px 10px 20px 0px;
	padding: 0px;
	border: none;
}
/* contact method image */
.contactMethod
{
	font-weight: bold;
}
/* contact method description */
.contactDetail
{
	color: #d10024;
}
/* contact method details */
#rightColContainer A.contactDetail
{
	color: #d10024;
}
/* contact method details A */
#contactWebForm
{
	float: left;
	padding: 0px 10px 20px 0px;
}
/* contact form */
/* END Contact Page */
/* ------------------- */

/* START Site Map Page */
#siteMapContainer
{
	padding: 20px 0px 20px 0px;
}
/* site map container */
#siteMapContainer UL.level1
{
	list-style-type: square;
}
/* site map container UL at 1st level */
#siteMapContainer UL.level2
{
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: none;
}
/* site map container UL at 2nd level */
#siteMapContainer LI
{
	margin: 0px;
	padding: 0px;
}
/* site map container LI */
#siteMapContainer H1
{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 120%;
	line-height: 150%;
	text-align: left;
	border: none;
	color: #d10024;
}
/* site map container H1 */
#siteMapContainer H2
{
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: normal;
	font-size: small;
	color: #a4a4a4;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
/* site map container H2 */
#siteMapContainer A.level1
{
    color: #d10024;
}
/* site map container A at level 1 */
/* END Site Map Page */
/* ------------------- */

#oneColContainer
{
	font-family: Verdana, Arial, Sans-Serif;
    font-size: small;
    color: #a4a4a4;
}
#oneColContainer H1
{
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	font-size: 120%;
	line-height: 150%;
	color: #ffffff;
	text-align: right;
	border-bottom: solid 1px #a4a4a4;
}
#clientWelcome
{
	float: left;
	padding: 15px 60px 20px 15px;
	max-width: 300px;
}
#clientWelcome H2
{
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	font-size: 120%;
	line-height: 150%;
	color: #ffffff;
	border-bottom: solid 1px #d10024;
}
#clientPhotoShootList
{
	float: left;
	padding: 15px 15px 30px 0px;
	max-width: 510px;
}
#psPicDetails
{
	float: left;
	padding: 15px;
	max-width: 254px;
	border-left: dotted 1px #a4a4a4;
}
#psPicDetails .label
{
	color: #ffffff;
}
#psMainPic
{
	float: left;
	width: 600px;
	margin: 0px 15px 15px 0px;
}
#clientPhotoShootList TR.headerRow
{
	color: #ffffff;
	font-family: Arial, Sans-Serif;
	font-size: 120%;
	line-height: 150%;
}
#clientPhotoShootList A
{
	color: #d10024;
}
#clientPhotoShootList TD.headerCell
{
	padding-bottom: 5px;
}
#clientPhotoShootList TD.date
{
	border-top: dotted 1px #a4a4a4;
	padding: 10px 20px 0px 0px;
}
#clientPhotoShootList TD.shoot
{
	border-top: dotted 1px #a4a4a4;
	padding: 10px 0px 0px 0px;
}
#clientPhotoShootList TD.description
{
	padding: 10px 0px 15px 0px;
}
#clientOptions
{
	font-size: x-small;
	text-align: right;
	padding-bottom: 5px;
}
#clientOptions A
{
	color: #a4a4a4;
}
#clientOptions A:hover
{
	color: #ffffff;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
TABLE
{
	border: none;
}
#sectionImages
{
    border-bottom: solid 1px #a4a4a4;
    padding: 20px 0px 20px 0px;
}
#sectionImages IMG
{
    border: solid 1px #a4a4a4;
    padding: 2px;
    margin-right: 10px;
}
#sectionImages IMG.lastElement
{
    margin-right: 0px;
}
#rightColContent
{
    padding: 0px 30px 20px 30px;
}

.carouselCaption
{
    font-size: x-small;
    margin-bottom: 4px;
}
.legalText
{
    font-size: x-small;
}
#imgMainPicContainer
{
	text-align: center;
}
.textbox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	border: solid 1px #a4a4a4;
	background-color: #000000;
	color: #a4a4a4;
}
.button
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	background-color: #cccccc;
	border: solid 1px #a4a4a4;
	cursor: pointer;
}
.errorMarker
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #d10024;
}
.errorText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #d10024;
}
.positiveBlock
{
	border: solid 1px #4f5a20;
	background: #d8eeb8 url(../App_Images/icon_positive.gif) no-repeat 5px center;
	padding: 8px 5px 9px 40px;
	color: #4f5a20;
	margin: 10px 0px 10px 0px;
	font-size: 80%;
	font-family: Verdana, Arial, Sans-Serif;
}
.negativeBlock
{
	background: #000000 url(../App_Images/icon_negative.gif) no-repeat 0px center;
	padding: 8px 5px 9px 40px;
	color: #d10024;
	margin: 10px 0px 10px 0px;
	font-size: 80%;
	font-family: Verdana, Arial, Sans-Serif;
}
