@charset "utf-8";
/* CSS Document */


body {
	background: white;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	line-height:1.4em;
	height: 100%;
}

ul {margin:0; padding:0; list-style-type:none;}

h1 {
	color: #093;
	margin-bottom: 10px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	line-height:1em;
	font-style: normal;
	font-weight: normal;
}

h2 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #666;
	font-size:1.5em;
	line-height:1.5em;
	font-style:italic;
	margin-bottom: 10px;
}

h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.3em;
}

h4 {
	color: #FFF;
	margin-bottom: 10px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	padding:15px;
	font-size: 2.5em;
	line-height:1em;
	font-style: normal;
	font-weight: normal;
	width:auto;
	background-attachment: scroll;
	background-color: #FF9933;
	background-image: url(img/vine2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#resize {
width:100%;
height:auto;

}

body > #main-content > #resize {
	width:100%;
	height:auto;
}

img {
	border: none;
}
	
#main-content {
	background: white;
	position:absolute;
	padding-top: 0px;
	max-width:800px;
	min-width: 400px;
	left: 340px;
	right: 40px;
}
	
	
#leftnav {
	font-family: "Arial Black", Geneva, sans-serif;
	font-size: 19px;
	color: #FFF;
	padding: 0px;
	padding-right:10px;
	text-decoration: none;
	width: 295px;
	height:auto;
	position:absolute;
	top: 0px;
	left:0px;
	background-color: #093;	
	background-image: url(img/greencurve.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

body > #leftnav {position:fixed;}

#leftnav a {
	color:white;
	text-decoration:none;
	border:none;
}

#leftnav a:hover {
	color: #FF9;
	text-decoration: none;
	border:none;
}



#leftnav li {
	padding:10px;
	padding-left:35px;
}

#leftnav li a:hover
{
	background-image: url(img/leafw.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left:20px;
}


#logolink {position: relative; width: 275px; height: 60px;}
#logolink li {
	position:absolute;
	width: 275px;
	height: 60px;
	background: url(img/logosprite.png) 0 0 no-repeat;
	display: inline;
	padding:0;
}

#logolink a {width: 275px; height: 60px; display: block; border:none;}
#logolink #logo a:hover {background: url(img/logosprite.png) 0px -60px no-repeat; border:none;}



footer {
	width: 295px;
	height:auto;
	position:relative;

	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	color:#666;
	background: none;
	text-align: left;
	padding-bottom: 10px;
	margin-left:20px;
}

body > #main-content > footer {position:fixed; 	bottom: 0px;
	left:0px;}

#msunlink {position: relative; width: 150px; height: 60px; list-style-type: none;  margin-bottom:-20px;}
#msunlink li {	display: inline; position:absolute; width: 150px; height: 34px; background: url(img/msunsprite.png) 0 0 no-repeat;	padding:0;}
#msunlink a {width: 150px; height: 34px; display: block; border:none;}
#msunlink #msunlogo a:hover {background: url(img/msunsprite.png) 0px -35px no-repeat; border:none;}

ul.leaf
{
list-style-type: none;
padding: 0px;
margin: 0px;
}
ul.leaf li
{
background-image: url(img/leafb.png);
background-repeat: no-repeat;
background-position: 0px 5px; 
padding-left: 16px; 
}

a:link{
	color:#69C;
	text-decoration:none;
	border-bottom: 1px dotted #69C;
	background:transparent;
}
a:visited{
	color:#999;
	text-decoration:none;
	border-bottom: 1px dotted #999;
	background:transparent;
}
a:hover{
	color:#09F;
	background:transparent;
	border-bottom: 1px dotted #09F;
}
a:active{color:#09F; background:transparent;}
