@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET */

h1 {
	color:#fdb813;
	font-size:14px;
	line-height:16px;
}
#navigation {
	display:table-row-group;
	margin:0px;
	padding:0px;
	width:905px;
}
#navigation li {
	margin:0;
	padding:0;
	list-style-type:none;
	display:inline;
}


#services {
	margin:0px;
	padding:0px;
	line-height:12px;
}
#services li {
	margin:0px;
	padding:0px;
	list-style-type:square;
}
a {
	margin:0px;
	padding:0px;
	color:#1d5b8e;
	text-decoration:none;
}
a:hover {
	margin:0px;
	padding:0px;
	color:#fdb813;
	text-decoration:none;
}
img {
	border:0px;
	padding:0px;
	margin:0px;
}
#main {
	width:890px; text-align:left; font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height:16px; color:#1d5b8e; background-color:#FFF;
}
#header {
	style="text-align:left;"
}
.logo {
	float:left;
}
.topnav {
	float:left;
	padding-top:50px;
	padding-left:520px;
}
#footer {
	background-color:#FFF; text-align:center; padding-top:20px
}
.slogan {
	padding-top:30px;
}
.coinfo {
	font-size:10px; padding-top:50px
}

