/* Home Page */

#home_ads {
	width: 680px;
	height: 298px;
	padding-top: 18px;
}

.home_ads_right {
	float: right;
	width: 260px;
}

.home_ads_left {
	float: left;
	width: 420px;
}

.home_ads_tr {
	background: url(../images/content_home_ad_tr.jpg) no-repeat;
	width: 240px;
	height: 125px;
	cursor: pointer;
	padding: 10px;
}

.home_ads_tr h4 {
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}

.home_ads_tr p {
	color: #000000;
	line-height: 140%;
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	padding-right: 130px;
}

.home_ads_tr a {
	color: #000000;
	text-decoration: none;
	border-bottom: none;
	font-weight: bold;
}

.home_ads_br {
	background: url(../images/content_home_ad_br.jpg) no-repeat;
	width: 240px;
	height: 125px;
	margin-top: 1px;
	cursor: pointer;
	padding: 10px;
}

.home_ads_br h4 {
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}

.home_ads_br p {
	color: #000000;
	line-height: 140%;
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	padding-right: 120px;
}

.home_ads_br a {
	color: #000000;
	text-decoration: none;
	border-bottom: none;
	font-weight: bold;
}

#home_news {
	width: 680px;
	height: 40px;
	background: url(../images/content_home_news.jpg) no-repeat top #000000;
	_margin-top: -10px; /* IE Only Hack */
}

#home_news h3 {
	float: left;
	font-size: 12px;
	font-weight: bolder;
	color: #FF9900;
	margin: 0px;
	line-height: 30px;
	margin-left: 20px;
	margin-right: 20px;
}

#home_news h4 {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	line-height: 30px;
}

#home_news p {
	float: right;
	margin: 0px;
	margin-top: 5px;
	padding-right: 30px;
}

#home_news a {
	color: #FFFFFF;
	text-decoration: none;
}

#home_content {
	width: 680px;
}

#home_menu {
	background: url(../images/content_home_menu_bg.jpg) no-repeat bottom #FF9900;
	width: 160px;
	padding: 0px;
	padding-bottom: 30px;
	padding-top: 10px;
	margin: 0px;
}

#home_menu li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

#home_menu a {
	width: 110px;
	height: 30px;
	line-height: 30px;
	display: block;
	padding-left: 10px;
	padding-right: 40px;
	text-align: right;
	color: #666666;
	text-decoration: none;
}

#home_menu a:hover, #home_menu a:active {
	color: #666666;
	text-decoration: none;
}

.home_menu_link_ovr {
	color: #000000;
	text-decoration: none;
	background: url(../images/content_home_menu_ovr.jpg) no-repeat top #FFFFFF;
}

/* Tabbed Panels */

#panelwrap h4 {
	font-size: 14px !important;
	font-weight: bold !important;
	margin: 0px;
	margin-bottom: 7px;
	padding: 0px;
	border-bottom: 1px dotted #666666;
}

#panelwrap ul {
	margin-top: 0px;
}

.panelwrap_ul_left {
	float: left;
	padding-left: 20px;
	margin-left: 20px;
	margin-right: 30px;
}

.panelwrap_more {
	text-align: right;
	clear: both;
	border-top: 1px dotted #666666;
	margin-top: 10px;
	padding-top: 8px;
}

.panelwrap_more img {
	margin-right: 10px;
}

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	background: url(../images/content_home_menu_bg2.jpg) no-repeat bottom #FF9900;
}

.TabbedPanelsTab {
	color: #000000;
	width: 110px;
	height: 30px;
	line-height: 30px;
	float: left;
	padding: 0px;
	padding-right: 40px;
	padding-left: 10px;
	margin: 0px;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-size: 12px;
	text-align: right;
}

.TabbedPanelsTabHover {
	color: #000000;
	background: url(../images/content_home_menu_hov.gif);
}

.TabbedPanelsTabSelected {
	color: #000000;
	background: url(../images/content_home_menu_ovr.jpg) #FFFFFF;
}

.TabbedPanelsTab a {
	color: #000000;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
}

.TabbedPanelsContent {
	padding: 10px;
	padding-top: 0px;
	padding-right: 0px;
}

.TabbedPanelsContent h2 {
	margin-top: 0px;
	padding-top: 0px;
}

.TabbedPanelsContent h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 8px;
}

.TabbedPanelsContent p {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 8px;
	line-height: 150%;
}

.TabbedPanelsContent a {
	color: #0099CC;
	text-decoration: none;
	border-bottom: 1px dotted #0099CC;
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	position: relative;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background: url(../images/content_home_menu_ovr.jpg) #FFFFFF;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 495px;
}

.home_menu_bot {
	width: 160px;
	height: 112px;
	background: url(../images/content_home_menu_bot_bg.jpg) no-repeat top;
	float: left;
	cursor: pointer;
	list-style: none;
	margin: 0px;
	margin-top: 50px;
	padding: 0px;
	padding-top: 10px;
}

.home_menu_bot h4 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
}

.home_menu_bot p {
	margin: 0px;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
	color: #000000;
}

.home_menu_bot a {
	color: #000000;
	text-decoration: none;
	border-bottom: none;
	font-weight: bold;
}

/* Portfolio Stuff */

.homeport_featured {
	background: none;
	padding: 3px;
	margin-bottom: 7px;
	margin-right: 5px;
	width: 230px;
	float: left;
}

.homeport_featured img {
	float: left;
	margin: 0px;
	border: 2px solid #666666;
	margin-right: 10px;
}

.homeport_featured h3 {
	font-size: 12px;
	font-weight: normal;
	color: #0099CC;
	margin: 0px;
	margin-bottom: 4px;
	line-height: 120%;
}

.homeport_featured h3 a {
	color: #0099CC;
	text-decoration: none;
	border-bottom: 1px dotted #0099CC;
}

.homeport_featured p {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	line-height: 150%;
}

.homeport_featured_ovr {
	background: #EEEEEE;
	padding: 3px;
	margin-bottom: 7px;
	margin-right: 5px;
	cursor: pointer;
	width: 230px;
	float: left;
}

.homeport_featured_ovr img {
	float: left;
	margin: 0px;
	border: 2px solid #666666;
	margin-right: 10px;
}

.homeport_featured_ovr h3 {
	font-size: 12px;
	font-weight: normal;
	color: #0099CC;
	margin: 0px;
	margin-bottom: 4px;
	line-height: 120%;
}

.homeport_featured_ovr h3 a {
	color: #0099CC;
	text-decoration: none;
	border-bottom: 1px dotted #0099CC;
}

.homeport_featured_ovr p {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	line-height: 150%;
}

/* Feedback Stuff */

.homefeed_quote {
	margin-bottom: 0px;
}

.homefeed_quote p {
	font-size: 12px;
	margin: 0px;
	margin-bottom: 3px;
	padding: 0px;
	line-height: 180%;
}

.homefeed_more {
	text-align: right;
	padding: 0px;
	padding-right: 15px;
	margin: 0px;
}

.homefeed_more a {
	color: #0099CC;
	text-decoration: none;
	border-bottom: 1px dotted #0099CC;
	padding: 0px;
	margin: 0px;
}
