/* CSS Document */

html, body  {
	font-family: Arial, Helvetica, sans-serif;
/*	background-image: url(../_img/bg1.gif);*/
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}

#rightNav {
	padding-left: 10px;
	float: left;
}

#rightNav ul{
	width:170px;
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#rightNav li{
	font-size: 16px;
	font-weight: bold;
	line-height: 21px;
}

#rightNav li a {
	background-image: url(../_img/tier1plus.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	color: #999;
	text-decoration: none;
	width: 100%;
	display: block;
}

html>body #rightNav li a { 
	width: auto; 
}

#rightNav li a:hover{
	color: #666;
}

#rightNav li .active{
	background-image: url(../_img/tier1minus.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#rightNav li li{
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}

#rightNav li li a{
	padding-left: 35px;
	background-image: url(../_img/tier2plus.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #666;
}
 
#rightNav li li a:hover{
	color: #333;
	text-decoration: underline;
}
 
#rightNav li li .active{
	background-image: url(../_img/tier2minus.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#rightNav li li li {
	font-size: 11px;
	line-height: 13px;
}

#rightNav li li li a{
	font-weight: normal;
	padding-left: 50px;
	text-decoration: none;
	background-image: none;
}
 
 #rightNav li li li a:hover{
	color: #FF0000;
	text-decoration: underline;
}
h1 {
	font-size: 28px;
	font-weight: normal;
	color: #999999;
	width: 350px;
	margin: 0px;
	padding: 0px 0px 3px;
}
#leftContainer {
	padding-left: 72px;
} 
#leftPhotoContainer {
	float: left;
	height: 320px;
	padding-right: 8px;
}
table {
	height: 100%;
	width:50%;
	margin: 0px auto 0px auto;
	border: 0px none;
}
#folio {
	width: 420px;
	padding-left: 2px;
}

#aboutContainer {
	width: 420px;
	padding-left: 2px;
	font-size: 11px;
}

#aboutRight {
	height: 260px;
	width: 184px;
	float: right;
	padding: 0px 12px 12px;


}

#aboutLeadIn {
	font-size: 16px;
	color: #999999;
	padding-bottom: 12px;
}
#mainText {
	line-height: 16px;
	color: #666666;
}
#mainText a, #mainText a:visited {
	color: #666666;
	text-decoration: underline;
}
#mainText a:hover {
	color: #464646;
}
#mainText a:active {
	color: #000;
}
#blogText {
	line-height: 13px;
	color: #666666;
	font-size: 11px;
}
#caption {
	padding: 5px 0px 0px;
	font-size: 9px;
	color: #666666;

}


#folioDesc {
	width: 240px;
	border: 1px dotted #999999;
	margin-top: 4px;
	margin-left: 2px;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	padding: 3px 9px 9px;
	font-size: 11px;
		color: #4F4F4F;


}
#folioDesc a{
	color: #FF0000;
	text-decoration: none;
}
#folioDesc a:hover{
	color: #FF0000;
	text-decoration: underline;
}
#folioDesc p{
	font-size: 9px;
	text-decoration: none;
	margin: 0px;
	padding: 3px 0px 0px;
	color: #999999;
}

#leftPhotoBg {
	height: 82px;
	width: 81px;
	padding-top: 4px;
	padding-left: 4px;
	background-image: url(../_img/thumb_bg.gif);
	background-repeat: no-repeat;
}
#leftPhoto {
	background-color: #995522;
	height: 72px;
	width: 71px;
}

#blogContainer {
	width: 420px;
	padding-left: 2px;
	font-size: 11px;
	height: 360px;
	overflow: auto;
}
.blogSpacer {
	height: 5px;
}
.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
.blogPost {
	padding-right: 15px;
	margin-bottom: 25px;
	height: auto;
	line-height: 1.5em;

}
.blogText a, .blogPost a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}
.blogText big {
	font-size:11px;
}
.blogText a:hover {
	color: #464646;
}
.blogText a:active {
	color: #000;
}
.blogText img {
	padding-right: 10px;
	padding-bottom: 10px;
}
.blogPhoto {
	float: left;
	padding: 5px;
	margin: 6px;
	/*border: 1px solid #9C9A9C;*/
	border-right: 1px solid #000;
	border-bottom: 1px solid #9C9A9C;
	background-color: #FFF;
}
.blogDate, .blogDate a, .blogDate a:visited {
	font-size: 9px;
	margin-top: 10px;
	color: #CCC;
	clear:both;
}
.blogHeadline {
	font-size: 18px;
	color: #999999;
	padding-bottom: 5px;
	padding-top: 15px;
}
.blogCHeadline {
	font-size: 16px;
	color: #999999;
	padding-bottom: 15px;
}
.commentPosted {
	font-size: 9px;
	margin-top: 7px;
}
#commentText{
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 2px solid #CCC;
}
#commentText a, #commentText a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}
#commentText a:hover {
	color: #464646;
}
#commentText a:active {
	color: #000;
}
.inputText, .inputArea {
	padding-left: 2px;
	margin-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 170px;
}
.inputArea {
	width: 200px;
}
.mailError {
	color: #900;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}
.mailSuccess{
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

.inputBtnNew {
	background-color: #FFFFFF;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 10px;
	margin-right: 10px;
	height: 25px;
	border: 1px solid #000000;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}
#commentTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-bottom: 15px;
	line-height: 16px;
	text-transform: uppercase;
	color: #000000;
}
HR {
	width:97%;
}
#jd-body-comments {
	width: 320px;
	
}
#commentContainer {

}
.inputLrg {
	width: 280px;
	height: 100px;
}
.inputSml {
	width: 160px;
}
input, textarea{
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
}