/* Css Reset */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
    margin:0;
    padding:0;
}
ul,ol{
    list-style:none;
}
fieldset{
    display:inline;
    border:0;
}
blockquote,q{
    quotes:none;
}
blockquote:before,blockquote:after,
q:before,q:after{
    content:"";
}
table {
    border-collapse:separate;
    border-spacing:0;
}
a img{
    border:0;
}
.clear{
    clear:both;
    line-height:0;
}
.skiplink{
    display:none;
}
label{
    cursor:pointer;
}
.addwidth{
    width:750px;
}
/* General Styles */
a,a:link,a:visited{
    color:#304d3a;
    outline:0;
    text-decoration:none;
}
a:focus,a:hover{
    text-decoration:underline;
}
html{
        background:url(../images/bg-top.jpg) repeat-x;
}
body{
    background:transparent url(../images/bgr_repeat.gif) repeat;
    color:#0f1e2f;
    font-size:62.5%;
    font-family:Arial, Helvetica, sans-serif;
}
#footer{
    background:#0d1825 url(...) repeat-x top;
}
#bg-top{
    background:url(../images/bg_homedata.png) repeat-y center top;
    overflow:hidden; 
}
#wrapper{
    background:url(../images/bg-top2.jpg) repeat-x;
    margin:0 auto;
}
#container{
        overflow:hidden;
        width:800px;
        padding:0 100px;
        margin:0 auto;
        background:url(../images/bg-header_decor.png) no-repeat;
}
#container-bottom{
    clear:both;
    height:25px;
    background:url(../images/bg-container-bot.jpg) repeat-x bottom;
}
/* header */
#header{
    position:relative;
    width:800px;
    height:198px;
    z-index: 50;
}
#header-top{
    clear:both;
    float:left;
    width:800px;
    height:147px;
}
h2#logo{
    position:absolute;
    top:0;
    left:-12px;
}
h2#logo a{
    display:block;
    width:339px;
    height:138px;
    text-indent:-5000px;
    cursor:pointer;
    background:url(../images/logo.png) no-repeat;
}
#topnav{
    float:right;
    width:286px;
}
#topnav ul{
    float:left;
    color:#8997a6;
    text-transform:uppercase;
    margin-right:10px;
    padding-top:9px;
}
#topnav li{
    float:left;
    margin:0 3px;
}
#topnav li a{
    color:#8997a6;
}
#topnav fieldset{
    padding-top:6px;
}
#topnav input{
    vertical-align:middle;
}
#topnav input.txt{
    width:138px;
    height:16px;
    font-size:1em;
    color:#7e7e7e;
    border:0;
    margin-right:2px;
    padding:3px 0 0 10px;
}
#subtitle{
    clear:right;
    float:right;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:1.5em;
    color:#fff;
    font-style:italic;
    margin:50px 35px 0 0;
}
#nav{
    float:left;
    width:800px;
    height:51px;
    color:#fff;
    font-size:1.3em;
    text-transform:uppercase;
    background:url(../images/bg-nav.png) repeat-x;
    z-index: 50;
}
#nav li{
    float:left;
    margin:0 0 0 1px;
}
#nav li a{
    display:block;
    color:#fff;
    padding:18px 19px;
    text-decoration:none;
}
#nav li a:hover{
    color:#67c14c;
    background:url(../images/bg-nav-on.png) repeat-x;
}
/* content */
#content{
    float:left;
    width:800px;
    background:#fff;
}
#mast{
    padding:5px 5px 0;
}
/* sidebox */
#sidebox{
    float:left;
    width:264px;
    padding:5px;
}
#sidesub{
    float:left;
    background:url(../images/bg-sidebox.png) no-repeat top;
    width:275px;
}
#topnav form fieldset{
    width:172px;
}
.button_go{
    float:right;
    margin-top:-19px;
}

