/*reset*/body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
/*table{border-collapse:collapse;border-spacing:0;}*/
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
/*fonts*/
body{font:13px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;*font-size:small;*font:x-small; background:#fff;}
table {font-size:inherit;font:100%;}
select, input, textarea {font:99%  "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;}
pre, code {font:115% monospace;*font-size:100%;}
body * {}
/* IMAGES ---------------------- */	
img, a img {border: none;}
/* TABLES ---------------------- */
table {margin-bottom: 1.2em;font-size: 1em;}
/* FORMS ----------------------- */
form {margin: 0;}
/* CLEARS n FLOATS ----------------------- */
.clearfloat {clear:both; height:0; font-size: 1px; line-height: 0px;}
.floatleft {float:left;}
.floatright {float:right; margin:0 0 15px 15px; clear:both;}
.screen-readers {position:absolute;left:-9999px;top:-9999px;z-index : 2;}


/* LAYOUT BLOCKS ----------------------- */

body { text-align:center; padding:0 0; margin:0; background: #e4e5e5 url(../i/bg.png) repeat-y 50%; }

#wrapper { text-align:left; margin:0 auto 0 auto; position:relative; padding:0 0; width:940px;}

#header { width:660px;  padding:20px 0px 20px 0px; float:left;  }
#contact { width: 280px; float:left; padding:85px 0px 0px 0px; color: #236fb5; text-align:right; }
#banner { width:100%; float:left; background:#0F4D8A; height: 363px; margin-bottom: 20px;}

#mid { width:100%;  padding:0 0 0 0; margin: 15px 0px 15px 0px; }
#mid a{color:#000;}
#mid a:hover{color:#00438b;}

#main { width:940px;  padding:20px 0px 0px 0px; float:left; display:inline; margin-right: 20px; border-top: 1px solid #76acde; background: #fff;}
#main .heading{ color:#00438b;}
#main .contact{ color:#236fb5;}
#main img{ padding-top: 10px; padding-bottom: 10px;}


/* ----- boxes on homepage ----- */
.box1{ width: 142px; height: 160px; background:#009ce0; float:left; display:inline; margin-right:20px; padding: 15px; color: #fff; text-align:center;}
.box1 img {  display:block; width:135px; height:95px;}


.box1 a {color: #fff!important;}

.box1.alt {background: #1a6fbf; }




#box2{ width: 190px; height: 175px; background: #1a6fbf; float:left; display:inline; margin-right:20px; padding: 15px; color: #fff; text-align:center;}
#box2 a{color: #fff;}
#box3{ width: 190px; height: 175px; background: #009ce0; float:left; display:inline; margin-right:20px; padding: 15px; color: #fff; text-align:center;}
#box3 a{color: #fff;}
#box4{ width: 190px; height: 175px; background: #1a6fbf; float:left; display:inline; padding: 15px; color: #fff; text-align:center;}
#box4 a{color: #fff;}
#box5{ width: 190px; height: 175px; background: #009ce0; float:left; display:inline; padding: 15px; color: #fff; text-align:center;}
#box5 a{color: #fff;}


/* ----- boxes on other pages ----- */
#main .link{ width: 185px; border: 1px solid #b7d0e6; float:left; margin-right: 20px; margin-bottom: 20px; padding: 15px; text-align:center; height: 245px; background:#1a6fbf; color: #fff;}
#main .link a{ color: #fff;}
#main .link_first{ width: 185px; border: 1px solid #b7d0e6; float:left; margin-right: 20px; margin-bottom: 20px; padding: 15px; text-align:center; height: 245px;  background:#1a6fbf; color: #fff;}
#main .link_first a{ color: #fff;}
#main .link_last{ width: 185px; border: 1px solid #b7d0e6; float:left; margin-bottom: 20px; padding: 15px; text-align:center; height: 245px; background:#1a6fbf; color: #fff;}
#main .link_last a{ color: #fff;}
#main .calendar{width: 217px; height: 275px; border: 1px solid #000; float:left; margin-right: 20px; margin-bottom: 20px; background:url(../i/calendar-logo.jpg) no-repeat;}
#main .back_link{clear:left; float:left; color: #fff;}

/* ----- footer ----- */
#footer { width:100%;  padding:0 0 0 0; border-top: 1px solid #76acde; padding-top: 10px; color: #236fb5; clear:both; float:left; margin-top: 5px; margin-bottom: 5px; }
#footer ul { display:inline; list-style:none;}
#footer li {  border-left:#fff 1px solid;float:left;padding:0 10px;}
#footer li a {color: #236fb5;}
#footer li a:hover { color:#00438b;}
#footer li.credit { float:right; border:none; }


.form-field { margin: 0 0 6px 0 }
label { display:block; margin-bottom:4px; }


/* ----- global paragraphs, headers & horizontal rules ----- */
p, h1, h2, h3, h4, h5, h6{margin:0 0;}
h1{font-size:140%; margin-bottom: 15px;}
h2{font-size:130%;}
h3{font-size:120%;}
h4, h5{font-size:100%;}
hr{display:none;}
p{margin-bottom: 15px;}

/* ----- global links ----- */
a:link, a:visited, a:active{
	color:#236fb5;
	text-decoration:none;
}
a:hover{color:#00438b;}










/* ----- float fix ----- */
#wrapper:after, #header:after, #side:after, #main:after, #mid:after, #footer:after, .box:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#wrapper, #header, #side, #main, #footer, .box{display:block;}
/*  \*/
#wrapper, #header, #side, #main, #footer,.box {min-height:1%;}
* html #wrapper, * html #header, * html #side, * html #main, * html #footer, * html .box {height:1%;}
 /*  */
/* ----- end float fix ----- */

