/* Css Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
.typography img {
   /* border: solid;
    border-color: #000; */
}
.typography .no-border, .typography img.no-border {
	border: 0px;
}
html, body, .page {height:100%}
body > .page {height: auto; min-height: 100%;}

.wrapper{ padding-bottom: 150px; }  /* must be same height as the footer */

#footer {position: relative;
    margin-top: -150px; /* negative value of footer height */
    height: 150px;
    clear:both;} 
    
    #footer-interior {
        width: 900px;
        margin: 0 auto;
    }
#footer_encompass ul {padding-top: 8px; margin-right: 13px;}    
#footer_encompass li a {float:right; height: 25px; width: 25px;}
#footer_encompass a.facebook {background:url(../images/facebook.png) no-repeat;}
#footer_encompass a.twitter {background:url(../images/twitter.png) no-repeat;}
#footer_encompass a.rss {background:url(../images/ico-rss.png) no-repeat;}
/* CLEAR FIX*/
.clearfix:after {content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


ol,ul{
    list-style:none;
}
blockquote,q{
    quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
    content:'';
    content:none;
}
:focus{
    outline:0;
}
ins{
    text-decoration:none;
}
del{
    text-decoration:line-through;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
/* General Styles */
.skiplink{
    display:none;
}
label{
    cursor:pointer;
}
a,a:link,a:visited{
    color:#8b8b8b;
    text-decoration:none;
}
a:focus,a:hover{
    text-decoration:underline;
}
.clear{
    clear:both;
}
html{
    background: #FFFFFF url(../images/bgr_html.png) repeat;
}
body{
    /*background:url(../images/bgr_main.png) repeat-x bottom;  */
    color:#8b8b8b;
    font:62.5%/1 Arial, Helvetica, sans-serif;
}
#footer{
   background:url(../images/bgr_main.png) repeat-x bottom;
}

.page{
    background:url(../images/bgr_page.png) repeat-x;
}
.wrapper{
    margin:0 auto;
    width:900px;
}
/* header */
#header{
    width:100%;
    height:134px;
    overflow:hidden;
}
#logo{
    float:left;
    padding:20px 0 0;
}
#logo a{
    width:541px;
    height:110px;
    text-indent:-9999px;
    position:relative;
    overflow:hidden;
    display:block;
    background:url(../images/button_logo.png) no-repeat;
    cursor:pointer;
}
#header_right{
    float:right;
    padding:5px 0 0;
    width:327px;
}
#tit_pursuit{
    width:327px;
    height:23px;
    text-indent:-9999px;
    position:relative;
    overflow:hidden;
    display:block;
    background:url(../images/tit_pursuit.png) no-repeat;
    cursor:pointer;
    margin:26px 0 0;
}
#header_search{
    width:100%;
    overflow:hidden;
}
#header_search fieldset{
    width:176px;
    overflow:hidden;
    background:#09173c url(../images/bgr_header_search.png) repeat-x;
    padding:11px 10px 9px 0;
    float:right;
}
#header_search h3{
    text-transform:uppercase;
    font-size:11px;
    color:#fff;
    padding:0 0 0 22px;
    width:175px;
    font-weight:normal;
}
#header_search h3 a,
#header_search h3 a:visited{
    color:#fff;
}
#header_search p{
    width:158px;
    overflow:hidden;
    padding:6px 0 0 15px;
}
#SearchForm_SearchForm_Search {
    float:left;
    background:#ffffff;
    border:1px solid #595b63;
    color:#595b63;
    font-size:1.1em;
    font-family:Arial, Helvetica, sans-serif;
    margin:0 5px 0 0;
    width:120px;
    padding:2px 4px;
}
#SearchForm_SearchForm_action_searchresults {
    float:left;
}
/* menu */
#menu{
    width:100%;
    height:51px;
    background:url(../images/bgr_menu.png) repeat-x;
}
#menu ul{
    float:left;
}
#menu li{
    float:left;
    font-size:1.4em;
    text-transform:uppercase;
}
#menu li a,
#menu li a:visited{
    float:left;
    display:block;
    cursor:pointer;
    color:#fff;
    padding:19px 23px 0;
    height:31px;
}
#menu li.last a,
#menu li.last a:visited{
    padding:19px 22px 0;
}
#menu li a:hover{
    color:#ed1c24;
    background:url(../images/bgr_menu_a.png) repeat-x;
    text-decoration:none;
}
/* body */
#body{
    width:880px;
    background:url(../images/bgr_body.png) repeat-x;
    padding:10px;
    overflow:hidden;
}
/*sidebar*/
#sidebar{
    width:604px;
    overflow:hidden;
    position:absolute;
    margin:330px 0 0;
}
#sidebar ul{
    float:left;
    background:url(../images/bgr_sidebar.png) repeat;
    height:30px;
    padding:0 8px;
}
#sidebar li{
    float:left;
    padding:8px 2px 0;
}
#sidebar li img{
    float:left;
}
/*gallery*/
#gallery{
    width:100%;
    overflow:hidden;
    padding:0 0 11px;
}
#gallery_main{
    float:left;
    width:604px;
}
#gallery_main img{
    float:left;
}
#gallery_links{
    float:right;
    width:264px;
}
#gallery_links li{
    width:100%;
}
#gallery_links li a{
    width:264px;
    height:114px;
    text-indent:-9999px;
    display:block;
}
#news_to_acs{
    background:url(../images/button_news_to_acs.png) no-repeat;
    margin:0 0 9px;
}
#parents{
    background:url(../images/button_parents.png) no-repeat;
    margin:0 0 9px;
}
#alumni{
    background:url(../images/button_alumni.png) no-repeat;
}
/*welcome*/
#welcome{
    width:284px;
    padding:18px 18px 0;
    float:left;
    display:inline-block;
}
#welcome h2{
    color:#ce0101;
    font-size:2.6em;
    padding:0 0 15px;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-weight:normal;
}
#welcome p{
    line-height:1.6em;
    font-size:1.2em;
    padding:0 0 18px;
}
/*mainnews*/
#mainnews{
    width:231px;
    background: #fbfbfb url(../images/bgr_mainnews.png) repeat-x;
    padding:0 26px;
    display:inline-block;
    float:left;
}
#mainnews h2{
    color:#ce0101;
    font-size:2.7em;
    padding:18px 0 0;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-weight:normal;
}
#mainnews ul{
    padding:0 0 10px;
}
#mainnews ul li{
    border-bottom:1px dashed #d1d1d1;
    padding:5px 0;
}
#mainnews ul li h3{
    font-size:1.6em;
    line-height:1.4em;
    color:#5a5a5a;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-weight:normal;
}
#mainnews ul li h3 a, #mainnews ul li h3 a:visited{
    color:#5a5a5a;
    background:url(../images/ico_star.gif) no-repeat left 6px;
    padding:0 0 0 16px;
    display:block;
}
#mainnews ul li p{
    font-size:1.2em;
    line-height:1.4em;
    color:#5a5a5a;
}
#mainnews ul li p a, #mainnews ul li p a:visited{
    color:#5a5a5a;
}
#mainnews .more{
    font-size:1em;
    color:#5a5a5a;
    text-transform:uppercase;
    padding:0 0 5px;
}
#mainnews .more a, #mainnews .more a:visited{
    color:#5a5a5a;
}
/*mainitems*/
#mainitems{
    width:276px;
    float:left;
    display:inline-block;
    background:url(../images/bgr_mainitems.png) no-repeat;
}
#mainitems ul{
    width:244px;
    padding:20px 0 0 10px;
}
#mainitems li{
    width:100%;
    overflow:hidden;
    padding:0 0 10px;
}
#mainitems .thumb{
    float:left;
    width:103px;
    height:92px;
    background:url(../images/bgr_thumb.png) no-repeat;
    padding:10px 0 0 10px;
}
#mainitems .thumb img{
    float:left;
    border:4px solid #fff;
    width:85px;
    height:74px;
}
#mainitems .info{
    float:left;
    width:120px;
    padding:10px 0 0;
}
#mainitems .info h3{
    color:#173374;
    font-size:1.6em;
    font-family:Georgia, "Times New Roman", Times, serif;
}
#mainitems .info h3 a, #mainitems .info h3 a:visited{
    color:#173374;
}
#mainitems .info p{
    color:#5a5a5a;
    font-size:1.2em;
    line-height:1.2em;
    padding-top: 8px;
}
#mainitems .more{
    position:relative;
    margin:0 0 0 -4px;
}
/*sponsor*/
#sponsor{
    width:244px;
    background:#9f9f9f;
    margin:15px 0 0 13px;
}
#sponsor h2{
    color:#dad9d9;
    font-size:1.1em;
    text-transform:uppercase;
    padding:6px 0 4px;
    text-align:center;
    font-weight:normal;
}
#sponsor p{
    width:100%;
    overflow:hidden;
}
#sponsor img{
    float:left;
}
/* footer */
#footer{
    width:100%;
    overflow:hidden;
}
#footer_info{
    float:left;
    width:770px;
    padding:30px 0 0 20px;
}
#footer_info p{
    font-size:1.2em;
    color:#96a0ca;
    line-height:1.4em;
    text-transform:uppercase;
}
#footer_info p a, #footer_info p a:visited{
    font-size:1.2em;
    color:#fff;
}
#footer_info q{
    font-size:1.8em;
    color:#96a0ca;
    line-height:1.4em;
    font-style:italic;
    display:block;
    margin:20px 0 0;
}
#footer_encompass{
    float:right;
    width:100px;
    padding:40px 10px 0 0;
}
#footer_encompass a{
    text-indent:-9999px;
    display:block;
    width:92px;
    height:24px;
    background:url(../images/button_encompass.png) no-repeat;
    position:relative;
}
/* sub page */
#bsub_left{
    float:left;
    width:267px;
    background:url(../images/bgr_sub_sidebar.png) repeat-x;
}
#bsub_right{
    float:right;
}
.bsub_right{
    width:612px;
}
.bsub_right_extend {
    width: 100%;
}

