@charset "utf-8";
@import url("navigation_pedbio.css");

/* CSS Document */

/* ======= global styles ======= */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	background-color: #3C748B;
	background-image: url(../images/page_background.jpg);
	background-repeat: repeat-x;
}

p, h1, h2, h3, h4, h5, h6, li {
	margin: 1ex 1em;
}

/* ========= wrapper styles ========== */

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/wrapper_background2.png);
	background-repeat: repeat-y;
	padding-right: 25px;
	padding-left: 25px;
}
#header {
	background-color: #FFFEEC;
	position: relative;
}


/* ========= Logo styles ========== */
#logo {
	height: 120px;
	float: left;
	width: 250px;
	background-color: #FFFEEC;
	padding-top: 30px;
}
#tagline {
	float: right;
	margin-top: 120px;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-style: italic;
	color: #31687D;
	padding-right: 7px;
	font-weight: normal;
}


/* ========= splash styles ========== */
#insideWrapper {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #DC9F45;
	background-image: url(../images/contentRight_background.gif);
	background-repeat: repeat-y;
	position: relative;
}

/* ========= nav styles ========== */
#mainNav {
	float: left;
	height: 360px;
	width: 233px;
	background-color: #32697E;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 7px;
	background-image: url(../images/div_shadow.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
/* ========= contentRight styles ========== */

#contentRight {
	float: right;
	width: 550px;
}

#contentRight p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 3ex;
	color: #333333;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#contentRight h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	padding-top: 15px;
	color: #DC9F45;
}


/* ========= Footer styles ========== */
#footer {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #31687D;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #DC9F45;
	padding-top: 10px;
	height: 30px;
	background-color: #FFFEEC;
}
#footer a {
	float: right;
	color: #386F84;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 15px;
}

/* ========= Misc styles ========== */

#bottom {
	background-image: url(../images/bottom_background.png);
	background-repeat: no-repeat;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
}

#clear {
	clear: both;
}
#contentMain h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #32697E;
	margin-left: 18px;
}
#contentMain h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #32697E;
	margin-left: 18px;
	font-weight: normal;
	margin-top: -7px;
}

#contentMain a {
	color: #387086;
}
#contentMain ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1ex;
	color: #333333;
	text-indent: -10px;
}

#form {
 margin-left: 0px;
}

.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(../images/formbg.gif) repeat-x left top;
}

