* { margin: 0; padding: 0; }

body {
	background: #657291 url(media/background.jpg);
	background-repeat:no-repeat;
	background-position:top;
	text-align: left;
	font-family: palatino linotype, times new roman, serif;
	font-size: 12pt;
	line-height: 25px;
	padding:35px;
}
p {
	margin:0;
}
.margin-wrapper p {
	padding:3px 10px 10px 10px;
}
ul {
	margin-left:20px;
	list-style-type:disc;
}
h1,h2,h3 {
	display:none;
}

/* links */
a:link,a:visited {
	text-decoration:none;
	color:#8c3c2b;
}
a:hover {
	text-decoration:none;
	color:#b86544;
}

/* headers */
h4 {
	font-family:Arial, sans-serif;
	color:#532110;
	font-weight:bold;
}
h5 {
	font-family:Palatino Linotype;
	font-size:16px;
	color:#532110;
	line-height:20px;
	font-weight:bold;
	margin:0;padding:0;
}

/* images */
img {
	border: none;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

/* search */
#searchbox {
	background: transparent;
	border: 0;
}
#searchbox input.submit {
	background: transparent;
	color:#778296;
	border: 0;
	font-size:12px;
}
#searchbox input.submit:hover {
	color: #97a2b6;
}
input.submit:hover {
	cursor:pointer;
}
#searchbox input.text {
	font-size:12px;
	background: #778296;
	border:1px solid #97a2b6;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	margin: 0px auto 0 auto;
   	max-width: 950px; /* IE wont understand these, so we will use javascript magick */
   	min-width: 720px;
}
#shadow {
	background:url(media/shadow.jpg) no-repeat center top;
	width:100%;
	height:18px;
}

#gsalogo {
	
	position:absolute;
	height:50px; 
	width:200px;
	z-index:2;
		
}


#logos {
   	border: 0;
   	margin: auto;     /* this centers wrapper */
   	max-width: 950px; /* IE wont understand these, so we will use javascript magick */
   	min-width: 720px;
}
#logo {
	position:relative;
	top:14px;
	left:-36px;
	height:53px; 
	width:442px;
	z-index:2;
	background: url(media/logo.png);
	!background: url(media/logo.gif);
	background-repeat: no-repeat;
	!filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/main/media/logo.png');
}
#content-wrap {
	background:#ffffff;
	border-left:1px solid #21325f;
	border-right:1px solid #21325f;
	font-size:15px;
}
#content-wrap h4 {
	font-size:16px;
}
#header {
	background:#21325f;
	text-align:right;
	margin:0;
	line-height:0;
}
#toprightcorner {
	font-size:0;
	margin:0;
	padding:0;
}

/* formatting classes */
.nomargin {
	margin:0;
	float:left;
}
.clearfloats {
	clear:both;
}
.list-nobullets li {
	list-style-type:none;
	padding-top:10px;
	margin-left:-10px;
	line-height:20px;
}
.margin-wrapper {
	padding:30px 10px 30px 10px;
}
.margin-wrapper img.nomargin {
	margin:-30px auto -30px -10px;
}
.edit img {
	margin:auto;
}
.amph-img {
	padding:15px;
	clear:both;
}


/* Menu */
#menu {
	margin: 0; padding: 0;
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 25px;
}
#menu ul.menulevel1 {
	text-align:right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul.menulevel1 a.dud {
	background:#dce9f9 url(media/scrolledover.jpg);
	padding:1px 12px 2px 12px;
	margin:0 1px 0 0;
	font-family:Arial, sans-serif;
	font-weight:bold;
	color:#011235;
	font-size:15px;
}
#menu ul.menulevel1 li {
	float:right;
}
#menu ul.menulevel1 a {
	background:#dce9f9 url(media/scrollover.jpg);
	padding:1px 12px 2px 12px;
	margin:0 1px 0 0;
	font-family:Arial, sans-serif;
	font-weight:bold;
	color:#011235;
	font-size:15px;
}
#menu ul.menulevel1 a:hover {
	background: #dce9f9 url(media/scrolledover.jpg);
}
#tech-menu {
	float:left;
	background: url(media/graphbg.jpg) no-repeat;
}
#tech-menu ul.menulevel2 {
	list-style:none;
	text-align:left;
	margin-left:1px;
}
#tech-menu ul.menulevel2 a {
	font-weight:bold;
}
#tech-menu ul.menulevel3 a.dud {
	text-decoration:underline;
}
#tech-menu ul.menulevel2 a.dud {
	text-decoration:underline;
}
#tech-menu ul.menulevel3 li {
	list-style: none;
	padding-right:10px;
}
#tech-menu ul.menulevel3 a {
	font-family:Arial, sans-serif;
	font-weight:bold;
	color:#011235;
	font-size:12px;
}
#tech-menu ul.menulevel3 a:hover {
	text-decoration:underline;
}

/* Main Column */
#main {
	padding: 0; margin: 0;
}
#main h1 {
	display:none;
}
#main h2 {
	display:none;
}
#main h3 {
	display:none;
}

/* Footer */	
#footer {
	background: #21325f;
	color: #ffffff;
	font-size:12px;
	height:25px;
	line-height:25px;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
}
#bottomleft {
	height:100%;
	width:10px;
	float:left;
	background:#21325f url(media/bottomleftcorner.gif) no-repeat bottom left;
}
#bottomright {
	height:100%;
	width:10px;
	float:right;
	background:#21325f url(media/bottomrightcorner.gif) no-repeat bottom right;
}
#copy {
	float:left;
}
#copy a { 
	color:#FFCCCC;
}
#copy a:hover { 
	color: rgb(192, 124, 123);
}
#credits {
	font-family:Arial, Helvetica, sans-serif;
	float:right;
	font-size:10px;
	color:#778296;
	position:relative;
	left:-5px;
}
#credits a {
	color:#778296;
}
#credits a:hover {
	color:#97a2b6;
}

/* css di cmsimple */
.edit {
	width:100%;
	font-size: 12pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: black;
	background: #eeeeee;
	line-height:22px;
	margin-bottom:15px;
}
.edit td {
	text-align:center;
}
.edit a:link, .edit a:visited, .edit a:active, .edit a:hover {
	color: black;
}

/* edit mode styles */
.edit {
	background: #eeeeee;
}
.edit p {
	padding:3px 10px 10px 10px;
}

/*print stuff*/
#printicon {
	float:right;
	position:relative;
	top:3px;
}
.print {
	margin: 20px;
	padding: 0;
	background: #ffffff;
	text-align: left;
	font-family: Palatino Linotype;
	font-size: 15px;
	line-height:25px;
	color: #000000;
}
.print div {
	margin-left:0 !important;
}

