/* Lending Keys CSS */

html {
	margin: 0;
	padding: 0;
	height: 100%; /* so we can use 100% property for divs (in addition to html, body must also have 100% set for this to work) */
}

body {
	margin: 10px 0 0 0;
	padding: 0;
	background: #fff url(../images/main_background.jpg) repeat-x fixed;
	/* height: 100%; /* so we can use 100% property for divs */
	font-family: Arial, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

a:link, a:hover, a:active, a:visited {
	text-decoration: none;
}

img {
	border-style: none;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 800px;
}

#top_nav {
	margin: 0;
	padding: 4px;
	color: #999;
	font-size: 10px;
	text-align: right;
}

#top_nav a {
	color: #777;
	font-weight: normal;
}

#top_nav a:hover {
	color: #0000ff;
}

#header {
	margin: 0;
	padding: 0;
	height: 125px;
	background-image: url(../images/header_background.jpg);
	background-repeat: no-repeat;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#header img {
	position: relative;
	top: 20px;
	left: 20px;
}

#nav {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	background-color: #efefef;
	color: #999;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: center;
}

#nav li {
	display: inline;
	margin: 0;
	padding: 0;
}

#nav li a {
	color: #777;
}

#nav li a:hover {
	color: #5181D9;
}

#nav li span {
	margin: 0 4px;
	padding: 0;
}

#content {
	position: relative;
	overflow: auto;
	margin: 0;
	padding: 10px;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#left_content {
	float: left;
	margin: 20px 0;
	padding: 0;
	width: 200px;
	text-align: center;
}

#right_content {
	float: right;
	margin: 0;
	padding: 0;
	width: 575px;
	/*border-left: 1px solid #ccc;*/
}

#right_content p {
	margin: 15px 15px 15px 0;
	font-weight: normal;
}

.list_float_right {
	float: right;
	margin: 15px;
	width: 200px;
}

.list_float_right ul {
	list-style-image: url(../images/list_image_check.gif);
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0px;
}

.list_float_right ul li {
	margin: 0 0 5px 0;
	padding: 0px;
}

#footer {
	margin: 0px;
	padding: 4px;
	background-color: #EFEFEF;
	color: #999;
	font-family: Tahoma, Geneva, Arial, Helvetica;
	font-size: 10px;
	text-align: left;
	border: 1px solid #ccc;
}

#footer a {
	color: #999;
}

#footer a:hover {
	color: #0000ff;
}

/* misc */

.submit_btn {
	color: #fff;
	background-color: #5181D9;
	border: 1px solid #777;
}