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


body {
	background-color:#1e2448;
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", Arial;
	font-size:13px;
	line-height:1.4em; /* vertical spacing between lines of text*/
}
a, a:link, a:visited {
	color:#326585;
	text-decoration:none;
}
a:hover {
	color:#326585;
	text-decoration:underline;
}
#wrapper {
	width:1000px;
	margin:0px auto; /*centers design on the page*/
	background-color:#1e2448;
	border-bottom:2px solid #674d2a;
	padding-bottom:10px;
}
#header {
	height:85px;
	width:889px;
	clear:both;
	margin:0px auto; /*centers design on the page*/
}
#logo {
	width:225px; 
	height:46px;
	float:left;
	margin:23px 0 0 0px;
}

#titlehp {
	width:439px; 
	height:42px;
	float:left;
	margin:23px 0 0 0px;
}


/*MENU*/

#menucontainer {
	float:right;
	width: 520px; /*change this depending if we have more or less buttons*/
	height: 45px;
	text-align:left;
	font-size:14px;
	padding-top:23px;
	font-family:"Trebuchet MS", Arial;
}
#menucontainer ul {
	color:#ffffff;
	padding:0px;
	margin:0px;
}
#menucontainer ul li {
	list-style:none;
	display:block;
	float:left;
	margin:0px;
	padding:0px;
	border-left:1px solid #998260;
}
/* menu a links */
#menucontainer ul li a {
	display:block;
	margin:0px 1px;
	padding:0px;
	padding-top:0px;
	padding-left:7px;
	float:left;
	text-transform:uppercase;
	color:#ffffff;
	width:91px; /*this makes each button even, change this number if our menu buttons are wider*/
}
#menucontainer ul li a, #menucontainer ul li a:link, #menucontainer ul li a:visited {
	color:#ffffff;
	text-decoration:none;
}
#menucontainer ul li a:hover {
	color:#4eaae4;
}
#menucontainer ul li a.current {
	color:#4eaae4;
}
/* menu sub span bits */
#menucontainer ul li a span {
	color:#D1D1D1;
	text-decoration:none;
	font-size:10px;
	text-transform:uppercase;
	margin:0px;
	padding:0px 12px 0px 0px;
}
#menucontainer ul li a:hover span {
}
/*start banner*/
#banner {
	width:889px;
	height:304px;
	margin:0px auto 20px auto;
}
.slide_container {
	width:889px;
	height:250px;
}
.slide img {
	position: absolute;
}
.slide h1 {
	position: absolute;
	background-color: #ffffff;
	left: 0px;
	top: 0px;
}
ul.slides {
	margin:0px;
	padding:0px;
	list-style:none;
}
li.slides {
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.navigation {
	padding:0px;
	width:150px;
	float:right;
	margin:5px 10px 0 0;
	position:relative;
}
.navigation li {
	list-style:none;
	padding:0px;
	margin:0;
	float:left;
}
.navigation a {
	padding: 0px;
	margin:0 5px 0 0;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#3E3EAB;
	display:block;
	background-color:#4d391e;
	border: 1px solid #44321a;
	width:19px;
	height:19px;
	float:left;
}
.navigation a:hover, .navigation a.selected {
	color:#ff6927 !important;
}
#banner .menu {
	background:url(../images/banner_bottom.gif) no-repeat left top;
	width:889px;
	height:34px;
	color:#998260; /*color of dividers between the links*/
}
#banner a, #banner a:link, #banner a:visited {
	color:#ffffff;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial;
	font-size:15px;
	text-decoration:none;
}
#banner a:hover {
	text-decoration:underline;
}
#banner .icon {
	float:left;
	margin:5px 0px 0px 5px;
}
ul.submenu {
	list-style:none;
	float:left;
	width:600px;
	margin:10px 0 0 10px;
	padding:0;
}
ul.submenu li {
	list-style:none;
	float:left;
	margin:0px;
	padding:0;
	height:15px;
	border-right:1px solid #CBAD82;
}
ul.submenu li.last {
	border-right:none;
}
ul.submenu li a {
	float:left;
	display:block;
	text-transform:uppercase;
	padding:0 7px;
	margin-top:-3px;
}
#footer {
	height:70px;
	width:940px;
	margin:0px auto;
	color:#ffffff;
	font-size:11px;
	padding-top:10px;
	font-family:"Trebuchet MS", Arial;
	clear:both;
}
#footer a, #footer a:link, #footer a:visited {
	color:#ffffff;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer .right {
	width:450px;
	float:right;
	text-align:right;
}
#footer .left {
	width:400px;
	float:left;
}
/*Main*/

