/*** visible styles ------------------------------------ ***/
.text_general {
/* text general 12 black */	
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	text-decoration: none;
	line-height:normal;
	font-style: normal;
}
.text_general2 {
/* text general 14 gray */	
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #333333;
	text-decoration: none;
	line-height: 115%;
	font-weight: normal;
	letter-spacing: 0.3px;
}
.sub_title {
/* subheadings orange 14 bold */
    color: #e67e02;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
	line-height: normal;
}
.sub_title1 {
/* subheadings gray 14 bold */
    color: #818286;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
	line-height: normal;
}
.sub_title2 {
/* subheadings black 14 bold */
    color: #222222;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
	line-height: normal;
}
.captions {
/* text small 9 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}
/*** end visible styles***/

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	line-height:normal;
	background: #f1f1f1 url('../images/main_bg.jpg') repeat-x scroll left top;
}
body.bg_1 {
	background: #f1f1f1 url('../images/main_bg2.jpg') repeat-x scroll left top;
}
#main_content h1 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1pt;
	color: #e87a05;
	line-height: 110%;
}
h1, h3, h4 {
	margin:0;
	padding:0;
	color:#777777;	
}
h2 {
	margin:0;
	padding:0;
	color:#666666;	
}
img {
	border : none;
}
td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ul {
	padding: 0;
	margin: 0;
	padding-left: 20px;
	list-style-position: outside; 
}
li { 
	list-style-image: url('../images/dot.gif');
	/*list-style-type: disc;*/
    color: #444444;
}
input { 
    font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5a5a5a;
	border: 1px solid #f7941d;
	padding: 1px 1px 1px 2px;
}
textarea { 
    font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5a5a5a;
	width: 230px;
	height: 80px;
	border: 1px solid #f7941d;
}
select { 
    font-family : Arial, Helvetica,sans-serif;
	font-size: 11px;
	color: #5a5a5a;
	border: 1px solid #f7941d;
}
A{
    COLOR: #da6202;
    text-decoration: none;
}
A:hover{
    color: #777777;
    text-decoration: none;
}
form {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}

/*** Main elements....................................***/
#super_container {
	text-align: center;
}
#container {
	margin: auto;
	text-align: left;
	width: 1000px;
}

/*** Header | Banner .............................. ***/
#header {
	height: 110px;
	width: 1000px;
}
#header .right_logo {
	float:right;
	width: 230px;
	text-align: right;
	padding-right:15px;
	padding-top: 18px;
}
#header .left_content {
	float:left;
	width: 645px;
	text-align: left;
	padding-top:18px;
}
#header .phone {
	float:left;
	width: 110px;
	text-align: left;
	padding-top:18px;
}
#header .phone .ph_colour {
	color:#da6202;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#header .left_content .padding  {
	padding: 0;
}
#header .left_content .padding .header_title  {
	margin: 65px 0 0 15px;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #111111;
	font-weight: bold;
	line-height:normal;
}
.shade {
	display:block;
	height:30px;
	width:1000px;
	background: transparent url('../images/orange_grad.jpg') repeat-x scroll left top;
}

#orange-banner{
	background-color:#f7941d;
	width: 998px;
	height: 90px;
	border: solid 1px #ffffff;
}

#orange-banner .title-img{
	float:left;
	height:90px;
}

#orange-banner .orange-right {
	float:right;
	padding:10px 10px 5px 0;
}

/*** Navigation ................................. ***/
#navigation {
	float:left;
	width: 630px;
	height: 30px;
	text-align: left;
}
#navigation .n_padd {
	padding-left: 2px;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation ul li {
	position: relative;
	float: left;
	list-style: none;
}
#navigation ul li a {
	display: block;
	text-align: left;
	line-height: 13px;
	width: 100px;
	background: transparent url("../images/nav_vertical.jpg") no-repeat scroll right bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
