/* @override 
	http://webdesign.gs/3cv2/style/3c.css
	http://www.the3cgroup.com/style/3c.css
*/

html, body {
	margin: 0;
	background: url(../images/htmlbg.png) repeat-x;
}
#cms_content, #blog_content {
    width: 680px;
}

#center-wrap {
	width: 950px;
	height: 100%;
}

#content-bg {
	height: 650px;
	width: 950px;
	background-image: url(../images/content-bg.png);
	position: absolute;
	left: 50%;
	margin-left: -475px;
	z-index: -200;
}

#content-bg-in {
	height: 370px;
	width: 950px;
	background-image: url(../images/content-bg.png);
	position: absolute;
	left: 50%;
	margin-left: -475px;
	z-index: -200;
}

#white-nav {
	height: 72px;
	margin: 0 auto;
	padding: 0;
	width: 950px;
	text-align: right;
	font: 12px/30px Arial, Verdana, Helvetica, Geneva, sans-serif;
	color: #999;
}

#white-nav a:link, #white-nav a:visited {
	color: #999;
	text-decoration: none;
	background-color: #e4e4e4;
	padding: 3px 8px;
	border: 1px solid silver;
	margin-left: 3px;
}

#white-nav a:hover {
	color: #464646;
	text-decoration: none;
}

#logobar {
	width: 950px;
	height: 73px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/logobar-bg.png);
}

a#logo {
	width: 325px;
	height: 73px;
	display: block;
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/logo.png) 0 0;
	float: left;
}

a#logo:hover {
	background-position: 0 -73px;
}

#logobar p {
	width: 610px;
	float: right;
	margin-left: 0;
	margin-right: 0;
	padding: 5px 15px 0 0;
	margin: 0;
	color: white;
	font: italic bold 15px/20px Georgia, "Times New Roman", Times, serif;
	text-align: right;
}

#logobar a#request {
	display: inline-block;
	width: 140px;
	height: 30px;
	text-indent: -9000px;
	text-align: left;
	background: url(../images/request-demo.png) 0 0;
	position: relative;
	top: 26px;
}

#logobar a#request:hover {
	background-position: 0 -30px;
	cursor: pointer;
}

/* @group NAVIGATION */

#nav {
	width: 930px;
	height: 54px;
	position: absolute;
	top: 153px;
	z-index: 5;
	margin-left: -475px;
	left: 50%;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav ul li {
	height: 54px;
	display: block;
	float: left;
}

#nav ul li a {
	display: block;
	float: left;
	height: 54px;
	background-image: url(../images/navsprites.png);
	text-indent: -9000px;
	overflow: hidden;
}

a#home {
	background-position: 0 0;
	width: 99px;
}

a#home:hover {
	background-position: 0 -54px;
}

li#about {
	background-image: url(../images/navsprites.png);
	background-position: -99px 0;
	width: 129px;
}

li#about:hover {
	background-position: -99px -54px;
}

#nav ul li a.about {
	width: 129px;
	background-image: none;
}

li#audience {
	background-image: url(../images/navsprites.png);
	background-position: -228px 0;
	width: 115px;
}

li#audience:hover {
	background-position: -228px -54px;
}

#nav ul li a.audience {
	width: 115px;
	background-image: none;
}

li#primary {
	background-image: url(../images/navsprites.png);
	background-position: -343px 0;
	width: 107px;
}

li#primary:hover {
	background-position: -343px -54px;
}

#nav ul li a.primary {
	width: 107px;
	background-image: none;
}

li#simulation {
	background-image: url(../images/navsprites.png);
	background-position: -450px 0;
	width: 128px;
}

li#simulation:hover {
	background-position: -450px -54px;
}

#nav ul li a.simulation {
	width: 128px;
	background-image: none;
}

a#delivery {
	background-position: -578px 0;
	width: 124px;
}

a#delivery:hover {
	background-position: -578px -54px;
}

a#resources {
	background-image: url(../images/navsprites.png);
	background-position: -702px 0;
	width: 125px;
}

a#resources:hover {
	background-position: -702px -54px;
}

li#contact {
	background-image: url(../images/navsprites.png);
	background-position: -827px 0;
	width: 103px;
}

li#contact:hover {
	background-position: -827px -54px;
}

#nav ul li#about ul {
	width: 190px;
	position: absolute;
	visibility: hidden;
	z-index: 500;
	top: 35px;
	left: 99px;
}

