body, html {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
        font-size:.95em;
	background:url('../images/stm-tile.jpg') center;
	height:100%;
}
p {
	margin-top:0;
}

img {
        border:0;
}

h1, h2, h3, h4, h5, h6 {
        color: #595959;
        font-family:"Times New Roman", Times, serif;
        font-variant:small-caps;
}

h1 {
        border-bottom:solid 1px #dcc984;
        margin-top:0px;
        padding:0px;
        line-height:45px;
}
h2, h3, h4, h5, h6 {
        margin-bottom:0;
        margin-top:0px;
        padding:0px;

}
a:link, a:visited {
        color:#862434;
}
a:hover, a:active {
        text-decoration:none;
        background:#dcc984;
}

#header, #footer {
	clear:both;
	width:100%;
	left:0;
        
}
#header {
        background:#862434 url('../images/banner_bg.gif') repeat-x bottom;
	position:absolute;
	top:0;
}
#footer {
        background:#862434 url('../images/footer_bg.jpg') repeat-x bottom;
        bottom:0;
        overflow:hidden
}

#header_content, #footer_content {
	max-width:996px;
	margin-left:auto;
	margin-right:auto;
	height:68px;
}
#footer, #footer_content {
        height:85px;
}

#semi_fixed {
	max-width:1000px;
	min-width:750px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}
#left_nav {
	float:left;
        width:267px;
        padding: 0px;
}
#right_column {
        float:right;
        background-color:#ffffff;
        width:267px;
        padding:0px;
        margin-left:10px;
        margin-right:-17px;

}

#left_nav a:link, #left_nav a:visited, #right_column a:link, #right_column a:visited {
        text-decoration:none;
}
#left_nav a:hover, #left_nav a:active, #right_column a:hover, #right_column a:active {
        text-decoration:none;
}


#faculty_profile h2, #left_nav h2, #right_column h2 {
        margin: 5px 7px 0px 0px;
        padding: 4px 10px;
        border-bottom: 1px solid #fff;
        font-family:"Times New Roman", Times, serif;
        font-size:1em;
        font-variant:small-caps;
        color: #FFFFFF;
        background:url("../images/heading_bg.gif") repeat-x left top;		
}
#right_column h2 {
        margin: 5px 0px 0px 7px;
}
#left_nav ul, #right_column ul {
	margin: 0 7px 0 0;
	padding: 0;
}
#right_column ul {
	margin: 0;
}
#left_nav ul li, #right_column ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
	border: none;
	display: inline;
}
#left_nav ul li a, #right_column ul li a {
	display: block;
	padding: 3px 10px;
	margin: 0;
	border-bottom: 1px solid #fff;
	background: #efefef;
	line-height: 1.3em;
}
#right_column ul li a {
	margin-left:7px;
	margin-right:0px;
}
#left_nav ul a:hover, #right_column ul a:hover {
	background-color: #dcc984;
	text-decoration: none;
}
#left_nav ul ul {
	margin: 0;
	border-bottom: 1px solid #fff;
}
#left_nav ul ul a {
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-bottom: none;
	padding-left: 12px;
}
#left_nav ul ul ul {
	margin: 2px 0 8px 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#left_nav ul ul ul a {
	border-top: none;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background-color: #e9efdf;
	padding-left: 7px;
}
#left_nav ul ul ul ul {
	margin: 2px 0 8px 20px;
	border-top: 1px solid #ddd; 
	border-bottom: 1px solid #ddd; 
}
#left_nav ul ul ul ul a {
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #ddd;
	background-color: #e9efdf;
	padding-left: 7px;
}

#news_date {
        text-align: right;
        font-size: 0.8em;
        font-weight: bold;
        line-height: 0px;
}

#content {
        margin-left:267px;
        margin-top:0px;
        margin-bottom:0px;
	background-color:#FFFFFF;
        padding: 0px;
        padding-bottom: 1em;
        width: 100%;
}
#breadcrumbs {
	padding-top:73px;
	background-color:#FFFFFF;
}
#breadcrumbs_content {
	background:url('../images/heading_bg.gif') repeat-x;
        height:32px;
}
#breadcrumbs_text {
        color:#ffffff;
        padding:8px 0 0 7px;
        float:left;
        font-family:"Times New Roman",Times,serif;
        font-size:.8em;
        font-variant:small-caps;
        font-weight:bold;
}
#breadcrumbs_text a:link, #breadcrumbs_text a:visited {
        color:#ffffff;
}
#breadcrumbs_text a:hover, #breadcrumbs_text a:active{
        color:#862434;
}

#breadcrumbs_content #q {
        margin-top:7px;
        font: bold .9em Arial, Helvetica, sans-serif;
        border:0;
}



#quote_box {
        position:static;
        border:solid 2px #d7d7d7;
        background:url('../images/img_caption_bg.gif') repeat-x bottom;
        padding:15px;
        margin-top:30px;
        font-size:.9em;
        font-family:"Times New Roman",Times,serif;
        font-style:italic;
}

.buttons {
        font: bold .8em Arial, Helvetica, sans-serif;
        padding: 0 3px;
        background: #767676;
        color: #fff;
        border:0;
        margin:0 0 0 5px;
        cursor:pointer;
        height:22px;
        
}

.buttons:hover {
        color: #dcc984;
}

.img_table_r, .img_table_l {
        border:solid 2px #d7d7d7;
        background:url('../images/img_caption_bg.gif') repeat-x bottom;
        padding:0;
        font-size:.7em;
}
.img_table_r {
        float:right;
        margin-left:5px;
}
.img_table_l {
        float:left;
        margin-right:5px;
}
.caption {
        padding:5px 5px 0 5px;
}

.credit {
        padding:0 5px 5px 5px;
        font-style:italic;
}

.here {
        font-weight: bold;
}
.read_more {
        text-align:right;
        font-variant:small-caps;
        font-family:"times New Roman",times,serif;
}

/* ---------- Banners / Feature Pics ---------- */

#featurePicDiv {
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 0.5em;
}
#pic_controls {
	color:#FFFFFF;
        font-family:"times New Roman",times,serif;
        font-size:0.8em;
        font-variant:small-caps;
        margin-top:-38px;
        position:relative;
        right:5px;
        text-align:right;
        z-index:10;
}
#pic_controls a:link, #picControls a:visited {
	text-decoration: none;
	color:#ffffff;
        
}
.articleHeader {
        font-style: italic;
        font-size: 0.8em;
        line-height: 0.82em;
}

/* ---------- Left Navigation Buttons ---------- */

a.left_nav_button_choices {
        display: block;
        height: 50px;
        width: 260px;
        margin: 0px;
        background: transparent url('../images/buttons/left-button-choices.jpg') no-repeat scroll top right;
}


a.left_nav_button_choices:active {
        background-position: bottom right;
        outline: none;
}

a.left_nav_button_ministry {
        display: block;
        height: 50px;
        width: 260px;
        margin: 0px;
        background: transparent url('../images/buttons/left-button-ministry.jpg') no-repeat scroll top right;
}


a.left_nav_button_ministry:active {
        background-position: bottom right;
        outline: none;
}
a.left_nav_button_csl {
        display: block;
        height: 50px;
        width: 260px;
        margin: 0px;
        background: transparent url('../images/buttons/left-button-csl.jpg') no-repeat scroll top right;
}


a.left_nav_button_csl:active {
        background-position: bottom right;
        outline: none;
}
a.left_nav_button_give {
        display: block;
        height: 50px;
        width: 260px;
        margin: 0px;
        background: transparent url('../images/buttons/left-button-give.jpg') no-repeat scroll top right;
}


a.left_nav_button_give:active {
        background-position: bottom right;
        outline: none;
}
