/*
PURPLE #522E91
YELLOW #F7F040 / F7F040
ORANGE #F78E1E
MAROON #800511

*/

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	color: #1C1C1C;
}
body.amici{
	background: #FFF url(../img/theme/bg-amici.gif) repeat-x;
}
body.willis-home{
	background: #F7F040 url(../img/theme/bg-willis.gif) repeat-x;
}
body.willis-inner{
	background: #FFF url(../img/theme/bg-willis-inner.gif) repeat-x;
}
#container{
	width: 888px;
	margin: 0 auto;
}
.amici #container{
	width: 920px;
}
.amici #container.home{
	background: url(../img/theme/amici-bg-home.jpg) 90% 128px no-repeat;
}
.amici #container.interior{
	background: none;
}
.amici #container.branding{
	background: url(../img/theme/amici-bg-location.jpg) 100% 128px no-repeat;
}
.amici #container.business{
	background: none;
}
.amici #container.location{
	background: none;
}
.amici #container.eoi{
	background: url(../img/theme/amici-bg-eoi.jpg) 100% 128px no-repeat;
}
#header{
	display: block;
	height: 85px;
	width: 100%;
}
#header.willis{
	/*background-color: #EEE;*/
}
#header-image-home{
	width: 100%;
	height: 424px;
	background:url(../img/theme/willis-home.gif) no-repeat;
}
#header-image-inner{
	width: 100%;
	height: 297px;
	background:url(../img/theme/willis-inner.gif) no-repeat;
}
.amici #bg-pattern-home{
	background:url(../img/theme/bg-pattern-amici-home.png) no-repeat;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 82px;
	height: 347px;
}
.amici #bg-pattern-inner{
	background:url(../img/theme/bg-pattern-amici-inner.png) no-repeat;
	display: block;
	position: absolute;
	top: 90px;
	right: 0;
	width: 82px;
	height: 347px;
}
#col1{
	float: left;
	width: 200px;
	height: 400px;
}
.amici #col1{
	width: 540px;
	height: auto;
	float: none;
}
#col2{
	float: left;
	width: 688px;
}
/*----nav styles----*/
#navlist{
	padding: 50px 0 0 200px;
	margin: 0;
	font-size: 12px;
	letter-spacing: .1em;
	font-weight: bold;
}
.amici #navlist{
	padding: 50px 0 0 0;
}
#navlist li{
	display: inline;
	border-right: 1px solid #F7F040;
	padding: 0 6px 0 4px;
	margin: 0;
}
.amici #navlist li{
	border-right: 1px solid #F78E1E;
}
#navlist li:last-child{
	border: none;
}
#navlist li a{
	text-decoration: none;
	color: #FFF;
}
#navlist li a:hover, #navlist li a.current, #navlist li a.nav-hover{
	color: #F7F040;
}
.amici #navlist li a:hover, .amici #navlist li a.current, .amici #navlist li a.nav-hover{
	color: #F78E1E;
}
/*----text styles----*/
p{
	margin: 0 0 20px 0;
}
h1{
	color: #522E91;
	font-size: 30px;
	line-height: 26px;
	text-transform: uppercase;
	/*margin: 0 0 20px 0;*/
}
h1.home{
	margin: -79px 0 20px 200px;
	/*position: relative;
	top: -20px;*/
}
h1.inner{
	margin: 48px 0 20px 200px;
}
.amici h1{
	margin: 128px 0 20px 0;
	color: #800511;
	font-size: 38px;
	line-height: 44px;
}
h2{
	font-size: 18px;
	margin-bottom: 4px;
}
.phone-small{
	color: #F78E1E;
	font-size: 16px;
}
.phone-large{
	color: #F78E1E;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
}
p.phone{
	margin: 80px 0;
	padding-bottom: 40px;
}
/*----form----*/
label{
	display: block;
	float: left;
	width: 120px;
	clear: left;
	margin-top: 4px;
}
input,textarea{
	float: left;
	width: 360px;
	margin-top: 4px;
}
#submit{
	margin-left: 120px;
	width: auto;
	clear: left;
	margin-top: 10px;
}
/*----other----*/
#map{
	width: 538px;
	height: 450px;
}
img{
	border: 0;
}