@charset "UTF-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#333333;
	background-color:#fff;
	}

a{
	color:#66CC33;
	text-decoration: none;
}

a:hover{
	color:#000000;
	text-decoration:none;
		}
		
.fontsize-medium{font-size:1.1em;}

.navLinks{color:#333333;}

#pageTitle{
	width:100%;
	position:relative;
	height:40px;
	padding-top:5px;
	}
		
/* DIV BOXES FOR THE HOME PAGE */

#backgroundHolder{
	height:700px;
	width:950px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	vertical-align:bottom;
	background-image:url(../images/zubackground.png);
	background-repeat:no-repeat;
}

#contentHolder{
	width:850px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	}

#navHolder{
	width:850px;
	position:relative;
	background-color:#333;
	}

#belowMainImage{
	position:relative;
	width:835px;
	background-color:#fff;
	vertical-align:top;
	padding:5px;
	border:#666 1px solid;
	}
	
#bottomNav{
	width:850px;
	position:relative;
	padding-left:auto;
	padding-right:auto;
	}
	
/* BELOW IS THE CODE FOR THE ROUNDED BOXES OF VARYING COLORS. */

/* rounded green thin border, dark grey filled box */
.grn-drkgry_thin_bl {background:url(../images/grn-drkgry_thin_bl.gif) 0 100% no-repeat; font-style:normal;}
.grn-drkgry_thin_br {background:url(../images/grn-drkgry_thin_br.gif) 100% 100% no-repeat; font-style:normal;}
.grn-drkgry_thin_tl {background:url(../images/grn-drkgry_thin_tl.gif) 0 0 no-repeat; font-style:normal;}
.grn-drkgry_thin_tr {background:url(../images/grn-drkgry_thin_tr.gif) 100% 0 no-repeat; padding:10px; font-style:normal;}

.grn_thin_t {background:url(../images/green_3x3.gif) 0 0 repeat-x; width: 100%; font-style:normal;}
.grn_thin_b {background: url(../images/green_3x3.gif) 0 100% repeat-x; font-style:normal;}
.grn_thin_l {background: url(../images/green_3x3.gif) 0 0 repeat-y; font-style:normal;}
.grn_thin_r {background: url(../images/green_3x3.gif) 100% 0 repeat-y; font-style:normal;} 

/* rounded darkgrey-border thin box */
.drkgry_thin_bl {background:url(../images/drkgry_thin_bl.gif) 0 100% no-repeat; }
.drkgry_thin_br {background:url(../images/drkgry_thin_br.gif) 100% 100% no-repeat}
.drkgry_thin_tl {background:url(../images/drkgry_thin_tl.gif) 0 0 no-repeat;}
.drkgry_thin_tr {background:url(../images/drkgry_thin_tr.gif) 100% 0 no-repeat; padding:10px}

.drkgry_thin_t {background:url(../images/drkgry_3x3.gif) 0 0 repeat-x; width: 100%;}
.drkgry_thin_b {background: url(../images/drkgry_3x3.gif) 0 100% repeat-x}
.drkgry_thin_l {background: url(../images/drkgry_3x3.gif) 0 0 repeat-y}
.drkgry_thin_r {background: url(../images/drkgry_3x3.gif) 100% 0 repeat-y; } 

/* rounded ZU green border box */
.zugrn_bl {background:url(../images/corner_zugreen_bl.jpg) 0 100% no-repeat; font-style:normal;}
.zugrn_br {background:url(../images/corner_zugreen_br.jpg) 100% 100% no-repeat}
.zugrn_tl {background:url(../images/corner_zugreen_tl.jpg) 0 0 no-repeat}
.zugrn_tr {background:url(../images/corner_zugreen_tr.jpg) 100% 0 no-repeat; padding:10px}

.zugrn_t {background:url(../images/zu_green_2x2.jpg) 0 0 repeat-x; width: 100%}
.zugrn_b {background:url(../images/zu_green_2x2.jpg) 0 100% repeat-x}
.zugrn_l {background:url(../images/zu_green_2x2.jpg) 0 0 repeat-y}
.zugrn_r {background:url(../images/zu_green_2x2.jpg) 100% 0 repeat-y}

/* rounded grey border box */
.grey_bl{background:url(../images/corner_grey_bl.jpg) 0 100% no-repeat; font-style:normal;}
.grey_br{background:url(../images/corner_grey_br.jpg) 100% 100% no-repeat}
.grey_tl{background:url(../images/corner_grey_tl.jpg) 0 0 no-repeat}
.grey_tr{background:url(../images/corner_grey_tr.jpg) 100% 0 no-repeat; padding:10px}

.grey_t{background:url(../images/grey_2x2.jpg) 0 0 repeat-x; width: 100%}
.grey_b{background:url(../images/grey_2x2.jpg) 0 100% repeat-x}
.grey_l{background:url(../images/grey_2x2.jpg) 0 0 repeat-y}
.grey_r{background:url(../images/grey_2x2.jpg) 100% 0 repeat-y} 