#navigation ul li a:hover {
	color: #000000;
	font-weight: normal;
}
#navigation ul li a span {
	display: block;
	cursor: pointer;
	font-size: 12px;
	padding: 0 14px 0 8px;
	text-decoration: none;
	font-weight: normal;
	/*width: 125px;*/	
}
#navigation ul li a:hover span {

}
#navigation ul li.on a {
	color:#da6202;
}
#navigation ul li .last a, #navigation ul li .last_on a {
	background: none;
}
#navigation ul li .shorty a, #navigation ul li .shorty_on a  {
	width: 60px;
}
#navigation ul li .short a, #navigation ul li .short_on a  {
	width: 80px;
}
#navigation ul li .long a, #navigation ul li .long_on a  {
	width: 110px;
}

/*** End Navigation ***/

/*** HOME Content ............................... ***/
#h_rotator {
	width:1000px;
	height: 190px;
	background-color:#FFFFFF;
	text-align: left;
	margin:auto;
}
#community {
	width: 998px;
	height: 90px;
	display: block;
	border: solid 1px #ffffff;
	text-align: left;
	margin:auto;
	background: #f7941d url('../images/lanser_orng_logo.gif') no-repeat scroll left top;
}
#community .com_padd {
	padding: 5px 20px 0 240px;
}
.curve {
	display:block;
	height:16px;
	width:1000px;
	background: transparent url('../images/end_corner.gif') no-repeat scroll left bottom;
}
#home_content {
	width: 1000px;
	background-color:#fcfcfc;
}
#home_content .paddingh {
	padding: 30px 15px 5px 15px;
	background: transparent url('../images/orange_grad.jpg') repeat-x scroll left top;
}
#home_content .content1 {
	width: 330px;
	float: left;
	margin-right: 20px;
}
#home_content .content2 {  
	width: 300px;
	float: left;
	text-align: left;
}
#home_content .content3 {  
	width: 300px;
	float: right;
	text-align: left;
}

/*** End HOME Content ***/


/*** Subpage styles ..................................***/
#sub_content {
	width: 1000px;
	background-color:#fcfcfc;
}
#sub_content .paddingh {
	padding: 5px 15px 5px 15px;
	background: transparent url('../images/orange_grad.jpg') repeat-x scroll left top;
}
#sub_content .paddingh2 {
	padding: 5px 15px 5px 0;
	background: transparent url('../images/sub_bg_logo.gif') no-repeat scroll 275px 350px;
}
#sub_content .paddingh2a {
	padding: 0 15px 5px 0;
}
#sub_content .lineo {
	width: 1000px;
	height: 1px;
	background-color:#f08813;
}
#sub_content .paddingh2 .pad3 {
	padding: 15px 0 0 15px;
}
#sub_content .content1a {
	width: 745px;
	float: left;
}
#sub_content .content2a {  
	width: 220px;
	float: right;
	text-align: left;
}
/** Subpage 4 styles ...........**/
#subpage_ortitle {
	width: 745px;
	height: 60px;
	display: block;
	text-align: left;
	border-top: solid 1px #ffffff;
	background-color: #f08813;
}
#subpage_ortitle .com_padd {
	padding: 18px 20px 0 15px;
	color:#FFFFFF;
	 font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
	line-height: normal;
}
#sub_content .content1a .cont1b {
	width: 180px;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right: solid 1px #cccccc;
}
#sub_content .content1a .cont1c {
	width: 528px;
	float: right;
}
/*** PAGE title version with gray logo ............... ***/
#subpage_graytitle {
	width: 745px;
	height: 60px;
	display: block;
	text-align: left;
	border-top: solid 1px #ffffff;
	background: #818286 url('../images/lanser_small_gray.gif') no-repeat scroll left top;
}
#subpage_graytitle .com_padd {
	padding: 17px 20px 0 90px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
	line-height: normal;
}
/*** PAGE title version with orange logo ............... ***/
#subpage_ort_small {
	width: 745px;
	height: 60px;
	display: block;
	text-align: left;
	border-top: solid 1px #ffffff;
	background: #f7941d url('../images/lanser_small.gif') no-repeat scroll left top;
}
#subpage_ort_small .com_padd {
	padding: 18px 20px 0 90px;
	color:#757578;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
	line-height: normal;
}

