body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/bg-body.jpg) repeat-x bottom left;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
}

div#outer-wrap {
	width:100%;
	text-align:center;
}
	
div#wrap {
	margin: 35px auto 0 auto;
	width: 950px;
	min-height: 800px;
	_height: 800px;
	border-top: #b6b6b6 1px solid;
	text-align:left;
}

/*########## text formatting ############*/

h1.tagline {
	font-size: 34px;
	color: #666666;
	font-weight: normal;
	width: 180px;
	margin: 0;
	padding: 35px 0 10px 0;
	text-transform: uppercase;
	line-height: 1em;
}

h1, h2, h3, h4 {
	color: #395E8B;
	font-weight: normal;
	margin: 10px 0 5px 0;
}

h1 {
	font-size: 20px;
 	text-transform: uppercase;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
	text-decoration: underline;
}

blockquote {
	margin: 5px 0 5px 0;
	padding: 0;
	font-size: 15px;
}

p {
	margin: 0 0 5px 0;
}

a {
	color: #395e8b;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}


/*########## table #############*/
table {
	border-collapse: collapse;
}

table th {
	color: #395e8b;
	border-bottom: #797b7f 1px solid;
	padding: 10px 15px 10px 0;
	text-transform: uppercase;
}

table td {
	border-bottom: #797b7f 1px solid;
	padding: 10px 15px 10px 0;
}

table .blue {
	color:  #395e8b;
}

/*########## navigation ###########*/

ul#navigation  {
	margin: 50px 0 0 0;
	padding: 0;
	list-style: none;
	width: 180px;
}

ul#navigation li {
	display: block;
	padding: 2px 0;
}

ul#navigation li a {
	background: url(../images/nav-cross.gif) no-repeat right  center;
	display: block;
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
}

ul#navigation li a:hover {
	background: url(../images/nav-cross-over.gif) no-repeat right  center;
	color: #395e8b;
	text-decoration: none;
}

ul#navigation li a.selected {
	background: url(../images/nav-dash.gif) no-repeat right  center;
	color: #395e8b;
}

ul#navigation li a.selected:hover {
	background: url(../images/nav-dash.gif) no-repeat right  center;
	color: #395e8b;
}

ul#navigation li ul {
	padding: 2px 0;
	margin: 0 0 0 5px;
}

ul#navigation  li ul li a {
	background: none;
	color: #395e8b;
	padding: 0 0 0 15px;
	font-size: 12px;
	text-transform: none;
}

ul#navigation  li ul li a:hover, ul#navigation li ul li.on a {
	background: none;
	color: #000;
}

ul#navigation li a.big {
	margin-top: 5px;
	background: #395E8B;
	color: #fff;
	padding: 5px;
	font-weight: normal;
}

ul#navigation li a.big:hover {
	background: #395E8B;
	color: #fff;
}

/*####### left ##########*/

div#left {
	float: left;
	width: 222px;
	margin: 0;
	padding: 0;
	background:;
	height: 500px;
}

/*###### content   ########*/

div#content {
	margin: 0;
	padding: 0;
	width: 950px;
	min-height: 500px;
	_height: 500px;	
}
/*####### head #######*/

div#head {
	float:right;
	margin: 35px 0 0 0;
	padding: 0;
	height: 108px;
	width: 721px;
	background: url(../images/bg-head.jpg) no-repeat top left;
}

div#head-content {
	float:right;
	margin: 35px 0 0 0;
	padding: 0;
	height: 108px;
	width: 721px;
	background: url(../images/bg-head-content.jpg) no-repeat top left;
}

h1#logo {
	float: left;
	text-indent:-999px;
	overflow: hidden;
	font-size:0px;
	background:;
	display: block;
	margin: 0;
	padding: 0;
}

h1#logo-print {
	display: none;
}

/*####### center ###########*/

div#center {
	float: right;
	width: 721px;
	margin: 7px 0 0 0;
	padding: 0;
	min-height: 585px;
	_height: 585px;
}

/*######## center left  #######*/

div#centerleft {
	background: #fff;
	float: left;
	width: 315px;
}

div#panel1 {
	background: #e7ebf1;
	margin: 0;
	padding: 10px 15px;	
}

div#panel2 {
	background: #f2f2f2;
	margin: 7px 0 0 0;
	padding: 10px 15px; 
	height: 200px;
}

/*######## center right #######*/

div#centerright {
	position: relative;
	background: #ebeee2;
	float: right;
	width: 369px;
	min-height: 471px;
	_height: 471px;
	margin: 0;
	padding: 0 15px 10px 15px;
}

div#centerright h2 {
	margin: 20px 0 10px 0;
	padding: 0;
}

/*####### main content pages ###########*/

div#main {
	float: right;
	width: 721px;
	margin: 7px 0 0 0;
	padding: 0;
}

div#main-panel {
	padding: 10px 15px;
	margin: 0 0 35px 0;
	background: #e7ebf1;
	min-height: 530px;
	_height: 530px;
}

	
/*#### footer #####*/

div#footer {
	float: left;
	margin: 0;
	padding: 0;
	border-top: #b3b3b3 1px solid;
	height: 45px;
	width: 950px;
}

a#btn {
	float: left;
}

ul#links {
	margin: 25px 0 0 0;
	padding: 0;
	list-style: none;
	float: right;
}

ul#links li	{
	line-height: 10px;
	padding: 0 6px 0 6px;
	display: inline;
	float: left;
}

ul#links li#last {
	background:none;
}

ul#links li	a {
	font-size:11px;
	color: #4d4a47;
	text-decoration:none;
}

ul#links li	a:hover {
	color:#395e8b;
}

ul#links li #zoologo {
	height: 10px;
	width: 35px;
	display: block;
	font-size: 0;
	text-indent: -999px;
	overflow:hidden;
	background:url(../images/zoo_logo.gif) no-repeat top left;
}

ul#links li	#zoologo:hover {
	background:url(../images/zoo_logo.gif) no-repeat bottom left;	
}
/*#################*/

div.form-row {
	margin: 0 0 5px 0;
}

div.warning {
	border: 1px solid #cc0000;
	padding: 10px;
}

div.warning h3 {
	margin: 0 0 5px 0;
	color: #cc0000;
}

.clear {
	clear:both;
}

a#ica-button {
	position: absolute;
	bottom: 15px;
	display: block;
	background-color: #E7EBF1;
	width: 369px;
	margin-top: 20px;
	text-align: center;
	border: 1px solid #ccc;
}

a#ica-button img {
	display: block;
	margin: 0 auto 0 auto;
	padding: 10px;
}

table.home {
	border-collapse:separate;
}

table.home td {
    margin: 0;
    padding: 10px 15px;
	vertical-align: top;
	border-bottom: none;
}

table.home td h1 {
	font-size: 20px;
    text-transform: uppercase;
}

table.home td h2 {
    margin: 20px 0 10px;
    padding: 0;
	font-size: 18px;
}

table.home td h3 {
 font-size: 16px;
}

table.home td h1, table.home td h2, table.home td h3, table.home td h4 {
    color: #395E8B;
    font-weight: normal;
    margin: 10px 0 5px;
}

table.home td ul {
    margin: 0;
	padding: 0 0 0 16px;
	font-size: 13px;
	line-height: 130%;
}

table.home td p {
    margin: 0 0 5px;
	font-size: 13px;
	line-height: 130%;
}

table.home td a {
    color: #395E8B;
    text-decoration: none;
}

table.home td a:hover {
	color: #000000;
    text-decoration: underline;
}