#nav ul li#about:hover ul {
	visibility: visible;
}

#nav ul li#about ul li {
	width: 190px;
	float: none;
	clear: both;
	height: 20px;
	background-image: url(../images/li-190-bg.png);
	.margin: 0 0 -4px;
}

#nav ul li#about ul li a {
	background-image: none;
	text-indent: 7px;
	height: 20px;
	color: #394046;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 10px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	display: block;
	width: 177px;
	margin-left: 7px;
}

#nav ul li#about ul li a:hover {
	background-color: #8c1818;
	color: white;
}

#nav ul li#about ul li.oneninetytop {
	background-image: url(../images/li-190-top.png);
	width: 190px;
	height: 42px;
	margin-bottom: 0;
}

#nav ul li#about ul li.oneninetybot {
	background-image: url(../images/li-190-bottom.png);
	width: 190px;
	height: 27px;
}

#nav ul li#audience ul {
	width: 190px;
	position: absolute;
	top: 35px;
	visibility: hidden;
	z-index: 500;
	left: 228px;
}

#nav ul li#audience:hover ul {
	visibility: visible;
}

#nav ul li#audience ul li {
	width: 190px;
	float: none;
	clear: both;
	height: 20px;
	background-image: url(../images/li-190-bg.png);
	.margin: 0 0 -4px;
}

#nav ul li#audience ul li a {
	background-image: none;
	height: 20px;
	color: #394046;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 10px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	display: block;
	width: 177px;
	margin-left: 7px;
	text-indent: 15px;
}

#nav ul li#audience ul li a.parent {
	background-image: none;
	text-indent: 7px;
	height: 20px;
	color: #6e0111;
	text-decoration: none;
	text-transform: uppercase;
	font: italic bold 11px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	display: block;
	width: 177px;
	margin-left: 7px;
}

#nav ul li#audience ul li a:hover {
	background-color: #8c1818;
	color: white;
}

#nav ul li#audience ul li.oneninetytop {
	background-image: url(../images/li-190-top.png);
	width: 190px;
	height: 42px;
	margin-bottom: 0;
}

#nav ul li#audience ul li.oneninetybot {
	background-image: url(../images/li-190-bottom.png);
	width: 190px;
	height: 27px;
}

#nav ul li#simulation ul {
	width: 190px;
	position: absolute;
	top: 35px;
	visibility: hidden;
	z-index: 500;
	left: 450px;
}

#nav ul li#simulation:hover ul {
	visibility: visible;
}

#nav ul li#simulation ul li {
	width: 190px;
	float: none;
	clear: both;
	height: 20px;
	background-image: url(../images/li-190-bg.png);
	.margin: 0 0 -4px;
}

#nav ul li#simulation ul li a {
	background-image: none;
	text-indent: 15px;
	height: 20px;
	color: #394046;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 10px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	display: block;
	width: 177px;
	margin-left: 7px;
}

#nav ul li#simulation ul li a.parent {
	background-image: none;
	text-indent: 7px;
	height: 20px;
	color: #6e0111;
	text-decoration: none;
	text-transform: uppercase;
	font: italic bold 11px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	display: block;
	width: 177px;
	margin-left: 7px;
}

#nav ul li#simulation ul li a:hover {
	background-color: #8c1818;
	color: white;
}

#nav ul li#simulation ul li.oneninetytop {
	background-image: url(../images/li-190-top.png);
	width: 190px;
	height: 42px;
	margin-bottom: 0;
}

#nav ul li#simulation ul li.oneninetybot {
	background-image: url(../images/li-190-bottom.png);
	width: 190px;
	height: 27px;
}

#nav ul li#primary ul {
	width: 190px;
	position: absolute;
	top: 35px;
	visibility: hidden;
	z-index: 500;
	left: 343px;
}

#nav ul li#primary:hover ul {
	visibility: visible;
}

#nav ul li#primary ul li {
	width: 190px;
	float: none;
	clear: both;
	height: 20px;
	background-image: url(../images/li-190-bg.png);
	.margin: 0 0 -4px;
}

#nav ul li#primary ul li a {
	background-image: none;
	text-indent: 15px;
	height: 20px;
	color: #394046;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 10px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	display: block;
	width: 177px;
	margin-left: 7px;
}

#nav ul li#primary ul li a.parent {
	background-image: none;
	text-indent: 7px;
	height: 20px;
	color: #6e0111;
	text-decoration: none;
	text-transform: uppercase;
	font: italic bold 11px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	display: block;
	width: 177px;
	margin-left: 7px;
}

