/* CSS Document */


body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

}

#pageBox{
	width: 800px;
	min-height:900px;
	height:auto !important;
	height:900px;
	margin:auto;
	/*background-color:#718bac;*/
}

#header{
	width: 800px;
	min-height:140px;
	height:auto !important;
	height:140px;
	background-color:#4f5c93;
}

#header img{
	margin:5px 5px 5px 5px;
	float:left;

}

#header h1{
	margin:5px 0 0 135px;
	font-family:Georgia;
	color:#ffffff;
	font-weight:normal;
	font-size:2.1em;
}

#header h3{
	margin:5px 0 0 135px;
	font-family:Georgia;
	color:#dad9d9;
	font-weight:normal;
	font-size:small;
}

#navColumn{
	width: 168px;
	margin-top:0px;
	min-height:445px;
	height:auto !important;
	height:445px;
	float:left;
	border-color:#dad9d9;
	border-left-style:double;
  border-left-width:3px;
	
}

#navColumn ul{
	list-style:none;
	font-size:1em;
	font-family:Georgia;
	margin:20px 0px 0px 10px;
	padding-left:0px;

}

#navColumn li{
	margin-bottom:5px;
}

#navColumn a{
	text-decoration:none;
	color:#4f5c93;
	font-size: 1em;
	display:block;
	width:150px;
}

#navColumn a:hover{
	color:#ffffff;
	background-color:#4f5c93;
	display:block;
	width:150px;
}

#content{
	width: 624px;
	margin-top:5px;
	min-height:420px;
	height:auto !important;
	height:420px;
	background-color:#4f5c93;
	float:right;
	background-image:url("graphics/corners/tl.gif");
	background-repeat:no-repeat;
	background-position:top left;
}
#contentInner{
	margin:0px 10px; /* where 20px is the height of the corner image */
	height:400px;
	padding-top:15px;

}


#leftIB{
float:left;
}

#rightIB{
float:right;

}

.imageBox{
	width:300px;
	height:340px;
  padding:10px 0px 30px 0px;
	background-color:#566d99;
	position:relative;
}
burstBox{
	position:fixed;
	margin-left:200px;
}

.imageColLeft{
	width:90px;
	float:left;
	margin-left:20px;
	}

.imageColLeft img{
	float:right;
	}

.imageColRight{
	margin-right:20px;
	width:90px;
	float:right;
}
.imageColRight img{
		float:left;
}
.imageBox img, {
	margin-top:5px;
	border-style:none;
}

.imageBox img.bottomRow{
	margin:20px 0px 0px 0px;
}

a.familyName{
  margin:auto;
	text-align: center;
	color: #c1cddb;
	font-size: 1em;
	text-decoration: none;
}

a.familyName:hover{
	color:#ffffff;
	background-color:#c1cddb;

}

a img{
  border-style:none;
  display:block;
}


#bottom{
	background-image:url("graphics/corners/bl.gif");
	background-repeat:no-repeat;
	background-position:bottom left;
	min-height:20px;
	height:auto !important;
	height:25px;
}

#bottom h4{
  margin:0px 0px 5px 10px;
	font-family:Georgia;
	color:#cccccc;
	font-size:1em;
}

.imageBox h5{
 margin:0px 0px 10px 10px;
	font-family:Georgia;
	color:#cccccc;
	font-size:0.8em;
}

.imageBox h5#jbm{
 margin:0px 0px 10px 28px;

}
