/* 9pt/12 = .75em *//* 10pt/12 = .84em, 1.0em=14pt */
@charset "utf-8";

* { /*RESET: cross-browser */
padding: 0;
margin: 0;
}

body {
	text-align: center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFF;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#444;
}

h1, h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

h3 {
  font-family: Arial, Helvetica, sans-serif; 
  color: #039;
  font-size: 16px;
  font-weight: bold;
}

p {
  font-size: 12px;
  color: #444;
}

a {
  text-decoration: none;
}

.page_index {
	width: 890px;
	padding: 15px 0 0 0;
	margin: 0 auto 0;
	position: relative;
	display: block;
	overflow: hidden;
}

.menu {
	height:38px;
	width:890px;
	position:relative;
}

.menu_left {
	float:left;
	height: 38px;
	width:10px;
	background:#CCCCCC url(../images/dolphin_bg_left2.gif) no-repeat top right;
}
.menu_right {
	position: relative;
	float:left;
	height: 38px;
	width:10px;
	background:#CCCCCC url(../images/dolphin_bg_right2.gif) no-repeat top left;	
}

.menu_middle {
	position:relative;
	float:left;
	height: 38px;
	width: 870px;	
}

#dolphincontainer {
	position:relative;
	height:38px;
	color:#E0E0E0;
	background:#CCCCCC;
	width:100%;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}

.breadcrumb_container {
	padding-top:10px;
	padding-bottom:10px;
}


/* ---------------------- Top Banner Container ----------------------- */
.banner_container {
	position:relative;
	width:auto;
	height:230px;
	text-align:left;
	background:#CCCCCC;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}

.banner_container a{
	text-align:left;
	color:#000;
}

.banner_container a:hover {
	color:#00D;
}

.banner_border_side {
	float:left;
	width:5px;
	height:20px;
	background:#CCCCCC repeat-y;
}

.banner_border_right {
	float:right;
	width:5px;
	height:200px;
	background:#CCCCCC;
}

.banner_pane {
	float:left;	
	width:100%;
	height:100%;	
	background:#FFF;	
}

.banner_pane_50 {
	float:left;
	width:49%;
	height:100%;
	background:#FFF;
}

.banner_pane_50 ul {
	margin-top:10px;
}

.banner_pane_50_spacer {
	float:left;
	width:5px;
	background:#CCCCCC;
	height:100%;
}

.banner_pane_50_text {
	float:left;
	width: 400px;
	height: 100px;
}
/* -------------------- Top Banner Container --------------------- */


.index_certs {
	width:890px;
	margin-top:15px;
	margin-bottom:10px;
	text-align: left;
}



	



