/* Global */
#nav-1
{
	background: #000 url("../../Images/Header/Navigation/hover.png") bottom center repeat-x !important;

	color: #fff !important;
	text-decoration: none !important;
	text-shadow: rgba(0,0, 0, 0.45) 0px -1px 0px !important;
}

/* Main */
#content
{
	padding: 0;
}

#content  #main
{
	background: #fff url("../../Images/Pages/Home/background.jpg") top left no-repeat;
	float: left; 
	margin: 0;
	padding: 25px 10px 0 329px;

	width: 300px;
}

#content #main h3 sup
{
	font-size: 0.55em;
}

/* Sidebar */
#sidebar
{
	background: #fff url("../../Images/Sidebar/Divider/home.png") top left no-repeat;

	font-size: 16px;
	float: right;
	padding: 25px 23px;

	width: 250px;
}

#sidebar .callout
{
	border-bottom: #878787 dotted 1px;
	padding: 1em 0;
}

#sidebar .callout h4
{
	color: #62b68e;
	font-size: 1.13em;

	margin: 0;
}

#sidebar .callout p 
{
	font-size: 0.81em;

	margin: 0;
}

#sidebar .callout .button-yellow
{
	margin: 1em 0 0;
}

#sidebar .callout-last
{
	border: none;
	padding-bottom: 0;
}

/* CTAs */
#ctas
{
	clear: both;
	margin: 2em auto;

	width: 874px;
}

#ctas .cta
{
	background: #5b7862 url("../../Images/UI/Boxes/Chalkboard/background.jpg") top center no-repeat;

	color: #fff;
	font-size: 16px;

	border: #76a790 solid 3px;
	float: left;
	margin: 0 30px 0 0;
	padding: 10px 22px 10px 135px;
	position: relative;

	width: 408px;
	width: 259px;
}

#ctas .cta img.icon,
#ctas .cta img.corner
{
	position: absolute;
}

#ctas .cta img.icon
{
	top: 4px;
	left: -20px;
}

#ctas .cta img.tr
{
	top: -3px;
	right: -3px;
}

#ctas .cta img.br
{
	bottom: -3px;
	right: -3px;
}

#ctas .cta img.bl
{
	bottom: -3px;
	left: -3px;
}

#ctas .cta img.tl
{
	top: -3px;
	left: -3px;
}

#ctas .cta h4,
#ctas .cta p
{
	font-size: 0.81em;

	margin: 0 0 1em;
}

#ctas .cta p .hilight
{
	color: #ffe585;
}

#ctas #cta-2
{
	margin: 0;
}

#ctas #cta-2 .icon
{
	top: -10px;
	left: -30px;
}