/*
 *  Jordon Perlmutter & Co.
 *	Cascading Style Sheet
*/

/*	COLORS      
 *  Blue:		#5E7E9B
 *  hGray:		#AEAEAE
 *  MedGray:	#CCCCCC
 *	LightGray:	#E5E5E5
*/


body {
	margin: 0 5px 5px 5px;
	padding: 0;
	color: black;
	background-color: white;
	font-family: Verdana, Arial, sans-serif;
	background-image: url(/img/larkridgeBodyBG.jpg);
	background-repeat: repeat-x;
}

img {
	display: block;
	border: 0;
}

.tn {
	border: 1px solid #AEAEAE;
	margin-bottom: 12px;
}
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 11px;
}

html p, html ul {
	text-align: left;
	font-size: 11px;
	margin-bottom: 12px;
}

a {
	color: #5E7E9B;
	text-decoration: none;
	background: transparent;
}

a:link a:visited {
	color: #5E7E9B;
	text-decoration: none;
	background: transparent;
}

a:hover {
	color: #5E7E9B;
	text-decoration: underline;
	background: transparent;
}

a.south {
	color: #6f6b24;
}

h1 {
	font-family: Verdana,sans-serif;
	color: #AEAEAE;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 9px;
}

h2 {
	margin-bottom: 0;
	color: #333;
	font-size: 11px;
	text-transform: uppercase;
}

h3 {
	margin-bottom: 3px;
	color: #333;
	font-size: 11px;
}

#shell {
	width: 780px;
	margin: 0 auto;
	background-color: white;
	border-left: 4px solid white;
	border-right: 4px solid white;
}

#header {
	width: 780px;
	border: 1px solid #FFF;
	border-top: 0;
}

#main {
	width: 780px;
	margin-bottom: 2px;
	margin-top: 2px;
}

#nav {
	width: 143px;
	height: 400px;
	background-color: #E5E5E5;
	background-image: url(../img/nav/birdBG.jpg);
	background-repeat: no-repeat;
	background-position: 0 280px;
}

.navMenu {
	width: 143px;
	height: 18px;
	border: 0;
	margin-left: 1px;
	margin-bottom: 2px;
}

#content {
	padding: 16px;
}

.contentHeader {
	margin-bottom: 18px;
}

.feature {
	border: 2px solid #436584;
	background-color: #E5E5E5;
	padding: 8px 12px 0 12px;
	margin-bottom: 12px;
}

.homePic {
	margin: 4px 1px;
	border: 1px solid #9C9D97;
}

#sidebar {
	width: 250px;
	margin-left: 8px;
}

#sidebar img {
	border: 1px solid #5E7E9B;
	margin-bottom: 4px;
}

#photos img {
	display: inline;
	border: 1px solid #9C9D97;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 200px;
	height: 133px;
}

#ads {
	width: 778px;
	height: 58px;
	border: 1px solid #9C9D97;
	background-color: #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
}

#ads img {
	width: 778px;
	height: 58px;
	border: 0;
}


p.disclaimer {
	font-size: 10px;
	font-style: italic;
}


#footer {
	width: 780px;
	height: 17px;
	vertical-align: middle;
	background-image: url(../img/footer.gif);
	padding-top: 4px;
}

#footer p {
	font-family: Verdana, Arial,sans-serif;
	font-size: 9px;
	margin-left: 12px;
}

.leftPad {
	margin-left: 8px;
}

.pressDate {
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5E7E9B;
}

.pressQuote {
	margin: 8px 24px 0 16px;
}

.pressSource {
	text-align: right;
	font-style: italic;
	margin-bottom: 12px;
}

#criteria {
	color: black;
	font-weight bold;
}

#criteria h1 {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 12px;
}


#criteria h2 {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 6px;
}


#criteria h3 {
	font-size: 12px;
	margin-bottom: 6px;
	color: black;
}

.indent {
	margin-left: 30px;
	text-indent: -15px;
}