#maincontent {
	width:889px;
	margin:0px auto;
}

#maincontentslides {
	width:900px;
	margin:0px auto;
	align:center;
	
}

#maincontent .left { /*main container that holds all the left side content*/
	width:510px;
	float:left;
}

#maincontent .slidecenter { /*main container that holds all the left side content*/
	width:900px;
	float:center;
}

#maincontent .timelinecenter { /*main container that holds all the left side content*/
	width:900px;
	float:center;
}

#maincontent .slideleft { /*main container that holds all the left side content*/
	width:900px;
	float:center;
}
#maincontent .righthp { /*main container that holds all the right side content*/
	width:320px;
	float:right;
	padding-left:20px; padding-top:20px; /*pushes the border away from the content*/
}

#maincontent .right { /*main container that holds all the right side content*/
	width:220px;
	float:right;
	
	padding-left:20px; padding-top:40px; /*pushes the border away from the content*/
}
/*general*/

hr.clear {
	clear:both;
	visibility:hidden;
	margin:0px;
	padding:0px;
}
h1 {
	font-size:18px;
	color:#FFFFFF;
	font-weight:normal;
	margin-top:0px;
}
h2 {
	color:#ffffff;
	font-size:18px;
	margin-top:0px;
	margin-bottom:5px;
	font-weight:normal;
}
h2 a, h2 a:link, h2 a:visited {
	color:#4eaae4;
	text-decoration:none;
}
h2 a:hover {
	text-decoration:underline;
}
h3 {
	color:#31314b;
	font-size:16px;
	font-weight:normal;
	letter-spacing:1px;
}
h4 {
	font-size:16px;
	color:#ff6927;
	font-weight:normal;
	margin-top:0px;
}
.size11 {
	font-size:11px;
}
.image_border {
	margin:5px;
	border:2px solid #44321a;
}
hr {
	border: 0;
	color: #ffffff;
	background-color: #ffffff;
	height: 1px;
	width: 100%;
	clear:both;
}
.size11 {
	font-size:11px;
}
.size13 {
	font-size:13px;
}
.size14 {
	font-size:14px;
}
.size16 {
	font-size:16px;
}
.size18 {
	font-size:18px;
}
/*news*/

.slide_container_full {
	width:900px;
	margin-bottom:15px;
	background-color: #000000;
    float:center;
	align:center;
}

.hp_box_container {
	width:510px;
	margin-bottom:15px;
}

.slide_container_full .image {
	float:center;
	width:75px;
	height:75px;
	margin:0px;
	border:4px solid #44321a;
}
.slide_container_full .text {
	float:center;
	width:900px;
	margin:10px 10px 10px 10px;
	font-size:12px;
	line-height:17px;
}
.slide_container_full .text p {
	padding:0px;
	margin:10px 10px 10px 10px;
	color:#000000;
}
.slide_container_full .stats {
	color:#998260;
	font-size:11px;
	border-top:1px dashed #674d2a;
	border-bottom:1px dashed #674d2a;
	float:right;
	width:600px;
}

.time_container_full {
	width:900px;
	margin-bottom:15px;
	background-color: #ffffff;
    float:center;
	align:center;
}

.hp_box_container {
	width:510px;
	margin-bottom:15px;
}

.time_container_full .image {
	float:center;
	width:100px;
	height:100px;
	margin:0px;
	border:4px solid #44321a;
}
.time_container_full .text {
	float:center;
	width:900px;
	margin:10px 10px 10px 10px;
	font-size:12px;
	line-height:17px;
}
.time_container_full .text p {
	padding:0px;
	margin:10px;
	color:#000000;
}
.time_container_full .stats {
	color:#998260;
	font-size:11px;
	border-top:1px dashed #674d2a;
	border-bottom:1px dashed #674d2a;
	float:right;
	width:600px;
}



.box_container_full {
	width:650px;
	margin-bottom:15px;
	background-color: #ffffff;
}

.hp_box_container {
	width:510px;
	margin-bottom:15px;
}