/* sub Content */
#sub_content{
    margin:20px 0 0 40px;
}
.sub_content {
    width:550px;
}
.sub_content_extend {
    width:90%;
}

#sub_content h1, #sub_content h2, #sub_content h3{
    color:#ce0101;
    padding:0 0 4px;
    font-weight:normal;
}
#sub_content h1{
    font-size:2.1em;
}
#sub_content h2{
    font-size:1.8em;
}
#sub_content h3{
    font-size:1.6em;
}
#sub_content h4, #sub_content h5, #sub_content h6{
    color:#0d1f4c;
    padding:0 0 4px;
    font-weight:normal;
}
#sub_content h4{
    font-size:2.1em;
}
#sub_content h5{
    font-size:1.8em;
}
#sub_content h6{
    font-size:1.6em;
}
p.sub_content_text{
    color:#8b8b8b;
    font-size:1.2em;
    line-height:1.4em;
    padding:0 0 15px;
}
p.sub_content_text a{
    color:#d52323;
}
p.sub_content_text a.selected{
    color:#d52323;
    text-decoration:underline;
}
p.sub_content_text a.selected:hover{
    color:#d52323;
    text-decoration:none;
}
p.georgia{
    font-size:1.2em;
}
.sub_box{
    background:#f4f4f4;
    border:1px solid #e0e0e0;
    padding:20px 20px 20px 0;
    margin:5px 0 19px;
    width:500px;
    overflow:hidden;
}
.sub_box p{
    color:#8b8b8b;
    font-size:1.2em;
    line-height:1.3em;
    padding:0 0 12px 30px;
}
#sub_content .sub_box h4{
    color:#0d1f4c;
    padding:0 0 4px 30px;
}
.sub_list{
    padding:10px 0 5px 32px;
    width:425px;
}
.sub_list p{
    color:#d52323;
    padding:0 0 6px;
    font-size:1.2em;
}
.sub_list .sub_list_ul{
    color:#d52323;
}
.sub_list ol{
    margin:0 0 0 24px;
    list-style:decimal;
}
.sub_list ol li{
    color:#8b8b8b;
    font-size:1.2em;
    padding:0 0 3px;
}
.sub_list ul{
    padding:0 0 0 5px;
}
.sub_list ul li{
    color:#8b8b8b;
    font-size:1.2em;
    background:url(../images/ico_dot.gif) no-repeat 0 4px;
    padding:0 0 3px 8px;
    display:block;
}

