<meta http-equiv="content-script-type" content="text/CSS">
/* Combined style sheet for the index pages and the slide pages. */

/*Style for slide show*/
.pics img{
-webkit-border-bottom-left-radius: 10px 10px;
-webkit-border-bottom-right-radius: 10px 10px;
-webkit-border-top-left-radius: 10px 10px;
-webkit-border-top-right-radius: 10px 10px;
}

/*Style for newsfeed*/
#newsticker-demo {
width:610px;
background:#FFFFFF;
padding:5px 5px 0;
font-family:Verdana,Arial,Sans-Serif;
font-size:12px;
margin:10px;
}

#newsticker-demo a { text-decoration:none; }
#newsticker-demo img { border: 2px solid #FFFFFF; }

#newsticker-demo .title {
text-align:center;
font-size:14px;
font-weight:bold;
padding:5px;
}

.newsticker-jcarousellite { width:900px; }
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:5px; }
.newsticker-jcarousellite .thumbnail { float:left; width:110px; }
.newsticker-jcarousellite .info { float:right; width:790px; }
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#808080; }

.clear { clear: both; }
/*End Style newsfeed*/

@font-face{
	font-family: Papyrus;
	src: url("http://www.tracyAndersonphoto.com/font/PAPYRUS.TTF"),format("truetype");
	font-size:all;
}
/* Style for all bodies and to control the margin on top. */
body {
	font-family: Tahoma, Arial, Veranda, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #6193b5;
}

html {
	//scrollbar-face-color: #333333;
	//scrollbar-arrow-color: #000000;
	//scrollbar-base-color: #111111;
	//scrollbar-shadow-color: #111111;
	//scrollbar-darkshadow-color: #000000;
	//scrollbar-highlight-color: #333333;
	//scrollbar-3dlight-color: #666666;
	//scrollbar-track-color: #333333;
	overflow-x: auto;
	/*overflow-y: auto;*/
}

#outdiv {
	width:1000px;
	margin-right:Auto;
	margin-left:Auto;
	background-color: #FFFFFF;
	border-width:5px;
	//border-style:none double none double;
	border-color: #111111;
}

#Headdiv {
	//width:750px;
	margin-right:Auto;
	margin-left:Auto;
	background-color: #FFFFFF;
	//border-width:5px;
	//border-style:none double none double;
	//border-color: #111111;
}

#contentdiv {
	margin-right: 10px;
	margin-left: 10px;
	min-height: 450px;
}

/* Style for tables */
#pricing{
	border-width:1px;
	border-style:groove;
	width:auto;
}
#oddRow{
	background-color:#f4f4f4;
	border-width:0px;
}
td{
	border:5;
}

H1 {
	margin:10px;
}

#container {
	height:730px;
}

img.imgStyle {
	height: 450px;
	border: 15px; 
	width: 300px; 
	align: right;
	border-width: 25px;
	border-style:solid;
	position:relative;
	right:100px;
	border-color: #000000;
}


/* Style for the Top bar */
.topbar {
	background-color: #6595D6;
	background-image: url(../topbars/blue/classic.gif);
	background-repeat: repeat-x;
	height: 25px;
}

/* Style for the Top ruler */
.topruler {
	height: 0px;
}

/* Style for the Bottom ruler */
.bottomruler {
	height: 0px;
}

/* Style for the Image/Folder Path Information */
.bpppath {
	font-size: 12px;
	font-weight: bold;
	color: #FAFAFA;
}

/* Style for the Image/Folder Index Information */
.bppindex {
	color: #FAFAFA;
}

/* Style for the Header */
.bppheader {
	color: #D0D0D0;
}

/* Style for the Footer */
#footer {
	align: center;
}

.bppfooter {
	color: #D0D0D0;
	font-size: 10px;
}

/* Style for the Page Bottom Shadow */
.shadow {
	visibility: visible;
}

/* Style for the page body */
.index-pagebody, .slide-pagebody, .original-slide-pagebody {
	background-color: #000000;
	padding: 10px;
}

/* Style for the Image Comment */
.comment {
	color: #D0D0D0;
	font-size: 10px;
}

.commentheader {
	vertical-align: top;
	font-weight: bold;
	color: #FAFAFA;
	margin-right: 10px;
}

/* Style for any note/comment */
.note {
	color: #D0D0D0;
	font-size: 10px;
}

/* Style for help-tips statusbar */
.statusbar1, .statusbar2 {
	color: #D0D0D0;
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
}

/* Style for photographic meta information */
.photometainfo {
	position: absolute;
	left: 75px;
	top: 100px;
	z-index: 1;
	background-color: #FFFFCC;
	color: #999999;
	visibility: hidden;
	border: 1px dashed #000000;
	padding: 5px 5px 5px 5px;
}

.metainfo-header {
	font-weight: bold;
}

.metainfo-name {
}

.metainfo-value {
    font-style: italic;
}