.box_container_full .image {
	float:left;
	width:100px;
	height:100px;
	margin:0px;
	border:3px solid #cccccc;
}
.box_container_full .text {
	float:right;
	width:630px;
	margin:10px 10px 10px 10px;
	font-size:12px;
	line-height:17px;
}
.box_container_full .text p {
	padding:0px;
	margin:10px;
	color:#000000;
}
.box_container_full .stats {
	color:#998260;
	font-size:11px;
	border-top:1px dashed #674d2a;
	border-bottom:1px dashed #674d2a;
	float:right;
	width:600px;
}

.box_container {
	width:615px;
	margin-bottom:15px;
	background-color: #ffffff;
}

.hp_box_container {
	width:510px;
	margin-bottom:5px;
}

.box_container .image {
	float:left;
	width:75px;
	height:75px;
	margin:0px;
	border:4px solid #44321a;
}
.box_container .text {
	float:right;
	width:460px;
	height:112px;
	padding:0px 0px;
	font-size:12px;
	line-height:17px;
}
.box_container .text p {
	padding:0px;
	margin:0px;
	color:#000000;
}
.box_container .stats {
	color:#998260;
	font-size:11px;
	border-top:1px dashed #674d2a;
	border-bottom:1px dashed #674d2a;
	float:right;
	width:460px;
}
.hp_box_container .image {
	float:left;
	width:75px;
	height:75px;
	margin:0px;
	border:2px solid #ffeac9;
}

.hp_box_container .image2 {
	float:left;
	width:130px;
	height:130px;
	margin:0px;
	border:4px solid #ffeac9;
}
.hp_box_container .text {
	float:left;
	width:340px;
	height:70px;
	padding:10px 10px;
	font-size:12px;
	line-height:17px;
}
.hp_box_container .text p {
	padding:0px;
	margin:0px;
}
.hp_box_container .stats {
	color:#998260;
	font-size:11px;
	border-top:1px dashed #674d2a;
	border-bottom:1px dashed #674d2a;
	float:right;
	width:340px;
	}
	
.hp_box_container .text .title {
	
	font-family:"Trebuchet MS", Arial;
	font-size:13px;
	color:#ffffff;
	text-transform:uppercase;
}


/*right column*/

.side_box {
	padding-bottom:3px;
	margin-bottom:10px;
}



.side_box .titlepage {
	width:200px;
	height:25px;
	background-color:#326585;
	padding:4px 8px 0px 8px;
	margin-bottom:7px;
	font-family:"Trebuchet MS", Arial;
	font-size:13px;
	color:#ffffff;
	text-transform:uppercase;
}


.side_box .title {
	width:300px;
	height:25px;
	background-color:#326585;
	padding:4px 8px 0px 8px;
	margin-bottom:7px;
	font-family:"Trebuchet MS", Arial;
	font-size:13px;
	color:#ffffff;
	text-transform:uppercase;
}
.timeline_thumb {
	width:100px;
	height:100px;
	float:left;
	margin:0 7px 0 0;
	border:2px solid #ffeac9;
}
.about_me_text {
	width:148px;
	float:right;
	font-size:11px;
	color:#FFFFFF;
}
.tweet_text {
	font-size:11px;
	color:#FFFFFF;
}


.promo_text {
	font-size:12px;
	color:#FFFFFF;
	line-height:1.5em; 

}
.sidebar_date {
	font-size:11px;
	color:#cccccc;
	margin-bottom:10px;
	line-height:1.5em; 
}

.tweet_date {
	font-size:10px;
	color:#998260;
	border-bottom:dashed 1px #674d2a;
	margin-bottom:10px;
}
.twitter {
	float:right;
	margin:-4px -8px 0 0;
}
/* photo thumbs on the right */
ul.photo_thumb {
	list-style:none;
	padding:0;
	margin:0
}
ul.photo_thumb li {
	list-style:none;
	padding:4px 2px 0px 2px;
	margin:0;
	float:left;
}
ul.photo_thumb li img {
	margin:0;
	padding:0;
	display:block;
}
/* tags on the right */
ul.tags {
	list-style:none;
	margin:0;
	padding:0;
}
ul.tags li {
	float:left;
	margin:0;
	padding:3px;
	height:18px;
}
ul.tags li a, ul.tags li a:link, ul.tags li a:visited {
	color:#ffffff;
	text-decoration:none;
}
ul.tags li a:hover {
	text-decoration:underline;
}
/*About Page*/

