/*
Green: #54B948
Blue: #0096d7
Red: #ee3224
Yellow: #fff797
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#leftSide {
	width: 200px;
	padding-top: 25px;
	float: left;
}


#navBar {
	background-image: url(../images/navBG.gif);
	background-repeat: no-repeat;
	padding: 33px 0px 0px;
	width: 118px;
	margin-left: 40px;
	height: 315px;
}


#navBar a {
	display: block;
	margin-bottom: 24px;
	text-transform: uppercase;
	color: #fff797;
	background-color: #0096d7;
	text-decoration: none;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 4px;
	
}

#navBar a:hover {
	background-color: #54b948;
}


#call {
	color: #0096d7;
	background-color: #ffffff;
	width: 118px;
	margin-left: 40px;
	display: block;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
}

#call:hover {
	text-decoration: underline;
}



#content {
	margin-left: 265px;
	padding-top: 20px;
	width: 575px;
}


#content h1 {
	color: #54b948;
	font-size: 18px;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 0px;
}


#content h2 {
color: #0096d7;
	font-size: 12px;
	font-weight: normal;
margin-top: 15px;
	margin-bottom: 5px;
}


#content p {
	margin: 0px 0px 15px;
	line-height: 18px;
	width: 440px;
}

#content #bio p {
width: 440px;

}

#content a {
	color: #0096d7;
	text-decoration: underline;

}

#content #subNav {
	text-align: right;
	margin-bottom: 32px;
	padding-top: 3px;
	font-size: 11px;
}

#content #subNav a {
	/*margin-right: 5px;*/
	margin-left: 10px;
	text-decoration: none;

}

#content #subNav a:hover {
	color: #ee3224;
	text-decoration: underline;
}



#content #subNav #chosen {
color: #ee3224;
}

#content #thumbs {
	color: #0096d7;
	padding-top: 8px;
	padding-bottom: 3px;

}

#content #thumbs a {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#content #thumbs img{
border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content #readMore  a{
color: #666666;
text-decoration: none;
}

#content #readMore  a:hover{
color: #000000;
text-decoration: underline;
}


#content #extLink  a{
color: #ee3224;
}

#content #extLink img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#content .shortHead {
	font-size: 75%;
	text-transform: uppercase;
}

/*
Hidden collapsable DIVS
*/

#ccon {
	display: none;
}
#jlowenstein {
	display: none;
}

#singleHide {
	display: none;
}