#nav ul li#primary ul li a:hover {
	background-color: #8c1818;
	color: white;
}

#nav ul li#primary ul li.oneninetytop {
	background-image: url(../images/li-190-top.png);
	width: 190px;
	height: 42px;
	margin-bottom: 0;
}

#nav ul li#primary ul li.oneninetybot {
	background-image: url(../images/li-190-bottom.png);
	width: 190px;
	height: 27px;
}

#nav ul li#contact ul {
	width: 285px;
	position: absolute;
	top: 35px;
	visibility: hidden;
	z-index: 500;
	left: 645px;
}

#nav ul li#contact:hover ul {
	visibility: visible;
}

#nav ul li#contact ul li {
	width: 285px;
	float: none;
	clear: both;
	height: 250px;
	background-image: url(../images/li-285-bg.png);
	.margin: 0 0 -4px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#nav ul li#contact ul li.twoeightyfivetopr {
	background-image: url(../images/li-285-top-r.png);
	width: 285px;
	height: 42px;
	margin-bottom: 0;
}

#nav ul li#contact ul li.twoeightyfivebot {
	background-image: url(../images/li-285-bottom.png);
	width: 285px;
	height: 27px;
}

.hidden {
	display: none;
}

#nav ul li#contact ul li p {
	padding: 5px 0 0;
	width: 260px;
	margin: 0 auto;
}

#nav ul li#contact ul li form input, #nav ul li#contact ul li form textarea {
	width: 255px;
	border: 1px solid #9b9ea1;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #e7e7e7;
	color: #464646;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#nav ul li#contact ul li form input.submit {
	width: 60px;
	background-color: #8c1818;
	text-transform: uppercase;
	color: white;
	font-size: 10px;
	position: relative;
	top: -15px;
}

#nav ul li#contact ul li form input.submit:hover {
	background-color: #6e0111;
	cursor: pointer;
}

#nav ul li#contact ul li form input[id="security_code"] {
	width: 60px;
	margin-right: 5px;
	margin-left: 5px;
	position: relative;
	top: -15px;
}

#nav ul#contact ul li form p.captcha {
}



/* @end */

#wrapper {
	width: 950px;
	height: auto;
	position: absolute;
	top: 631px;
	background: url(../images/wrapper-bg.png) repeat-y;
	left: 50%;
	margin-left: -475px;
}

#wrapper-in {
	width: 950px;
	height: auto;
	position: absolute;
	top: 390px;
	background: url(../images/wrapper-bg.png) repeat-y;
	left: 50%;
	margin-left: -475px;
	border-top: 2px solid #697178;
}

#left {
	width: 244px;
	height: auto;
	float: left;
	padding-left: 13px;
}

#right {
	width: 680px;
	float: right;
}

.clear {
	clear: both;
}

#fighting-wrap {
	width: 950px;
	height: 424px;
	position: absolute;
	left: 50%;
	margin-left: -475px;
	top: 207px;
	z-index: -25;
}

#fighting {
	background-image: url(../images/fighting-bg.png);
	width: 257px;
	height: 424px;
	position: absolute;
	z-index: -2;
}

#fighting p {
	color: white;
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 10px;
	margin-bottom: 5px;
}

#fighting p b {
	text-align: right;
	display: block;
	font-weight: bold;
	font-style: italic;
	color: #fbe7b2;
	margin-top: 5px;
}

#fighting-right {
	background-image: url(../images/fighting-right-bg.png);
	width: 693px;
	height: 424px;
	position: absolute;
	left: 257px;
	z-index: -2;
}

#results {
	position: absolute;
	top: 495px;
	z-index: 2;
	width: 950px;
	height: 134px;
	margin-left: -475px;
	left: 50%;
}

#footer {
	padding-top: 25px;
	width: 950px;
	background-color: white;
	margin-top: 25px;
	padding-bottom: 10px;
	font: 10px/13px Arial, Verdana, Helvetica, Geneva, sans-serif;
	text-align: right;
	color: gray;
}

#footer a:link, #footer a:visited {
	color: gray;
	text-decoration: none;
}

#footer a:hover {
	color: #464646;
	text-decoration: underline;
}

/* @group HEADING */

.h1about {
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/h1-about.jpg) no-repeat -57px;
}

.h1ask {
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/h1-ask.jpg) no-repeat -57px;
}

