* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

html, body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #000 url(/images/layout/body_bg.jpg) top left repeat-x;
}

#container {
	width: 978px;
	margin: 0px auto;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	/* border-bottom: 1px solid #FFF; */
}

#header {
	height: 225px;
}

#menu {
	height: 36px;
	line-height: 36px;
	background: url(/images/layout/menu_bg.jpg) top left repeat-x;
}

#menu li {
	list-style: none;
	display: block;
	float: left;
	padding: 0px 20px;
	background: url(/images/layout/menu_divider.jpg) top right no-repeat;
}

#menu li:last-child {
	background: none;
}

#menu li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	outline: none;
}

#menu li a:hover {
	color: #C00;
}

#content_container {
	background: url(/images/layout/content_container_bg.jpg) top left repeat-y;
	/*
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	*/
}

#content {
	padding: 19px 19px 0px 19px;
	width: 602px;
	float: left;
}

#content p {
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
}

#content li {
	margin-left: 20px;
	line-height: 18px;
}

#recent_accomplishments {
	background: #EEE url(/images/layout/home_accomplishments.jpg) top left no-repeat;
	padding-left: 205px;
	height: 145px;
}

#social_tools {
	width: 50px;
	float: right;
	text-align: right;
}

#social_tools a {
	display: block;
	margin-bottom: 8px;
}

#sidebar {
	width: 300px;
	float: right;
	padding: 19px 19px 0px 19px;
}

#sidebar > div {
	border: 1px solid #FFF;
	margin-bottom: 19px;
}

#sidebar div:last-child {
	margin-bottom: 0px;
}

#ad_slot_big_box {
	background: #EEE;
	width: 300px;
	height: 250px;
}

#ad_slot_small_box {
	background: #EEE;
	width: 300px;
	height: 120px;
}

.upcoming{
	width:280px;
	background:#680000;
	padding:0 10px 8px 10px;
}

.upcoming h3{
	margin:0;
	font:bold 15px/30px Arial, Helvetica, sans-serif;
	color:#fff;
}

.upcoming-wrapper{
	width:270px;
	background:#fff;
	padding:5px;
	font-size:13px;
}

.upcoming-box {
	background: #ededed;
	margin: 0 0 6px 0;
	padding: 5px;
	width: 260px;
}

.upcoming-box dl{
	margin:0;
}

.upcoming-box dt {
	float: left;
	color: #066;
	padding-right: 2px;
}

.upcoming-box dd{
	margin:0;
}

.upcoming-box p{
	margin:0;
}

#footer {
	width: 980px;
	height: 60px;
	margin: 0px auto;
	background: #000 url(/images/layout/footer_bg.jpg) top left no-repeat;
}

#footer p {
	padding-top: 32px;
	padding-left: 27px;
	color: #CCC;
	font-size: 11px;
}

#footer a {
	color: #CCC;
	text-decoration: underline;
}

#footer a:hover {
	color: #FFF;
}

h1, h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #680000;
	height: 24px;
	margin-bottom: 19px;
	padding-left: 19px;
	background: url(/images/layout/h1_bg.jpg) bottom left repeat-x;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

h1 a, h2 a {
	text-decoration: none;
}

a {
	color: #680000;
	text-decoration: underline;
}

a:hover {
	color: #000;
}

input, textarea {
	padding: 3px;
	border: 1px solid #CCC;
}

.highlight_grey {
	padding: 10px;
	background: #EEE;
	border: 1px solid #CCC;
	margin: 19px 0px;
}

.highlight_grey h4 {
	margin: 5px 0px 10px 0px;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.highlight_grey li {
	margin-left: 25px;
	line-height: 18px;
}

.highlight_grey a.read_more {
	margin: 10px 0px 0px 25px;
	display: block;
}

.clear {
	height: 0px;
	_height: 1px;
	clear: both;
	line-height: 0px;
	font-size: 0px;
}

#contact_us span {
	display: block;
	float: left;
	width: 75px;
	font-weight: bold;
	padding-top: 2px;
}

#contact_us input, #contact_us select {
	float: right;
	width: 295px;
	margin-bottom: 2px;
	padding: 0px 3px;
	border: 1px solid #999;
}

#contact_us select {
	width: 303px;
	padding-right: 0px;
}

#contact_us select option {
	padding-left: 3px;
}

#contact_us textarea {
	float: right;
	width: 295px;
	height: 120px;
	margin-bottom: 2px;
	padding: 3px;
	border: 1px solid #999;
	overflow: auto;
}

#contact_us br {
	clear: both;
	height: 2px;
	font-size: 0px;
	line-height: 0px;
}

#contact_us .submit {
	width: auto;
	float: none;
	padding: 6px 4px 0px 4px;
	margin-left: 272px;
	font-size: 11px;
	font-weight: bold;
	border: 0px;
}

.message_green {
	margin: 10px 0px;
	border-top: 2px solid #090;
	border-bottom: 2px solid #090;
	padding: 10px;
	background: #66CC00;
	color: #FFF;
}

