/* CSS Document */
body {
background-color:#005837;
}

#nav{
	width:250px;
	float:right;
	background-color:#7A7A7A;
	border-top:1px solid #000;
		border-bottom:1px solid #000;
	height:250px;/*strangly necesary to bump leftcolumn backround out from under here*/
	color:#7A7A7A;
}
#nav ul{
	list-style-position: inside;
	list-style-type: none;
			margin-left:-5px;

}
#nav li{
	line-height:300%;
}
#nav a {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight:bold;
	letter-spacing: 1px;
}
#nav a:hover {
color:#CCCCCC;
text-decoration:none;
}

#link-group-grey {
	font: .9em verdana, helvetica, arial, sans-serif;
	padding: 0px 0px 10px;	/*messing with padding here somehow messing with the footer. So Don't.*/
		text-transform:lowercase;
		border-top:2px solid #ccc;
		background-color:#fff;
		width:520px;
		border-bottom:1px solid #000;
		float:left;
}
#link-group-grey ul, #link-group-grey li {
	margin: 0;
	padding: 0 1em .3em;
	list-style-type: none;
	text-align: left;
		text-transform:lowercase;
}
#link-group-grey ul{
padding-top:1em;
}
#link-group-grey  a  {
	color: #005837;
		font-weight:100;
background : url("images/right-carrot.gif") no-repeat 0 4px;
	text-transform:lowercase;
margin-right : 10px;
padding-left : 13px;
padding-bottom : 3px;
}
#link-group-grey  a:hover  {
background : url("images/right-carrot-hover.gif") no-repeat 4px;

	color: #005837;
		text-transform:lowercase;

}
#link-group-grey  li {
text-indent : -13px;
border-left : none 0;
margin-left : 13px;
	text-transform:lowercase;
		line-height:170%;
}
#main{
	float:right;
border-bottom:1px solid #000;
border-right:1px solid #000;
}

#leftcolumn{
	background-image: url(images/premier-blueprint1.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom:250px;
	width:249px;
	float:right;

}
#headerpremier{
background-color:#fff;
width:750px;
padding:10px 20px 10px 0;
margin:0 auto;


}
a.green:link {
	font-family: Geneva, Arial, Helvetica, sans-serif, "Univers 55";
	font-size: 11px;
	color: #005837;
}
a.green:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif, "Univers 55";
	font-size: 11px;
	color: #005837;
}
a.green:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif, "Univers 55";
	font-size: 11px;
	color: #005837;
}
a.green:active {
	font-family: Geneva, Arial, Helvetica, sans-serif, "Univers 55";
	font-size: 11px;
	color: #005837;
}
#carrot {
background-color:#FFFFFF;
}
#carrot ul{
	list-style: none;
}
#carrot li{
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}
.disclaimer {
	font: 10px verdana, helvetica, arial, sans-serif;
	color: #ccc;
}
.whitefooter{
	color:#666666;
	font-weight:200;
	font: .9em verdana, helvetica, arial, sans-serif;

}