/*
-----------------------------------------------
RT3 base screen style
author:    chris ilias
version:   2006.04.26
----------------------------------------------- */

/* Page Structure
----------------------------------------------- */
body {
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 19px;
	text-align: center;
	background: #f9f5e5;
	padding: 15px 0 0 0;
	}

#container {
	width: 650px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	}

#innerwrapper {background: #f9f5e5 url("/images/tree_cleaned_large.jpg") top right no-repeat;}

#banner {
	background: url("/images/rt3_banner_logo_blur_compass.gif") no-repeat top left;
	margin: 0 0 20px 0;
	height: 170px;
	}

#maincontent {
	width: 400px;
	float: left;
	}

#sidebar {
	width: 200px;
	float: right;
	}

#logolink {
	display: block;
	width: 400px;
	height: 170px;
	}

#logolink span {display: none;}

#footer {
font-size: 9px;
margin: 20px 0;
}

/* Navigation
----------------------------------------------- */
#navlist {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #696;
	}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#navlist a:link, #navlist a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #9c9;
	}

#navlist a:hover {color: #696;}


/* Current Navigation
----------------------------------------------- */
#s-home #n-home,
#s-goin #n-goin,
#s-proj #n-proj,
#s-expe #n-expe,
#s-cont #n-cont {
	border-bottom: 4px solid #696;
	padding-bottom: 2px;
	background: transparent;
	color: #363;
	}



/* Text
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	color: #363;
	margin: 0;
	padding: 5px 0 0 0;
	font-family: arial, sans-serif;
	font-variant: small-caps;
	line-height: 1em;
	}

h1 {margin-bottom: 10px; font-size: 22px;}
h2 {margin-bottom: 5px; font-size: 16px;}
h3 {margin-bottom: 0px; font-size: 13px;}

p {margin: 0 0 1.5em 0;}

#sidebar p {font-size: 10px;}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #696;
	}

a:hover {
	text-decoration: underline;
	color: #363;
	}


address {
	font-style: normal;
	margin-bottom: 2em;
	}


/* Miscellaneous
----------------------------------------------- */
.hide {display: none;}
img {border: 0;}

#sidebar img {
	margin: 5px 0 0 0;
	}

.clearer {clear: both;}