@charset "UTF-8";
/* CSS Document */

html, body {
	height:100%;
	width:100%;
	overflow:hidden;
}
#toolbar {
	width:100%;
	height:50px;
	background:#3a3a3a url(http://cdn.jeffreyryanllc.com/assets/images/toolbar-bg-repeat.gif) repeat-x bottom center;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#toolbar a {
	color:#FFF;
	text-decoration:none;
}
#toolbar a:hover {
	color:#24ADE4;
	text-decoration:underline;
}
iframe {
	height:100%;
	width:100%;
}
.toolbar-div {
	background:url(http://cdn.jeffreyryanllc.com/assets/images/toolbar-div.gif) no-repeat;
	float:left;
	padding-right:1.5em;
	text-indent:1.5em;
	margin-top:10px;
	height:30px;
}
.toolbar-div div{
	font-size:10px;
	color:#24ADE4;
}
#toolbar #first{
	background:none;
}
#toolbar #last{
	float:right;
}
#toolbar #last a{
}
