@charset "UTF-8";
/* CSS Document */


/*  Page Header
-----------------------------------------------------------------------------*/

/* Navigation */
#page-header-area2 {
	height: 275px;
}



/*  Page Body
-----------------------------------------------------------------------------*/


#page-body-background {
	background-image: none;
}

/* Container */
#page-body-area2 {
	float: none;
	width: 945px;
	padding-right: 0px;
	padding-left: 36px;
}

/* Main Content */
#page-body-area2-section1 {
	float: left;
	width: 497px;
	margin-right: 30px;
}

/* Right Sidebar */
#page-body-area2-section2 {
	float: left;
	width: 250px;
}

/* Right Links */
#page-body-area2-section3 {
	float: right;
	width: 135px;
	padding-right: 16px;
}



/*  Formatted Boxes
-----------------------------------------------------------------------------*/

/* Call Out Box */

div.box-callout-container {
	float: left;
	width: 404px;
	margin-bottom: 19px;
	background-image: url(../images/backgrounds/background-sidebar-2cols.gif);
	background-repeat: repeat-y;
}

div.box-callout {
	float: left;
	width: 230px;
	margin-bottom: 0px;
}


/* Links */
div.box-links-container {
	float: right;
	width: 125px;
}

div.box-links-container ul {
	margin: 0em;
	padding: 14px 0px 0px 0px;
	list-style: none;
	font-size: .78em;
	line-height: 1.1em;
}

div.box-links-container ul li {
	margin: 0em;
	padding: 0px 0px 6px 8px;
	background-image: url(../images/bullets/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	
}

div.box-links-container ul li a:link, div.box-links-container ul li a:visited  {
     color: #000000; 
	 text-decoration: none; 
}

div.box-links-container ul li a:hover, div.box-links-container ul li a:active {
     color: #6e0001;
	 text-decoration: none; 
}