
/* Reset and Body 
--------------------------------------------------------------------*/
* {
margin:0;
padding:0;
}

body {
	margin: 0; /* to avoid margins */
	text-align: center; /* to correct the centering IE bug*/
	background-color: #003060;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color:#FFF;
}

img {
border:none;
}


p {
	margin: 5px 0px 8px 0px;
	color: #5c718c; /*Dark Blue-Grey*/
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.25em;
	text-decoration: none
}

p a:link {color: #cfa700; text-decoration: none; font-weight: normal; }
p a:visited {color: #cfa700; text-decoration: none; font-weight: normal; }
p a:hover {color: #cfa700; text-decoration: underline; font-weight: normal; }
p a:active {color: #cfa700; text-decoration: underline; font-weight: normal; }




h1 { /*GALLERY HEADLINE*/
	color: #FFF;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.5em;
	text-decoration: none;
	margin-bottom: 5px;
	font-weight: bold;
}

h2 { /*GALLERY BODY*/
	color: #FFF;
	font-weight: normal;
	font-size: 1.6em;
	line-height: 1.15em;
	text-decoration: none;
	margin: 0px;
}




#masterwrapper {
	width: 977px;
	min-height:100px;
	height:auto !important;  /*IE min-height hack*/
    height:100px;/*IE min-height hack*/
	text-align: left;
	padding-bottom: 20px;
    }

#wrapper {
	float: left;
	text-align: left; /*required due to IE centering hack*/
	width: 935px; /*adjust as needed*/
	border: 1px solid #003060;
	background-color: #FFF;
	padding: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 20px;
    }
	

#contenttop {
	width:935px;
	height:70px;
	background-color: #FFF;
}


.csclogo {
	position: relative;
	left: 30px;
	top: 0px;
}


#cscdate {
	width:550px;
	height:25px;
	font-size: 12px;
	color: #3678B3;
	text-align: right;
	float: right;
	padding-right: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
}


/* TOP MENU
--------------------------------------------------------------------*/

#contentnav {
	width:933px;
	min-height:30px;
	height:auto !important;  /*IE min-height hack*/
    height:30px;/*IE min-height hack*/
	background-color: #3678b4;
	border-left: 1px solid #8094AE;
	border-right: 1px solid #8094AE;
}


ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	min-height:30px;
	height:auto !important;  /*IE min-height hack*/
    height:30px;/*IE min-height hack*/
	font-size:1.1em;
	font-weight: bold;
	background-image: url(../images/topmenu-bg.gif);
	background-repeat: repeat-x;	
}


ul#menu li{
	display:block;
	float:left;
	margin:0;
	pading:0;
	}


ul#menu li a{
	display:block;
	float:left;
	color:#134274;
	text-shadow: 1px 1px 1px #92bee5; /*Font Shadow*/
	text-decoration:none;
	padding:8px 30px 0px 30px;
	min-height:22px;
	height:auto !important;  /*IE min-height hack*/
    height:22px;/*IE min-height hack*/
	background:transparent url(../images/topmenu-divider.gif) no-repeat top right;
	}


ul#menu li a:hover{
	color:#003060;
	text-shadow: 1px 1px 1px #92bee5;
	background-color: transparent;
	background-image: url(../images/topmenu-hovers.gif);
	background-repeat: repeat-x;
	background-position: right top;
	}
	
	
ul#menu li.active a {
	color:#FFF;
	text-shadow: 1px 1px 1px #003060;
	background-repeat: repeat-x;
	background-color: transparent;
	background-image: url(../images/topmenu-active.gif);
	background-position: right top;
	}



/* CRUMBTRAIL
--------------------------------------------------------------------*/
#crumbtrail {
	width:935px;
	min-height:25px;
	height:auto !important;  /*IE min-height hack*/
    height:24px;/*IE min-height hack*/
	background-color: #FFF;
	border-bottom: 1px solid #8094AE;	
}

