@charset "utf-8";

/* Header */

body { background: url(../images/menu_bg.png) repeat-x;}

#header {
	height: 450px;
	text-align: center;
}

#tabs ul li { float: left; position: relative; top: -10px; }

#tabs_container { height: 250px; }

.ui-tabs .ui-tabs-nav { list-style: none; position: relative;}
.ui-tabs .ui-tabs-hide { display: none !important; }
.ui-tabs .ui-tabs-selected { background: url(../images/tab_active.png) no-repeat top center; }
.ui-tabs .ui-state-default:not(.ui-tabs-selected):hover { background: url(../images/tab_hover.png) no-repeat top center; }


/* Body */

#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	width: 680px;
	float: left;
	margin-top: 30px;
	line-height: 20px;
	display: inline;
}

#sidebar {
	width: 300px;
	float: right;
	margin-top: 30px;
	margin-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	display: inline;
}

.newsitem { /* News Item */
	clear: both;
}

.newsitem_pic {
	padding: 10px;
	background: #f2f2f2;
	border: solid #bfbfbf 1px;
	height: 130px;
	width: 180px;
	margin-bottom: 20px;
	margin-right: 20px;
	float: left;
}

.newsitem_pic:hover {
	border: solid #9d9d9d 1px;
}

.newsitem_content h2 a { text-decoration: none; }

.testimonial_container { /* Testimonial box */
	background-color: #d9d9d9;
	border-left: solid #bfbfbf 1px;
	border-right: solid #bfbfbf 1px;
	width: 300px;
	height: auto;
	padding-left: 9px;
	padding-right: 9px;
	margin-top: 0;
	position: relative;
	top: -3px;
}

.testimonial {
	background-color: #f2f2f2;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size: 16px;
	padding-left: 22px;
	padding-right: 22px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #bfbfbf;
	border-left-color: #bfbfbf;
}

.testimonial_person {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	text-align: right;
}

ul.checkmarklist {
	list-style-image: url(../images/checkmark.png);
	line-height: 24px;
}

ul.checkmarklist li {
	margin-left: 2em;
	padding-left: 2em;
}

/* No specific footer styles for index.html */