#career_photo {
	background: #FFF url(/images/layout/career_photo.jpg) top right no-repeat;
}

/* --flash block-- */
.flash-block{
	background:#000 url(/images/layout/bg-flsh-block.gif) repeat-x;
	border-bottom: 1px solid #FFF;
	width:100%;
}
.flash-block:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
}
.index-flash{
	background:#000 url(/images/layout/btabs-index.gif) repeat-x;
}
.flash{
	width:640px;
	height:360px;
	float:left;
	overflow:hidden;
}
.flash img{display:block;}
/*--tabs--*/
.tabs-wapp{
	width:338px;
	float:right;
	padding:1px 0 0 0;
	overflow: visible;
}
a.banner-tab{float:left;}
.tabset {float:left;}
.tabset a.tab {
	float: left;
	height:49px;
	text-transform:uppercase;
	color:#999;
	font-weight:bold;
	font-size:1.091em;
	line-height:49px;
	width:169px;
	text-align:center;
	text-decoration:none;
	outline:none;
	background:url(/images/layout/btn-tab.gif) no-repeat 0 0;
}
.tabset a#left{background-position:0 -49px;}
.tabset a#right{background-position:0 0px;}
.tabset a.active#left{background-position:0 -147px;}
.tabset a.active#right{background-position:0 -98px;}
.tabset a.active{
	cursor:default;
}
.tabset a:hover,
.tabset a.active{
	color:#fff;
}
div.tab {
	background:#000 url(/images/layout/tab-bg.gif) repeat-x;
	clear: both;
	width:100%;
}
.nav {
	width: 340px;
	height: 300px;
	padding: 27px 0 27px 8px;
}
#tab2 .nav {
	padding: 7px 0px 0px 8px;
}

.nav:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
}
.nav li{
	float:left;
	padding:0 9px;
	width:90px;
	height: 101px;
	list-style: none;
}
.nav li a{float:left;}
/*--toolltip--*/
.toolltip-wrapp{
	width:90px;
	height:90px;
	padding-bottom:12px;
	position:relative;
}
.toolltip-wrapp:hover,
.toolltip-wrapp.hover{
	z-index: 110;
}

.tooltip-wrapp img {
	z-index: 20;
	position: absolute;
	display: block;
}

.toolltip{
	display: none;
	width:210px;
	height:127px;
	position:absolute;
	top:80px;
	left:-5px;
	z-index: 100;
}
.toolltip-wrapp:hover .toolltip,
.toolltip-wrapp.hover .toolltip{
	display:block;
}
.tooltip-bg{
	background:url(/images/layout/bg-tooltip.png) no-repeat;
	width:210px;
	height:110px;
	overflow:hidden;
}
.toolltip-content{
	width:170px;
	padding:25px 20px 0 20px;
	position:relative;
	color:#fff;
}
.toolltip-content h3{
	font-size:1em;
	line-height:1.3em;
	padding-bottom:3px;
}
.toolltip-content p{
	font-size:0.818em;
	line-height:1.2em;
	padding-bottom:3px;
	color:#999;
}
/*--rate--*/
.rate{
	width:100%;
	overflow:hidden;
	clear:both;
}
.rate p{float:left;}
.rate ul{
	float:left;
	height:10px;
	overflow:hidden;
	padding:0 0 16px 0;
}
.nav li .rate ul li{
	float:left;
	width:10px;
	height:10px;
	padding:0 4px;
}
.rate ul li a{
	display:block;
	width:10px;
	height:10px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(/images/layout/bg-rate-element.gif)  no-repeat;
}
.rate ul li.active a,
.rate ul li a:hover{
	background-position:0 -10px;
}
.tab-menu{
	width:307px;
	overflow:hidden;
	padding:11px 0;
	margin:0 auto;
}
.tab-menu li{
	width:297px;
	padding-left:10px;
	float:left;
	height:31px;
	line-height:31px;
	border-bottom:1px solid #5D6067;
}
.tab-menu li.last{border:none;}
.tab-menu li a{
	color: #999;
	display:block;
	height:31px;
	width:297px;
	font-size:1.091em;
	overflow: hidden;
	text-decoration: none;
}
.tab-menu li a:hover{
	color: #FFF;
	background-position:100% -31px;
}
.tab-menu li.last a{
	text-align:right;
}

ol.statuses {
	font-size: 14px;
	list-style: none;
	width: 525px;
}

ol.statuses li.status, ol.statuses li.direct_message {
	border-bottom: 1px solid #EEEEEE;
	line-height: 16px;
	padding: 10px 0 8px;
	position: relative;
}

ol.statuses li.status:first-child {
	padding-top: 0px;
}

ol.statuses li.status:last-child {
	border: 0px;
}

ol.statuses span.status-body {
	display: block;
	overflow: hidden;
	width: 425px;
}

.meta {
	color: #999999;
	display: block;
	font-size: 11px;
}

.entry-meta {
	margin-top:2px;
}

.meta a {
	color:#999999;
}