/* sub sidebar */
#sub_sidebar{
    width:216px;
    padding:20px 0 0 20px;
    overflow:hidden;
}
#sub_sidebar h2{
    padding:0 0 10px;
    margin:0 0 0 12px;
    color:#ce0101;
    font-size:2.7em;
    font-family:Georgia, "Times New Roman", Times, serif;
    border-bottom:1px dashed #cdcdcd;
    font-weight:normal;
}
.sub_sidebar_links{
    border-bottom:1px dashed #cdcdcd;
    padding:0 0 10px;
    margin:7px 0 6px 12px;
}
.sub_sidebar_links li{
    padding:8px 0 2px;
    color:#0d1f4c;
    font-size:1.4em;
}
.sub_sidebar_links li a, .sub_sidebar_links li a:visited{
    color:#0d1f4c;
}
.sub_related{
    padding:0 0 4px;
    margin:0 0 15px;
}
.sub_related h3{
    color:#ce0101;
    font-size:1.7em;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-weight:normal;
    padding:0 0 0 10px;
    background:url(../images/ico_sub_related_h3.gif) no-repeat left 5px;
    margin:0 0 2px;
}
.sub_related ul{
    padding:0 0 10px 10px;
}
.sub_related ul li{
    border-bottom:1px dashed #d1d1d1;
    padding:5px 0;
}
.sub_related ul li h4{
    font-size:1.6em;
    line-height:1.4em;
    color:#5a5a5a;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-weight:normal;
}
.sub_related ul li h4 a, .sub_related ul li h4 a:visited{
    color:#5a5a5a;
    background:url(../images/ico_star.gif) no-repeat left 6px;
    padding:0 0 0 16px;
    display:block;
}
.sub_related ul li p{
    font-size:1.2em;
    line-height:1.4em;
    color:#5a5a5a;
}
.sub_related ul li p a, .sub_related ul li p a:visited{
    color:#5a5a5a;
}
.sub_related .more{
    font-size:1.0em;
    color:#5a5a5a;
    text-transform:uppercase;
    padding:0 0 0 10px;
}
.sub_related .more a, #mainnews .more a:visited{
    color:#5a5a5a;
}
.fet_box ul{
    padding:5px 0 0;
}
.fet_box li{
    width:100%;
    overflow:hidden;
    padding:5px 0;
    border-bottom:1px dashed #d1d1d1;
}
.fet_box li.last{
    border-bottom:0;
}
.fet_box .thumb{
    float:left;
    width:84px;
    height:83px;
    background:url(../images/bgr_thumb_sub.png) no-repeat;
    padding:7px 0 0 8px;
}
.fet_box .thumb img{
    float:left;
    border:4px solid #fff;
    width:67px;
    height:65px;
}
.fet_box .info{
    float:left;
    width:120px;
    padding:7px 0 0;
}
.fet_box .info h3{
    color:#173374;
    font-size:1.6em;
    font-family:Georgia, "Times New Roman", Times, serif;
}
.fet_box .info h3 a, .fet_box .info h3 a:visited{
    color:#173374;
}
.fet_box .info p{
    color:#5a5a5a;
    font-size:1.2em;
    line-height:1.2em;
}
.fet_box .more{
    position:relative;
    margin:0 0 0 -4px;
}
.gall_box{
    margin:0 0 15px;
    padding:15px 0 0;
    float:left;
    background:url(../images/line2.gif) no-repeat;
}
.gall_box li{
    border-bottom:1px dashed #D1D1D1;
    width:100%;
    float:left;
}
.gall_box .last{
    border:0;
}
.gall_box h3{
    color:#ce0101;
    font-size:1.7em;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-weight:normal;
    padding:0 0 0 10px;
    background:url(../images/ico_sub_related_h3.gif) no-repeat left 5px;
    margin:0 0 2px;
}
.gall_box_left{
    float:left;
    width:84px;
    height:83px;
    background:url(../images/bgr_thumb_sub.png) no-repeat;
    padding:7px 0 0 8px;
}
.gall_box_big{
    float:left;
    width:83px;
    height:102px;
    background:url(../images/bgr_thumb_sub_big.png) no-repeat;
    overflow:hidden;
    padding:10px 0 0 8px;
}
.gall_box_right{
    float:right;
    width:123px;
}
.gall_box_left img{
    float:left;
    border:4px solid #fff;
    width:67px;
    height:65px;
}
.gall_box_big img{
    float:left;
    width:67px;
    height:83px;
    border:4px solid #fff;
}
.gall_box_right h4{
    color:#5a5a5a;
    font-size:1.2em;
    padding:14px 0 8px;
    font-weight:normal;
    width:100px;
    font-family:Arial, Helvetica, sans-serif;
}
.gall_box_right h4 a{
    color:#5a5a5a;
}
.gall_box_right p{
    padding:0 0 4px;
}
.gall_view_all{
    float:left;
    padding:4px 0 0 24px;
}
/* Safari hack*/
@media screen and (-webkit-min-device-pixel-ratio:0){
    #menu li a, #menu li a:visited{
        padding:19px 22px 0 22px;
    }
    #menu li.last a, #menu li.last a:visited{
        padding:19px 20px 0 21px;
    }
}
.typography p {
    line-height:1.4em;
}

.breadcrumbs {
    width: 500px;
    padding: 0 10px 10px 0;
    text-transform: none;
}
.breadcrumbs li {
    color: #696a6a;
    font-size: 11px;
    display: inline;
}
.breadcrumbs li span {color: #b7b7b7;}
.breadcrumbs li a {color:#D52323;}
.middleColumn ul li {
    background:none !important;
}
