/* ----- Start DJ Changes -------*/

.leftcontent_table {
	width: 500px;
	margin-bottom: 15px;
}

	.leftcontent_table .splash {
		padding: 0 5px 0 5px;
	}

	.leftcontent_table h1 {
		background: #ff6f0f;
		padding: 3px 8px;
		font-weight: bold;
		font-size: 13px;
		border-bottom: none;
		color: #FFF;
	}
	
	.leftcontent_table h1 a {
		color: #FFF;
		font-weight: bold;
		font-size: 13px;
		border-bottom: none;
	}
	
	.splash_box {
	width: 345px;
	margin-bottom: 15px;
}

	.splash_box .splash {
		padding: 0 10px 0 10px;
		padding-bottom: 10px;
		border-bottom: 1px dashed #CCC;
	}

	.splash_box .forms {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	border: #cccccc solid 1px;
	padding-left: 5px;
	}

	.splash_box h1 {
		color: #FFF;
		background: #FF6F0F;
		font-weight: bold;
		font-size: 13px;
		padding: 8px;
		border: 0px;
	}
	
	.splash_box h1 a {
		color: #FFF;
		font-weight: bold;
		font-size: 13px;
	}

/*-------------------------------------*/

/*-----START LG CHANGES ----------------------------*/

#leftcontent_table {
	width: 500px;
	margin-bottom: 15px;
}

	#leftcontent_table .splash {
		padding: 0 5px 0 5px;
	}

	#leftcontent_table h1 {
		background: #ff6f0f;
		padding: 3px 8px;
		font-weight: bold;
		font-size: 13px;
		border-bottom: none;
		color: #FFF;
	}
	
	#leftcontent_table h1 a {
		color: #FFF;
		font-weight: bold;
		font-size: 13px;
		border-bottom: none;
	}

.img_ralign_leftcol {
	position: absolute;
	right: 30px;
}

.img_tml_ralign_leftcol {
	margin: 0px 0px 5px 20px;
}

.article_footline {
	margin: 40px 0px 0px 0px;
	border-top: 1px dashed #CCC;
}

.article_footer {
	margin: 20px 0px 20px 0px;
}
/*-----END LG CHANGES----------------------------*/

/* CSS Document */

/*START HTML tags*/
a {
	text-decoration: none;
	color: #666;
}

a#suitelogin {
	text-decoration: none;
	color: #ef5500;
	font-weight: bold;
}

a#wfmlogin {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

a.linktour {
	font-family: "Georgia", serif;
	color: #ef5500;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

a.bluelink {
	color: #900;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 18px;
	border-bottom: 1px dashed #CCC;
	font-weight: normal;
	margin: 0 0 5px 0;
}

h1.orange {
	color: #ef5500;
	font-size: 16px;
	margin: 0;
	margin-bottom: 10px;
}

h1.orangebold {
	border-bottom: none;
	font-weight: bold;
	color: #ef5500;
	font-size: 16px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ef5500;
	font-size: 13px;
	font-weight: normal;
	margin: 0 0 5px 0;
}

html, body { height: 100%; min-height: 100%; }

img {
	border: none;
}

body {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #666;
	text-align: center;
	height: auto;
	min-height: 100%;
	position: relative;
}

form {
	margin: 0;
	padding: 0;
}
/*END HTML Tags*/

/*START core layout elements*/
#container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 900px;
	height: auto;
	text-align: left;
	/*border: 1px solid #000;*/
	overflow: auto;
}

.bold {
    font-weight: bold;
}

#banner {
	position: relative;
	height: 55px;
	width: 100%;
	background: #FFF;
	
}

	#banner #logo {
		float: left;
	}
	
	#banner #tagline {
		display: inline;
		border: 0;
		color: #aeaeae;
		font-size: 24px;
		font-family: "Trebuchet MS", sans-serif;
		float: left;
		margin: 15px 0 0 5px;
	}
		
	#banner #login_buttons {
		float: right;
		border: 1px solid #E7E7E7;
		width: 180px;
		background: #FFF;
		padding: 10px;
		margin-top: 8px;
	}
	
	#banner #login_buttons ul {
		font-size: 11px;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	
		#banner #login_buttons ul li {
			display: inline;
			margin-right: 5px;
			color: #999;
		}
		
