@charset "UTF-8";
/* CSS Document */

body {
	background: #FFF url(../img/classShader.jpg) left bottom repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 62.5%;
	text-align: center;
	height: 100%;
	border-bottom: 2px solid #063;
	color: #333;
}

#wrap {
	text-align: left;
	width: 96em;
	margin: 1em auto 3em auto;
}

#content {
	width: 68em;
	border-bottom: 1px solid #063;
	float: right;
	background: #FFF;
	height: 80%;
	margin: 5% 0 2% 0;
	padding: 2em;
}
#intro {
	background: #FFF url(../img/lacc.jpg) right bottom no-repeat;
	padding: 0 0 2em 0;
	margin: 0;
	border-bottom: 1px solid #063;
	width: 100%;
}
#intro p {
	margin: .5em 2em 1em 3em;
	line-height: 1.5em;
	width: 48%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Glypha", Georgia, "Times New Roman", Times, serif;
	color: #063;
}
h1 {
	font-size: 3.35em;	
}
h2 {
	font-size: 2.15em;	
}
h3 {
	font-size: 1.75em;	
}
h4, h5, h6 {
	font-size: 1.15em;	
}

/*=================================*/
/*=================================*/

#sidebar {
	width: 22em;
	float: left;
}

#nav {
	width: 100%;
}
#nav #home,
#nav li a {
	display: block;
	width: 45%;
	padding: 7% 50% 5% 5%;
	color: #FFF;
	font-weight: bold;
	font-size:1.6em;
	background: #063;
	text-decoration:none;
	font-family: "Glypha", Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #C4D92E;
}
#nav #home {
	font-size:2.3em;
	width: 65%;
	padding: 7% 5% 5% 30%;
	background: #FFF url(../img/quoteBkg.jpg) no-repeat 5% 50%;
	color: #063;
}
#nav li a:link {

}
#nav li a:visited {
	color: #C4D92E;
}
#nav li a:hover {
	background: #030;
	color: #C4D92E;
}
#nav li a:active {
	
}
#nextYearAd {
	background: #C4D92E url(../img/2011adBkg.gif) repeat-x left bottom;
	width: 90%;
	padding: 5%;
}
#nextYearAd img {
	display: block;	
}
#nextYearAd p {
	color: #FFF;
	text-indent: -9000px;
}
#sidebar #nav li#last {
	background: url(../img/sidebarBottom.gif) center bottom no-repeat;
	height: 22px;
}

blockquote.marko {
	float: right;
	width: 90%;
	padding: 2% 5% 1% 5%;
	line-height: 1.5em;
	font-family: "Glypha", Georgia, "Times New Roman", Times, serif;
	font-size: 1.75em;
	background: #FFF;
	border-bottom: #E2EDA1 solid 1px;
	border-right: #E2EDA1 solid 1px;
	margin: .7em 0 0 0;
	text-indent: -.6em;
	color: #063;
}
blockquote.marko em {
	display: block;
	text-align: right;
	width: 100%;
	padding: .2em 0 1em 0;
	line-height: 1.5em;
	font-family: Arial, "sans serif";
	font-size: .6em;
	color: #333;
}


/*=================================*/
/*=================================*/

#content h1 {

}
#content #marko {
	color:#080;
	font-style: italic;
}
#content h2 {
	font-size: 	2.5em;
	font-weight: normal;
	color: #063;
}
#content h3 {

}
#content p {
	margin: .5em 2em 1em 3em;
	line-height: 1.5em;
}
#content #intro h2 {
	color: #080;
	font-style: italic;
	font-weight: normal;
	font-size: 3.25em;
}

/*=================================*/
/*=================================*/


#photoGhetto {
	width: 64em;
	border: 1px solid #C4D92E;
	float: right;
	background: #FFF url(../img/classShader.jpg) left bottom repeat-x;
	height: 80%;
	margin: 2em 0 1% 0;
	padding: 2em;
}
#photoGhetto .photoPod {
	width: 96%;
	border-bottom: #080 solid 1px;
	margin: 0 0 1em 0;
	background: #E2EDA1 url(../img/classShader.jpg) left top repeat-x;
	padding: 2%;
}
#photoGhetto img {
		display: block;
		width: 92%;
		margin: 2%;
		padding: 2%;
		border-bottom: #333 solid 1px;
	background: #FFF;
}
#photoGhetto h2 {
	margin: 1% 0 0 0;
}

#photoGhetto h2,
#photoGhetto .photoPod h2,
#photoGhetto .photoPod h3 {
	font-style: normal;
}
#photoGhetto .photoPod h3,
#photoGhetto .photoPod h4,  
#photoGhetto .photoPod ul,
#photoGhetto .photoPod p {
	margin: 0 0 0 6%;
}
#photoGhetto .photoPod p {
	margin: 1em 0 0 6%;
}
#photoGhetto .photoPod h4 {
	padding: 1.5em 0 .25em 0;
}
#photoGhetto .photoPod ul {
	width: 44%;
	float: left;
	padding: 0 0 1.25em 0;
}
#photoGhetto .photoPod ul li {
	padding: .5em 0 .25em 1em;
}
#photoGhetto .photoPod a {
	text-decoration: none;
	color: #063;
	font-weight: bold;
}
#photoGhetto .photoPod a:hover {
	text-decoration: underline;
}
#photoGhetto .photoPod a:visited {
	color: #333;
}

/*=================================*/
/*=================================*/
.centeredImagePod {
	text-align: center;	
	padding-bottom: 1em;
}
.clearAll {
	clear: both;
	height: 0;
}