body {
	margin:0;
	padding:0;
	background-color:#f7f7f8;
	border-top:8px solid #0099cc;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
img {
	border:0;	
}
ul, li {
	list-style-type:none;
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
	color:#333333;
}
a.email {
	text-decoration:underline;	
	color:#0099CC;
}
a.email:hover {
	color:#006080;
}
.u {
	text-decoration:underline;
	color:#006080;
}
form {
	margin:0;
	padding:0;
}

h1 {
	margin:0;
	padding:0 0 15px 0;
	font-size:24px;
	font-weight:normal;
	color:#0099CC;
}
h2 {
	margin:0;
	padding: 0 0 15px 0;
	font-size:16px;
	font-weight:normal;
}
h5 {
	margin:0;
	padding:0;
}

#header {
	position:relative;
	width:960px;
	margin:0 auto 0 auto;
	background:#ffffff url(../img/bg-header.gif) repeat-x 0 bottom;
	padding-bottom:20px;
	height:82px;
}

#header #logo {
	padding:10px 0 0 20px;
}
#header #phone {
	position:absolute;
	right:10px;
	top:33px;
	font-size:16px;
	color:#0099CC;
	font-weight:bold;
}
#header #phone b {
	font-size:23px;
	color:#006080;
	font-weight:bold;
}
#header #claim {
	position:absolute;
	right:10px;
	top:55px;
	font-size:25px;
	color:#3FABAB;
}

#header #flags {
	position:absolute;
	top:0;
	right:0;
	background:url(../img/flags/bg-left.gif) no-repeat 0 0;
	height:17px;
	padding-left:10px;
	margin-right:10px;
	margin-top:1px;
	line-height:15px;
}
#header #flags ul {
	float:left;
	background:url(../img/flags/bg-right.gif) no-repeat right 0;
	padding-right:10px;
	height:14px;
	padding-top:3px;
}
#header #flags ul li {
	float:left;	
	padding:0 3px;
}
#header #flags ul li img {
	margin:0;
	padding:0;
}

#body {
	width:960px;
	margin:0 auto 0 auto;
	display:block;
	padding-bottom:3px;
	border-bottom:1px solid #e9e9e9;
}
#body .body-content {
	float:left;
	width:960px;
	background-color:#ffffff;
}

#menu {
	width:234px;
	float:left;
	background:url(../img/bg-menu.jpg) no-repeat 0 bottom;
	position:relative;
}
#menu ul {
	padding:25px 30px 25px 20px;
}
#menu ul li {
	background:url(../img/sep-menu.gif) no-repeat 0 bottom;	
	font-size:11px;
	text-transform:uppercase;
	padding:5px 0 5px 0px;
}
#menu ul li a {
	text-decoration:none;
	color:#0099CC;
	padding-left:20px;
	display:block;
}
#menu ul li.active a {
	color:#006080;	
	background:url(../img/bullet-menu-act.gif) no-repeat 5px 3px;
}
#menu ul li a:hover {
	color:#006080;
}

#menu .banner {
	position:absolute;
	left:10px;
	bottom:-95px;
}
#menu .banner img {
	border:1px solid #e4e7e6;
}

#content {
	width:726px;	
	float:left;
	padding-bottom:30px;
	/* min-height hack */
	height:auto !important;
	height:500px;
	min-height:500px;
	/* end min-height hack */
}
#section-header {
	padding-bottom:7px;
	background:url(../img/bg-sectionheader.gif) no-repeat 0 bottom;
}
#section-header-image {
	width:726px;
	height:175px;	
}
#section-content {
	padding:20px 40px;
	float:left;
	width:646px;
}


#footer {
	width:960px;
	float:left;
	border-top:1px solid #d0d0d0;
	padding:5px 0;
	position:relative;
}
#footer ul {
	border-left:1px solid #d0d0d0;	
	float:right;
	padding-right:10px;
}
#footer ul li {
	float:left;
	padding-left:20px;
	overflow:hidden;
	height:59px;
}
#footer #logo-wci {
	position:absolute;
	left:-16px;
	top:4px;
}