.h1business {
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/h1-business.jpg) no-repeat -57px;
}

.h1contact {
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/h1-contact.jpg) no-repeat -57px;
}

.h1delivery {
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/h1-delivery.jpg) no-repeat -57px;
}

.h1feedback {
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/h1-feedback.jpg) no-repeat -57px;
}

.h1highpo {
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/h1-highpo.jpg) no-repeat -57px;
}

.h1other {
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/h1-other.jpg) no-repeat -57px;
}

.h1youraud {
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/h1-youraud.jpg) no-repeat -57px;
}

.h1approach {
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/h1-approach.jpg) no-repeat -57px;
}

.h1fac {
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/h1-fac.jpg) no-repeat -57px;
}

.h1simu {
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/h1-simu.jpg) no-repeat -57px;
}

.h1simben {
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/h1-simben.jpg) no-repeat -57px;
}

.h1snap {
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/h1-snap.jpg) no-repeat -57px;
}

.h1test {
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/h1-test.jpg) no-repeat -57px;
}

.h1sauce {
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/h1-sauce.jpg) no-repeat -57px;
}

.h1perf {
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/h1-perf.jpg) no-repeat -57px;
}

.h1real {
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/h1-real.jpg) no-repeat -57px;
}

.h1request {
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/h1-request.jpg) no-repeat -57px;
}

.h1resources {
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/h1-resources.jpg) no-repeat -57px;
}

.h1salespro {
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/h1-salespro.jpg) no-repeat -57px;
}

.h1senior {
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/h1-senior.jpg) no-repeat -57px;
}

.h1strat {
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/h1-strat.jpg) no-repeat -57px;
}

.h1integ {
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/h1-integ.jpg) no-repeat -57px;
}

.h1stratthink {
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/h1-stratthink.jpg) no-repeat -57px;
}

.h1supply {
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/h1-supply.jpg) no-repeat -57px;
}

.h1primary {
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/h1-primary.jpg) no-repeat -57px;
}

.h1sitemap {
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/h1-sitemap.jpg) no-repeat -57px;
}

.h1impact {
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/h1-impact.jpg) no-repeat -57px;
}



/* @end */

/* FIGHTING */

#fighting h3 {
	margin: 0;
	padding: 0;
	width: 257px;
	height: 50px;
	color: white;
	font: bold 16px/50px Arial, Verdana, Helvetica, Geneva, sans-serif;
	text-indent: 10px;
}

#fighting h3 a#readmorebuzz {
	width: 120px;
	height: 30px;
	display: block;
	text-indent: -9000px;
	position: relative;
	top: -40px;
	background: url(../images/readmorebuzz.png) 0 0;
	left: 128px;
}

#fighting h3 a#readmorebuzz:hover {
	background-position: 0 -30px;
	cursor: pointer;
}

#top-flash {
	width: 236px;
	height: 211px;
	position: absolute;
	left: 11px;
	top: 60px;
	z-index: 15;
}

/* FIGHTING RIGHT */

#fr-header {
	width: 693px;
	height: 50px;
}

#fr-header h5 {
	margin: 0;
	display: block;
	float: left;
	height: 50px;
	width: 225px;
	font: bold 16px/35px Arial, Verdana, Helvetica, Geneva, sans-serif;
	color: #fc3;
	text-indent: 15px;
}

#fr-header h5 span {
	margin: 0;
	display: block;
	float: left;
	height: 50px;
	width: 225px;
	font: bold 12px Arial, Verdana, Helvetica, Geneva, sans-serif;
	color: #ffcd32;
	text-indent: 15px;
	text-align: center;
	position: relative;
	top: -5px;
}

#fr-header h5 span a {
	color: #deb22c;
	font-style: italic;
	text-decoration: none;
}

#fr-header h5 span a:hover {
	text-decoration: underline;
	color: #fc3;
}

#fighting-right #fr-header p {
	float: right;
	width: 452px;
	margin: 0;
	color: #fbe7b2;
	font: 12px Arial, Verdana, Helvetica, Geneva, sans-serif;
	border-left: 1px solid #4a5257;
	padding-left: 15px;
	position: relative;
	top: 10px;
}

#fighting-right #fr-header p b {
	font-weight: bold;
	font-style: italic;
	padding-left: 200px;
}

#fighting-right h1 {
	color: white;
	height: 33px;
	margin: 0;
	padding: 0;
	font: bold 18px/38px Arial, Verdana, Helvetica, Geneva, sans-serif;
	text-indent: 85px;
}

