@charset "UTF-8";
/* CSS Document */
/*------------------------Reset CSS------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: "minion-pro-1","minion-pro-2", Georgia, serif;
}
body {
	line-height: 1;
	background-color:#E0D7CD;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
	font-style:italic;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*------------------------End Reset CSS------------------------*/

h2, h3, p, ul, ol, table {
margin-bottom:1em;
margin-top:0;
}
p, ul, ol, li, blockquote, q, td{
	font-family: "minion-pro-1", "minion-pro-2", Georgia, serif;
	color:#036;
	font-size:15px;
	line-height:130%;
}
p span{ /*Entrywords format*/
	color:#936027;
}
hr{
	height:1px;
	border-width:0;
	color:gray;
	background-color:#CCC;
}
#copy{
	padding-top:30px;
	background-color:#FFF;
}
#copy div.content{
	border-top:0px solid #DDD;	
}
#copy ol li{
	list-style-type:none;
	background: url(images/layout/bpoint.gif) no-repeat 3px 5px;
	padding-left: 18px;
	margin:0 0 5px 0;
}
#copy ol li ol li{
	list-style-type:disc;
	background-image:none;
	margin-left:25px;
	margin-bottom:0;
	margin-top:0.5em;
	padding-left:0px;
}
a, a:link, a:visited{
	text-decoration:none;
	color:#936027;
}
#copy a, #copy a:visited{
	text-decoration:underline;
	color:#936027;
}
#copy p a:hover{
}
img.videoimg{
	border:6px solid #E0D7CD;
	position:relative;
	z-index:1;
}
#copy a.vidlinkab{
	display:block;
	position:relative;
	width:252px;
	height:147px;
	z-index:2;
	text-decoration:none;
}
#copy a.vidlinkab span{
	position: absolute;
	top: 50px;
	left: 45px;
	z-index: 2;
	background: url(images/video/playbtn.png) no-repeat left 0;
	padding: 13px 0 16px 52px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: white;
	text-shadow: 0 -1px black;
	font-size: 16px;
}
#copy a.vidlinkab:hover span{
	background-position: left -50px;
}
.vidlinkab:hover{
	box-shadow:-2px 2px 8px #666;
}
#tab-container ul li a:hover{
	background-color:#FFF;	
}
a:active{
	
}

h1{
	color:#036;
	font-size:30px;
	font-weight:bold;
	padding:0 0 25px 0;
}
h2{
	color:#036;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:1.3em;
	margin-bottom:13px;
	clear:both;
	text-shadow:0 1px #FFF;
}
h3{
	font-size:16px;
	color:#036;
	font-weight: bold;
	line-height:1.4em;
	margin-bottom:0.5em;
	max-width:40em;
}
h4{
	font-weight:normal;
	font-size:15px;
	color:#936027;
	margin-bottom:0.5em;
	line-height:1.3em;
}
.testsub img, .quotee img{
	float:left;
	margin: 0 15px 25px 0;
}
.testsub img{
	border:5px solid #FFF;
	box-shadow:-1px 4px 8px #666;
	-moz-transform: rotate(-4deg);
  	-webkit-transform: rotate(-4deg);
	trabsform: rotate(-4deg)
}
p.quotee{
	padding-top:0;
	margin-bottom:1.5em;
	color:#036;
	font-weight: bold;
}
 p.quotee span{
	font-weight:normal;	
}
#header{
	overflow:visible;
	/*background-image:url(images/layout/texture.jpg);*/
	background:#E0D7CD;
}
#feature {
	/*background-image:url(images/layout/newbggrad.jpg);*/
	background-color:#FFF;
	padding: 30px auto 0;
	position:relative;
}
#feature .fullwidth{
	width:980px;
	margin:30px auto 0 auto;
	overflow:auto;
	position:relative;	
}
#feature.frontpage{
	overflow:auto;
}
.norotate{
	padding:0px; 
	position:relative;
	width:640px;
	float:left;
}
#featnav{
	position:absolute;
	bottom:5px;
	right:340px;
	padding:4px;
	background-color:#EFDACA;
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
#feature p.featnavitem{
	float:left;	
	margin:0 2px;
	padding:4px;
	background-color:#5C6B99;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1em;
	color:#BBB;
	width:11px;
	text-align:center;
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	cursor:pointer;
	border:1px solid #5C6B99;
}
#feature p.featnavitem:hover{
border:1px solid #FFF;
}
#feature p.featnavitem.navcurrentitem{
	color:#FFF;
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#feature h1.frontpage{
	font-size:36px;
	line-height:1.2em; 
	padding:30px 0;
	color:#036; 
	font-family: "minion-pro-1","minion-pro-2", Georgia, serif; 
	font-weight:200; 
	font-style:normal; 
}
h1.frontpage span{
	color:#936027;	
}
#feature p{
	font-size:14px;
	line-height:1.4em;
	margin-bottom:0.5em;
	color:#fff;
	font-family: "minion-pro-1","minion-pro-2", Georgia, serif; 
}

