@charset "utf-8";
/* CSS Document */

/* ---- Global Reset ---- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
}
#header {
	background: url(../images/header.jpg) no-repeat;
	height: 80px;
	width: 900px;
	padding-top: 25px;
	padding-left: 24px;
}
#logo, #logo a {
	height: 60px;
	width: 350px;
	display: block;
}



/* ---- /Global Reset ---- */

#wrapper {
	background: url(../images/wrapper.png) repeat-y;
	width: 924px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 22px;
	padding-left: 22px;
	height: auto;
}
#banner {
	background: url(../images/banner.jpg) -1px 0px;
	height: 85px;
	padding-top: 166px;
	padding-left: 225px;
	width: 699px;
}
#banner #get-started {
	height: 45px;
	width: 256px;
	display: block;
}


#content {
	width: 924px;
	clear: both;
}
#content #logos {
	text-align: center;
	height: 45px;
}

#bottom-cont {
	height: 205px;
}
#bottom-cont .primary {
	float: left;
	width: 610px;
	background: url(../images/textbox-cont.jpg) repeat-y;
	margin-right: 15px;
}
.primary .top {
	background: url(../images/textbox-top.jpg) no-repeat;
	height: 24px;
}
.primary .cont {
	padding: 10px 15px;
}

.primary  .bot {
	background: url(../images/textbox-bot.jpg) no-repeat bottom;
	height: 30px;
}

#bottom-cont .secondary {
	float: left;
	width: 268px;
	clear: right;
}
#bottom-cont .secondary img {
	margin-bottom: 2px;
}
#footer {
	font: 13px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: url(../images/footer.jpg) no-repeat top;
	text-align: center;
	height: 34px;
	width: 924px;
	padding-top: 30px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#side-banner {
	background: url(../images/side-banner.jpg);
	float: left;
	height: 544px;
	width: 455px;
}
#process {
	float: right;
	width: 438px;
	text-align: center;
}

img.hiw {
	margin-left: 15px;
}
img.format {
	margin-right: 66px;
}
#bottom-cont .cont a
{
	color:#C40005;
}

