/* @override 
	http://localhost:8888/inrem.css
	http://www.webdesign.gs/inremsolut/inrem.css
*/

html, body {
	margin: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #f5e9df;
}

#banner {
	width: 850px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(elements/banner.jpg);
}

#footer {
	width: 850px;
	height: 33px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
	background: url(elements/footer-bg.jpg) repeat-x;
	font-size: .7em;
	text-align: center;
	padding-top: 7px;
	color: silver;
}

#footer a:link, #footer a:visited {
	color: silver;
	text-decoration: underline;
}

#footer a:hover {
	color: gray;
}

/* @group NAVIGATION */

#navigation {
	width: 850px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
}

ul#nav {
	background: url(elements/nav-sprites.jpg) no-repeat;
	margin: 0;
	padding: 0;
	display: block;
	width: 850px;
	height: 40px;
	list-style-type: none;
	position: absolute;
}

ul#nav li {
}

li#home {
	height: 40px;
	width: 93px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

li#background {
	top: 0;
	left: 93px;
	display: block;
	width: 201px;
	height: 40px;
	position: absolute;
}

li#associates {
	display: block;
	position: absolute;
	top: 0;
	left: 294px;
	height: 40px;
	width: 144px;
}

li#service {
	display: block;
	position: absolute;
	top: 0;
	left: 438px;
	height: 40px;
	width: 172px;
}

li#links {
	display: block;
	position: absolute;
	top: 0;
	left: 610px;
	height: 40px;
	width: 85px;
}

li#contact {
	display: block;
	position: absolute;
	top: 0;
	left: 695px;
	height: 40px;
	width: 155px;
}

ul#nav a {
	text-indent: -9000px;
	overflow: hidden;
}

a.home {
	height: 40px;
	width: 93px;
	display: block;
}

a.background {
	display: block;
	width: 201px;
	height: 40px;
}

a.associates {
	display: block;
	height: 40px;
	width: 144px;
}

a.service {
	display: block;
	height: 40px;
	width: 172px;
}

a.links {
	display: block;
	height: 40px;
	width: 85px;
}

a.contact {
	display: block;
	height: 40px;
	width: 155px;
}

a.home:hover {
	background: url(elements/nav-sprites.jpg) 0 -40px;
}

a.background:hover {
	background: url(elements/nav-sprites.jpg) -93px -40px;
}

a.associates:hover {
	background: url(elements/nav-sprites.jpg) -294px -40px;
}

a.service:hover {
	background: url(elements/nav-sprites.jpg) -438px -40px;
}

a.links:hover {
	background: url(elements/nav-sprites.jpg) -610px -40px;
}

a.contact:hover {
	background: url(elements/nav-sprites.jpg) -695px -40px;
}



/* @end */

#container {
	width: 850px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

#left-column {
	width: 600px;
	height: auto;
	float: left;
}

#right-column {
	width: 250px;
	height: auto;
	float: right;
}

#left-inside {
	padding-left: 50px;
	padding-top: 20px;
}

#right-inside {
	padding-right: 25px;
	padding-top: 20px;
}

.clear {
	clear: both;
}

.text {
	height: auto;
	width: 474px;
	background-color: #0e2458;
	padding: 1px 20px;
}

.text h1 {
	font-size: 1.3em;
	color: white;
}

.text h2 {
	color: white;
	font-size: 1em;
	font-style: italic;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}

.text h3 {
	color: white;
	font-size: .75em;
	font-weight: bold;
	font-style: italic;
	text-indent: 10px;
}

.text p, .text ul {
	color: #dcdcdc;
	font-size: .75em;
	line-height: 2em;
}

.text blockquote {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	font: italic bold .95em/2em Georgia, "Times New Roman", Times, serif;
	color: white;
}

.text b {
	color: white;
}

.text a:link, .text a:visited {
	color: white;
}

.text a:hover {
	color: silver;
}

img.right {
	float: right;
	margin-left: 15px;
	border: 2px solid silver;
	margin-bottom: 15px;
}