/* Style for help tips */
.help {
	position: absolute;
	right: 40px;
	top: 80px;
	z-index: 1;
	background-color: #FFFFCC;
	color: #999999;
	visibility: hidden;
	border: 1px dashed #000000;
	padding: 5px 5px 5px 5px;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

/* Style for server side error messages */
.errorbox {
	background-color: #fcc;
    border: 1px solid #c00;
    padding: 5px;
    margin: 10px 0px 10px 0px;
}

.errormessage {
	color: #c00;
}

/* Style for remarks */
.remarksheader {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, sans-serif;
    padding: 3px 0px 2px 0px;
    margin: 8px 4px 2px 0px;
	color: #B4D2F8;
	border-bottom: 1px solid #B4D2F8;
}

.remarksbody {
 	width: 80%;
 	visibility: hidden;
 	display: none;
}

.remarksinput {
	border: 1px solid #ddd;
	padding: 10px;
	margin: 5px 1px 5px 1px;
	background-color: #f0f0f0;
 	width: 70%;
}

.remarksadmin {
	border: 1px dashed #3c78b5;
	padding: 10px;
	margin: 5px 0px 10px 0px;
	background-color: #f0f0f0;
}

.remarksadminheader {
	margin: 0px 20px 0px 0px;
	font-weight: bold;
	vertical-align: super;
}

.remarkbox {
	padding: 5px 10px 5px 10px;
    margin: 5px 0px 5px 0px;
    border: 1px #bbb solid;
}

.remarkblock {
	margin: 0px 0px 10px 0px;
	color: #E6E6E6;
}

.remarksource {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #B2B2B2;
 	width: 98%;
}

.remarkstatusbox {
    border: 1px dashed red;
	background-color: #f0f0f0;
    font-size: 11px;
	font-style: italic;
    padding: 10px 5px 10px 5px;
    margin: 5px 0px 5px 0px;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #6193b5;
}

a:visited {
	text-decoration: none;
	color: #6193b5;
}

a:link {
	text-decoration: none;
	color: #6193b5;
}

a.footer:active {
	text-decoration: none;
	color: #B4D2F8;
}

a.footer:visited {
	text-decoration: none;
	color: #B4D2F8;
}

a.footer:link {
	text-decoration: none;
	color: #B4D2F8;
}

a.note:active {
	text-decoration: none;
	color: #FAFAFA;
}

a.note:visited {
	text-decoration: none;
	color: #FAFAFA;
}

a.note:link {
	text-decoration: none;
	color: #FAFAFA;
}

a.path:active {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FAFAFA;
}

a.path:visited {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FAFAFA;
}

a.path:link {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FAFAFA;
}

a:hover {
	text-decoration: none;
	color: #FF3333;
}

a.footer:hover {
	text-decoration: none;
	color: #222222;
}

a.note:hover {
	text-decoration: none;
	color: red;
}

a.path:hover {
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #FAFAFA;
}


/* Style for top nav menu */

#navMenu { margin: 0px; padding: 0px; height: 20px; z-index: 50; position: relative; background-color: #FFFFFF; font-size: 18px; }
#navMenu li { width: 150px; height: 18px; position: absolute; display: block; z-index: 50; list-style: none; text-align: center; }
#navMenu a { width: 150px; height: 18px; display: block; z-index: 50; color: #000000; text-decoration: none; font-weight: bold; }

#n1 { left: 0; background-color: #FFFFFF; }
#n2 { left: 100px; background-color: #FFFFFF; }
#n3 { left: 225px; background-color: #FFFFFF; }
#n4 { left: 375px; background-color: #FFFFFF; }
#n5 { left: 535px; background-color: #FFFFFF; }
#n6 { left: 700px; background-color: #FFFFFF; }
#n100 { right: 0; background-color: #FFFFFF; }

#n1 a { }
#n2 a { background-position: -100px 0; }
#n3 a { background-position: -250px 0; }
#n4 a { background-position: -400px 0; }
#n5 a { background-position: -550px 0; }
#n6 a { background-position: -700px 0; }
#n100 a { }

#n1 a:hover { background-position: 0 -18px; background-color: #EEEEEE; color: #000000; }
#n2 a:hover { background-position: -200px -18px; background-color: #EEEEEE; color: #000000; }
#n3 a:hover { background-position: -300px -18px; background-color: #EEEEEE; color: #000000; }
#n4 a:hover { background-position: -400px -18px; background-color: #EEEEEE; color: #000000; }
#n5 a:hover { background-position: -500px -18px; background-color: #EEEEEE; color: #000000; }
#n6 a:hover { background-position: -600px -18px; background-color: #EEEEEE; color: #000000; }
#n100 a:hover { background-position: -600px -18px; background-color: #EEEEEE; color: #000000; }

#navMenu li ul { visibility: hidden; position: absolute; left: -1px; margin: 0 0 0 1px; padding: 2px; width: 200px; border-width: 0px 1px 4px 1px; border-style: solid; border-color: #666666; }
#navMenu #n1 ul { background-color: #FFFFFF; }
#navMenu #n2 ul { background-color: #FFFFFF; }
#navMenu #n3 ul { background-color: #FFFFFF; }
#navMenu #n4 ul { background-color: #FFFFFF; }
#navMenu #n5 ul { background-color: #FFFFFF; }
#navMenu #n6 ul { background-color: #FFFFFF; }
#navMenu #n100 ul { left: -81px; background-color: #cccccc; }
#navMenu li ul li, #navMenu li ul li a { width: auto; position: relative; z-index: 56; color: #000000; font-weight: normal; text-align: left; }
#navMenu li ul li a { padding: 2px; }
#navMenu li:hover>ul { visibility: visible; }

