/* 
----------------------------------------------------------------------------- 
GLOBAL RESET
-----------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;
	margin-bottom: 1em;
	margin-left: 1em;}
ul li {
	background: url(/landing-images/icons/arrow-red.gif) no-repeat left 5px;
	padding-bottom: 3px;
	padding-left: 12px;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{
	font-size:1em;
	line-height: 1em;
}
q:before,q:after{content:'';}
a{
	text-decoration:none;
	color: #1138AF;
}
a:hover {
	text-decoration: underline;
	color: #8D97B9;
}
.left {
	float: left;
}
.right {
	float: right;
}





/* 
----------------------------------------------------------------------------- 
LAYOUT
-----------------------------------------------------------------------------*/
body {
	margin: 0px;
	background: #F0F3F8 url(/landing-images/bg.jpg) no-repeat center top;
	padding: 0px;
	font: 0.75em/1.5em Arial, Helvetica, sans-serif;
	color: #666666;
}
#container {
	width: 910px;
	background: #F0F3F8 url(/landing-images/bg.jpg) no-repeat center -25px;
	margin: 15px auto 0px;
	padding-bottom: 55px;
}
#branding {
	background: url(/landing-images/branding.jpg) no-repeat;
	height: 120px;
	width: 910px;
	padding-top: 25px;
	margin-bottom: 41px;
}
#branding .right {
	width: 430px;
	margin-right: 30px;
	font-size: 110%;
}
#branding .right .button {
	margin-top: .5em;
}
#branding .left {
	margin-left: 30px;
}
#boxes div {
	background: url(/landing-images/boxes.jpg) no-repeat;
	width: 910px;
	margin-top: 12px;
	font-size: 95%;
	padding-bottom: 50px;
}
#boxes td {
	padding-top: 20px;
}
.tdmid {
	padding-right: 25px;
	padding-left: 25px;
}
.tdright {
	padding-right: 15px;
	padding-left: 30px;
}
.tdleft {
	padding-right: 30px;
	padding-left: 15px;
}
h3 {
	font-size: 120%;
	color: #003472;
	text-transform: uppercase;
	font-weight: normal;
}
h4 {
	font-size: 14px;
	text-transform: uppercase;
	color: #003472;
	margin-bottom: 5px;
}
#boxes a {
	font-weight: bold;
	color: #003472;
}
#boxes a:hover {
	color: #8D97B9;
	text-decoration: underline;
}
#footer {
	font-size: 90%;
	padding-top: 10px;
	border-top: 1px solid #BACAE0;
}
#footer strong {
	color: #333333;
}
