/*

	Jason's Code

*/

div.divBasicHidden {
	padding:4px;
	line-height:26px;
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 9;
}

.HiddenBox {
	border: 2px solid #ff9c00;
	padding: .4em;
}

.lblFontBold {
	font-weight: bold;
}

.lblFontLinkTitle {
	font-size: 10px;
}

#imgNecklace {
	border: 0px solid #000;
}

.divFloatRight {
	float: right;
}

.divFloatLeft {
	float: left;
}

.footerHome {
	margin-top: 80px;
}

/*

	Pop Up Image WIndow

*/

.divCreait {
	margin: 5px 13px 5px 0;
}

/*
	
	Tableless Forms

*/

div.container {
}

div.header {
	/*width: 100%;*/
} 

div.footer {
	/*width: 100%;*/
	clear: both;
} 

div.tfcontent {
	float: left;
	/*width: 49%;*/
} 

div.navigation {
	float: left;
	/*width: 51%;*/
}

/*
	
	Tableless Forms for Who - My Media

*/

div.myMediaContainer {
}

div.myMediaHeader {
	/*width: 100%;*/
} 

div.myMediaFooter {
} 

div.myMediaContent {
	width: 173px;
} 

div.myMediaNavigation {
	width: 172px;
}

div.myMedia3nd {
	float:left;
	width: 142px;

}


/*

	Other Code

*/

@charset "UTF-8";

html {
	height:100%;
}
body {
	font-family: "Lucida Std", Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #555555;
	margin:0;
	padding:0;
	height:100%;
}
a {
	text-decoration:underline;
	color:#555555;
}
img {
	border:0px;
}
a:hover {
	text-decoration:none;
	color:#000000;
}
.bg1 {
	background-image: url(pics/1-hi.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.bg2 {
	background-image: url(pics/2-hi.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.bg3 {
	background-image: url(pics/3-hi.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.bg32 {
	background-image: url(pics/32.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.bg4 {
	background-image: url(pics/4-hi.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.bg5 {
	background-image: url(pics/5-hi.jpg);
	background-repeat: repeat;
	background-position: left top;
}

.content {
	width:740px;
	min-height:500px;
	display:block;
	position:absolute;
	top:0px;
	left:50px;
	background-image:url(pics/bg.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding:25px;
	clear:none;
	
}
.masthead {
	border-top:#ff9c00 5px solid;
	padding-top:15px;
	width:500px;
	height:140px;
	float:left;
}
.nav {
	border-top:#ff9c00 5px solid;
	padding-top:15px;
	width:200px;
	height:140px;
	float:right;
}
.nav li {
	list-style:none;
	padding:3px 0;
	border-top:#999999 thin dotted;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#555555;
}
.nav li img {
	float:right;
	border:none;
}
.navon {
	color: #ff9c00;
}
.main {
	border-top:#ff9c00 5px solid;
	padding-top:15px;
	width:500px;
	min-height:400px;
	float:left;
	font-size:20px;
	line-height:28px;
}
strong {
	color:#ff9c00;
}
.side {
	margin:3px 0 15px;
}
.footerleft {
	border-top:#555555 2px solid;
	padding-top:10px;
	width:500px;
	min-height:10px;
	float:left;
	font-size:9px;	
}
.footerright {
	border-top:#555555 2px solid;
	padding-top:10px;
	width:200px;
	min-height:10px;
	float:right;
	font-size:9px;	
}
.contactform {
	font-size:12px;
	line-height:15px;	
}
.bio {
	font-size:12px;
	line-height:15px;
	padding-bottom:10px;
}
.bioname {
	font-weight:bold;
	color:#000000;
	margin:5px 0;
}