﻿/* CSS Document */
/* index.aspx - styles for screen media */

p, li { line-height:140%; }
h3 {
	font-size:120%;
	font-weight:bolder;
	color:#333399;
}
h3 a {
	color:#333399;
	text-decoration:none;
	font-weight:bolder;
}
p.follow, p.follow a {
	color:#333399;
}
p.password, p.password a {
	color:#000;
}

/* ----- div.makecall ----- */
div.makecall {
	display:block;
	z-index:30;
	width:320px;
	position:relative;
	float:left;
	margin-top:10px;
	margin-left:30px;
	background:url(images/bg_makecall.png) no-repeat;
}
div.makecall h3 {
	text-align:center;
	padding:0.8em 0 0.5em;
	font-size:120%;
}
div.makecall div.content {
	background:url(images/bg_makecall_content.png) no-repeat right bottom;
	padding:0 3.4em 26px 0;
}
div.makecall div.content p {
	margin:0 0 1em 2.1em;
	font-size:100%;
}
div.makecall p.follow {
	margin:0.3em 0 0 40px;
	font-size:110%;
}


/* ----- div.about ----- */
div.about {
	display:block;
	z-index:40;
	width:320px;
	position:absolute;
	top:44px; 
	left:330px !important; left:-25px;
	margin-top:0px;
	background:url(images/bg_about.png) no-repeat;
}
div.about p {
	margin:0 1.0em 1em 1.8em;
}
div.about h3 {
	text-align:center;
	padding:0.8em 0 0.5em;
	font-size:120%;
}
div.about div.content {
	background:url(images/bg_about_content.png) no-repeat left bottom;
	padding:0 0 26px;
}

div.about p.follow {
	margin:0.3em 0 0 70px;
	font-size:110%;
}



