.
{
	margin:0px;
	padding:0px;
}

body
{
	//background:#307ac4 url(./images/WhiteOrbBg.png) center top no-repeat;
	background:#307ac4;
	font-family:Helvetica,Arial;
	font-size:12px;
	color:#1262ac;
}

img
{
	border:none;
}

a
{
	text-decoration:none;
	color:#1262ac;
}

a:hover,a:active,a:visited
{
	text-decoration:none;
}

#BoxMain
{
	width:961px;
	margin:20px auto;
	margin-bottom:0px;
	background:#fff url(./images/BoxMainTl.png) top left no-repeat;
}

#BoxHeader
{
	background:#fff url(./images/BoxMainTr.png) top right no-repeat;
	margin-left:27px;
}

#dnn_TopPane
{
	width:707px;
	float:right;
	background:url(images/BoxTopMenuBg.png) bottom left repeat-x;
	height:78px;
	margin-right:30px;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}

#Logo
{
	float:left;
	margin-top:22px;
	
}

#BoxSearch
{
	margin-left:auto;
	width:243px;
	padding-left:11px;
	background:#e9f0f7 url(images/SearchCornerBl.gif) bottom left no-repeat;
	height:30px;
}

#searchBox
{	
	width:154px;
	height:14px;
	margin:6px 5px 0px 5px;
	border:1px solid #ccc;
}

#BoxSearch img
{	
	position:relative;
	top:5px;
	
}

#BoxMenu
{
	margin-left:auto;
	margin-top:16px;
	width:100%;	
}

.BoxMenuItem
{
	float:left;
	text-align:center;
	width:139px;
	height:30px;
	border-left:1px solid #fff;
	border-right:1px solid #ddd;
}

#BoxMenu .BoxMenuItem:hover
{
	background:url(./images/BoxTopMenuFocusBg.png) bottom left no-repeat;
	color:#fff;
}

.BoxMenuItem:hover a 
{
	color:#fff;
}

.firstItem
{
	border-left:none;
}

.lastItem
{
	border-right:none;
}

#BoxMenuShadow
{
	background:url(./images/BoxTopMenuShadowBg.png) bottom left repeat-x;
	width:100%;
	height:3px;
	clear:both;
}

.MenuItemLink
{
	margin-top:10px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	font-weight:bold;
}


#dnn_ContentPane
{
	width:453px;	
	padding-left:5px;
	margin-bottom:20px;
}

#dnn_RightPane
{
	float:right;
	width:214px;
	margin-right:35px;
	margin-top:40px;
	background:#03488e;
}
	

#BoxServices
{
	width:708px;
	height:82px;
	border:1px solid #ccc;
}

.Quote
{
	border-bottom:none;
}

#BoxServiceImageWrapper
{
	overflow:hidden;
	width:708px;
	height:296px;
	margin-bottom:5px;
	border:1px solid #ccc;
}

#BoxServiceImageContainer
{
	width:709px;
	background:#fff;
	height:296px;
	position:relative;
	overflow:hidden;
}

#BoxServiceImage
{
	background:url(./images/iv&v.png) top left no-repeat;
	width:708px;
	height:296px;
	float:left;
	
}

#BoxServiceText
{
	width:200px;
	float:left;
	margin:5px 10px;
}

.Service
{
	height:82px;
	width:177px;
	float:left;
}

.Service div.grn
{
	background:url(images/ServiceBoxGrnBg.png) bottom left repeat-x;
}

.Service div.ora
{
	background:url(images/ServiceBoxOraBg.png) bottom left repeat-x;
}

.Service div.red
{
	background:url(images/ServiceBoxRedBg.png) bottom left repeat-x;
}

.Service div.blu
{
	background:url(images/ServiceBoxBluBg.png) bottom left repeat-x;
}

.ServiceHighlight
{
	height:42px;
	width:100%;
	text-align:center;
	position:relative;
	top:40px;
	color:#fff;
	
}

.ServiceLabel
{
	position:relative;
	top:5px;
}

.ServiceHighlight body
{ 
	position:relative;
	top:3px;
}

.QuoteIcon
{
	float:left;
	margin-top:5px;
}

li.NoBullet:hover
{
background:none !important;
}
