/*----CSS Reset----*/
*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{font-size:100%}table{border-collapse:collapse}caption,th,td{text-align:left}
/*----End CSS Reset----*/
/*---------------------------------------------------------------------*/
/*----Elements----*/

body {
  background: #666;
  font: normal 62.5% "FreeSans", Helvetica, Arial, sans-serif;
  color: #000;
  text-align: center;
  padding: 20px;
}

a {
  text-decoration: none;
  outline: none;
  color: #CC0000;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
  color: #3366CC;
}

/*----End Elements----*/
/*---------------------------------------------------------------------*/
/*----Framework----*/

.clear {
  clear: both;
}

.no-display {
  display: none;
}

#wrap {
  width: 911px;
  margin: 0 auto;
  text-align: left;
  background: #fff;
}


/*----End Framework----*/
/*---------------------------------------------------------------------*/
/*----Header----*/

#header .image {
  display: block;
  margin: 0 auto;
}

ul#toplinks {
  border: 1px solid #666;
  border-width: 1px 0;
  text-align: right;
  padding: 5px 0;
}

ul#toplinks li {
  font-size: 1.2em;
  padding: 0 10px;
  display: inline;
  border-right: 1px solid #c00;
}

#header a.logo {
  display: block;
  width: 401px;
  margin: 10px auto;
}

ul#nav {
  border: 1px solid #666;
  border-width: 1px 0;
  text-align: center;
  padding: 5px 0;
}

ul#nav li {
  font-size: 1.2em;
  padding: 0 10px;
  display: inline;
  border-right: 1px solid #c00;
}

ul#nav li.last, ul#toplinks li.last {
  border-right: 0 none;
}


/*----End Header----*/
/*---------------------------------------------------------------------*/
/*----Content----*/

#content {
  padding: 20px;
}

#content p {
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 1em;
}

#content ul {
  margin-left: 20px;
  list-style: disc;
}

#content li {
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 1em;
}

#content h1 {
  background: #c00;
  color: #fff;
  font-weight: bold;
  font-size: 1.4em;
  padding: 5px 10px;
  margin-bottom: 1em;
}

#content h2 {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 1em;
}

#content span.date {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 1em;
  float: right;
}

#content h3 {
  background: #c00;
  color: #fff;
  font-weight: bold;
  font-size: 1.4em;
  padding: 5px 10px;
}

#content h3 span {
  float: right;
  font-size: .8em;
  line-height: 16px;
}

#content h3 span a, #content h3 span a:hover {
  color: #fff;
}

#content #col1 {
  float: left;
  width: 425px;
  margin-right: 10px;
  border-right: 1px solid #ccc;
  padding-right: 10px
}

#content #col2 {
  float: left;
  width: 425px;
}

#content .block dl {
  margin-bottom: 1em;
  padding: 10px 20px;
  border: 1px solid #efefef;
  background: #f5f5f5;
}

#content .block dt {
  font-size: 1.2em;
  font-weight: bold;
}

#content .block dt span {
  float: right;
  font-weight: normal;
  font-size: .9em;
}

#content .block dd {
  padding: 10px 0 5px 15px;
  margin-bottom: 1em;
}

#content .block dd h4 {
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 3px;
}

#content .block dd ol {
  font-size: .95em;
}

#content .block dd ol li p {
  font-size: .95em;
}

#content .block dd ol li {
  border-bottom: 1px solid #d5d5d5;
  padding: 5px 0 0;
  margin-bottom: 0;
}

#content .block dd ol li:hover {
  background: #efefef;
}

#content table.account {
  margin-bottom: 3em;
  padding: 10px 20px;
  border: 1px solid #efefef;
  background: #f5f5f5;
  width: 100%;
}

#content .account th {
  font-size: 1.2em;
  font-weight: bold;
  padding: 5px 10px;
  border-bottom: 1px solid #d5d5d5;
}

#content .account tr:hover td {
  background: #d5d5d5;
}


#content .account td {
  font-size: 1.1em;
  padding: 5px 10px;
  border-bottom: 1px solid #efefef;
  vertical-align: top;
}

#content .account td.balance, #content .account th.balance {
  text-align: right;
}

#content #notifications {
  background: #f5f5f5;
  border: 1px solid #efefef;
  padding: 5px 10px;
  margin-bottom: 3em;
}

#content h4 {
  font-size: 1.4em;
  font-weight: bold;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 1em;
  padding-bottom: 5px;
}

#content fieldset legend {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 1em;
  font-style: italic;
  color: #666;
}

#content #notifications div {
  margin-bottom: 1em;
}

#content #notificiations #archives div {
  border-bottom: 1px solid #d5d5d5;
}

#content fieldset {
  margin-bottom: 2em;
}

#content fieldset label {
  font-size: 1.2em;
  display: block;
  width: 150px;
  float: left;
  text-align: right;
  margin-right: 5px;
  line-height: 21px;
}

#content fieldset input.textbox {
  border: 1px solid #d5d5d5;
  background: #fff;
  padding: 2px;
  font-size: 1.2em;
  width: 250px;
  margin-bottom: 1em;
}

.ff_matrix .td input {
  border: 1px solid #d5d5d5;
  background: #fff;
  padding: 2px;
  font-size: 1.2em;
  width: 250px;
}


/*----End Content----*/
/*---------------------------------------------------------------------*/
/*----Footer----*/

#footer {
  border-top: 1px solid #666;
  background: #ccc;
  padding: 5px 10px;
  text-align: right;
}

#footer p {
  font-size: 1.1em;
}


/*----End Footer----*/
/*---------------------------------------------------------------------*/
/*----Overlay----*/


/* the overlayed element */
div.overlay {

	/* growing background image */
	background-image:url(http://www.sreifinancial.com/images/site/white.png);

	/* dimensions after the growing animation finishes  */
	width:600px;
	height:470px;

	/* initially overlay is hidden */
	display:none;

	/* some padding to layout nested elements nicely  */
	padding:55px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {background-image:url(http://www.sreifinancial.com/images/site/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}


/* black */
div.overlay.black {background:url(http://www.sreifinancial.com/images/site/transparent.png) no-repeat !important;
	color:#fff;
}

/* petrol */
div.overlay.petrol {background:url(http://www.sreifinancial.com/images/site/petrol.png) no-repeat !important;
	color:#fff;
}

div.black h2, div.petrol h2 {color:#ddd;}


/* use a semi-transparent image for the overlay */
#overlay {background-image:url(http://www.sreifinancial.com/images/site/transparent.png);
    color:#efefef;
}

/* container for external content. uses vertical scrollbar, if needed */
div.wrap {
    height:441px;
    overflow-y:auto;
}


/*----End Overlay----*/