.searchresults li.school{
    background:#eaeaea;
    padding:10px 0;
}
#schoolsearch{
    width:232px;
    height:86px;
    padding:5px 15px;
    background:url(../images/bg-memschool.jpg) no-repeat;
}
#schools .middleColumn{
    width:150px;
    float:left;
}
.side_sub_links{
    margin-left:25px;
    font-size:14px;
    padding-bottom:5px;
    width:230px;
}
#Form_SearchFormTwo fieldset{
    display:block;
}
#schools{
    margin:0;
}
#Form_SearchFormTwo_schools{
    width:150px;
    height:19px;
    padding:6px 5px;
    border:0;
    background:url(../images/bg-inputssearch.png) no-repeat;
    font-weight:normal;
    margin-left:39px;
}
#schoolsearch h2{
    font-size:1.8em;
    color:#fff;
    text-align:right;
    margin-bottom:5px;
}
#Form_SearchFormTwo .Actions{
    width:40px;
    float:right;
    margin-top:-38px;
} 
#schoolsearch form{
    text-align:right;
}
#schoolsearch input{
    vertical-align:middle;
}
#schoolsearch input.txt{
    width:133px;
    height:19px;
    padding:5px 10px;
    border:0;
    background:url(../images/bg-inputssearch.png) no-repeat;
}
#schoolsearch p a{
    display:block;
    color:#fff;
    text-align:right;
    text-transform:uppercase;
    margin-top:6px;
}
#mainsub .searchresults{
    list-style-type:none;
}
#welcome{
    padding:25px 15px 0 25px;
}
#welcome h2{
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:2.8em;
    font-weight:normal;
    margin-bottom:5px;
}
#welcome p{
    font-size:1.2em;
    line-height:17px;
    margin-bottom:15px;
}
/* mainbox */
#mainbox{
    float:right;
    width:520px;
    padding:5px 5px 0 0;
}
/* mainbox2 */
#mainbox2{
    float:left;
    width:790px;
    padding:5px 5px 0 5px;
    min-height:350px;
}
#mainimg{
    margin-bottom:5px;
}
#maincol{
    clear:both;
    width:520px;
    overflow:hidden;
    background:url(../images/bg-cols.png) repeat-y;
}
#leftcol{
    float:left;
    width:261px;
}
#leftcol .box h2{
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:2.5em;
    font-weight:normal;
    color:#fff;
    padding:8px 0 8px 25px;
    background:url(../images/bg-gradtitle.png) repeat-x;
}
#leftcol .box ul{
    padding:0 15px 10px;
}
#leftcol .box li{
    padding:8px 10px;
    border-bottom:1px solid #cbc9c9;
}
#leftcol .box li a{
    font-size:1.3em;
    color:#444;
}
#leftcol .box li h3{
    font-size:1.4em;
    color:#304d3a;
}
#leftcol .box li p.date{
    font-size:.9em;
    color:#304d3a;
    margin-top:2px;
    text-transform:uppercase;
}
#leftcol .box p.viewall{
    font-size:.8em;
    padding:0 25px 10px;
    text-transform:uppercase;
}
#leftcol .box p.viewall a{
    color:#304d3a;
}
#rightcol{
    float:left;
    width:259px;
}
#rightcol .box ul{
    padding:10px 0;
    overflow:hidden;
}
#rightcol .box li{
    float:left;
    width:215px;
    padding:5px 20px;
}
#rightcol .box li .thumb{
    float:left;
    width:65px;
    height:65px;
    padding:10px;
    margin-right:10px;
    background:url(../images/bg-thumb.png) no-repeat;
}
#rightcol .box li .text{
    float:left;
    width:120px;
}
#rightcol .box li .text h3{
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:1.7em;
    font-weight:normal;
    color:#304d3a;
    margin:5px 0 2px;
}
#rightcol .box li .text p{
    font-size:1.3em;
    color:#444;
    margin-bottom:5px;
}
#rightcol .box li .text p.more a{
    display:block;
    width:35px;
    height:15px;
    text-indent:-5000px;
    background:url(../images/btn-more.png) no-repeat;
}
/* sidesub */
#sidesub .box1{
    padding:15px;
}
#sidesub .box1 h2{
    font-family:Georgia, "Times New Roman", Times, serif;
    font-weight:normal;
    font-size:2.1em;
    color:#304d3a;
    padding-left:15px;
    padding-bottom:5px;
    border-bottom:1px solid #cbc9c9;
}
#sidesub .box1 ul{
    font-size:1.4em;
    margin:10px 0 0 15px;
}
#sidesub .box1 li{
    margin:10px 0 0;
}
.top{
    margin-top:10px;
}
#sidesub .box2 h2{
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:2.1em;
    font-weight:normal;
    color:#fff;
    padding:8px 0 8px 25px;
    background:url(../images/bg-gradtitle.png) repeat-x;
}
#sidesub .box2 ul{
    width:220px;
    padding:5px 15px 0;
    overflow:hidden;
}
#sidesub .box2 li{
    padding:8px 10px;
    border-bottom:1px solid #cbc9c9;
}
#sidesub .box2 li a{
    font-size:1.3em;
    color:#616161;
}
#sidesub .box2 li h3{
    font-size:1.4em;
    color:#304d3a;
}
#sidesub .box2 li p.date{
    font-size:.9em;
    color:#304d3a;
    margin-top:2px;
    text-transform:uppercase;
}
#sidesub .box2 p.viewall{
    font-size:.8em;
    padding:10px 25px 20px;
    text-transform:uppercase;
}
#sidesub .box2 p.viewall a{
    color:#304d3a;
}
#sidesub .box3 h2{
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:2.1em;
    font-weight:normal;
    color:#fff;
    padding:8px 0 8px 25px;
    background:url(../images/bg-gradtitle.png) repeat-x;
}
#sidesub .box3 ul{
    width:220px;
    padding:0 15px;
    overflow:hidden;
}
#sidesub .box3 li{
    float:left;
    width:220px;
    padding:10px 5px;
    border-bottom:1px solid #cbc9c9;
}
#sidesub .box3 li.last{
    border-bottom:0;
}
#sidesub .box3 li .thumb{
    float:left;
    width:65px;
    height:65px;
    padding:10px;
    margin-right:10px;
    background:url(../images/bg-thumb.png) no-repeat;
}
#sidesub .box3 li .text{
    float:left;
    width:120px;
}
#sidesub .box3 li .text h3{
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:1.7em;
    font-weight:normal;
    color:#304d3a;
    margin:5px 0;
}
#sidesub .box3 li .text p{
    font-size:1.3em;
    color:#616161;
    margin-bottom:5px;
}
#sidesub .box3 li .text p.more a{
    display:block;
    width:35px;
    height:15px;
    text-indent:-5000px;
    background:url(../images/btn-more.png) no-repeat;
}
#sidesub .box3 li .text p.viewphotos a{
    display:block;
    width:60px;
    height:15px;
    text-indent:-5000px;
    background:url(../images/btn-viewphotos.png) no-repeat;
}
#sidesub .box3 p.viewall{
    clear:both;
    font-size:.8em;
    padding:10px 25px;
    text-transform:uppercase;
}
#sidesub .box3 p.viewall a{
    color:#304d3a;
}
/* mainsub */
#mainsub{
    float:left;
    padding:0px 20px 10px;
}
#mainsub h1,
#mainsub h2,
#mainsub h3,
#mainsub h4,
#mainsub h5,
#mainsub h6{
    font-family:Georgia, "Times New Roman", Times, serif;
    font-weight:normal;
    margin-bottom:5px;
}
#mainsub h1{
    font-size:2.3em;
    color:#0f1e2f;
}
#mainsub h2{
    font-size:1.9em;
    color:#0f1e2f;
}
#mainsub h3{
    font-size:1.6em;
    color:#0f1e2f;
}
#mainsub h4{
    font-size:2.2em;
    color:#304d3a;
}
#mainsub h5{
    font-size:1.7em;
    color:#304d3a;
}
#mainsub h6{
    font-size:1.4em;
    color:#304d3a;
}
#mainsub p{
    font-size:1.2em;
    margin-bottom:8px;
    line-height:18px;
}
#mainsub blockquote{
    padding:25px 30px;
    border:1px solid #eee8df;
    background:#f7f6f5;
}
#mainsub .list{
    margin:30px;
}
#mainsub ol{
    font-size:1.2em;
    list-style:decimal;
    margin-left:20px;
    margin-bottom:10px;
}
#mainsub ul{
    font-size:1.2em;
    list-style:disc;
    margin-left:20px;
    margin-bottom:10px;
}
#mainsub li{
    margin-bottom:3px;
}   
/* footer 
#footer{
    clear:both;
    margin:0 auto;
    background:url(../images/bg-footer.png) repeat-x top;
}         */
#footer-content{
    width:1000px;
    margin:0 auto;
    padding:20px 0;
    color:#374c64;
    overflow:hidden;
    text-transform:uppercase;
}
#footer-text{
    overflow:hidden;
}
#footer-content a{
    color:#374c64;
}
#footer-content ul#footer-contact{
    float:left;
    padding-left:130px;
}
#footer-content ul#footer-contact li{
    margin-bottom:2px;
    color:#8997a6;
}
#footer-content ul#footer-contact li a{
    color:#8997a6;
} 
#footer-content ul#footer-developer{
    float:right;
    padding:5px 130px 0 0;
}
#footer-content ul#footer-developer li{
    float:left;
}
#footer-content ul#footer-developer li.developed a{
    display:block;
    width:102px;
    height:32px;
    text-indent:-5000px;
    background:url(../images/encompass.png) no-repeat;
}
#footer-content ul#footer-developer li.login a{
    display:block;
    width:43px;
    height:19px;
    text-indent:-5000px;
    margin:5px 0 0 8px;
    background:url(../images/btn-login.png) no-repeat;
}
/* Drop-down menu */
#nav li ul{
    position:absolute;
    text-align:left;
    left:-999em;
    z-index:100;
    
    display:block;
    width:137px;
    padding:0 0 0 0;
    margin:-1px 0 0 0;
}
#nav li:hover ul,
#nav li.sfhover ul {
    display:block;
    left:auto;
}
#nav li:hover a{
    color:#67c14c;
    background:url(../images/bg-nav-on.png) repeat-x;
}
#nav ul li{
    display:block;
    clear:both;
    width:100%;
    background:url(../images/bgr_submenu.png) repeat-y;
}
#nav li ul a,
#nav li:hover ul a{
    font-size:12px;
    color:#fff;
    background:url(../images/bgr_submenu_line.png) no-repeat left bottom;
    text-align:left;
    width:116px;
    padding:11px 0 12px 20px;
}
#nav ul .last a,
#nav li:hover ul .last a{
    background:none;
}
#nav li:hover ul a:hover,
#nav ul a:hover{
    color:#67c14c;
    background:#0a101a;
}
/*--- page-2 ---*/
.bg-content {
	width: 800px;
	overflow: hidden;
	background: url("../images/bg-content.gif") repeat-y;
}
.primary-content-2 {
	float: left;
	width: 451px;
	padding: 0 32px 0 38px;
}
.primary-content-3 {
	float: left;
	padding: 0 32px 0 38px;
}
.breadcrumbs {
	width: 452px;
	padding: 20px 38px 17px 20px;
	text-transform: uppercase;
}
.breadcrumbs li {
	color: #696a6a;
	font-size: 9px;
	display: inline;
}
.breadcrumbs li span {color: #b7b7b7;}
.breadcrumbs li a {color: #b7b7b7;}

.secondary-content-2 {
	float: right;
	width: 230px;
	height: 100%;
	margin: -9px 0 0 0;
	padding: 20px 19px 30px 19px;
	background-color:#e9f1f9
}
.sublink-box {
	padding: 0;
	background: url("../images/h-line.gif") no-repeat 0 100%;
}
.sublink-box h3 {
	color: #0061aa;
	font-size: 16px;
	padding: 6px 0 13px 29px;
	/*background: url("../images/h-line.gif") no-repeat 0 100%;*/
}
.sublink-box ul {padding: 9px 0 0 0;}

.sublink-box ul li {
	font-size: 14px;
	padding: 0 0 6px 29px;
	background: url("../images/i-2.gif") no-repeat 15px 5px;
}
.sublink-box ul li  a {color: #fc9400;}

.related-box {
	padding: 8px 0 12px 0;
	background: url("../images/h-line.gif") no-repeat 0 100%;
}

.related-box h3,
.separator h3,
.gallery-box h3 {
	color: #0061aa;
	font-size: 14px;
	padding: 0 0 3px 29px;
	background: url("../images/i-2.gif") no-repeat 15px 3px;
}
.related-box p {
	color: #FC9400;
	font-size: 11px;
	line-height: 14px;
	padding: 0 22px 9px 29px;
}
.related-box p a {color: #B7B7B7;}
.mb-1 {margin-bottom: 5px !important;}

.separator {
	margin: 9px 0 0 0;
	padding: 7px 0 0 0;
	background: url("../images/h-line.gif") no-repeat;
}
.separator p ,
.gallery-box p {padding: 17px 0 0 0;}

.button-box {padding: 2px 0 0 25px;}
.button-box a {margin: 0;}

.flashElement {
	float: left;
	width: 800px;
	height: 196px;
	background: url("../images/flashElement.jpg") no-repeat;
	padding: 0px 0px 0 0px;
}
.whiteBG {
	width: 845px;
	margin: 0 auto;
	background: url("../images/whiteBG.png") repeat-y;
	padding: 0px 0px 0 0px;
}