.table {
	border-bottom:1px solid #44321a;
}
.table td {
	padding:3px 8px;
	color:#ffeacc;
	font-size:12px;
	height:28px;
}
th { /*top row of the table*/
	background-color:#44321a;
	color:#FFFFFF;
	font-weight:bold;
	border-bottom:1px solid #44321a;
	height:28px;
	text-align:center;
}
.row1 {
	background-color:#674d2a;
	border-bottom:1px solid #44321a;
}
.row2 {
	background-color:#584224;
	border-bottom:1px solid #44321a;
}
ul.ticklist {
	padding:0px 0px 0px 15px; /*indent whole list*/
}
ul.ticklist li {
	list-style:none;
	background-image:url(../southernafrica904/images/icon_tick.gif);
	background-position:left top;
	background-repeat:no-repeat;
	margin:0px 0px 10px 0px;
	padding:0px;
	padding-left:25px;
	font-size:11px;
	line-height:normal;
}
/*another box*/

.another_box {
	width:280px;
	height:280px;
	float:left;
	margin-bottom:30px;
}
.margin_right {  /*this is for the first 2 boxes in each row, if you add it to all of the boxes the spacing on the right makes only 2 per row fit*/
	margin-right:24px;
}
.another_box .image {
	width:261px;
	height:173px;
	border:9px solid #44321a;
	margin-bottom:5px;
}
.another_box .title {
	font-family:"Trebuchet MS", Arial;
	font-size:13px;
	color:#ff6927;
}
.another_box .description {
	font-size:12px;
	margin-bottom:5px;
}
.another_box .date {
	font-size:10px;
	color:#998260;
	border-top:dashed 1px #674d2a;
	border-bottom:solid 2px #674d2a;
}
.bottom_bar {
	height:25px;
	clear:both;
	background-color:#44321a;
	margin-bottom:10px;
	text-align:center;
	padding:10px 0 0 0;
}
.buttons {
	width:180px;
	float:right;
	margin-right:160px;
}
.view_all {
	width:110px;
	float:right;
	margin-right:100px;
	margin-top:-3px;
}
/*contact*/

.left_details {
	float:left;
	width:240px;
}
.map {
	width:357px;
	height:225px;
	float:right;
	border:4px solid #44321a;
	margin-bottom:10px;
	color:#44321a;
}
.contact_title {
	color:#ffeacc;
	font-weight:bold;
	float:left;
	width:70px;
}
.contact_detail {
	float:left;
	width:100px;
	clear:right;
}
.forms {
	background-color:#674d2a !important;/*the important gets rid of the yellow google toolbar field style*/
	border:1px solid #44321a !important;
	margin:3px 0px;
	padding:4px;
	color:#ffffff !important;
}
#contact {
	border:0;
	width:450px; /*this width keeps the form fields in line*/
}
#contact label {
	float:left;
	width:80px;
	margin-right:15px;
	clear:left;
	color:#ffeacc;
	font-weight:bold;
	text-align:right;
	height:32px;
}
#contact input, #contact textarea {
	margin-right:40px;
}
#contact #submit {
	clear:left;
	margin-left:95px;
}

div.leftreact div.reaction {
	clear: left;
	margin-top: 15px;
	background-color: #e7ebed;
	padding: 5px;
	width: 620px;
}

div.leftreact {
	margin-right: 350px;
}

div.leftreact div.videobox {
	margin: 0 16px 10px 0;
}

img.bigphoto {
	margin: 0 15px 20px 0;
}

div.lsidebox p {
	float: left;
	width: 140px; 
	margin-right: 20px;
		font-color:#000000;
	font-size:11px;
}

div.lsidebox p.blue {
	background-color: #c7cece;
	border-bottom: 1px dotted #434343;
	border-top: 1px dotted #434343;
	padding: 5px 5px 5px 10px;
	margin:0;
		font-color:#998260;
	font-size:12px;
}

div.leftreact div.lsidebox p {
	float: left;
	width: 120px; 
	margin-right: 20px;
		color:#998260;
	font-size:11px;
}

div.leftreact div.lsidebox p.blue {
	background-color: #e3e4f2;
	border-bottom: 1px solid #fff;
	padding: 5px 5px 5px 10px;
	margin:0;
		font-color:#998260;
	font-size:11px;
}