#crumbs ul, li {
	list-style-type:none;
	padding:0;
	margin:0;
}


#crumbs {
	height:24px;
	padding-left: 25px;
}


#crumbs li {
	float:left;
	line-height:24px;
	padding-left:.75em;
	color:#3678B3;
	font-size:0.9em;
	font-weight: normal;
}

#crumbs li a {
	font-weight: normal;
	display:block;
	padding:0 15px 0 0;
	background:url(../images/crumbs.gif) no-repeat right center;
}

#crumbs li a:link, #crumbs li a:visited {
	text-decoration:none;
	color: #8094AE;
}


#crumbs li a:hover {
	color: #3678B3;
	text-decoration:underline;
}



/* SUBMENU + BANNER
--------------------------------------------------------------------*/
#submenucontainer {
	width:933px;
	min-height:162px;
	height:auto !important;  /*IE min-height hack*/
    height:162px;/*IE min-height hack*/
	background-color:#5C97D4;

	border-bottom: 1px solid #003060;
	border-left: 1px solid #8094AE;
	border-right: 1px solid #8094AE;
}

#submenuleft {
	float: left;
	width:304px;
	min-height:162px;
	height:auto !important;  /*IE min-height hack*/
    height:162px;/*IE min-height hack*/
	background-color: #5C97D4;
	border-right: 1px solid #92bee5;  /*Bar hilight*/
}

#submenuright {
	float: right;
	width:627px;
	min-height:162px;
	height:auto !important;  /*IE min-height hack*/
    height:135px;/*IE min-height hack*/
	background-color: #FFF;
	border-left: 1px solid #316EA8;
}


ul#submenu{
	display:block;
	min-height:25px;
	height:auto !important;  /*IE min-height hack*/
	height:25px;/*IE min-height hack*/
	color:#134274;
	background-color: #5c97d4; /*Link - Light blue Bar*/
	background-image: url(../images/submenu-normal.jpg);
	background-repeat: repeat-x;
}


ul#submenu li{
	display:block;
	margin:0;
	pading:0;
	}


ul#submenu li a{
	display:block;
	min-height:25px;
	height:auto !important;  /*IE min-height hack*/
	height:25px;/*IE min-height hack*/
	line-height:25px;
	color:#134274;
	text-shadow: 1px 1px 1px #92bee5; /*Font Shadow*/
	font-size:1.1em;
	font-weight: bold;
	text-decoration:none;
	text-indent: 31px;
	background-color: #5c97d4; /*Link - Light blue Bar*/
	background-image: url(../images/submenu-normal.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid #316EA8;  /*Bar shadow*/
	border-top: 1px solid #67a2dc;  /*Bar hilight*/
	}


ul#submenu li a:hover{
	display:block;
	min-height:25px;
	height:auto !important;  /*IE min-height hack*/
	height:25px;/*IE min-height hack*/
	line-height:25px;
	color:#003060;
	text-shadow: 1px 1px 1px #92bee5;
	font-size:1.1em;
	font-weight: bold;
	text-decoration:none;
	text-indent: 31px;
	background-color: #5c97d4; /*Link - Light blue Bar*/
	background-image: url(../images/submenu-hover.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid #316EA8;  /*Bar shadow*/
	border-top: 1px solid #67a2dc;  /*Bar hilight*/
	}

	
	
ul#submenu li.active a {
	display:block;
	min-height:25px;
	height:auto !important;  /*IE min-height hack*/
	height:25px;/*IE min-height hack*/
	line-height:25px;
	color:#FFF;
	text-shadow: 1px 1px 1px #003060; /*Font Shadow Dark Blue*/
	font-size:1.1em;
	font-weight: bold;
	text-decoration:none;
	text-indent: 31px;
	background-color: #3678B3; /*Active - Blue Bar*/
	background-image: url(../images/submenu-active.jpg);
	background-repeat: repeat-x;
	}