#sub_banner {
	width: 1000px;
	height: 190px;
	display: block;
	background-color:#cfcfcf;
}
.tiny_line {
	display:block;
	height:1px;
	width:1000px;
	background: #6a6a6a;
}


/*** Footer ......................................... ***/
#footer {
	display:block;
	height: 55px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background: transparent url("../images/footer_bg.jpg") repeat-x scroll left top;
}
#footer .padding {
	padding: 10px 15px 0 15px;
}
#footer .padding .copyright {
	width: 420px;
	float: left;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}
#footer .copyright a {
	text-decoration: none;
	color: #333333;
}
#footer .copyright a:hover {
	text-decoration: none;
	color: #780202;
}
#footer .links {
	float: right;
	width: 480px;
	text-align: right; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #4a4949;
}
#footer .links a {
	text-decoration: none;
	color: #4a4949;
}
#footer .links a:hover {
	text-decoration: none;
	color: #780202;
}
.footer_phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
.footer_under {
	display:block;
	height:30px;
	width:1000px;
	background: transparent url("../images/under_footer.jpg") repeat-x scroll left top;
}
/*** End Footer ***/

/*** Drop Down Menu ........................................ ***/
.cssmenu_iframe, .cssmenu_sub {
	position: absolute;
	z-index: 500;
	top: -500px;
	left: -500px;
	width: 155px;
	background-color: #818286;

}
.cssmenu_iframe {
	border: none;
	padding: 0;
}
#cssmenu_submenus ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#cssmenu_submenus ul li {
	list-style: none;
}
.cssmenu_iframe {
	z-index: 499;
}
#cssmenu_submenus a, #cssmenu_submenus a span {
	display: block;
	height: 1%;
	text-decoration: none;
	cursor: pointer;
	color: #ffffff;
	padding-top: 1px;
}
#cssmenu_submenus a span {
	line-height: 22px;
	text-align: left;
	padding-left: 10px;
}
#cssmenu_submenus a:hover span {
	color: #fecd92;
	background-color: #333333;
}
#cssmenu_submenus a.arrow {
	background-image: url('../images/cssmenu_arrow.gif');
	background-position: right center;
	background-repeat: no-repeat;
}
/*** End Drop Down Menu ***/
/*** Forms..................................... ***/
input.w05, select.w05 {
	width: 60px;
}
input.w1, select.w1 {
	width: 150px;
}
input.w15, select.w15 {
	width: 170px;
}
input.w2, select.w2 {
	width: 230px;
}
label.label {
	display: block;
	position: relative;
	font-size:11px;
	width: 160px;
	color: #222222;
}
label.label em {
	position: absolute;
	top: 3px;
	right: 0px;
}
.c1_form {
	color: #ffffff;
}
span.label {
	display: block;
	color: #000000;
	padding-bottom: 3px;
}
label span.label {
	display: inline;
}
#form_errors {
	background-color: #f0f0f0;
	border: 1px solid #cccccc;
	margin: 0 0 12px 0;
	padding: 12px;
	color: #000000;
}
#form_errors ul {
	margin-top: 12px;
	margin-bottom: 0;
	font-weight: normal;
	color: #333333;
	font-weight: bold;
}
#form_errors li {
	margin-top: 0;
	margin-bottom: 3px;
}
#form_errors *:first-child {
	margin-top: 0;
}
#form_errors *:last-child {
	margin-bottom: 0;
}
p.required {
	float: right;
	margin: 0 0 12px 24px;
	color: #000000;
}
#member_register h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #144CA7;
}
/* END forms */
/*** Google Maps ........................ ***/
#google_map {
    width: 100%;
    height: 320px;
    border: 1px solid #d6a528;
    background: #ffffff url(../images/map_loading.gif) no-repeat scroll center center;
    overflow: hidden;
}
#google_map.loaded {
    background-image: none;
}
/*** End Google Maps ***/
/*** Rotator styles .................***/
div#imageTextArea {
	width: 185px;
	display: table; 
	#position: relative;
	float: left;
	text-align: left;
	padding: 0;
}		
#home_content div#imageTextArea {
	width: 185px;
}	
div#imageSelection {
	padding-left: 10px;
}		
div#imageSelection a {
	padding-left: 10px;
}
/*	
div#imageTextArea h1 {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.5pt;
	font-size: 12px;
	font-weight: normal;
	line-height: 110%;
	padding-top: 5px;
	text-align: left;
	padding: 3px 6px 3px 6px;
}
*/		
div#imageSelection a.imageOffState img {
	border: 1px solid #c0c0c0;
}		
div#imageSelection a.imageHoverState img {
	border: 1px solid #000000;
}
		
