/* 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; }
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 */
label{ cursor:pointer; }
a,a:visited{ color:#76c3e7; text-decoration:none; }
a:focus,a:hover{ text-decoration:underline; }
html{ height:100%; }
body{ height:100%; background:#fff url(../images/bgr-subpage.png) repeat-x top; color:#515151; font:62.5%/1 Arial, Helvetica, sans-serif; }
#nonfooter{ position:relative; min-height:100%; }

/* Header */
#header{ width:940px; height:111px; margin:0 auto; }
    #logo{ float:left; display:block; width:253px; height:111px; text-indent:-9999em; background:url(../images/logo.png) no-repeat; }

/* Class Reg */
#classreg{ float:right; width:306px; height:36px; font-size:13px; font-weight:bold; color:#cdeefe; padding-top:6px; text-align:center; background:url(../images/bgr-classreg.png) no-repeat; }
    #classreg span{ font-size:15px; color:#fff; }

/* Nav */
#nav{ clear:right; float:right; width:540px; font-size:16px; font-weight:bold; padding-top:30px; }
    #nav li{ position:relative; float:left; background:url(../images/bgr-nav-sep.png) no-repeat left top; }
    #nav li.first{ background:none; }
    #nav li a,
    #nav li a:visited{ display:block; color:#7d7e81; padding:4px 20px 19px; }
    #nav .dropdown a,
    #nav .dropdown a:visited,
    #nav .current a,
    #nav .current a:visited,
    #nav li a:hover{ color:#f9a032; text-decoration:none; background:url(../images/bgr-nav-current.png) no-repeat center bottom; }
    #nav .last a,
    #nav .last a:visited{ padding-right:0; }

/* Dropdown */
#nav li ul{ position:absolute; display:none; width:145px; font-size:16px; font-weight:normal; background:url(../images/bgr-dropdown.png); z-index:2000; }
    #nav li li{ float:none; background:none; }
    #nav li:hover ul{ display:block; }
    #nav .dropdown li a,
    #nav .dropdown li a:visited,
    #nav li li a,
    #nav li li a:visited{ width:115px; padding:10px 15px; color:#fff; }
    #nav .dropdown li a:hover,
    #nav li li a:hover{ color:#fff; background-image:none; background-color:#5aa9ce; }

/* Mast */
#mast{ clear:both; height:351px; background:url(../images/bgr-mast.png) repeat-x; }
#mast-content{ width:989px; height:351px; margin:0 auto; background:url(../images/bgr-mast-cont.png) no-repeat; overflow:hidden; }
    #mast-content .text{ float:left; width:360px; font-size:20px; color:#fff; padding:80px 35px 0; }
    #mast-content blockquote{ display:block; font-style:normal; margin-bottom:30px; line-height:28px; text-indent:30px; background: url(../images/bgr-quote-open.png) no-repeat left top; }
    #mast-content blockquote p{ display:block; background: url(../images/bgr-quote-close.png) no-repeat bottom right; padding-right: 20px;}
    #mast-content p.citename{ font-style:italic; text-align:right; background:none; background:transparent;}
    #mast-content .photo{ float:left; margin:28px 0 0 8px; border:3px solid #fff; }
    #mast-content .photo img{ display:block; }
    #mast-content .quote {background:none !important;width: 360px;}

/* Content */
#content{ width:970px; margin:0 auto; padding-bottom:70px; }

/* Index Page, Sub Page */
#indexpage{ width:940px; margin:0 auto; padding:30px 0 0; overflow:hidden; }
#subpage{ width:940px; margin:0 auto; background:url(../images/bgr-subpage-top.png) no-repeat top; overflow:hidden; }
    #subpage .sidebar{ float:left; width:310px; padding:65px 0 20px; margin-right:50px; }
    #subpage .mainbar{ float:left; width:556px; }
    #subpage .mainbar h2{ font-size:28px; font-weight:normal; color:#76c3e7; margin-bottom:10px; }
    #subpage .mainbar p{ font-size:14px; margin-bottom:25px; line-height:20px; }

/* Index Text */
#indextext{ float:left; width:320px; font-size:14px; margin-right:30px; }
    #indextext h2{ font-size:28px; font-weight:normal; color:#76c3e7; margin-bottom:10px; }
    #indextext p{ margin-bottom:20px; line-height:20px; }

/* Recent */
#recent{ float:left; width:260px; margin-right:20px; }

/* Features */
#features{ float:left; width:310px; }
    #features li{ width:310px; font-size:12px; overflow:hidden; }
    #features .thumb{ float:left; display:block; width:131px; height:125px; padding:14px 0 0 14px; background:url(../images/bgr-thumb.png) no-repeat; }
    #features .text{ float:left; width:155px; padding:10px 0 0 10px; }
    #subpage #features .text{ float:left; width:135px; padding:10px 0 0 10px; }
    #features h3{ font-size:20px; margin-bottom:5px; }
    #features h3 a,
    #features h3 a:visited{ color:#d87d2a; }
    #features p{ color:#7d7e81; margin-bottom:10px; line-height:15px; }
    #features .readmore{ display:block; width:72px; height:20px; text-indent:-9999em; background:url(../images/button-readmore.png) no-repeat; }

/* Recent News */
#recentnews{ margin-bottom:5px; }
    #subpage #recentnews{ padding-left:25px; }
    #recentnews .title{ width:230px; height:27px; padding:15px 15px 0; text-transform:uppercase; background:url(../images/bgr-titleorange.png) no-repeat; overflow:hidden; }
    #recentnews .title h3{ float:left; font-size:16px; color:#fff; }
    #recentnews .title a,
    #recentnews .title a:visited{ float:right; font-size:9px; color:#fff; line-height:15px; }
    #recentnews ul{ font-size:12px; font-weight:bold; padding:10px 15px; }
    #recentnews li{ margin-bottom:15px; }
    #recentnews li h3{ font-size:20px; margin-bottom:5px; }
    #recentnews li h3 a,
    #recentnews li h3 a:visited{ color:#d87d2a; }

/* Recent Events */
#recentevents{ margin-bottom:5px; }
    #subpage #recentevents{ padding-left:25px; }
    #recentevents .title{ width:230px; height:27px; padding:15px 15px 0; text-transform:uppercase; background:url(../images/bgr-titleblue.png) no-repeat; overflow:hidden; }
    #recentevents .title h3{ float:left; font-size:16px; color:#fff; }
    #recentevents .title a, #recentevents .title a:visited{ float:right; font-size:9px; color:#fff; line-height:15px; }
    #recentevents ul{ font-size:13px; font-weight:bold; padding:10px 15px; }
    #recentevents li{ width:230px; margin-bottom:10px; overflow:hidden; }
    #recentevents li h3{ font-size:20px; }
    #recentevents li h3 a,
    #recentevents li h3 a:visited{ color:#76c3e7; }
    #recentevents li p{ margin-bottom:10px; }
    #recentevents li .date{ float:left; width:45px; height:37px; font-size:9px; font-weight:bold; color:#fff; padding-top:8px; margin-right:10px; text-transform:uppercase; text-align:center; background:url(../images/ico-calendar.png) no-repeat; }
    #recentevents li .date span{ display:block; font-size:21px; color:#000; padding-top:2px; }
    #recentevents li .text{ float:left; width:160px; padding-top:5px; }
    #recentevents li .readmore{ display:block; font-size:10px; padding-bottom:1px; text-transform:uppercase; }

/* Sublinks */
#sublinks{ width:260px; font-size:18px; font-weight:bold; padding-left:25px; margin-bottom:30px; }
    #sublinks a{ display:block; color:#7d7e81; padding:10px 20px; }
    #sublinks a:hover{ color:#fff; text-decoration:none; background:#76c3e7; }
    
/* Sub Mast */
#submast{ padding:0 0 0 11px; margin-bottom:60px; }

/* Bcrumbs */
#bcrumbs{ font-size:9px; margin-bottom:30px; text-transform:uppercase; color:#bfbfbf; }
    #bcrumbs li{ display:inline; }
    #bcrumbs a,
    #bcrumbs a:visited{ color:#bfbfbf; }
    #bcrumbs .current a,
    #bcrumbs .current a:visited{ color:#76c3e7; }
        
/* Footer */
#footer{ position:relative; margin-top:-70px; background:#76c3e7; height:70px; }
#footer-content{ width:925px; font-size:12px; color:#fff; padding:20px 0; margin:0 auto; overflow:hidden; } 
    #footer p{ float:left; line-height:15px; } 
    #footer a,
    #footer a:visited{ color:#fff; }
    #developed{ float:right; display:block; width:93px; height:30px; text-indent:-9999em; background:url(../images/ico-developer.png) no-repeat; }
    
form label.required { color:red;font-weight:bold;font-size:14px; margin-top: 5px;}