/* Yahoo!'s CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-family: verdana, arial, serif;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* /Reset */

html, body {
	height: 100%;
}
#container {
	position: relative;
	min-height: 100%;
}

/* Header */
#header {
	height: 114px;
	width: 100%;
	background: url(images/header_bg.gif) repeat-x;
}
#header img {
	float: left;
	padding-left: 6px;
}

#login {
	padding-top: 35px;
	padding-left: 20px;
	float: left;
	font-size: 12px;
}
#login a {
	border: 1px solid #005A00;
	padding: 3px 7px;
	color: #A3CB01;
	text-decoration: none;
}
#login a:hover {
	background-color: #005A00;
	color: #FFF;
}

#menu {
	float: right;
	padding-top: 87px;
}
#menu ul {
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	font-size:12px;
}
#menu ul li {
	display:block;
	float:left;
}
#menu ul li a {
	display:block;
	float:left;
	text-decoration:none;
	font-weight:bold;
	color: #FFF;
	padding: 0 10px;
}
#menu ul li a:hover {
	text-decoration: underline;
}

/* Content */
#content {
	padding: 5px 10px 98px 10px;  /* top, right, bottom, left */
}

/* Footer */
#footer {
	background: url(images/footer_bg.gif) repeat-x;
	position: absolute;
	bottom: 0;
	height: 88px;
	width: 100%;
}
#footer img {
	float: right;
	padding-right: 5px;
}
#footer ul {
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	font-size:12px;
	padding-top: 7px;
	padding-bottom: 15px;
}
#footer ul li {
	display:inline;
}
#footer ul li a {
	display:inline;
	text-decoration:none;
	font-weight:bold;
	color: #FFF;
	padding: 0 10px;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer p {
	float: right;
	color: #A3CB01;
	padding-right: 10px;
	font-size: 14px;
	line-height: 1.7;
	text-align: right;
}
#footer p a {
	color: #A3CB01;
}
#footer p a:hover {
	color: #FFF;
}
