/*
	Name: Resource Leasing Company
	Date: March 2010
	Description: Layout for Resource Leasing Company
	Version: 1.0
*/

/* Imports */
@import url("reset.css");
@import url("menu.css");

/***** Global *****/
/* Body */
body {
	background: url(../images/bg.gif) repeat;
	color: #000101;
	font-size: 12px;
	font-family: "Trebuchet MS";
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Headings */
h2 {font-size: 22px}
h3 {font-size: 20px}
h4 {font-size: 18px}
h5 {font-size: 16px}
h6 {font-size: 14px}

h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 16px;
	margin-bottom: 5px;
 	color: #0d2b72;
}

/* Anchors */
a {outline: 0;}
a img {border: 0px; text-decoration: none;}
a:link, a:visited {
	color: #0d2b72;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

/* Paragraphs */
p {margin-bottom: 19px;}

strong, b {font-weight: bold;}
em, i {font-style: italic;}

/* Lists */
ul {
	list-style: outside disc;
	margin: 0em 0 1.5em 1.5em;
}

ol {
	list-style: outside decimal;
	margin: 1em 0 1.5em 1.5em;
}

dl {margin: 0 0 1.5em 0;}
dt {font-weight: bold;}
dd {margin-left: 1.5em;}

/* Quotes */
blockquote {font-style: italic;}
cite {}

q {}

/* Tables */
table {margin: .5em auto 1.5em auto; width: 98%;}

	/* Thead */
	thead th {padding: .5em .4em; text-align: left;}
	thead td {}

	/* Tbody */
	tbody td {padding: .5em .4em;}
	tbody th {}

	tbody .alt td {}
	tbody .alt th {}

	/* Tfoot */
	tfoot th {}
	tfoot td {}

/*main wrapper*/

#wrapper {
	background: #fff url(../images/body_background.jpg) repeat-x left top;
	width: 905px;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: relative;
	height: 173px;
}

#header .logo {
	position: absolute;
	top: 48px;
	left: 25px;
	width: 300px;
	height: 86px;
	z-index: 1;
}

#header .banner {
	position: absolute;
	left: 301px;
	top: 14px;
	/*z-index: -1;*/
}

#container {
	padding: 0 135px 63px 0;
	position: relative;
}

#container .icon {
	position: absolute;
	right: 190px;
	top: 130px;
	z-index: 10000;
}

#container .icon ul {
	list-style: none;
}

#container .icon ul li {
	float: left;
	margin-left: 8px;
	list-style: none;
}

#container .icon ul li a:link,
#container .icon ul li a:active,
#container .icon ul li a:visited {
	list-style: none;
}

#container #leftcol {
	width: 150px;
	float: left;
}

#leftcol .moduletable {
	width: 150px;
}

#container #contentcol {
	padding-top: 133px;
	width: 581px;
	float: right;
}

#contentcol #content {
	line-height: 19px;
	padding-top: 46px;
	position: relative;
}	

.contentheading, .componentheading {
	color: #0d2b72;
	font-size: 23px;
	/*padding-bottom: 27px;*/
	position: absolute;
	top: 0px;
	left: 0px;
	width:550px;
	height: 24px;
}

#footerwrap {
	background: #0d2b72;
	width: 905px;
	margin: 0 auto;
	color: #fff;
	font-size: 11px;
	text-align: center;
	padding: 6px 0 4px 0;
}

#footerwrap .address {
	color: #fff;
	font-size: 11px;
	margin-bottom: 2px;
}

#footerwrap .address ul {
	margin: 0;
}

#footerwrap .address ul li {
	display: inline;
	background: url(../images/border.jpg) no-repeat left center;	
	padding: 0 4px 0 10px;
	list-style: none;
}

#footerwrap .address ul li.item1 {
	background-image: none;
	padding: 0;
}

#footerwrap .address ul li a:link,
#footerwrap .address ul li a:active,
#footerwrap .address ul li a:visited {
	color: #fff;
	text-decoration: none;
}

#footerwrap .address ul li a:hover {
	text-decoration: underline;
}

#footerwrap .copyright {
	
}

	