/* BANNER RANDOM PIC SIZE
--------------------------------------------------------------------*/
.randompic { 
	width: 627px; 
	height: 162px;
}



/* HOMEPAGE BLUE 3 COLUMN BLOCK
--------------------------------------------------------------------*/

#blueblock {
	float: left;
	width:935px;
	min-height:25px;
	height:auto !important;  /*IE min-height hack*/
	height:25px;/*IE min-height hack*/
	background-color: #3678b4;
	background-image: url(../images/middle-banner.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #A8CFFA;
	border-bottom: 1px solid #003060;
}

.blueblockcontainer {
	float: left;
	width:260px;
	/*width:180px;*/
	min-height:25px;
	height:auto !important;  /*IE min-height hack*/
    height:25px;/*IE min-height hack*/
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
}


h3 {	/*Homepage Blue block headline*/
	color: #134274;
	text-shadow: 1px 1px 1px #92bee5;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.35em;
	text-decoration: none;
	margin-bottom: 5px;
}

h4 {	/*Hompage Blue block body*/
	color: #A8CFFA;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: 5px;	
	text-decoration: none;
}

h4 a:link {color: #FFF; text-decoration: none; font-weight: normal; }
h4 a:visited {color: #FFF; text-decoration:none; font-weight: normal; }
h4 a:hover {color: #FFF;  text-decoration: underline; font-weight: normal; }
h4 a:active {color: #FFF; text-decoration: underline; font-weight: normal; }




/* SMALL SUB CONTAINERS
--------------------------------------------------------------------*/	

#mastercontainer {
	float: left;	
	width:933px;
	min-height:100px;
	height:auto !important;  /*IE min-height hack*/
    height:100px;/*IE min-height hack*/
	border-top: 1px solid #FFF;
	border-left: 1px solid #8094AE;
	border-right: 1px solid #8094AE;
	background-color: #CFD6DE;	
}

#mastercontainer2nd {
	float: left;	
	width:933px;
	min-height:100px;
	height:auto !important;  /*IE min-height hack*/
    height:100px;/*IE min-height hack*/
	border-top: 1px solid #FFF;
	border-left: 1px solid #8094AE;
	border-right: 1px solid #8094AE;
	background-color: #CFD6DE;	
}

#containerleft {
	float: left;	
	width:612px;
	min-height:200px;
	background-color: transparent;
}

#containerright {
	float: right;	
	width:321px;
	min-height:200px;
	background-color: transparent;
}


	
.boxonecolumn {
	display:inline;
	float: left;
	width:289px;
	background-color: #FFF;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	border: 1px solid #8094AE;	
}

.boxtwocolumn {
	display:inline;
	float: left;
	width:595px;
	background-color: #FFF;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	border: 1px solid #8094AE;	
}

.boxthreecolumn {
	display:inline;
	float: left;
	width:902px;
	background-color: #FFF;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	border: 1px solid #8094AE;	
}

.boxtopwhite {
	min-height:20px;
	height:auto !important;  /*IE min-height hack*/
    height:20px;/*IE min-height hack*/
	background-color: #dadbdf;
	border-bottom: 1px solid #8094AE;
	border-top: 1px solid #FFF;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-image: url(../images/minimenuwhite.jpg);
	background-repeat: repeat-x;
	color: #8094AE;
	text-shadow: 1px 1px 1px #FFF;
	font-size: 1.2em;
	font-weight: bold;
}


.boxtopblue {
	min-height:20px;
	height:auto !important;  /*IE min-height hack*/
    height:20px;/*IE min-height hack*/
	background-color: #3678B3;
	border-bottom: 1px solid #003060;
	border-top: 1px solid #FFF;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-image: url(../images/minimenublue.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	text-shadow: 1px 1px 1px #3678B3;
	font-size: 1.2em;
	font-weight: bold;
}



