@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  min-height: 100%;
  background: #EAEAEA;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.container {
	/* position: absolute;  */
	top: 50%; 
	width: 100%; 
	height: 1px; 
	overflow: auto;
	float: left;
}

#header {
	background: url(./images/back1.gif);
	width: 100%;
	height: 150px;
	}

#footer {
	background: url(./images/back1.gif);
	width: 100%;
	height: 50px;
	margin-top: 10px;
}

#footerText {
	width: 600px;
	height: 50px;
	padding-top: 12px;
	margin: 0 auto;
	color: #ffffff;
	font-size: 10px;
	font-family: Arial,Helvetica,Verdana,Lucida Grande,sans-serif;
	text-align: center;
}

#footerText a {
	color: #0f4ab7;
}

#grad {
	background: url(./images/grad.jpg);
	width: 100%;
	height: 10px;
	margin-bottom: 10px;
}

#menuContainer {
	height: 50px;
	width: 600px;
	margin-left: -300px;
	position: absolute;
	left: 50%;
}

#menuLeft {
	float: left;
	background: url(./images/menuBackLeft.png);
	height: 50px;
	width: 10px;
}

#menuRight {
	float: right;
	background: url(./images/menuBackRight.png);
	height: 50px;
	width: 10px;
}

#menu {
	margin-left: 10px;
	margin-right: 10px;
	background: url(./images/menuBack.png);
	height: 50px;
	width: 580px;
}

	
#content {
  margin: 0 auto;
  width: 600px;
  /* margin-left: -300px; */
  min-height: 400px;
}

.spacer {
  height: 50px;
  width: 600px;
 }
 
#contactLeft {
  float: left;
  height: 200px; 
  width: 300px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

#contactLeft img {
	vertical-align: middle;
}

#contactRight {
  float: right;
  height: 200px; 
  width: 300px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
  
#contactRight img {
	vertical-align: middle;
}


.frontMenuImage {
	padding: 0 0 0 15px;
}

IMG.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
	border: none;
}

P.center {
	text-align: center;
}

IMG.title {
    display: block;
    margin-left: auto;
    margin-right: auto;
	border: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*
#menuContainer {
	width: 650px;
	overflow: auto;
}

#menuLeft {
	float: left;
	height: 75px;
	vertical-align: bottom;
	margin-left: 2px;
}

#menuLeft img {
	border: 0;
	}
	
#menuLeft a {
	border: 0;
	}

#menuRight {
	float: right;
	height: 75px;
	margin-right: 2px;
	vertical-align: bottom;
}
*/

/* normal menu images */
/*
.menuImage {
	margin-top: 45px;
	padding: 0pt 0pt 0pt 5px;
	border: none;
}

.menuLogo {
	margin-top: 8px;
	margin-left: 10px;
	border: none;
}

.contentPane {
	height: 100%;
	min-height: 400px;
	border-top: none;
	border-left: 1px dotted #0f4ab7;
	border-right: 1px dotted #0f4ab7;
	border-bottom: 0px;
	vertical-align: top;
	color: #000;
	padding: 0pt 0pt 0pt 0pt;
	margin: 0pt 0pt 0pt 0pt;
	overflow: hidden;
}*/

.contentPaneHeader {
	color: #0f4ab7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 5px;
	}
	
.borderImage {
	background: url(./images/neuron_border.png);
	width: 650px;
	height: 32px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}
