div.header
{
	position: relative;
}

#content
{
	padding-top: 0px;
	clear: both;
	overflow: hidden;
	margin-bottom: 40px;
}

div.livedemo
{
	height: 392px;
	width: 100%;
	background-image: url('/views/images/index/blue_sky_background.png');
}

div.livedemo p.request
{
	z-index: 10;
	position: absolute;
	right: 30px;
	top: 400px;
}

#moreButton
{
	z-index: 10;
	position: absolute;
	left: 0px;
	top: 280px;
}

#moreButton a:hover img
{
	opacity: 0.95;
}

#nav
{
	z-index: 10;
	position: absolute;
	left: 4px;
	top: 350px;
}

#nav a 
{ 
	border: 2px solid #c3e0f0; 
	font-size: 10px;
	line-height: 2;
	color: #c3e0f0;
	text-decoration: none; 
	margin: 0 3px; 
	padding: 2px 5px; 	
}

#nav a.activeSlide 
{ 
	background: #c3e0f0; 
	color: #177cbb;
}

#nav a:focus 
{ 
	outline: none; 
}

/*callout*/

div.callout
{	
	height: 39px;
	margin-bottom: 20px;
	color: #636363;
	text-align: center;
	background: url('/views/images/index/callout_striped.png') repeat-x;
	border-bottom: 1px solid #e3e3e3;
}

div.callout h1
{
	padding-top: 6px;
	font-size: 16px;
	color: #9dabaf;
	font-weight: normal;
}

/*Wrap Up*/

/*Bullets*/

#content div.wrap_up #bullets
{
	height: 280px;
}

#content div.wrap_up #bullets ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#content div.wrap_up #bullets ul li {
    float: left;
    margin: 0 30px 20px 0;
    width: 460px;
}

#content div.wrap_up #bullets ul li a.bullet_img
{
	float: left;
}

#content div.wrap_up #bullets ul li a.bullet_img:hover img
{
	opacity: 0.9;
}

#content div.wrap_up #bullets ul li a.more {
    display: block;
    margin: 4px 0 0 100px;
    text-align: left;
}

#content div.wrap_up #bullets ul li h3 {
    margin-left: 100px;
	color: #5e5f5f;
	font-size: 21px;
	font-weight: normal;
}

#content div.wrap_up #bullets ul li p {
    margin-left: 100px;
	color: #5e5f5f;
	font-size: 13px;
	font-weight: normal;
	margin: 0 8px 0 100px;
}

/*Testimonials*/

div.testimonials
{
	color: #7c7c7c;
}

div.testimonial_left
{
	float: left;
	width: 440px;
	background: url('/views/images/template/quote_indicator.png') 0% 0% no-repeat;
	margin-right: 50px;
}

div.testimonial_right
{
	float: left;
	width: 425px;
	background: url('/views/images/template/quote_indicator.png') 0% 0% no-repeat;
}

div.testimonials div.quote
{
	font-size: 14px;
	font-style: italic;
	font-family: "Georgia";
	margin-bottom: 24px;
	padding-left: 36px;
}

div.testimonials div.name
{
	font-family: "Verdana";
	font-size: 12px;
	font-weight: bold;
}

div.testimonials div.title
{
	font-family: "Verdana";
	font-size: 12px;
	font-weight: regular;
}

div.testimonials img.headshot
{
	float: left;
	margin-right: 20px;
	margin-left: 36px;
}

div.info p
{
	margin-bottom: 0px;
}

div.employers ul
{
	margin-bottom: 0px;
}

div.employers ul li
{
	font-weight: normal;
	font-size: 13px;
	margin-left: 15px;
	padding: 10px;
	padding-left: 40px;
	background: url('/views/images/index/custom_bullet.gif') no-repeat 0px 14px;
}