.boxbottom {
	min-height:15px;
	height:auto !important;  /*IE min-height hack*/
	height:15px;/*IE min-height hack*/
	background-color: #FFF;
	border-top: 1px solid #FFF;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	background-image: url(../images/box-grad.jpg);
	background-repeat: repeat-x;
}

.boxbottom-nopadding {
	min-height:15px;
	height:auto !important;  /*IE min-height hack*/
	height:15px;/*IE min-height hack*/
	background-color: #FFF;
	border-top: 1px solid #FFF;
	background-image: url(../images/box-grad.jpg);
	background-repeat: repeat-x;
}



h5 {
	margin: 4px 0px -3px 0px;
	color: #3678B3;
	font-size: 1.2em;
	font-weight: bold;
}

.bodytitles {
	margin: 4px 0px -3px 0px;
	color: red;
	font-size: 1.2em;
	font-weight: bold;
}


/* SITEMAP
--------------------------------------------------------------------*/
.innercontainerleft {
	float: left;
	width:270px;
	min-height:25px;
	height:auto !important;  /*IE min-height hack*/
	height:25px;/*IE min-height hack*/
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-right: 36px;
}

.innercontainerright {
	float: left;
	width:258px;
	min-height:25px;
	height:auto !important;  /*IE min-height hack*/
	height:25px;/*IE min-height hack*/
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-left: 0px;
}





/* FOOTER
--------------------------------------------------------------------*/

#footertopspacer {
	clear:both;
	width:933px;
	height:15px;
	background-color: #CFD6DE;
	border-left: 1px solid #8094AE;
	border-right: 1px solid #8094AE;
	border-bottom: 1px solid #8094AE;	
}

#footer {
	clear:both;
	width:903px;
	min-height:15px;
	height:auto !important;  /*IE min-height hack*/
    height:15px;/*IE min-height hack*/
	background-color: #3678B3;
	border-top: 1px solid #A8CFFA;
	border-bottom: 1px solid #8094AE;
	border-left: 1px solid #8094AE;
	border-right: 1px solid #8094AE;
	background-image: url(../images/topmenu-bg.gif);
	background-repeat: repeat-x;
	padding-top: 3px;
	padding-left: 30px;
}


#bottomtrail {
	clear:both;
	width:877px;
	height:12px;
	padding-top: 5px;
	padding-left: 50px;
	padding-right: 50px;
}

	
.alignleft {
	text-align: left;
	float: left;
}

.alignright {
	text-align: right;
	float: right;
}

	
.textfooter{
	font-size: 1.0em;
	color: #FFF;
	line-height: 1.0em;
	text-decoration: none;
}
	
a.textfooter:link {color: #FFF; text-decoration: none; }
a.textfooter:visited {color: #FFF; text-decoration: none; }
a.textfooter:hover {color: #FFF; text-decoration: underline; }
a.textfooter:active {color: #FFF; text-decoration: underline; }


/* CREDITS AND COPYRIGHT
--------------------------------------------------------------------*/

h6 {	/*Grey body bold*/
	font-size: 0.9em;
	color: #FFF;
	font-weight: normal;
	line-height: 1.0em;
	text-decoration: none;
}

h6 a:link {color: #3678B3; text-decoration: none; }
h6 a:visited {color: #3678B3; text-decoration: none; }
h6 a:hover {color: #3678B3; text-decoration: underline; }
h6 a:active {color: #3678B3; text-decoration: underline; }




/* HOMEPAGE ANIMATED GALLERY
--------------------------------------------------------------------*/

.clear {
	clear:both
}

#gallery {
	position:relative;
	height:190px;
	border-bottom: 1px solid #003060;
}

#gallery a {
	float:left;
	position:absolute;
	overflow: hidden;
}
	
#gallery a img {
	border:none;
}
	
#gallery a.show {
	z-index:500
}
	
#gallery .caption {
	z-index:600; 
	background-color:#000;
	height:165px; 
	width:612px; 
	position:absolute;
	bottom:0;
	overflow: hidden;
}

#gallery .caption .content {
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
}
	
#gallery .caption .content h3 {
	margin:0;
	padding:0;
	color:#FFF;
	font-size: 2.4em;
}

#gallery .caption .content h4 {
	margin:0;
	padding:0;
	color:#FFF;
	font-size: 1.6em;
}