a.featurenav1, a.featurenav2, a.featurenav3{
	color:#036;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:6px;
	background-color:#FFF;
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
a.featurenav1{
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
div#logo{
	float:left
}
#logo a{
	background-image:url(images/layout/Glion_210x100.png);
	background-position:0 15px;
	background-repeat:no-repeat;
	width:225px;
	height:130px;
	display:block;
	text-indent: -9999px;
}
#navi {
	width:725px;
float:right;
}
#navi ul li{
	float:left;
}
#mininavi{
		background-color:#036;
		padding:5px 0;
		margin-bottom:0px;
		overflow:visible;
		height:20px;
}
#mininavi>div{
	width:980px;
	margin:0 auto;
}
#mininavi ul{
	margin:0;
	overflow:visible;
	padding:0;
	max-width:none;
	position:relative;
}
#mininavi ul li{
	float:left;	
}

#mininavi ul li a, #mininavi ul li a:visited{
	padding:0 15px 0 15px;
	color:#fff;
	text-decoration:none;
	font-size:12px;
}
#mininavi li.current a, #mininavi li.current, #mininavi li.current:hover{
	background-color:#D8C7B7;
	font-weight:normal;
	color:#036;
}
#mainnavi{
	clear:both;
	height:100px;
	overflow:hidden;
	margin-top:30px;
}
#mainnavi ul {
	max-width:1000px;
}
.navitem{
	text-align:left;
}
.navitem a{
	width:124px;
	padding: 10px;
	border-right:0px solid #FFF;
	display:block;
	height:100px;
	margin-bottom:0.5em;
	background-image:url(images/layout/nav_bg_ov.jpg);
	background-position:0 0;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#036;
	font-size:12px;
	font-weight:bold;
	line-height:1.2em;
	margin-right:1px;
}
.current a, .navitem.current a:hover{
	padding:10px;
	background-color:#FFF;
	background-position:0 -200px;
}

.navitem a:hover{
	padding:10px;
	background-position:0 -100px;
}
.navitem a:hover span, .current a span{
	visibility:hidden;	
}
.navitem a:hover, .navitem.current a{
	font-size:15px;	
}
li.navitem a:link{
	display:block;	
}

.navitem a span {
	font-family: Georgia, serif;
	font-style:italic;
	font-weight:100;
	font-size:12px;
	line-height:1.3em;
	color:#666;
	display:block;
	padding-top:10px;
}
a.signupbtn{
/*	background:url(images/layout/signupbtn.png) no-repeat 0 0;*/
	overflow:hidden;
	/*width:196px;
	height:31px;*/
	margin:0 auto;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:bold;
	color:#FFF;
	line-height:1em;
	padding:14px 20px;
	background:#c88917;
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(100% 100% 90deg, #876831, #c88917);
  	/* Safari 4-5, Chrome 1-9 */
  	/* -webkit-gradient(<type>, <point> [, <radius>]?, <point> [, <radius>]? [, <stop>]*) */
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c88917), to(#876831));
  	/* Safari 5.1+, Chrome 10+ */
  	background: -webkit-linear-gradient(#c88917, #876831);
  	/* Opera 11.10+ */
  	background: -o-linear-gradient(#c88917, #876831);
	border:2px solid #FFF;
	box-shadow: 0 1px 3px #666;
	text-shadow:0 -1px 1px #333;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	-o-webkit-radius:16px;
	border-radius:16px;
}
#cta a.signupbtn{
	font-size:15px;
	text-decoration:none;
	color:#FFF;
	}
/*		
#cta a#startchatbtn{
	display:block;
	width:196px;
	height:80px;
	background:url(images/layout/chatbtn.png) no-repeat 0 0;	
	position:relative;
	overflow:hidden;
	margin:0 auto;
}
#cta #BSImage{
	position:relative;
	left:-8000px;
}
*/

#cta {
	float:right;
	width:240px;
	text-align:center;
	padding:0 0 20px 0;
	background:#E0D7CD;
	/* Firefox 3.6+ */
  	background: -moz-linear-gradient(100% 100% 90deg, #f3eee9, #E0D7CD);
  	/* Safari 4-5, Chrome 1-9 */
  	/* -webkit-gradient(<type>, <point> [, <radius>]?, <point> [, <radius>]? [, <stop>]*) */
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f3eee9), to(#E0D7CD));
  	/* Safari 5.1+, Chrome 10+ */
  	background: -webkit-linear-gradient(#f3eee9, #E0D7CD);
  	/* Opera 11.10+ */
  	background: -o-linear-gradient(#f3eee9, #E0D7CD);
	border: 2px solid #936027;
	border-radius:16px;
	margin-top:60px;
}
#feature #cta{
	width:316px;
	margin-top:0;
}
#cta p{
	padding: 10px;
	font-size:12px;
	color:#036;
}
#cta p a{
}
#cta h2{
	padding:15px 30px;
	margin:0;
	font-family: "minion-pro-1","minion-pro-2", Georgia, serif;
	color: #936027;
	font-size: 20px;
	font-weight: normal;
	line-height:1.2em;
}
.signupbtn:hover{
background:#c88917;
	
}

