/***** Global Settings 
Modified by S. Gladfelter 05/28/2010
*****/

html, body {
border:0;
margin:0;
padding:0;
}

body {
text-align: center;
min-width: 760px;
background-color:#9fc;
background-image:url(lo/soyc_body_bg.jpg);
background-repeat:repeat-x;
font:100%/1.25 arial, helvetica, sans-serif;
}

#wrapper {
width: 760px;
margin: 0 auto;
text-align: left;
background-color:#ffc;
/*background-image:url(lo/soyc_wrapper_bg.jpg);*/
background-position: bottom left;
background-repeat:no-repeat;
}
#header {
width:760px;
height:148px;
background:#ffc url(lo/soyc_header_05_2010.jpg);
}
#content {
width: 550px;
float:right;
}
#sidebar {
width: 200px;
float:left;
}
#footer {
clear:both;
width:760px;
height:36px;
background:url(lo/soyc_footer.jpg);
background-repeat:no-repeat;
}
/***** LEFT (SIDE BAR) NAVIGATION *****/

#leftnav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

#leftnav ul {
  list-style: none;
	width:190px;
	margin-top: 10px;
	padding: 0;
}
#leftnav li {
   padding:0 0 1px 0;
   margin:0;
   width:190px;
}
#leftnav li a:link, #leftnav li a:visited, #leftnav li a:hover {
   line-height: 2.0;
   padding-left:29px;
   color:#fff;
   font-weight:bold;
   height:28px;
   display: block;
   text-align: left;
}

#leftnav li a:link {

   text-decoration: none;     
   background-image:url(lo/soyc_navbtn.gif);
   background-position:left top;
   border-bottom:none;
}

#leftnav li a:visited  {
   text-decoration: none;     
   background-image:url(lo/soyc_navbtn.gif);
   background-position:left top;
   border-bottom:none;
}

#leftnav li a:hover {
   text-decoration: none;     
   background-image:url(lo/soyc_navbtn.gif);
   background-position: left bottom;
   border-bottom:none;
}

#leftnav .here a:link, #leftnav .here a:visited {
   text-decoration: none;     
   background-image:url(lo/soyc_navbtn.gif);
   background-position: left bottom;
   border-bottom:none;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:bold;
}

h1 {
color:#B81C25;
padding:3px 0 25px 0;
font:1.4em Georgia, "Times New Roman", Times, serif;

}

h2 {
color:#B81C25;
padding:3px 0 2px 0;
margin-right:15px;
margin-bottom:15px;
font:1.2em Georgia, "Times New Roman", Times, serif;
letter-spacing:-1px;
border-bottom: 1px solid #b81c25;
}

h3 {
font:1em arial, helvetica, sans-serif;
font-weight:bold;
}

h4 {
color:#B81C25;
padding:6px 0 0 0;
font:1.4em Georgia, "Times New Roman", Times, serif;

}

h5 {
color:#B81C25;
padding:6px 10px 0 0;
font:1em Georgia, "Times New Roman", Times, serif;

}


p, ul, ol {
margin:0;
padding:0 0 18px 0;
}

p {
color:#333;
margin:5px 8px;
font-size:.80em;
line-height: 1.25;
}
.month {
font-size:1.05em;
font-weight:bold;
color: #03807c;
text-align:right;
margin-right: 25px;
margin-bottom: 1em;
padding:.25em;
border-top: 2px solid #B81C25;
border-bottom: 2px solid #B81C25;
text-transform:uppercase;
background:url(images/month_bg.jpg) left center no-repeat;
background-color: #9fc;
}

.footertext,  .footertext a:link, .footertext a:visited, .footertext a:hover {
color:white;
font-size:11px;
padding-top:10px;
margin-bottom:-11px;
text-align:center;
text-decoration:none;
overflow:hidden;
border-bottom:none;
background-color:transparent;
}
ul, ol {
list-style:none;
padding:0 0 18px 40px;
}



blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
/***** PHOTOS, TITLES, CAPTIONS, CREDITS *****/

.graphiclink, .graphiclink a:link, .graphiclink a:visited, .graphiclink a:hover
{
	border-bottom: none;
	text-decoration: none;
	line-height:0;
	background-color: transparent;
}

.photo {
	float: right;
	width: 270px;
	margin: 0 5px 15px 15px;
	padding: 10px 0;
	text-align: center;
	background: #ffffee;
	border-top: 1px solid #ccc;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
    border-left: 1px solid #ccc;
	font-size: 70%;
	}
.photo a:link, .photo a:visited, .photo a:hover {
    border-bottom:none;
}	
.photo-title {
	margin: 0 0 5px 0;
	font-size: 130%;
	color: #03756d;
	font-weight:bold;
	}
.proto-pic {
	margin:0 auto; padding:0;
	border: none;
	}
.photo-caption {
	margin: 5px 10px; padding:0;
	text-align: left;
	font-size: 100%;
	}
.photo-credit {
	margin: 5px 10px 0 10px; padding:0;
	text-align: right;
	font-size: 90%;
	color: #666;
	}

/***** Links *****/

a:link {
color: #03756d;
text-decoration:none;
border-bottom:thin dotted #03756d;
}
a:visited {
color:#999;
border-bottom:thin dotted #999;
}
a:hover {
background-color:#03756d;
color: #ffc;
border-bottom:none;
text-decoration:none;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

/***** Tables *****/

table {
border:0;
margin:0 0 18px 0;
padding:0;
}

	table tr td {
	padding:2px;
	}

/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrap 			{ width:960px;margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-left01		{float:left;margin:14px 10px 4px 15px; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }
.img-right01	{float:right;margin: 4px 34px 4px 10px;}
.img-right02	{float:right;margin: 4px 50px 4px 10px;}

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }
