/* CSS Document */
/************************************** page header ***********************************************/
#page_header{ clear:both; float:left; width:790px; height:50px; background:url(../images/header_aboutus_schol.gif) no-repeat; }

/************************************** page body *************************************************/
#body_container{ clear:both; width:790px; height:auto; background:#fff; color:#000; }

/************************************** left column ***********************************************/
#left_col{ float:left; width:158px; height:auto; }

/************************************** main content **********************************************/
/*
overall width 632
*/
/* #main_content{ float:left; margin:0 0 15px 0; width:632px; height:auto; } */
#main_content { float:left; margin:0 0 15px 0; width:632px; background:url(../images/1px_dot_vert.gif) left repeat-y; min-height:650px; }
#main_content h2 {font-size: 12px; color:#ff0000; margin: 15px 15px 0 15px;}

img.header_graphic{ margin:15px 0 0 15px;  }
/*NOW CALLED IN GLOBAL.CSS ---- p.body_copy{ padding:15px 20px 0 15px; line-height:1.3em; }*/

/************************************** feature container ******************************************/
div.feature_container{ width:632px; height:255px; _height: 251px; color:#000; background:#BC9B69; border-bottom:1px solid #D7C3A5; }

/************************************** feature pic ************************************************/
.about_feature_shadow {
float:left; margin: 17px 0 0 17px; display:inline;
background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
background: url(../images/shadow.gif) no-repeat bottom right; }
img.pic_about_feature { display: block; position: relative; margin: -3px 6px 6px -3px; width:603px; height:231px; }



/************************************** feature content ************************************************/

.schol_feature_content {margin: 0 15px 15px 15px; padding-bottom: 15px;}

div.feat_photo {float: left}
div.feat_content { float: left; width: 450px; clear: right; margin: 10px 0 0 10px;}
div.feat_content_no-photo { float: left; width: 600px; margin: 10px 0 0 0px;}

div.feat_content h1, 
div.feat_content_no-photo h1 {font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#ff0000; text-transform: capitalize; margin: 0 0 5px 0; font-weight:normal;}

div.feat_content p, 
div.feat_content_no-photo p { font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#000; line-height:135%; }

div.feat_content_buttons {margin: 10px 0 0 -5px; float: left;}
div.feat_content_buttons img {border: 0;}

div.feat_content_logo {margin: 10px 0 0 0 ; float: right;}






/*.schol_feature_content {margin: 0 15px 15px 15px; padding-bottom: 15px;}

.schol_feature_content div.feat_photo {float: left}
.schol_feature_content div.feat_content { float: left; width: 450px; clear: right; margin: 10px 0 0 10px;}
.schol_feature_content div.feat_content_no-photo { float: left; width: 600px; clear: right; margin: 10px 0 0 10px;}

.schol_feature_content div.feat_content h1, .schol_feature_content div.feat_content_no-photo h1 { font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#ff0000; text-transform: capitalize; margin: 0 0 5px 0; font-weight:normal;}
.schol_feature_content div.feat_content p, .schol_feature_content div.feat_content_no-photo p { font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#000; line-height:135%; }
.schol_feature_content div.feat_content_buttons {margin: 10px 0 0 -5px; float: left;}
.schol_feature_content div.feat_content_buttons img {border: 0;}

div.feat_content_logo {margin: 10px 0 0 0 ; float: right;}

.schol_feature_content div.feat_content_no-photo div.feat_content_logo {margin: 10px 0 0 0 ; float: left;}
*/