#fighting-right p {
	padding-left: 85px;
	color: white;
	font: 13px/16px Arial, Verdana, Helvetica, Geneva, sans-serif;
	.font-size: 12px;
}

#fighting-right blockquote p {
	font-style: italic;
	color: #fbe7b2;
	font-weight: bold;
	margin-left: -25px;
	font-size: 15px;
	line-height: 18px;
}

#left h3 {
	color: #fc3;
	margin: 0;
	padding: 0 0 10px;
	font: bold 16px/44px Arial, Verdana, Helvetica, Geneva, sans-serif;
	display: block;
	height: 27px;
}

#left ul {
	padding-left: 0;
}

#left ul {
	margin-top: 10px;
	color: white;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: capitalize;
	list-style-image: url(../images/icon.jpg);
	list-style-position: outside;
	width: 220px;
	padding-left: 15px;
	margin-left: 0;
}

#left ul li {
	border-bottom: 1px dotted #b23637;
	white-space: normal;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

/* MAIN CONTENT */

#right h1 {
	color: #464646;
	font: bold 24px/25px "Trebuchet MS", Verdana, Lucida, sans-serif;
	text-transform: uppercase;
}

#right h2 {
	font: italic bold 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #8c1818;
}

#right h3 {
	margin: 0;
	padding: 0;
	font: italic bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-indent: 5px;
	color: #8c1818;
}

#right p, #right ul, #right ol, .blogEntry, .blogListing {
	color: #464646;
	font: 12px/19px Arial, Verdana, Helvetica, Geneva, sans-serif;
}

#right ul {
	list-style-image: url(../images/icon33.gif);
	margin-left: 0;
}

#right ul li, #right ol li
 {
	margin-bottom: 8px;
	padding-left: 5px;
}

#right ul#home-1 {
	background: url(../images/person-1.jpg) no-repeat 0 -13px;
	padding-left: 160px;
}

#right ul#home-2 {
	background: url(../images/person-2.jpg) no-repeat 0 center;
	padding-left: 160px;
}

#right ul#home-3 {
	background: url(../images/person-3.jpg) no-repeat 0 0;
	padding-left: 160px;
}

#right ul#sales-1 {
	background: url(../images/person-4.jpg) no-repeat 0 0;
	padding-left: 160px;
}

#right ul#sales-2 {
	background: url(../images/person-3.jpg) no-repeat 0 0;
	padding-left: 160px;
}

#right a:link, #right a:visited {
	color: #8c1818;
}

#right a:hover {
	color: black;
}

#snapshots-flash {
	width: 575px;
	height: 432px;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-color: #8c1818;
	padding: 5px;
	background-color: #d9d9d9;
}

#simulations-flash {
	width: 648px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	background-color: black;
	border: 3px solid #434343;
}

#right p.quote {
	font: italic 14px/25px Georgia, "Times New Roman", Times, serif;
}

#right p.callout {
	text-align: center;
	text-transform: uppercase;
	color: #414850;
	font-weight: bold;
	border-top: 1px dotted silver;
	border-bottom: 1px dotted silver;
	padding-top: 8px;
	padding-bottom: 8px;
}

#right img.imgleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

#right img.imgright {
	float: right;
	margin-left: 15px;
}

#right img.highbenefits {
	border-style: none;
}

#right img {
	border: 2px solid silver;
}

#right img.nobor {
	border-style: none;
}

/* BLOG */

.blogCategories {
	display: none;
}

.blogEntry {
	width: 680px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.blogEntry b, .blogListing b {
	color: #464646;
	font: bold 16px/20px "Trebuchet MS", Verdana, Lucida, sans-serif;
	text-transform: uppercase;
}

#right .blog_travel a {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	display: block;
	background-color: #8c1818;
	color: white;
	width: 120px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	float: left;
	margin-right: 25px;
}

#right .blog_travel a:hover {
	background-color: #414850;
}

.blog_travel {
	padding-top: 35px;
}

span#blogPostedAuthor {
	display: none;
}

.blogListing span#blogPosted {
	display: none;
}

/* FIGHTING RIGHT INSIDE */

#fighting-wrap-in {
	width: 950px;
	position: absolute;
	left: 50%;
	margin-left: -475px;
	top: 207px;
	z-index: -25;
	height: 217px;
}