div#imageSelection a.imageOnState img {
	border: 1px solid #e3ad25;
}
/*** END Rotator styles ................. ***/

/*** FAQs styles ***/

#faq_all .question {
	display: block;
	padding: 0 0 6px 0;
}
#faq_all .answer {
	display: block;
	padding: 0 0 8px 0;
	color: #000000;
    font-weight: normal;
}
/*** End FAQs styles ***/

/*** NEWS tpl styles ....................... ***/

.news_summary {
	width: 245px;
}
.news_summary .w_digest {
	font-family: Arial, Helvetica,sans-serif;
	font-size: 16px;
	color: #888888;
	letter-spacing: 1px;
	font-weight: normal;
	line-height: normal;
	padding-bottom: 15px;
}
.news_summary .ns_img {
	display:block;
	width: 235px;
	height:80px;
	margin-bottom: 10px;
	/*padding-top:5px;*/
	text-align: center;
	background-color:#FFFFFF;
	border: 1px solid #cdcdcd;
	overflow:hidden;
}
.news_summary .ns_title_date {
	width: 225px;
	margin-bottom: 15px;
	text-align: left;
	color: #888888;
}
.news_subtitle{
	font-family: Arial, Helvetica,sans-serif;
	font-size: 14px;
	color: #248AD8;
	font-weight: bold;
}
.news_title{
	font-family: Arial, Helvetica,sans-serif;
	font-size: 15px;
	color: #E35804;
	font-weight: bold;
	line-height: normal;
}
.news_title2{
	font-family: Arial, Helvetica,sans-serif;
	font-size: 16px;
	color: #E35804;
	font-weight: bold;
	line-height: normal;
}
.news_date {
	font-family: Arial, Helvetica,sans-serif;
	font-size: 10.5px;
	color: #888888;
	font-weight: normal;
}
.news_sumteaser {
	font-family: Arial, Helvetica,sans-serif;
	font-size: 11px;
	color: #444444;
	font-weight: normal;
}
.generic_news_title{
	font-family: Arial, Helvetica,sans-serif;
	font-size: 17px;
	color: #666666;
	font-weight: bold;
	line-height: 22px;
}
/* Article news tpl styles...................*/
#news_article2 {
	padding: 20px 15px 20px 15px;
}
/* List news tpl styles...................*/
#list_news {
	padding: 20px 15px 20px 15px;
}
#list_news ul, #list_news li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
#list_news li {
	margin-bottom: 10px;
}
#list_news li a {
	display: block;
	border-bottom: 1px solid #cccccc;
	padding: 10px 10px 10px 10px;
	position: relative;
	height:100px;
}

#list_news li a span{
	height:100px;	
}
	
#list_news li span.image {
	width: 200px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: center center;
}
#list_news li span.date {
	position: absolute;
	left: 590px;
	top: 10px;
	width: 150px;
}
#list_news li span.teaser {
	display: block;
	width: 330px;
	line-height: normal;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #666666;
	min-height:30px
}
#list_news li strong.name {
	display: block;
	line-height: 30px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : #777777;
}
#list_news li a:hover strong.name {
	color : #666666;
}
#list_news li span.description {
	display: block;
	height: 50px;
	color: #666666;
}
.next_article a {
	float:right;
	font-size: 13px;
	color:#FFFFFF;
	font-weight: normal;
}
.next_article a:hover {
	color:#000000;
}
.news_category {
	color:#777777;
	line-height:23px;
	font-weight: bold;
}
.art_teaserblue {
	color:#333333;
	font-size: 12px;
	font-weight:bold;
}