table.photoboxleft {
	background-color: #e2cbca;
	padding: 5px 5px 5px 10px;
	margin: 7px 12px 7px 0;
}

table.photoboxright {
	background-color: #e2cbca;
	padding: 5px 5px 5px 10px;
	margin: 7px 12px 7px 0;
}

div.leftreact div.lsidebox p.pink {
	background-color: #e2cbca;
	padding: 5px 5px 5px 10px;
	margin: 5px 0 0 0;
}

div.leftreact div.lsidebox p.pink img {
	margin-bottom: 5px;
}

div.leftreact div.rsidebox {
	float: right;
	width: 220px; 
	margin-left: 20px;
	margin-bottom: 5px;
}


div.leftreact h2 {
	color:#000000;
	font-family:"Trebuchet MS", Arial;
	font-size:13px;
}

div.leftreact div.rsidebox p.blue {
	background-color: #eeefef;
	color: #7a81a2;
	padding: 5px 5px 5px 10px;
	margin:0;
}

div.leftreact div.rsidebox p.blue img {
	margin-bottom: 5px;
}

div.leftreact div.reaction {
	clear: left;
	margin-top: 15px;
	background-color: #e7ebed;
	padding: 5px;
}
 
div.massivetop {
	padding: 5px;
	background-color: #fff;
	margin: -10px 10px 10px -10px;
	text-align: left;
}

div.pullquote, div.pullquoteright {
	width: 200px;
	float: right;
	color: #a00b0b;
	text-align: right;
	display: block;
	margin: 15px 15px 15px 15px;
	font-size: 1.5em;
	line-height: 1.4em;
}

div.pullquoteleft {
	width: 200px;
	float: left;
	color: #a00b0b;
	text-align: left;
	display: block;
	margin: 20px 20px 20px 20px;
	font-size: 1.5em;
	line-height: 1.4em;
}
div.pullquoter {
	color: #921212;
	font-family: trebuchet ms, ms trebuchet, Verdana, Arial, Sans-serif;
	font-size: 16px;
	width: 150px;
	float: right;
	margin-left: 25px;
	margin-bottom: 20px;
}


/* Main Content */
#main {
	width: 965px;
	margin-left: auto;
	margin-right: auto;
}
#content_bar {
	float: left;
	width: 965px;
	height: 48px;
	background: url('images/content_nav_bg.png') no-repeat;
	padding: 2px 3px 0px 3px;
}
#content_nav {
	float: left;
}
#content_nav ul, #content_nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#content_nav ul li {
	float: left;
	display: block;
}
#content_nav ul li a {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #858585;
	text-decoration: none;
	float: left;
	display: block;
	padding: 17px 20px 15px 20px;
	border-right: 1px solid #e0e0e0;
	outline: none;
}
#content_nav ul li a:hover, #content_nav ul li a.activeSlide {
	background: transparent url('images/content_nav_active.png') repeat-x bottom;
	color: #4b4b4b;
	border-bottom: 2px solid #fff;
	outline: none;
}
#content_news {
float: left;
margin: 18px 0px 0px 15px;
font-size: 12px;
width: 650px;
}
	#content_news div.latest_news {
	float: left;
	color: #777;
	}
	#news_rotator {
	float: left;
	margin-left: 5px;
	width: 560px;
	height: 16px;
	overflow: hidden;
	}
	#news_rotator a {
	text-decoration: none;
	width: 560px;
	}
	#news_rotator a:hover {
	text-decoration: underline;
	}
