/************* HTML tags *************/

body {
	font-size: 0.75em;
	line-height: 1.2em;
	background-color: #ffffff;
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	color: #333;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	color: #3a7fd2;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 2em;
}
/************* classes *************/

.clear {
	clear: both;
}

/************* IDs *************/

#columns {
/*	border: 1px dashed #CCCCCC;*/
	border-top: 2px solid #ccc;
	height: 250px;
}

#columns h2 {
	font-size: 1em;
	margin: 0;
	padding: 0.4em;
	color: #fff;
	background-color: #3A7FD2;
}

#columns-left {
/*	border: 1px dashed #CCCCCC;*/
}

#columns-left h2 {
	padding-left: 20px;
}

#columns-middle {
	height: 100%;
	margin-left: 140px;
	margin-right: 140px;
/*	border: 1px dashed #CCCCCC;*/
}

#columns-right {
	height: 100%;
	float: right;
	width: 140px;
/*	border: 1px dashed #CCCCCC;*/
}

#columns-left {
	height: 100%;
	float: left;
	width: 140px;
/*	border: 1px dashed #CCCCCC;*/
}

#footer {
	border: 1px dashed #CCCCCC;
	text-align: center;
}

#footer-navigation {
	border: 1px dashed #CCCCCC;
	height: 30px;
}

#footer-mumbojumbo {
	border:1px dashed #CCCCCC;
	height: 30px;
}

#header {
}

#header a {
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#header-logout-link {
	background-image: url(../images/icon_logout.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 3px 0 3px 23px;
}

#header #logo {
	float: left;
	height: 68px;
	margin: 0;
	padding: 0 0 0 20px;
	width: 138px;
}

#header #logo-placeholder {
	color: #FFFFFF;
	background-color: #e9e9e9;
	font-size: 1em;
	margin: 10px 10px 10px 0;
	height: 48px;
	line-height: 24px;
	text-align: center;
	vertical-align: middle;
	width: auto;
}

#header #navigation-functions {
	float: right;
	height: 25px;
	line-height: 25px;
	margin: 15px 0 0 0;
	padding: 0 20px 0 0;
	white-space: nowrap;
}

#header #navigation-main {
	clear: right;
	font-size: 1.1em;
	height: 27px;
	line-height: 27px;
	margin: 0 20px 0 160px;
	text-align: center;
	white-space: nowrap;
	width: 70%;
}

#header #navigation-path {
	clear: both;
	float: left;
	height: 25px;
	line-height: 25px;
	padding: 0 0 0 20px;
	white-space: nowrap;
}

#header #navigation-access {
	float:right;
	height: 25px;
	line-height: 25px;
	padding: 0 20px 0 0;
	white-space: nowrap;
}

#header #navigation-functions ul,
#header #navigation-access ul,
#header #navigation-main ul {
	list-style-type: none;
	margin:0;
	padding:0;
}

#header #navigation-functions li,
#header #navigation-access li,
#header #navigation-main li {
	display: inline;
	margin-left: 1.5em;
}

#header #navigation-functions li {
	font-size: 0.9em;
}

#header #navigation-functions li a {
	color: #999999;
}

#header #navigation-access li {
	font-size: 0.9em;
	font-weight: bold;
}

#header #navigation-main li {
	font-weight: bold;
}

#header #navigation-access li a {
	color: #3A7FD2;
}

#header #navigation-main li a {
	color: #000000;
}

#header #navigation-path {
	font-size: 0.9em;
	color: #999999;
}

#header #navigation-path a {
	color: #999999;
	font-weight: bold;
}

#header #fieldset-quicksearch {
	vertical-align: bottom;
	display: inline;
	margin: 0;
	padding: 0;
	border: 0px;
}

#header #form-quicksearch {
	display: inline;
	height: 25px;
	margin: 0 0 0 0.5em;
}

#header #form-quicksearch #text-field {
	height: 1.3em;
	border: 1px solid #ccc;
	font-size: 0.9em;
}

#header #form-quicksearch #submit-button {
	vertical-align: middle;
}

#topcontent {
/*	border:1px dashed #CCCCCC;*/
	background: #FFF url(../images/contenttop_bg.gif) repeat-x;
	padding-left:20px;
	padding-top:10px;
	padding-right:20px;
	padding-bottom:10px;
}

#topcontent #topcontent-profile-photo {
/*	border:1px dashed #CCCCCC;*/
	float:left;
	height: 130px;
	width: 100px;
}

#topcontent #topcontent-columns {
/*	border:1px dashed #CCCCCC;*/
	height:130px;
	margin-left: 120px;
}

#columns #navigation-content {
	padding: 0.4em 0;
	background-color: #3A7FD2;
}
#columns #navigation-content li {
	font-weight: bold;
	padding: 0.4em 1em;
	background-color: #75a6e0;
	display: inline;
	border-top: 1px solid #75a6e0;
}
#columns #navigation-content li a {
	color: #fff;
}
#columns #navigation-content li.active {
/*	background-image: url(../images/contentnav_active_bg.gif);*/
	background-color: #FFF;
	border-top: 3px solid #fcda76;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	
}
#columns #navigation-content li.active a {
	color: #000;
}
#columns #content {
	padding: 1em;
	background-color: #FFF;
}

/************* profile *************/
#topcontent #topcontent-columns #profile-user-info {
	width: 200px;
	float: left;
}
#topcontent #topcontent-columns #profile-user-offer {
	float: left;
}
#topcontent #topcontent-columns #profile-user-info h2 {
	font-size: 1.4em;
	line-height: 1.6em;
}

#columns #content ul.contact li {
	float: left;
	width: 50%;
}
#columns #content ul.contact li ul {
	margin: 0 0 0.8em 0;
}
#columns #content ul.contact li ul li {
	padding: 0.2em;
	float: none;
	width: 90%;
}
#columns #content ul.contact li ul li.label{
	font-weight: bold;
	background-color: #faf5dd;
}
#columns #content div.info {
	padding: 1em;
	margin: 1em 0 1em 0;
}
#columns #content div.highlight {
	background-color: #faf5dd;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	
}
#columns #content div.info h3 {
	font-size: 1.4em;
	margin: 0em 0 0.6em 0;
}
#columns #content div.info ul.information li {
	float: left;
	width: 50%;
}
#columns #content div.info ul.information li.label {
	font-weight: bold;
}

/************* user content *************/
.user-content p {
	margin: 0 0 1em 0;
}
.user-content ul {
	margin: 0 0 1em 2em;
}
.user-content li {
	list-style-type: square;
	padding: 0 0 0 1em;
}