/*  =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html */
-------------------------------------------------------------- */

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 {
	/*background: transparent;*/
	border: 0;
	margin: 0;
	padding: 0px;
	vertical-align: baseline;
	line-height: 18px;
}

html, body, ul, li {
	height:100%;
}

body {
	/*font-family: 'Inconsolata', arial;
	font-size:100%;*/
    background-color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 16px;
	background:#ededee url('../img/bg-shadow2.gif') repeat-y 50% 0;
}

a {
	color:#999;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-size: 12px;
	font-weight:normal;
	color: #bdbec0;
}

h2 {
	display:inline;
	font-size: 14px;
	font-weight:normal;
	/*color: #bdbec0;*/
	color: #000000;
}

#mainHeader {
	margin-top:0px;
	padding: 0px 0px 0px 0px;
	height: 140px;
	/*background-color:magenta;*/
}

.logoImage {
	margin-top: 50px;
	padding: 0px 0px 0px 0px;
}

#mainContainer {
	width: 650px;
	min-height:100%;
	margin: 0 auto;
	margin-bottom:-80px;
	/*padding: 0px 50px;*/
	background-color:#ffffff;
	color:#3a3a3c;
	/*background-color:blue;*/
}

* html #mainContainer {
	height:100%;
}

#footer {
	color: #bdbec0;
	width: 650px;
	margin:0 auto;
	font-size: 80%;
	clear: both;
	height:80px;
	padding-top: 30px;
	/*background-color:red;*/
}

#footerMain {
	border-top:thin;
	border-top-style:double;
	height: 20px;
	padding-top:10px;
	padding-bottom: 5px;
	text-align: center;
	border-color:#c5c7c8;	
}

#footerInfo {
	border-top:thin;
	border-top-style:double;
	padding-top:5px;
	padding-bottom: 5px;
	text-align: right;
	border-color:#c5c7c8;	
}
