@charset "UTF-8";
/* billable burnout solutions */
@import "reset.css";
body, html{
	text-align:center;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-color:#d9d4c0;
	height:100%;
	min-height:100%;
	font-family:Garamond, ‘Hoefler Text’, ‘Times New Roman’, Times, serif;
	background-position: center;
}
a{
	color:#262525;
}
h1{
	font-size:18pt;
	font-weight:bold;
	color:#565653;
	margin-bottom:20px;
}
h2{
	font-size:16pt;
	font-weight:bold;
	color:#565653;
	margin-bottom:10px;
}
p{
	padding-bottom:10px;
}
h1 .highlight{
	color:#890f09;
}
ul{
	padding-left:20px;
}
li{
	padding-left:10px;
	list-style-position: outside;
	list-style-type: none;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left 7px;
}
strong{
	font-weight:bold;
}
#wrapper{


	width:850px;
	margin:0 auto;
		height:100%;
	
	/*background-image: url(../images/footer-background.gif);
	background-repeat: repeat-y;
	background-position: center;*/
	padding-bottom:20px;
}
#header{
	width:851px;
	background-image: url(../images/header-top.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 38px;	
}
#nav{
	height:60px;
	background-image: url(../images/navigation-background.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	text-align:center;
	font-size:28px;
	font-weight:bold;
	line-height:58px;
	color:#3c3501;
	font-family: "Adobe Garamond Pro", Garamond, ‘Hoefler Text’, ‘Times New Roman’, Times, serif;
}
#nav a{
	color:#3c3501;
	text-decoration:none;
	padding-right:36px;
	background-image: url(../images/nav-separator.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#nav a.selected{
	color:#890f09;
}
#nav a.last{
	background-image:none;
	padding-right:0px;
}
#content{
	width:851px;
	min-height:906px;
	background-image: url(../images/content-background.jpg);
	background-repeat: no-repeat;
	background-position: center 50px;
}
.content-page #content{
		background-image: url(../images/content-background-page.jpg);
min-height:750px;
}
#content #contentbody{
	clear:both;
	padding-top:40px;
	padding-left:50px;
	padding-right:50px;
	text-align:left;
}
#content #applicationbody{
	padding-top:40px;
	padding-left:150px;
	padding-right:150px;
}
#contentbody ul{
		margin-bottom:20px;

}
#contentbody ul li{
	padding-bottom:5px;
}
.content-page #content #contentbody{
	padding-left:90px;
	padding-right:90px;
	padding-top:20px;
}
#contentbody img{
	padding-left:15px;
}
#content #contentbody p{
	color:#262525;
}
#content #contentbody p .highlight{
	color:#362e00;
	font-weight:bold;
}
/* logo styles */
#content #logo{
	float:right;
	margin-right:70px;
	margin-top:50px;
	margin-bottom:30px;
}
.content-page #content #logo{
	float:none;
	margin:0 auto;
	margin-bottom:20px;
	margin-top:10px;
	}

#content #content-left{
	width:275px;
float:left;
}
#content #content-right{
	width:370px;
	float:right;
}
#content #promotionbox1{
	float:right;
	clear:both;
}
#content #promobutton{
		float:right;
		clear:both;
}
#footer{
	height:30px;
	clear:both;
	margin-top:40px;
	font-size:90%;
	background-image: url(../images/footer-background.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.callout{
	padding:24px;
	background-color:#f1efe8;
}

#header-email-link{
	width:265px;
	height:19px;
	position:relative;
	float:right;
	top:12px;
	right:20px;
text-indent:-9999px;
}