﻿#banner
{
	height: 434px;
	width: 960px;
	background-color: #ffffff;
	text-align: center;
}
#banner div
{
	width: 960px;
}
#banner div img
{
	height: 434px;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#topboxes
{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
#bottomboxes
{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
#box1, #box2, #box3
{
	width: 290px;
	height: 148px;
	margin-bottom: 20px;
	float: left;
	color: #ffffff;
}
#box1, #box2, #box3
{
	background: url(../img/box1bg.gif) #ffffff left top no-repeat;
}
#box4, #box5, #box6
{
	width: 290px;
	margin-bottom: 0;
	float: left;
	background: url(../img/box2bg.gif) #ffffff left top no-repeat;
}
#box2, #box3, #box5, #box6
{
	margin-left: 35px;
}
#box4
{
	clear: left;
}
.boxcontent1
{
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 28px;
}
.boxcontent2
{
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 10px;
}
.boxcontent1 p
{
	font-size: 11pt;
}
#box1 li, #box2 li, #box3 li, #box4 li, #box5 li, #box6 li
{
	color: #025193;
}
.boxheader1, .boxheader2
{
	margin-bottom: 5px;
	margin-top: 0;
	padding-bottom: 5px;
}
.boxheader2
{
	border-bottom: dotted 1px #025193;
}
.boxheader1 h1, .boxheader2 h1
{
	float: left;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.2em;
	font-size: 13.5pt;
}
.boxheader1 h1 a, .boxheader2 h1 a
{
	float: left;
}
.boxcontent1 a
{
	float: right;
	font-weight: bold;
	text-decoration: none;
}
.boxheader2 a
{
	float: right;
	font-weight: bold;
	text-decoration: none;
}
.boxheader2 img
{
	margin-left: 2px;
	vertical-align: middle;
}
.boxcontent1 img
{
	margin-left: 2px;
	vertical-align: middle;
}
#box1 a, #box2 a, #box3 a
{
	color: #ffffff;
}
#topleftquote
{
	float: left;
	width: 25px;
	background: url(../img/leftquote.gif) left top no-repeat;
	height: 25px;
}
#toprightquote
{
	float: left;
	padding-right: 25px;
	width: 225px;
	background: url(../img/rightquote.gif) right bottom no-repeat;
}
#bottomquote
{
	margin-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
}
#box6 p
{
	margin-bottom: 5px;
}
#casestudiesleft
{
	width: 20px;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
	margin-top: 40px;
}
#casestudiesmiddle
{
	float: left;
	width: 205px;
	height: 100px;
	text-align: center;
}
#casestudiesmiddle div
{
	width: 205px;
}
#casestudiesmiddle div img
{
	margin: auto;
	display: block;
}
#casestudiesright
{
	float: left;
	width: 20px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 40px;
}

#popup
{
    display:none;
    position: fixed;
    height: 150px;
    top: 50%;
    left: 50%;
    margin-left:-155px;
    margin-top:-110px;
    border:2px solid grey;
    background-color:#DEDFDE;
    padding:30px;
    z-index:102;
    font-family:Verdana;
    font-size:10pt;
    border-radius:10px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    font-weight:bold;
}
#content
{
    height:auto;
    width:250px;
    margin:60px auto;
}
#popupclose
{
    margin:35px 0 0 80px;
    width:50px;
    
}