/* CSS for the /darwin/public/marketing modules */

body {
  height: 100%;
  font-size: 10pt; line-spacing: 14pt;
  font-family: 'Arial Regular', 'Arial', 'Helvetica', sans-serif;
  color: #535347; 	
  background-color: #c4c5b9;
  background-image: url(images/bg.png);
  background-repeat: repeat-y;
  background-position: top center;
}

#outercontainer {
  width:100%;
  text-align: center;	
}

#container {
  position: relative;
  width: 896px;
  min-height: 100%;
  margin: 0 auto;
  background-color: #eff0e5;
  background-repeat: repeat-x;
  background-position: top left;
}

#content {
  background-color: #e4e4e0;
  background-image: url(images/bg-container.png);
  background-repeat: repeat-x;
  margin: 12px;
  text-align: left;
}

#pagecontent {
   margin-left: 58px; margin-right: 20px;
   min-height: 500px;   	
}

#logo {
  margin-left: 45px;
  float: left;
  width: 211px;
  height: 82px;
  background-image: url(images/logo.png);
  background-repeat: no-repeat;
  overflow: hidden;
}

.cba {
		clear:both;
}

h3 {
	font-weight: bold;
	color: #535347;
	font-size: 14pt; line-spacing: 18pt;	
}

a {
	font-size: 10pt; line-spacing: 14pt;
	color: #828270;	
	text-decoration: underline;	
}

h6 {
	font-size: 9pt; line-spacing: 13px;
	color: #525347;
	font-weight: normal;	
}

.sfe {
	width: 102px;	
}

.sfc {
	width: 102px;
	margin-right: 23px;
	float:left;	
}

.mfe {
	width: 225px;	
}

.mfc {
	width: 225px;
	margin-right: 25px;
	float:left;	
}

.lfe {
		width: 480px;	
}

.lfc {
	width: 480px;
	margin-right: 20px;
	float:left;	
}

.submitbuttoncssnoimagestyle { 
  display: block;
  border: none;
  width: 64px;
  height: 25px;
  background-image: url(images/submit.jpg);
  background-repeat: no-repeat;
  outline: none;
  text-indent: -6666px;
  padding: 0;
  margin:10px 44px 0 0;
}

.submitbuttonnoimagestyle:hover {
	opacity:0.7
}
