/*
Name: Shades of Gray
Date: 2006-11-05
Description: Monochrome, lightweight and totally liquid. Comes with three different layouts.
Author: Viktor Persson
URL: http://templates.arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

body {
	background: #617d4d;
	/*background: #F9F9F7 url('img/a1.gif') repeat-x;*/
	color: #BBB;
	font-family:
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#outer
{
position: relative;
width: 770px;
margin: 0 auto;
background: #fff url('images/abg.gif') repeat-y;
}

#inner
{
position: relative;
padding: 13px 30px 13px 30px;
z-index: 2;
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

blockquote {font: bold 1em sans-serif;}

code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img {border: none;}

ul {margin-left: 2em;}
h1 {font: normal 2.4em sans-serif;}
h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
}

/* misc */
.clearer {clear: both;}
.stripes {
	background: #333 url(img/stripe.gif);
	height: 6px;
}
.left {float: left;}
.right {float: right;}

/* header */
.header {
	background: #111;
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	height: 120px;
}
.header a {
	color: #888;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}
.header span {padding-left: 32px;}
.header a:hover {
	background: #191919;
	color: #BBB;
}

/* structure */
.container {
	border: 3px solid #444;
	border-top: none;
}

.main {
	background: #ffffff;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}
.main .left {width: 64%;}
.main .right {width: 36%;}

.content {
	/*border-left: 1px solid #444;*/
	border-top: 1px solid #444;
	padding: 16px;
	color:#000000;
}

/* content elements */

.content h1 {
	background: url(img/bgh1.gif) repeat-x left bottom;
	color: #617d4d;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content h2 {
	background: url(img/bgh1.gif) repeat-x left bottom;
	color: #617d4d;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a {
	color: #999;
	text-decoration: underline;
}
.content a:hover {color: #CCC;}
.content .descr {margin-bottom: 5px;}

/* navigation */
.nav {background: #617d4d url(nav.gif);}
.nav a {
	background: #617d4d url(nav.gif);
	border-right: 1px solid #617d4d;
	color: #fff;
	float: left;
	font: bold 1.1em Verdana,sans-serif;
	line-height: 38px;
	padding: 0 20px;
}
.nav a:hover {
	background: #617d4d url(nav_hover.gif);
}

/* sub-navigation */
.subnav {
	border: 1px solid #1E1E1E;
	border-top-color: #444;
	padding: 12px;
	color:#FFFFFF;
	background-color: #2C2F92;
}
.subnav h1 {
	padding-top: 8px;
	
	}
.subnav h2 {
	padding-top: 5px;
	}

.subnav h3 {
	padding-top: 5px;
	}
	
.subnav ul {margin: 0;}
.subnav li {
	background: url(img/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #705840;
	line-height: 2.0em;
	padding-left: 18px;
	text-decoration: none;
}
.subnav li a:hover {color: #BBB;}

/* footer */
.footer {
	background: #ffffff;
	color: #999;
	padding: 3% 3% 1%;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #444;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #666;}
.footer a:hover {
	color: #BBB;
	background: #222;
}

.col3,.col3center {
	float: right;
	width: 40%;
	}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}

img.picA
{
position: relative;
top: -2px;
background: url('img/a47.gif') no-repeat;
width: 76px;
height: 74px;
padding: 8px;
}

img.picB
{
border:1px solid #705840
/*position: relative;
top: -2px;*/
/*background: url('img/a26.gif') no-repeat;*/
/*width: 192px;
height: 144px;
padding: 7px;*/
}

img.floatleft
{
float: left;
margin: 0px 14px 3px 0px;
}

.houseTypeDescr
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
}

.updateProgress 
{
	font-size:medium;
}

.feedback
{
	font-size:small;
}

.grayBorder {
	border: 1px solid #8B8E85;
	}