#footer{
	background:#E0D7CD;
	clear:both;
	padding:20px 0 40px 0;	
}
#footer div.content{
overflow:auto;
}
#footer .col{
	width:280px;
	padding:0 40px 0 0;	
}
#footer .col.threeright{
	padding:0;	
}
#footer ul li{
	padding:2px 0;
	color:#666;
	}
#footer ul li a, #footer ul li a:visited{
	color:#036;
	text-decoration:none;
}
#footer ul li a:hover{
	color:#666;	
	text-decoration:underline;
}
#footer a img{
	vertical-align:-25%;
	margin-right:5px;
}
p.priceem{
	border:0px solid #036;
	background-color:#D8CDC0;
	padding: 8px;
	font-size:16px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	display:inline-block;
}
.text{
	margin-left:250px;
}

.content{
	width:980px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	clear:left;
	}
.inlineimg{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float:left;
	margin:0 25px 20px 0;
}
table{
}
th, td{
	padding:8px;
	text-align:left;
	background-color:#036;
	color:#FFF;
	border: 1px solid #FFF;
}
td, td li, td p{
	background-color:#E5DDD5;
	color:#666;
}
th{
	font-family:'minion-pro-1', 'minion-pro-2', serif;
	font-weight:bold;	
}

#tab-container {margin:0;}
.clear{
	clear:both;
}
#tab-container ul {
	list-style: none; 
	margin: 5px 25px 50px 0; 
	float: left; 
	width:230px;
	border-top:1px dotted #036;
	 }
#tab-container ul li { 
	margin:0; 
	padding:0;
	border:none;
	border-bottom:1px dotted #036;
	}
#tab-container ul li:first-child{
}
#tab-container ul li a, #tab-container ul li a:visited { 
	display: block;
	padding: 10px 20px 10px 0; 
	outline: none; 
	color:#036;
	line-height:1;
	text-decoration:none;
	border:none;
	}
#tab-container ul li:hover {
	border-bottom-style:solid
}

#tab-container ul li.selected-tab, #tab-container ul li.selected-tab:hover { 
	border-bottom:2px solid #036;
}
#tab-container ul li a.selected-tab {
	font-weight: bold; 
	text-decoration: none; 
	color:#036 }
#tab-container .panel-container {
	padding-top: 5px; 
	padding-left: 120px; }
#tab1, #tab2, #tab3, #tab4, #tab5, #tab6, #tab7, #tab8, #tab9, #tab10{
	padding: 0; 
	float:left;
	margin-right:-3px;
	width:440px;
	}
#single-container{
	margin:0;
	overflow:auto;
	width: 650px;
}

#newrow {
	margin:0;
	overflow:auto;	
}

.columns{
	float:left;
}
#form .columns{
	width:400px;
	padding:0;
	margin:0;
}
blockquote p{
font-family: Georgia, serif;
color:#936027;
clear:both;
position: relative;
padding: 20px;
margin: 1em 0 2em;
background: #075698;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
background: #E0D7CD;
border-top-left-radius: 10px 10px;
border-top-right-radius: 10px 10px;
border-bottom-right-radius: 10px 10px;
border-bottom-left-radius: 10px 10px;
}
.teasertextrow blockquote p{
	background:#FFF;	
}
blockquote p:after{
content: "";
display: block;
position: absolute;
bottom: -20px;
left: 50px;
width: 0;
height: 0;
border-width: 20px 20px 0 0;
border-style: solid;
border-color: #E0D7CD transparent;	
}
.teasertextrow blockquote p:after{
	border-color:#FFF transparent;	
}

