body 
{
	font-size: x-small; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* for compliant browsers */	
}

html>body 
{ /* be nice to Opera */
	font-size: small;
}

#container
{	
	margin:0 auto;
	width:928px;
	
}
	
#header
{
	float:left;
	width:100%;
	height:175px;
	background:url(images/iw-header-temp.jpg) no-repeat;
}

#wrap
{
	margin-left: 68px;
	width:928px;
}

#tour
{
	float:right;
	background:url(images/tour.png) top right no-repeat;
	height:87px;
	width:144px;
	
}

#promises
{	
	font:100% Arial, Helvetica, Sans-Serif;
	color:#a39163;
	font-weight: bold;
}


.landing_image
{
	background:url(images/iw-landing-main_imageonly.png) top left no-repeat;
	height:363px;
	width:100%;
	padding:1em 2em 3em 2em;
	margin:0 0 0 0;
}

h1
{
	float:left;
	font:140% Arial, Helvetica, Sans-Serif;
	color:#a39163;
	font-weight:normal;
	max-width: 73%;
	padding: 0 0 1em 1em;
}

ul{
	float:left;
	max-width:32%;
	padding-left:1.5em;
	list-style-type:none;
}

ul.can_do
{
	float:left;
	border-right:2px solid #a39163;
}

ul.promise
{
	float:left;
	border-right:2px solid #a39163;
	margin:1em 1em 0 1em;
	padding-right:1em;
}

ul.unite
{
	float:left;
	color:#a39163;
	max-width:24%;
}


ul li{
	color:red;
	font:80% Arial, Helvetica, Sans-Serif;
	text-decoration:underline;
	max-width:78%;
	padding-left:1em;
	padding-top:1.5em;
	line-height:1.5em;
}

.rounded_superbox
{
    float:left;
    padding:0 1em -1em 2em;
    width:814px;
    background-color: #F1FFF1;          /* if needed */
    border: 3px solid #a39163;   /* if needed */
    -webkit-border-radius: 4px;    /* for Safari */
    -moz-border-radius: 4px;       /* for Firefox */
    position: relative;
}

.rounded_superbox p
{
	
	font:105% Arial, Helvetica, Sans-Serif;
	color:#a39163;
	font-weight: bold;
}

.rounded_superbox > .tl, .rounded_superbox > .tr, .rounded_superbox > .bl, .rounded_superbox > .br
{
  width: 6px;
  height: 6px;
  position: absolute;
}

.rounded_superbox > .tl
{
  background: url(/images/iw_tl.png) top left no-repeat;
  top: 0;
  left: 0;
}

.rounded_superbox > .tr
{
  background: url(/images/iw_tr.png) top right no-repeat;
  top: 0;
  right: 0;
}

.rounded_superbox > .bl
{
  background: url(/images/iw_bl.png) bottom left no-repeat;
  bottom: 0;
  left: 0;
}

.rounded_superbox > .br
{
  background: url(/images/iw_br.png) bottom right no-repeat;
  bottom: 0;
  right: 0;
}

#footer
{
	clear:both;
	width:875px;
	padding:2em 34px 5em 5em;
	font:100% Arial, Helvetica, Sans-Serif;
}