@charset "UTF-8";
/* CSS DOCUMENT */
/* Reset CSS v1.0 | 20080212 */

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;
}
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;
}


/* COMMON STYLES*/
h1 {
	padding: 30px 0px 10px 280px;
}
p,h2, a {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	letter-spacing: 1px;
	color: #FFF;
	line-height: 20px;
}
h2 {
	padding: 5px 0px 5px 297px;
	letter-spacing: 2px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	width: 425px;
}
p {
	padding: 0px 0px 15px 290px;
	width: 425px;
}
a {
	color: #90ADD9;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
span.email-backspace {
	margin-left: -4px;
}

/* CONTAINER ID'S */
#site-background {
	width: 100%;
	height: 100%;
}
#site-container-top1 {
	background: url(/images/bg_uc_stamp.gif);
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position: top left;
	margin: auto;
	width: 1000px;
}
#site-container-top2,
#site-container-top3,
#site-container-top4,
#site-container-top5 {
	margin: auto;
	width: 1000px;
}
#site-container-bottom {
	background: url(../images/bg_gradient.png);
	background-repeat: repeat-x;
	background-attachment:scroll;
	background-position: bottom left;
	background-color: #0060A9;
}
#section-top {
	padding: 25px 0px 10px 0px;
	text-align: center;
}
#section-mainnav {
	text-align: center;
	height: 36px;
}
#section-mainnav a {
	padding: 0px 15px 0px 15px;
}
#section-header {}
#section-content {
	background: url(../images/line_white.png);
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position: 0px 5px;
	margin: auto;
	width: 1000px;
}
#section-footer {
	padding: 10px 0px 0px 0px;
}
#section-footer, #section-footer a {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	letter-spacing: 1px;
	color: #5483BB;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
}
#section-footer span {
	padding: 0px 0px 0px 6px;
}
#section-footer a:hover {
	text-decoration: underline;
}