#content {
	clear: both;
	float: left;
	width: 965px;
	background: url('images/content_bg.png') repeat-y;
}
#content_bottom {
	width: 965px;
	height: 9px;
	background: url('images/content_bottom_bg.jpg') no-repeat;
	float: left;
	clear: both;
}
#search {
	float: right;
	margin: 10px 15px 0px 0px;
}
#search input { 
	width: 226px;
	height: 21px;
	background: url('images/search.jpg') no-repeat;
	outline: none;
	border: none;
	padding: 8px 25px 0px 15px;
	color: #777;
}
#content_left {
	float: left;
	clear: both;
	width: 660px;
	margin: 10px 0px 5px 10px;
}
#sidebar {
	float: right;
	width: 283px;
	border-left: 1px solid #ddd;
	margin-right: 3px;
}
#sidebar_homepage {
	float: right;
	width: 283px;
	border-left: 1px solid #ddd;
	margin-right: 3px;
}
	#sidebar a.quote {
		color: #7d7d7d;
		text-decoration: none;
		font-size: 12px;
		float: left;
		width: 100%;
		margin: 0px 0px 2px 15px;
		padding: 3px 0px 2px 18px;
		background: url('images/request.jpg') no-repeat center left;
	}
	#sidebar a.contact {
		color: #7d7d7d;
		text-decoration: none;
		font-size: 12px;
		float: left;
		width: 100%;
		margin: 0px 0px 15px 15px;
		padding: 3px 0px 2px 18px;
		background: url('images/contact.jpg') no-repeat center left;
	}
	#sidebar a.quote:hover, #sidebar a.contact:hover {
		text-decoration: underline;
	}
	#sidebar h3 {
		color: #415258;
		font-family: Verdana, sans-serif;
		font-size: 18px;
		font-weight: normal;
		padding: 10px 0px 10px 10px;
	}
	 #sidebar ul, {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	#sidebar ul li {
	list-style-type: square;
	color: #666;
	margin: 0px 0px 0px 30px;
	line-height: 22px;
	}
	#sidebar ul li a {
	color: #7d7d7d;
	text-decoration: none;
	}
	#sidebar ul li a:hover {
	text-decoration: underline;
	}
	#sidebar div.divider {
	height: 1px;
	line-height: 1px;
	background: #ddd;
	width: 283px;
	clear: both;
	margin: 10px 0px 2px 0px;
	}
	#sidebar div.ads {
	width: 283px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	}
		#sidebar div.ads a img {
		margin: 10px 0px 10px 10px;
		border: 0;
		}
	#sidebar_launch {
		width: 273px;
		float: left;
		height: 90px;
		font-size: 12px;
		padding-left: 10px;
		padding-top: 10px;
	}
		#sidebar_launch h2 {
			font-size: 64px;
			font-weight: normal;
			color: #d3d3d3;
			float: left;
			clear: both;
			margin-left: 7px;
		}
	#sidebar_social {
		width: 273px;
		float: left;
		height: 90px;
		font-size: 12px;
		padding-left: 10px;
		padding-top: 10px;
	}
		#sidebar_social a img {
		border: 0;
		}
		#sidebar_social a {
		float: left;
		margin-left: 10px;
		padding-left: 40px;
		color: #777;
		line-height: 32px;
		text-decoration: none;
		}
		#sidebar_social a.facebook {
		background: url('images/social_icons/facebook.png') no-repeat;
		}
		#sidebar_social a.twitter {
		background: url('images/social_icons/twitter.png') no-repeat;
		margin-left: 16px;
		}
		#sidebar_social a.rssfeed {
		background: url('images/social_icons/rss.png') no-repeat;
		margin-left: 10px;
		margin-top: 10px;
		}
		#sidebar_social a:hover {
		opacity: 1;
		color: #666;
		}
	#sneak_peak {
		height: 55px;
		float: left;
		width: 283px;
	}
		#sneak_peak a {
			display: block;
			width: 272px;
			float: left;
			text-decoration: none;
			background: url('images/button1.jpg') no-repeat;
			height: 36px;
			padding: 19px 0px 0px 11px;
			color: #f9f9f9;
			font-size: 16px;
		}
		#featured_testimonial {
			height: 36px;
			float: left;
			width: 283px;
		}
			#featured_testimonial a {
				display: block;
				width: 283px;
				float: left;
				text-decoration: none;
				background: url('images/featured_testimonial.jpg') no-repeat;
				height: 36px;
			}
		#sidebar_testimonial {
			float: left;
			clear: both;
			width: 283px;
			border-bottom: 1px solid #ddd;
			padding-bottom: 5px;
		}
		#sidebar_testimonial span.person {
			float: left;
			font-size: 10px;
			clear: both;
			margin: 0px 0px 0px 10px;
			font-style: italic;
			width: 263px;
		}
		#sidebar_testimonial span.company {
			float: left;
			color: #4e4e4e;
			font-size: 18px;
			clear: both;
			margin: 5px 0px 5px 10px;
			font-style: italic;
			font-weight: bold;
			width: 263px;
		}
		#sidebar_testimonial p {
			color: #727272;
			font-size: 10px;
			padding: 10px;
			float: left;
			width: 263px;
		}
	#sidebar_links {
		width: 283px;
	}
		#sidebar_links ul, #sidebar_links ul li {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		#sidebar_links ul li {
			float: left;
			display: block;
		}
		#sidebar_links ul li a {
			display: block;
			width: 263px;
			height: 54px;
			padding: 10px;
			background: url('images/sidebar_link_arrow.png') no-repeat 245px center;
			color: #5a6974;
			text-decoration: none;
			font-size: 12px;
			font-weight: bold;
			border-bottom: 1px solid #ddd;
		}
		#sidebar_links ul li a:hover {
			background: #eee url('images/sidebar_link_arrow.png') no-repeat 245px center;
		}
			#sidebar_links ul li a span {
				font-size: 10px;
				float: left;
				clear: both;
				font-weight: normal;
				width: 200px;
				color: #a9a9a9;
			}
