/* syn-front.css - Syncresis Meta-Process (c) 2010 Syncresis. */

body {
margin: 10px;
padding: 0;
width: 88%;
font: 100% Verdana,Tahoma,Arial,sans-serif;
background: #044c0e /*url (bg.gif) top center repeat-y; */
}

#wrap {
background: #044c0e;
color: #303030;
margin: 0 auto;
padding-left: 10px;
padding-right: 10px;
}

#header {
clear: both;
float: center;
margin: 10px 0 0 10px;
padding: 0;
height: 335px;
}

#header h1 {
width: 250px;
margin: 0 0 0 0;
text-align: center;
}

#header p {
width: 500px;
text-align: center;
color: #044c0e;
margin: 0 0 10px 0;
font-size: 0.8em;
line-height: 1.2em;
}

#content {
margin: 0 90px 20px 90px;
padding: 0 60px 0 60px;
line-height: 1.6em;
text-align: left;
}

#content_inset {
margin: 0 90px 20px 90px;
padding: 0 20px 0 20px;
line-height: 1.6em;
text-align: left;
}

#content h2 {
font-size: 1.6em;
margin: 0 0 0.5em 0;
}

#content img {
padding: 0;
display:inline;
background: #044c0e;
}

.rt-advisory {
  float: right;
  font-size: 1.1em;
  text-align: center;
  font-weight: bold;
  color: #f00;
  /*border: #ff0000 2px solid;*/
  padding: 8px;
  margin-top: -20px;
}

.lft-advisory {
  float: left;
  font-size: 1.1em;
  text-align: center;
  font-weight: bold;
  color: #f00;
  /* border: #ff0000 2px solid;*/
  padding: 8px;
  margin-top: -20px;
}

.center-buttons {
   text-align: center;
   padding: 10px;
   margin-top: 15px;
}

h3 {
font-size: 1.2em;
margin: 0 0 10px 0;
}

a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 0 0 0 0;
width: 760px;
text-align: center;
color: #808080;
font-size: 0.9em;
}

#footer a {
color: #7070c0;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}