#menu_main {
	position: relative;
	height: 25px;
	background: #333;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

	#menu_main ul {
		margin: 0;
		padding: 4px 0 5px 0;
	}

	#menu_main li {
		display: inline;
		color: #FFF;
		border-right: 1px dotted #FFF;
		padding: 5px 0;
		list-style-type: none;
		list-style-image: none;		
	}
	
	#menu_main li a {
		padding: 0 8px;
	}	
	
	#menu_main .first_nav_item {
		padding-left: 2px;
	}	
	#menu_main .last_nav_item {
		border-right: none;
	}

	
	#menu_main li:hover {
		background: #F15800;
	}
	
	#menu_main a {
		color: #FFF;
		text-decoration: none;
	}

#blurb {
	position: relative;
	background: url(../images/blurb.jpg);
	height: 67px;
}
	
#content_main {
	position: relative;
	padding: 20px 20px 0 20px;
	float: left;
	width: 500px;
	height: 100%;
	line-height: 1.8;
}

#content_main p {
    margin-bottom: 20px;
}

#content_right_sidebar {
	position: relative;
	margin: 0;
	padding: 0;
	width: 345px;
	float: right;
	height: 100%;
}


#testimonial {
	position: relative;
	top: 0;
	background: url(../images/testimonialbg.gif);
	color: #333;
	padding: 20px;
	margin-bottom: 15px;
}

	#testimonial .author {
		position: relative;
		text-align: right;
		margin: 10px 0 10px 0;
		font-size: 11px;
	}

#testimonials {
	
}

	#testimonials img {
		margin: 0 10px 10px 0;
	}

#footer {
	position: relative;
	margin: 0 auto;
	width: 900px;
	text-align: left;
	background-color: #ff6600;
	/*background: url(../images/footerbg.png);*/
	margin-bottom: 0px;
	/* line-height: 1.8; */
	color: #FFF;
	font-size: 11px;
	padding-top: 0.2em;
}

	#footer #syd {
		float: left;
		margin-top: 5px;
		margin-left: 20px;
		padding-left: 0.7em;
		border-left: 1px solid #fff;
		margin-bottom: 5px;
	}
	
	#footer #melb {
		float: left;
		margin-top: 5px;
		margin-left: 20px;
		padding-left: 0.7em;
		border-left: 1px solid #fff;
		margin-bottom: 5px;
	}	
	/*
	#footer #other {
		float: right;
		margin-top: 5px;
		margin-right: 10px;
		margin-bottom: 5px;
	}
	*/
	#footer a {
		color: #FFF;
	}
	
#krfooter {
	position: relative;
	margin: 0 auto;
	width: 900px;
	text-align: left;
	background: #333333;
	height: 22px;
	margin-bottom: 0px;
	line-height: 1.8;
	color: #FFF;
	font-size: 11px;
	padding-bottom: 0px;
	clear:both;
}

	#krfooter ul {
		margin:0px;
		padding:0px 5px;
	}

	#krfooter li{
		display: inline;
		list-style-type: none;
		padding-right: 0px;
		padding-left: 3px;
	}
	
	#krfooter span {
		padding-left: 7px;
	}
/*START core layout elements*/


#menu_features {
	color: #666;
	font-size: 13px;
	font-family: "Georgia", serif;
	width: 345px;
	margin-bottom: 15px;
}

	#menu_features #header {
		background: #930;
		color: #FFF;
		font-weight: bold;
		padding: 8px;
	}
	
	#menu_features #header a {
		color: #FFF;
	}

	#menu_features ul {
		margin: 0;
		padding: 0;
/*		border-top: 1px dashed #CCC; */
		border-bottom: 1px dashed #CCC;
	}

	#menu_features li {
		list-style: none;
		padding: 5px;
	}
	
	#menu_features li img {
		margin-right: 10px;
	}
	
	#menu_features .even {
		background: #F3EBDE;
	}
	
	#menu_features a {
		color: #930;
		text-decoration: none;
	}