/* ICONS
--------------------------------------------------------------------*/

.iconpdf { 
 	 padding-left: 22px;
 	 background: transparent url(../images/icon-acrobat.png) no-repeat center left;
 	 line-height: 1.95em;
  }
		  
.iconreadmore  {
	padding-left: 22px;
	background: transparent url(../images/icon-text.png) no-repeat center left;
	line-height: 1.95em;
 }
 
 
 /* MAP SMALL TEXT
--------------------------------------------------------------------*/
 
 .maptext {
	margin: 5px 0px 8px 0px;
	color: #5c718c; /*Dark Blue-Grey*/
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.25em;
	text-decoration: none
}

.maptext a:link {color: #cfa700; text-decoration: none; font-weight: normal; }
.maptext a:visited {color: #cfa700; text-decoration: none; font-weight: normal; }
.maptext a:hover {color: #cfa700; text-decoration: underline; font-weight: normal; }
.maptext a:active {color: #cfa700; text-decoration: underline; font-weight: normal; }


 /* BLUE SQUARE BULLETS
--------------------------------------------------------------------*/
.bodybullet {
	color: #5c718c; /*Dark Blue-Grey*/
	font-weight: normal;
	font-size: 1.1em;
	list-style-position: outside;
	list-style-type: square;
	margin: 0px 0px 6px 24px;
	list-style-image: url(../images/bullet.gif);
}

.bluetext {color: #3678B3;} 


/* NEWS SEARCH BOX
--------------------------------------------------------------------*/
.search_box {
    width: 200px;
    height: 20px;
	color: #5c718c; /*Dark Blue-Grey*/
	font-weight: normal;
	font-size: 1.1em;
}


.search_button_go {
	float: right;
	height: 24px;
	color: #FFFFFF; /*Dark Blue-Grey*/
	text-shadow: 1px 1px 1px #cfa700; /*Font Shadow Dark Blue*/
	font-weight: bold;
	font-size: 1.1em;
	background-color: #FFD200;
	display: inline;
	padding-top: 2px;
	padding-right: 14px;
	padding-left: 14px;
	border: 1px solid #8094AE;
	}
	
.search_button_go:link {background-color: #cfa700;}
.search_button_go:visited {background-color: #FFD200;}
.search_button_go:hover {background-color: #cfa700;}
.search_button_go:active {background-color: #cfa700;}


/* Horizontal Rule
--------------------------------------------------------------------*/
hr {
  height: 0px;/*IE Fix*/
  max-height: 0px;
  width: 100%;
  clear: both;
  border: none;
  border-top: 1px solid #CFD6DE;
  border-bottom: 0px;
  padding: 0px;
  margin: 0px;
  font-size: 1px;
  line-height: 0;
}

.EktronAjaxLoading 
{
 display: none;
}

.iconpdf a:link {color: #5c718c; text-decoration: none; font-weight: normal; }
.iconpdf a:visited {color: #5c718c; text-decoration: none; font-weight: normal; }
.iconpdf a:hover {color: #5c718c; text-decoration: underline; font-weight: normal; }
.iconpdf a:active {color: #5c718c; text-decoration: underline; font-weight: normal; }

/* ------------------------------
CSC YELLOW #FFD200;
CSC YELLOW SHADOW #8C7300;
CSC LIGHT BLUE #5A94D3;
CSC BLUE #3678B3;
CSC LIGHT BLUE-GREY #CFD6DE;
CSC BLUE-GREY #8094AE;
CSC DARK BLUE-GREY TEXT #5c718c;
BG LIGHT BLUE #6AA3DF;
BG DARK BLUE #003060;
------------------------------ */
