/* Allan Roth - Second Grader Portfolio CSS */
body,td,th {
	color: #323232;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
body {
	background-color: #fcfcf5;
	margin-top: 16px;
}
#container { 	
  vertical-align: middle;
  margin: 0px auto;
  padding: 0px;
  width: 760px;
  background-color: #ececde;
}
#topnav {
	background-image: url(images/nav-bkgnd.jpg);
	background-repeat: no-repeat;
	height: 48px;
    padding-left: 200px;
    font-color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.topnav a{
	font-color: #ffffff;
}
.topnav a:hover{
	font-color: #E4BE20;
}
.topnav {
	font-color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

#topnavca {
	background-image: url(images/nav-bkgnd-ca.jpg);
	background-repeat: no-repeat;
	height: 48px;
}
#header {
	background-image: url(images/bkgnd-header.jpg);
	background-repeat: repeat;
	height: 240px;
}
#nav {

}
#sidebar {
	float: left;
	width: 217px;
	margin-top: 11px;
}
#sbFlash {
	margin-left: 20px;
}
#flash {
	padding-left: 15px;
}
#content {
	clear: right;
	margin-left: 258px;
	width: 466px;
	margin-top: 25px;
}
#contentNosidebar {
	clear: right;
	margin-left: 20px;
	width: 723px;
	margin-top: 25px;
}
#quest {
	width: 550px;
	padding: 10px;
margin-left: auto;
margin-right: auto;
width: 50em;
}

#quest h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #008cc1;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c7c6ba;
	margin: 0px;
	padding: 0px 0px 3px;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #008cc1;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c7c6ba;
	margin: 0px;
	padding: 0px 0px 3px;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #008cc1;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content h3 {
	font-size: 11px;
	font-weight: bold;
	color: #544516;
	margin: 0px;
	padding: 6px 0px 0px;
}
#content h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #008cc1;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c7c6ba;
	margin: 0px;
	padding: 0px 0px 3px;
}

#content h5 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#content h6 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content p {
	margin:10px 0px 0px;
	padding:0px;
    text-decoration: none;
}
#content p.faq {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #009ED0;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-decoration: none;
}
#content a {
	color: #323232;
	text-decoration: underline;
}

#content a:hover {
	color: #009ED0;
	text-decoration: none;
}

#content hr {
	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;
	background-color: #ececde;
	height: 1px;

/* NO SIDEBAR CONTENT */

#contentNosidebar h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #008cc1;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c7c6ba;
	margin: 0px;
	padding: 0px 0px 3px;
}
#contentNosidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #008cc1;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contentNosidebar h3 {
	font-size: 11px;
	font-weight: bold;
	color: #544516;
	margin: 0px;
	padding: 6px 0px 0px;
}
#contentNosidebar h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #008cc1;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c7c6ba;
	margin: 0px;
	padding: 0px 0px 3px;
}

#contentNosidebar h5 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#contentNosidebar p {
margin:10px 0px 0px;
padding:0px;
}

#contentNosidebar a {
	color: #323232;
	text-decoration: underline;
}

#contentNosidebar a:hover {
	color: #009ED0;
	text-decoration: none;
}

#contentNosidebar hr {
	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;
	background-color: #ececde;
	height: 1px;
}
#contentNosidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#contentNosidebar li {
	margin-bottom: 6px;
}

/* EVENTS */
#events {
	background-color: #e1e0c9;
}
#events h3 {
	margin-left: 10px;
	padding: 10px 0px 0px 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#events h2 {
	margin-left: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #343434;
}
#events p {
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ececde;
}
#events a {
	font-size: 11px;
	color: #009ED0;
	text-decoration: underline;
}
#events a:link {
	color: #544516;
	text-decoration: underline;
}
#sidebar h2 {
	font-size: 12px;
	font-weight: normal;
	color: #58564F;
	margin: 0px 0px 0px 16px;
	padding: 6px 0px 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #008cc1;
	font-weight: bold;
	margin: 0px 0px 0px 16px;
	padding: 0px;
}
#sidebar h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #008cc1;
	font-weight: bold;
	margin: 15px 0px 0px 16px;
	padding: 0px;
}
#sidebar h4 {
	font-size: 11px;
	color: #544516;
	font-weight: normal;
	margin: 6px 0px 0px 16px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c7c6ba;
}
#sidebar a, a:link, a:visited, a:active {
	text-decoration: underline;
	color: #544516;
}
#sidebar a:hover {
	text-decoration: none;
	color: #999999;
}
#sidebar p {

}
#footer {
	font-size: 10px;
	color: #2c2b28;
	text-align: center;
	margin-top: 35px;
	padding-bottom: 20px;
	clear: both;
	align: center;
}
#footer a {
	color: #2c2b28;
	text-decoration: underline;
}
#footer a:hover {
	color: #2c2b28;
	text-decoration: none;
}

#topnav a {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#topnav a:hover {
	color: #E4BE20;
}
#topnav p {
	padding: 3px 0px 0px 220px;
}

#topnavca a {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#topnavca a:hover {
	color: #E4BE20;
}
#topnavca p {
	padding: 18px 0px 0px 200px;
}

#quote {
	background-image: url(images/bkgnd-quote.gif);
	background-repeat: no-repeat;
	height: 101px;
	width: 399px;
	margin-bottom: 20px;
}
#quote h1 {
	font-size: 14px;
	/*color: #ebb734;*/
	/*color: #008cc1;*/
	color: #423c27;
	font-weight: bold;
	border:0px;
	margin: 0px;
	padding-top: 18px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;	
}
#quote h2 {
	font-size: 11px;
	font-style: italic;
	color: #58564f;
	margin: 0px;
	padding-top: 3px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}
#flashplayer {
	width: 300px;
	vertical-align: middle;
	text-align: left;
	font-size: 10px;
	margin: 0px auto;
  padding: 0px;
}

#listy ul {
margin: 12px;
padding: 5px;
list-style-type: disc;
}

#showvideo {
padding: 10px;
float:right;
background-color:#403f3b;
width: 180px;
margin: 2px;
}
.pressquote {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}