/**
 * skeleton.css - Example CSS file for theme, use this when adding a new CSS file
 * $Id$
 */

/***********************************************************************
 * Elements
 **********************************************************************/
a {
	text-decoration: none;
	color: #195794;
}

a:hover {
	color: #4c4c4c;
}

body {
	font-size: 75%;
	font-family: "verdana", arial, helvetica, sans serif;
	background: url(../images/body-tile.jpg) repeat-x #9f9c94;
	margin: auto auto 25px auto;
}

h1 {
	color: #000000;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
}

h2 {
	font-family: "Georgia", Times New Roman, Times, serif;
	color: #525151;
	line-height: normal;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

p {
	margin: 0 0 1.5em 0;
}

img {
	border: 0;
}

form {
	margin: 0px;
	padding: 0px;
}

span.clearer
{
	display: block;
	clear: both;
	font-size:0;
	height: 0px;
	line-height:0;
	width:0;
}

ul {
	padding-top: 0;
	margin-top: 0;
}


/***********************************************************************
 * Items
 **********************************************************************/
#copyright-info {
	color: #e3ddcb;
	margin: auto;
	font-size: .8em;
	text-align: center
}

#body {
	line-height: 1.6em;
	background: url('../images/content-tile.gif') repeat-y right;
}

#content-shadow {
	height: 5px;
	background: url('../images/content-shadow-tile.gif') repeat-x;
}

#body .left-col {
	width: 225px;
	padding: 43px 25px;
	float: left;
	color: #3b3b3b;
}

#body .right-col {
	float: right;
	width: 625px;
	padding: 30px 25px;
	color: #3b3b3b;
}

#flash img {
	display: block;
}

#frame {
	background: url(../images/frame-tile.jpg) repeat-x #7c7a73;
	margin: auto auto 32px auto;
	width: 950px;
	padding: 0 8px 8px 8px;
}

#footer-container {
	margin: auto;
	width: 950px;
}

#footer {
	margin: auto;
	margin-bottom: 30px;
}

#footer a {
	color: #ffffff;
	font-size: .9em;
}

#footer a:hover {
	color: #ffffff;
	font-size: .9em;
	text-decoration: underline;
}

#header {
	background: url(../images/header-tile.jpg) repeat-x;
	position: relative;
	height: 126px;
}

#header .logo img {
	display: block;
}

/* Proposal Login */

#header .proposal {
	position: absolute;
	top: 78px;
	right: 25px;
}

#header .proposal #clientcode {
	position: relative;
	top: -7px;
	border-color: #b7b7b5;
	border-style: solid;
	border-width: 1px;
	height: 15px;
	padding: 2px 2px 3px 5px;
	width: 150px;
	font-size: 1em;
	color: #b7b7b5;
	font-family: Tahoma, Arial, Helvetica, sans-serif
}

#header .quicks {
	position: absolute;
	top: 20px;
	right: 25px;
	font-size: .8em;
	text-transform: uppercase;
	color: #494848;
	width: 50%;
	text-align: right;
}


/* Navigation */

#navigation {
	background: url(../images/nav-tile.gif) repeat-x;
	padding: 0px 0px 0px 11px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.1em;
}

#navigation a {
	padding: 12px 17px 11px 17px;
	float: left;
	background: url(../images/nav-divider.gif) right no-repeat;
	color: #4c4c4c;
}

#navigation a.last {
	background: none;
}

#navigation a:hover {
	color: #195794;
}

#navigation a.active {
	color: #195794;
}

#navigation ul {
	list-style: none;
}

/***********************************************************************
 * Classes
 **********************************************************************/

.contact,
.news,
.real-estate,
.financial {
	color: #aaa9a7;
	font-size: .9em;
	margin-bottom: 20px;
}

.news p {
	margin: 0;
}

.block-title {
	padding-bottom: 5px;
	text-transform: uppercase;
	border-bottom: 1px solid #aaa9a7;
	margin-bottom: 15px;
}

.news-item {
	margin-bottom: 25px;
	line-height: 1.5em;
	border-bottom: 1px solid #aaa9a7;
	padding-bottom: 20px;
}

.news-item.last {
	border: none;
}

.news-content {
	font-size: .9em;
	color: #777777;
}

.news-content img {
}

.news-title {
}

.sub-navigation {
	margin-bottom: 30px;
}

.sub-navigation a {
	display: block;
	border-bottom: 1px solid #aaa9a7;
	padding: 3px 0;
	color: #777777;
}

.sub-navigation a:hover {
	display: block;
	border-bottom: 1px solid #aaa9a7;
	padding: 3px 0;
	color: #195794;
	background: url(../images/sub-nav-tile.jpg) repeat-y;
}

.sub-navigation a.active {
	color: #195794;
	background: url(../images/sub-nav-tile.jpg) repeat-y;
}

.sub-navigation a.first {
	display: block;
	border-top: 1px solid #aaa9a7;
	padding: 3px 0;
}

.sub-navigation .nav-title {
	font-size: 14px;
	color: #777777;
	padding-bottom: 5px;
	font-weight: bold;
}

.sub-navigation .nav-title a {
	background: none;
	border: none;
	padding-bottom: 0px;
}


/* Navigation */

.logo {
}

.logo img {
}

.page-title {
	margin-bottom: 10px;
}

