/*========================
	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,
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-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	line-height:1.5; 
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #b5b5b5 url(../images/background_tile.gif) repeat-x; 
	text-align:center; 
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*========================
	WRAPPER
=========================*/
#wrapper
{
	width:875px; 
	margin:0 auto; 
	text-align:left; 
}
#background
{
	float:left; 
	padding:6px; 
	background:#fff; 
}
#content
{
	float:left; 
	width:875px; 
	background:#fff; 
}
.container, #title
{
	margin:10px; 	
}
/*========================
	HEAD
=========================*/
#head
{
	width:875px; 
	float:left; 
	height:131px; 
	background:url(../images/head.gif) no-repeat; 
}
/*========================
	MAIN MENU
=========================*/
#main-menu
{
	position:relative; 
	top:80px; 
	float:left;
	top:80px;
	width:100%; 
}
#main-menu ul
{
	margin:0; 
	padding:0; 
	float:left; 
	width:100%;
}
#main-menu li
{
	list-style:none; 
	float:left; 
	margin:0; 
	padding:0 13px 0 13px; 
}
#main-menu li.last, #main-menu li.first{  }
#main-menu a
{
	color:#2b6594; 
	font-family:arial; 
	text-transform:uppercase; 
	font-size:16px; 
	font-weight:700; 
	text-decoration:none; 
}
/*========================
	HOME MENU / top menu
=========================*/
#home-menu
{
	position:relative; 
	float:right; 
	top:15px; 
	right:10px;
	font-size:12px; 
}
#home-menu ul
{
	float:left; 
	margin:0; 
	padding:0; 
}
#home-menu ul li
{
	float:left; 
	border-right:solid 1px #2b6594; 
	list-style:none; 
	padding: 0 4px 0 4px; 
	margin:0; 
}
#home-menu a
{
	font-size:12px; 
	font-family:arial; 
	text-decoration:none; 
	color:#2b6594; 
	font-weight:700;
}
#home-menu li.last, #home-menu li.first{ border:0 }



/*========================
	FOOTER
=========================*/
#footer-wrapper
{
	position:relative; 
	margin:0px auto; 
	width:875px; 	
}
#footer
{
	float:left; 
	width:100%; 
	margin-top:15px; 
}
#credit
{
	font-size:10px; 
	color:#707070; 
	font-family:Arial, Helvetica, sans-serif;
}