.col{
		float:left;
		width:280px;
		padding:20px;
		margin:0;
		display:inline;
	}
	
	.col h2 {}
	.threeleft{
		clear:both;
		margin-right: 10px;
	}
	.threemid{
		margin-right: 10px;
	}
	.threeright{
	}
	.tworight{
		float:left;
		width:614px;
		background-color:#FFF;
	}
	.teasertextrow, .secondtextrow{
		display:block;
		overflow:hidden;
		background:#E0D7CD url(images/layout/teaserrowbg.gif) repeat-y 0 0;
		margin:0 0 2em 0;
		padding:0;
		height:100%;

	}
	.secondtextrow{	
		background-color:#fff;
		padding: 0;
	}
	.secondtextrow .col{
		padding:0;
		width:320px;	
	}
	.teasertextrow h2 span{
			font-weight:300;
	}

.colone{
}
.coltwo{
	width:600px;
}
.colthree{
	background-color:#FFF;
}
.onecolumn{
	width:290px;
	margin:0 13px;
}
.twocolumn{
	width:619px;
	margin:0 13px;
}

#form.box p{
}
div.fieldleft {
float:left;
position:relative;
}
div.fieldright {
}
#form{
	margin:20px auto;
}
#form form{
	overflow:auto;
	margin:0;
}
#formsubmit{
	text-align:left;
	border-top:0px solid #036;
	padding:15px 0;
}
input#submitter {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; 
	font-size:14px; 
	font-weight:bold; 
	text-shadow:-1px -1px #333;
	color:#FFF; 
	height:60px;
	width:180px;
	padding:10px 30px 10px 15px; 
	margin:0;
	clear:both;
	background-color: transparent;
	background-image:url(images/layout/submitbtn.png);
	background-position:right center;
	background-repeat:no-repeat;
	border:none;
	cursor:pointer;
}
input#submitter:hover{
	cursor:pointer;
	color:#FFF;
	padding:10px 35px 10px 20px;
}
input#submitter:active{
	position:relative;
	top:1px;
}
input.fieldclass  {
background-color:#FFFFFF;
background-repeat:repeat-x;
border-top:1px solid #CCC;
border-right:1px solid #FFF;
border-bottom:1px solid #FFF;
border-left:1px solid #CCC;
margin-right:5px;
padding:8px;
background: #FFF -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#EEE)); 
width:260px;
font-size:13px;
}
select{
background-color:#FFFFFF;
background-repeat:repeat-x;
border:1px solid #3E3834;
font-size:13px;
width:280px;
}
textarea{
width:260px;
}
select:hover, input:hover{
border:1px solid #036;	
}
input[type="text"]:focus, textarea:focus{
	border:1px solid #036;
	background-color:#FFF;	
}

.box span.radiobtn{
font-family:Arial, Helvetica, sans-serif;
color:#036;
font-size:12px;
font-weight:normal;
font-style:normal;
}
div.box{
	padding:20px;
	margin-top:1em;
	background-color:#E0D7CD;
	border:1px solid #C6B2A3;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
.relinks{
	padding:15px 20px;
	background-color:#F3EEE9;
	display:inline-block;
	position: absolute;
	right: 0;
	top: 310px;
	width: 204px;
}
.relinks p{
margin:0;	
}

#tab-container .relinks a, #tab-container .relinks a:link, #tab-container .relinks a:visited, #single-container .relinks a, #single-container .relinks a:link, #single-container .relinks a:visited{
	text-decoration:none;
	padding-bottom:3px;
}
#tab-container .relinks a.vidlinkab{
	width:inherit;
	height:inherit;	
	padding-bottom:0;
	display:inline;
}
#tab-container .relinks a.vidlinkab:after{
	content:none;	
}
#tab-container .relinks a.vidlinkab:hover{
	box-shadow:none;	
}
#tab-container .box h2{
	margin:0 0 1em 0;
}
#form.box{
	width:990px;
	padding:0;
	background-color:#FFF;
	position:relative;
	border:0;
}
#toggler{
	background-color:#D6C3AD;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	padding:5px 15px;
	margin:0;
	position:absolute;
	top:0;
	left:440px;
	width:100px;
	text-align:center;
	-webkit-border-bottom-left-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-bottom-left-radius:6px;
	-moz-border-bottom-right-radius:6px;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	cursor: pointer;
	}