.item-holder {
	float: left;
	width: 658px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
}
.subpage-item-holder {
	float: left;
	width: 658px;
	padding-bottom: 2px;
}
.content-item {
	width: 191px;
	height: 195px;
	padding: 8px 9px 6px 9px;
	background: url('images/featured_item.jpg') no-repeat;
	float: left;
	margin: 0px 3px 0px 6px;
}
	.content-item h2 {
		font-family: Verdana, Arial, sans-serif;
		font-size: 14px;
		color: #515151;
		font-weight: normal;
		padding: 5px 2px 4px 4px;
	}
	.content-item h3 {
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		color: #515151;
		font-weight: normal;
		padding: 5px 2px 4px 4px;
	}
	.content-item p {
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
		color: #acacac;
		padding: 0px 3px 0px 4px;
		display: block;
		width: 100%;
	}
	#subpage .content-item p {
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
		color: #acacac;
		padding: 5px 3px 0px 4px;
		display: block;
		width: 100%;
	}
	.content-item a.more {
		margin: 4px 0px 0px 4px;
		width: 38px;
		height: 15px;
		background: url('images/more.jpg') no-repeat;
		display: block;
		float: left;
		clear: both;
	}
	.content-item a.view {
		margin: 10px 0px 0px 4px;
		width: 44px;
		height: 15px;
		background: url('images/view_button.jpg') no-repeat;
		display: block;
		float: left;
		clear: both;
	}
	.content-item ul, .content-item ul li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.content-item ul {
		float: left;
		clear: both;
		margin: 8px 0px 0px 5px;
	}
	.content-item ul li {
		float: left;
		display: block;
	}
	.content-item ul li a {
		font-size: 11px;
		color: #91a0a6;
		background: transparent url('images/list_arrow.jpg') no-repeat left center;
		padding: 4px 0px 3px 10px;
		display: block;
		float: left;
		clear: both;
		text-decoration: none;
	}
	.content-item ul li a:hover {
		text-decoration: underline;
	}
#sub_links {
	float: left;
	width: 660px;
	clear: both;
	padding: 10px 0px 10px 0px;
	margin: 6px 0px 0px 0px;
}
.video_box {
	width: 213px;
	height: 134px;
	margin: 0px 0px 0px 4px;
	float: left;
}
.link_box {
	float: left;
	width: 188px;
	font-family: Verdana, Arial, Sans-serif;
	margin: 0px 5px 0px 15px;
	padding: 0px 5px 5px 5px;
}
	.link_box h4 {
		color: #403f3f;
		font-size: 12px;
		font-weight: normal;
		float: left;
		width: 140px;
	}
	.link_box a {
		float: right;
		font-size: 11px;
		text-decoration: none;
		color: #acbbc6;
	}
	.link_box a:hover {
		text-decoration: underline;
	}
	.link_box ul, .link_box ul li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.link_box ul {
		float: left;
		clear: both;
		margin-top: 8px;
	}
	.link_box ul li {
		float: left;
		display: block;
		width: 186px;
	}
	.link_box ul li a {
		font-size: 11px;
		color: #a2a2a2;
		background: transparent url('images/list_arrow.jpg') no-repeat left center;
		padding: 4px 0px 3px 10px;
		display: block;
		float: left;
		clear: both;
	}