#fighting-in {
	background-image: url(../images/fighting-bg.png);
	width: 257px;
	height: 217px;
	position: absolute;
	z-index: -2;
}

#fighting-in p {
	color: white;
	font: 11px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 10px;
	margin-bottom: 5px;
}

#fighting-in p b {
	text-align: right;
	display: block;
	font-weight: bold;
	font-style: italic;
	color: #fbe7b2;
	margin-top: 5px;
}

#fighting-right-in {
	background-image: url(../images/fighting-right-bg.png);
	width: 693px;
	height: 217px;
	position: absolute;
	left: 257px;
	z-index: -2;
}

#fighting-in h3 {
	margin: 0;
	padding: 0;
	width: 257px;
	height: 50px;
	color: white;
	font: bold 16px/50px Arial, Verdana, Helvetica, Geneva, sans-serif;
	text-indent: 10px;
}

#fighting-in h3 a#readmorebuzz {
	width: 120px;
	height: 30px;
	display: block;
	text-indent: -9000px;
	position: relative;
	top: -40px;
	background: url(../images/readmorebuzz.png) 0 0;
	left: 128px;
}

#fighting-in h3 a#readmorebuzz:hover {
	background-position: 0 -30px;
	cursor: pointer;
}

#fr-header-in {
	width: 693px;
	height: 50px;
}

#fr-header-in h5 {
	margin: 0;
	display: block;
	float: left;
	height: 50px;
	width: 225px;
	font: bold 16px/35px Arial, Verdana, Helvetica, Geneva, sans-serif;
	color: #fc3;
	text-indent: 15px;
}

#fr-header-in h5 span {
	margin: 0;
	display: block;
	float: left;
	height: 50px;
	width: 225px;
	font: bold 12px Arial, Verdana, Helvetica, Geneva, sans-serif;
	color: #ffcd32;
	text-indent: 15px;
	text-align: center;
	position: relative;
	top: -5px;
}

#fr-header-in h5 span a {
	color: #deb22c;
	font-style: italic;
	text-decoration: none;
}

#fr-header-in h5 span a:hover {
	text-decoration: underline;
	color: #fc3;
}

#fighting-right-in #fr-header-in p {
	float: right;
	width: 452px;
	margin: 0;
	color: #fbe7b2;
	font: 12px Arial, Verdana, Helvetica, Geneva, sans-serif;
	border-left: 1px solid #4a5257;
	padding-left: 15px;
	position: relative;
	top: 10px;
}

#fighting-right-in #fr-header-in p b {
	font-weight: bold;
	font-style: italic;
	padding-left: 200px;
}

#fighting-right-in h1 {
	color: white;
	height: 33px;
	margin: 0;
	padding: 0;
	font: bold 17px/38px Arial, Verdana, Helvetica, Geneva, sans-serif;
	text-indent: 85px;
	text-transform: capitalize;
}

#fighting-right-in p {
	padding-left: 85px;
	color: white;
	font: italic 15px/22px Georgia, "Times New Roman", Times, serif;
}

#fighting-right-in blockquote p {
	font-style: italic;
	color: #fbe7b2;
	font-weight: bold;
	margin-left: -25px;
	font-size: 15px;
	line-height: 18px;
}

/* @group FORM */

#right form.question {
	width: 550px;
	background-color: #efefef;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid silver;
}

#right form.question p b {
	width: 120px;
	text-align: right;
	display: block;
	float: left;
	margin-right: 5px;
	padding-top: 10px;
	text-transform: uppercase;
}

#right form.question input, #right form.question textarea {
	border: 1px dotted gray;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
	font-size: 16px;
}

#right form.question input:hover, #right form.question textarea:hover {
	background-color: #e3e3e3;
}

#right form.question input {
	width: 250px;
}

#right form.question textarea {
	width: 410px;
}

#right form.question input.submit {
	width: 150px;
	text-transform: uppercase;
	font-size: 13px;
	color: white;
	-moz-border-radius: 10%;
	-webkit-border-radius: 8px;
	border-style: solid;
	background-color: #8c1818;
	line-height: 20px;
	margin-left: 205px;
}

#right form.question input.submit:hover {
	background-color: #f1c234;
	color: #464646;
	cursor: pointer;
}

#right form.question input.submit:active
 {
	background-color: #f1c234;
	padding-top: 7px;
	padding-bottom: 5px;
}

#right form p.captcha {
	margin-left: 125px;
}



/* @end */