.box li{
	margin:8px 0;
}
.box h2{
	margin-bottom:0.5em;
	font-size:16px;
}
.box span{
	font-weight:bold;
	color:#036;
	font-family:Arial, Helvetica, sans-serif;
}
.cufon-canvas  {
font-size:1px !important;
line-height:1px !important;
text-indent:0 !important;
}
div.error{
	padding:14px;
	background-color:#FFF;
	border:1px solid #C00;
	width:500px;
	margin-bottom:1em;
}
div.error p{
	font-family:Lucida, 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	color:#C00;
	margin:0;
}
td{
		vertical-align:middle;

}
td.price{
	font-family:Arial, Helvetica, sans-serif;
	color:#003366;
	background-color:#D8CDC0;
	font-weight:bold;
	}
td.price span{
	font-weight:normal;
	font-size:12px;
}
#copy a.pdflink, #copy a:visited.pdflink, #copy a:hover.pdflink{
	background-image:url(http://uol.ohecampus.com/templates/skins/Aque-DropDown/images/pdf.png);
	background-position:0 7px;
	background-repeat:no-repeat;
	padding:5px 10px 5px 22px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	display:inline-block;
}
 
 div.active{
	margin-bottom:25px;
 }
 
 /* --- lightbox like feature --- */
 .vidlinkab{
	cursor:pointer; 
 }
 
 #lightbox_wrapper {
  top: 0px; 
  left: 0px;
  position: fixed;
  z-index: 100000;
  margin:0;
  padding:0;
  border:0;
}
#video{
  position:fixed;
  z-index: 100001;
  padding:20px;
  background-color:#ead9ca;
  overflow:visible;
}
#video iframe{
	clear:both;	
}
#vidclose{
	text-align:right;
	cursor:pointer;
	vertical-align:middle;
	background:transparent url(images/layout/closex.gif) no-repeat right top;
	padding: 0 30px 0 0;
	height:25px;
	margin-bottom:15px;
}
#vidclose:hover{
	background-position: right -25px;
}
#vidclose p{
	text-align:right;
	color:#036;
	font-family:Helvetica, 'Lucida Grande', Arial, sans-serif;
	font-weight:bold;
	font-size:16px;
	padding:0;
	margin:0;
}
#vidclose img{
	
	margin-left:5px;
}

/* chat styles */

#chatquery {
	position:absolute;
	bottom:30px;
	right:50px;
	background-image:url(images/activate-chat_01person.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:299px;
	height:232px;
	padding:20px 20px 20px 20px;
	visibility: hidden;
}

h1.chatquery{
	font-family:Arial, Helvetica, sans-serif;
	color:#003366;
	font-size:17px;
	font-weight:bold;
	padding: 20px 0 10px 0
	}
#chatquery p{
	color:#3E3834;
	font-size:12px;
	font-style: normal;
	line-height:1.3em;
}
#chatquery a.closex:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#9b7501;
	text-decoration:underline;
	font-weight:normal;
}

#chatquery a.closex:hover {
	color:#9b7501;
	text-decoration:none;
	font-weight:normal;
}
a#startchat, a#startchat:link{
	width:135px;
	height:40px;
	background:#FFF url(images/startchatbtn.png) no-repeat top left;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	font-size:0px;
	cursor:pointer;
	border:0;
}
a#startchat:hover{
	background-position:0 -40px;	
}
a#startchat:active{
	background-position:0 -80px;
	position:relative;
	top:2px;
	left:2px;
}

a#startchat, a#startchat:link{
	width:135px;
	height:40px;
	background:#FFF url(images/startchatbtn.png) no-repeat top left;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	font-size:0px;
	cursor:pointer;
	border:0;
}
a#startchat:hover{
	background-position:0 -40px;	
}
a#startchat:active{
	background-position:0 -80px;
	position:relative;
	top:2px;
	left:2px;
}
div.closex{
	position:absolute;
	top:0;
	right:0;
	width:45px;
	height:45px;
	cursor:pointer;
	overflow:hidden;
	text-indent:-9999px;
}
p.chat {
	font-size:14px;
	font-style:normal;
	margin-right: 10px;
}

/* web radar */
a#startchatx, a#startchatx:link{
	width:135px;
	height:40px;
	background:#FFF url(images/startchatbtn.png) no-repeat top left;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	font-size:0px;
	cursor:pointer;
	border:0;
}
a#startchatx:hover{
	background-position:0 -40px;	
}
a#startchatx:active{
	background-position:0 -80px;
	position:relative;
	top:2px;
	left:2px;
}
div.closex{
	position:absolute;
	top:0;
	right:0;
	width:45px;
	height:45px;
	cursor:pointer;
	overflow:hidden;
	text-indent:-9999px;
}

