/*

	DARK BROWN: #4d3d26
	LIGHT BROWN: #d1a983
	DARK GREY: #C1C1C1
	LIGHT GREY: #eaeaea

*/



html,body {
	background-image: url(../images/layout/body-background.png);
	background-repeat: repeat-x;
	background-color: #eaeaea;
	margin: 0;
	padding: 0;
}

/* ================================== */
/* = HEADER NAVIGATION AND MASTHEAD = */
/* ================================== */

#hd {
	position: relative;
	z-index: 100;
}

#nav {
	height: 53px;
}

#masthead {
	background-image: url(../images/layout/header-background.png);
	background-repeat: no-repeat;
	position: relative;
	z-index: 200;
	height: 150px;
}

#logo a {
	height: 103px;
	width: 259px;
	background-image: url(../images/layout/logo.png);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	position: absolute;
	left: 60px;
	top: 15px;
}

#slogan a {
	height: 37px;
	width: 408px;
	background-image: url(../images/layout/slogan.png);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: 12px;
	left: 500px;
}

#nav ul {
	position: relative;
	left: 170px;
}


#nav ul,
#nav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	float: left;
}

#nav li a {
	padding: 0 18px 0 18px;
	display:table-cell;
	height:50px;
	color: #797979;
	text-decoration: none;
	text-transform: uppercase;
	text-align:center;
	vertical-align:middle;
}

#nav li a:hover {
	text-decoration: underline;
	color: #4d3d26;
}

#nav li.selected a {
	background-color: #4d3d26;
	color: #d1a983;
}

#time {
	position: absolute;
	display: block;
	width: 130px;
	height: 46px;
	left: 40px;
	text-align: center;
	background-color: #F6EDE6;
	color: #9D8D76;
	text-transform: uppercase;
/*	line-height: 0.9em;*/
	font-size: 85%;
	letter-spacing: 0.3em;
	padding: 5px 0 0 0;
}

#time span {
	display: block;
}

/* ============ */
/* = FEATURES = */
/* ============ */

#bd {
	border: 1px solid #c1c1c1;
	position: relative;
	z-index: 50;
	top: -87px;
	margin: 0 34px -87px 34px;
}

#features {
	height: 346px;
	position: relative;
	z-index: 160;
}

#features-nav,
#features-nav li,
#features-content,
#features-content li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#features-nav {
	position: absolute;
	top: 66px;
	z-index: 170;
	left: -1px;
/*	left: 20px;*/
}

#features-nav li a {
	background-color: white;
	display: block;
	border-left: 1px solid #c1c1c1;
	background-color: #eaeaea;
	border-bottom: 1px solid white;
	
	
	color: #797979;
	text-decoration: none;
	padding: 20px;
	width: 221px;
	height: 15px;
}

#features-nav li a:hover {
	color: #462a01;
	text-decoration: underline;
}

#features-nav li.selected a{
	position: relative;
	background-image: url(../images/layout/right-nav-selected.png);
	background-repeat: no-repeat;
	padding: 0 0 1px 1px;
	padding:  20px 20px 21px 21px;
	border: none;
	color: #462a01;
}

#features-nav li.selected a:hover {
	text-decoration: none;
}

#features-content {
	z-index: 165;
	position: relative;
	left: 261px;
	width: 618px;
	height: 346px;
	background-color: white;
}

#features-content li {
	position: absolute;
	width: 618px;
	height: 345px;
	display: none;
	background-position: top left;
}

#features-content li.selected {
	display: block;
}

#features-content .feature {
/*	height: 150px;*/
	width: 598px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(http://cdn.yastech.ca/opacity/white-70-percent-opacity.png);
	padding: 10px;
}

#features-content .feature h1,
#features-content .feature h2,
#features-content .feature h3,
#features-content .feature h4,
#features-content .feature h5 {
	margin: 0 0 1em 0;
	border-top: 1px solid white;
	height: 0;
	left: -10px;
	top: -11px;
	padding: 12px 0 0 5px;
	position: relative;
	width: 613px;
}

#features-content .feature a.moreinfo {
	position: absolute;
	top: 5px;
	right: 15px;
	width: 109px;
	height: 34px;
	display: block;
	text-indent: -99999px;
	background-image: url(../images/layout/moreinfo.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#features-content .feature a.moreinfo:hover {
	background-position: 0 -50px;
	background-image: url(../images/layout/moreinfo.png);
	
}

#login { padding-left:250px;width:320px; }

/* ======== */
/* = BODY = */
/* ======== */

#main {
	background-color: white;
	background-image: url(images/layout/body-main-top.png);
	background-repeat: no-repeat;
	min-height: 400px;
	padding: 1.5em 2.5em;
	font-size: 9pt;
}

#main h1 {
	padding: 0.75em 1.25em;
	margin: 0.5em -1.25em 0.75em;
	background-color: #eaeaea;
	border-bottom: 1px solid #C1C1C1;
	color: #4d3d26;
}

#main h2 {
	padding: 0.5em 1.125em;
	margin: 0.5em -1.25em 0.75em;
	background-color: #eaeaea;
	border-bottom: 1px solid #C1C1C1;
}

a {
	color: #4d3d26;
}

a:hover {
	color: #d1a983;
	text-decoration: none;
}

blockquote {
	background-color: #eaeaea;	
	padding: 1em 1em 0.25em 1em;
	margin: 0 -1em;
	border: 1px solid #C1C1C1;
	border-top: none;
	border-bottom: none;
}

/** Page and Menu System **/

#leftmenu  
{
    width:180px;
    float:left;
    position:relative;
    left:-25px;
    top: -5px;
}

#leftmenu a, a.active, a.visited
{
    width:180px;
    line-height:35px;
    height:35px;
    display:block;
    background-color:#eaeaea;
    border-bottom: solid 1px #C1C1C1;
    padding-left:20px;
}

#leftmenu a:hover
{
    color:White;
    background-color:#C1C1C1;
}

#leftmenu a.advisor
{
    width:160px;
    line-height:35px;
    height:35px;
    display:block;
    background-color:white;
    border-bottom: solid 1px #C1C1C1;
    padding-left:40px;
}

#leftmenu a.advisor:hover
{
    color:#4d3d26;
    background-color:#eaeaea;
}

#maincontent { padding-left:25px;float:left;width:588px; }


/** Columns **/
.widecolumn { float:left;width:540px; }
.thincolumn { float:left;width:220px; }
.equalcolumn { float:left;width:260px;padding-right:10px; }

.TabbedRow
{
    padding-left:30px;
    padding-bottom:5px;
}
