/*SOCM styles*/

body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 90%;
	height: 100%;
}

body.layPlain {
	background: #fff;
}
p {
	margin-bottom: .5em;
}
hr {
	margin: .5em;
}
h1, h2, h3, h4 {
	color: #0C58AC;
	margin: .5em 0;
}

a:link, a:visited {
	color: #0C58AC;
	text-decoration: none;
}

a:active, a:hover {
	color: #CF5900;
}
.greeting {
	background: #fff;
	font-size: 90%;
}

.pageWrapper {
	height: 100%;
	margin: auto;
	width: 100%;
	position: relative;
	z-index: 0;
}

.headerImage {
	
	background: url(images/socm_ts_logo.jpg) no-repeat;
	height: 145px;
}
.header {
	padding: 5px;
}



#contentWrapper {
	padding: 20px;
}
.layNoMenu #contentWrapper {
	background: #fff;
}

#content {
	width: 590px;
	margin-left: 20px;
	padding-right: 20px;
	position: relative;
}

.layHome #content {
	top: -40px;
}

#content ul {
	margin-left: 1em;
	padding-left: 1em;
}

.contentLink h3 a:link, .contentLink h3 a:visited {
	text-fecoration: none;
}

.article .contentLink {
	margin-top: 1em;
	font-style: italic;
}
#footer {
	position: relative;
	clear: both;
	color: #fff;
	text-align: center;
	background: #5d9731;
	padding: .5em 1em;
}
#footer span {
	float: left;
}
#footer .bottomNav {
	margin-bottom: .5em;
}
#footer a {
	position: relative;
	color: #fff;
	text-decoration: none;
	z-index: 20;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	display: block;
	clear: both;
	font-size: 90%;
	border-top: 1px solid #6D390A;
	padding-top: 1em;
}


/**Search Styles**/

#searchBox {
	position: absolute;
	z-index: 10;
	right: 10px;
	top: 5px;
}
#searchBox #searchInput {
	font-size: 100%;
	padding: .1em;
	width: 180px;
}

#googleSearchResults iframe {
	padding: 1em;
	width: 550px;
}


.homeTop {
	background: #26611F;
	padding-bottom: .5em;
}

.homeMainArticle {
	width: 370px;
	background: #26611F;
	position: relative;
	left: 0;
	top: 0;
	color: #fff;
	padding: 2em 1.5em;
	padding-bottom: 0;
	line-height: 1.5;
	
}


/**Site Tweaks**/

.readMore {
	margin-bottom: 1em;
	display: block;
	position: relative;
	z-index: 10;
}

.topMultiOneColumn {
	margin-top: 1.5em;
}

.topMultiOneColumnEnd {
	border-top: 1px solid #0C58AC;
}
.topMultiOneColumn .rightColumn {
	border-left: 1px solid #0C58AC;
}

.twoThird {
	
}

.layHome .detail .articleGroup {
	font-size: 102%;
	margin-top: 3em;
}




/**Calendar Styles**/

.startEndTime {
	display: block;
}

#eventList .eventTime {
	display: block;
}

#eventList h3, h2.grpHeadline, h3 {
	color: #528820;
	margin-top: 0;
	padding-top: 0;
}

#eventList a:link, #eventList a:visited {
	color: #CF5900;
}
#eventList a:active, #eventList a:hover {
	color: #0C58AC;
}
/**calendar grid**/
.miniGridCalendarHighlight a:link, .miniGridCalendarHighlight a:visited,
.miniGridCalendarDay a:link, .miniGridCalendarDay a:visited {
	background: #CF5901;
	color: #fff;
	font-weight: bold;
	padding: .2em;
}

#viewAllLink {
	display: block;
}

.staffImage {
	float: left;
	width: 140px;
	margin: 0 1.5em .5em 0;
	font-size: 90%;
	text-align: center;
	font-style: italic;
}
.staffImage img {
	margin-bottom: .5em;
}


/**email signup**/
.blackVrdMed{
	padding: .3em;
	margin: .5em 0;
	font-size: 100%;
}

.mailerMiniForm {
	width: 350px;
	background: #fff;
	border: 2px solid #999;
	border-style: outset;
	font-size: 100%;
}
	
.mailerMiniFormHeader {
	text-align:left;
	padding: .5em;
	background: #0C58AC;
	color: #fff;
	border-bottom:1px solid #666;
}
	
.mailerMiniFormBody {
	text-align: left;
	padding: .5em;
	background: #fff;
	font-size: 100%;
}

.mailerMiniForm input {
	margin-right: .5em;
}

.mailerAllNewsletters {
 	padding-top: 4px;
}

.mailerAllNewslettersBullet {
 	color: #9c0005;
}

.mailerAllNewsletters {
	display: none;
}

.mailerTopics input {
	margin-right: .5em;
}

.mailerTopics .topicDescription {
	display: block;
	margin-left: 1.2em;
	margin-top: .3em;
	font-style: italic;
}

#staffContact span {
	color: #CE5900;
}

#staffContact a:link, #staffContact a:visited {
	text-decoration: none;
}

#staffContact a:active, #staffContact a:hover {
	text-decoration: underline;
}


/**Form Styles**/

#formBuilder {
	padding: .5em;
	width: 400px;
}
#formBuilder legend {
	color: #000;
}
#formBuilder label {
	padding: 0 .5em;
}
#formBuilder .options input {
	margin-right: .5em;
}
#formBuilder .formField {
	padding: .5em 0;
}
#formBuilder p.formDisplayText {
	margin: 0;
	padding: 0;
}

/**popup window**/

.popUpDisplay {
	margin-top: 2em;
}