#splash_box {
	width: 345px;
	margin-bottom: 15px;
}

	#splash_box .splash {
		padding: 0 10px 0 10px;
		padding-bottom: 10px;
		border-bottom: 1px dashed #CCC;
	}

	#splash_box .forms {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	border: #cccccc solid 1px;
	padding-left: 5px;
	}

	#splash_box h1 {
		color: #FFF;
		background: #ef5500;
		font-weight: bold;
		font-size: 13px;
		padding: 8px;
		border: 0px;
	}
	
	#splash_box h1 a {
		color: #FFF;
		font-weight: bold;
		font-size: 13px;
	}

/* subscription form */
.subform label { 
	display: block;  
	float: left; 
	width: 80px; 
	padding: 0; 
	margin: 5px 5px 0 0;  /* top right bottom left */
	text-align: left; 
}
.subform input {
	width:auto;      
	margin:5px 0 0 0; 
}




/*.box { */
#glossary {
	position: relative;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	padding: 10px;
	width: 323px;
	background: #F3EBDE;
}

	#glossary #glossary_cat {
		position:absolute; 
		bottom:4px; 
		left:10px; 
		z-index:9; 
		float:left
	}

	/*
	.box .inner {
		background: #DDD;
		padding: 5px;
	}
	*/

#errors {
	/* border: 1px solid #900;
	background: #FFC;	
	color: #900;
	*/
	padding: 1px;
	margin-bottom: 18px;
}

	#errors h3 {
		margin: 0;
		padding: 0;
	    color: #666;
	}
	
	#errors ul {
		margin: 0;
	}	


#success {
	border: 1px solid #093;
	background: #FFC;
	color: #093;
	padding: 10px;
	margin-bottom: 10px;
}


#TCST {
    margin: 5px auto 17px auto;
    width: 388px;
}

div#TCST div {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    margin-right: 10px;
}

div#TCST + h1 {
    font-size: 22px;
}

#contact_us form {
	line-height: 1;
}

	#contact_us table {

		width: 100%;
		font-weight: bold;
		background: #FFF;
		margin-top: 10px;
	}
	
	#contact_us table td {
		padding: 12px;
		vertical-align: top;
		border-bottom: 1px dashed #ccc;
	}
	
	#contact_us td.label {
		color: #000;
		padding: 5px 0 0 0;
	}
	
	#contact_us td.input {
		color: #000;
		font-weight: normal;
	}
	
	#contact_us input, #contact_us select, #contact_us textarea {
		font-size: 11px;
		padding: 2px;
		border: 1px solid #CCC;
		font-family: "Trebuchet MS", sans-serif;
		font-weight: normal;
	}
	
	#contact_us textarea {
		width: 98%;
	}
	
.submit {
	border: 1px solid #000;
	padding: 5px;
	color: #000;
	cursor: pointer;
}

.customer_feature {
	width: 322px;
	border: 1px solid #CCC;
	padding: 10px;
	margin-bottom: 15px;
	font-size: 11px;
	line-height: 1.8;
	overflow: auto;
}

	.customer_feature h2 {
		font-size: 11px;
		color: #ef5500;
		line-height: 1;
	}
	
	.customer_feature img {
		border: 1px solid #CCC;
		padding: 2px;
		float: left;
		margin-right: 5px;
	}
	
	.customer_feature .link {
		text-align: left;
	}
	
	.customer_feature .link a {
		text-align: right;
		font-size: 10px;
	}
	
	.customer_feature .link a img {
		border: none;
		padding: 0px;
		float: none;
		margin-right: 0px;
	}
	
.g666 {
	color: #666;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

.box_signup {
	border: 1px solid #CCC;
	width: 187px;
	padding: 10px;
	margin-top: 10px;
}

.form_signup {
	width: 85%;
	background: #CCC;
	border: 1px solid #666;
	color: #666;
	padding: 10px;
	margin-top: 10px;
}

	.form_signup input {
		border: 1px solid #666;
		color: #666;
		font-size: 10px;
		width: 90%;
	}
	
	.form_signup input.nostyle {
		border: none;
		width: auto;
		float: right;
		margin-top: 3px;
	}
	
.defn {
	position: relative;
	border: 1px solid #CCC;
	padding: 5px 5px 15px 5px;
	overflow: auto;
	margin-bottom: 30px;
	background: #FFF;
}

.newdefn {
	position:absolute; 
	bottom: 7px; 
	left:37px;
	font-size: 10px;
}

.img_right {
	position: absolute;
	right: 10px;
}

.notbold {
	font-weight: normal;
}