/*
------------ MAIN STYLESHEET 
------------ FOR ASK THE PROFESSSIONALS
*/

/* SELECTOR STYLES */
body {
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	font-size:99.9%;
}

h1, h2, h3, h4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	/*color:#2F5D71; color:#4487A5;*/
	color: #00CCFF;
	font-weight:bold;
	line-height:99%;
	margin:0;
}
h1 {font-size: 32px;}
h2 { font-size:29px;}
h3 { color:#6699CC;}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 0.8em;
	color:#555;
	line-height:1.2em;
}
ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
a:link, a:visited, a:hover {
	color: #00CCFF;
	text-decoration: none;
	border-bottom: 1px dashed #FF66FF;
}
a:hover {
	border-bottom: 1px dashed #00CCFF;
	background-color:#EFEFEF;
}


/* DIV STYLES */

#wrappper {
	background-image:url(bkd.gif);
	background-repeat:repeat-y;
}
#header {
	background:url(header.gif) 15px 17px no-repeat;
	height: 150px;
	width:100%;
}
#body {
	background-color:#EFEFEF;
}
#footer{
	background:url(footerbkd.gif) repeat-x;
	padding: 20px 15px 35px 15px;
	width:100%;
}

#body a:hover {
	border-bottom: 1px dashed #00CCFF;
	background-color:#FFF;
}

.ProBlock img, #footer img { 
	float:left; 
	padding: 0 25px 10px 0; 
}
#footer img {
		padding: 10px 15px 0 0; 
}


/* CUSTOM CLASSES */

.ProBlock {
	padding: 25px 25px 15px 15px;
	border-bottom: 2px dashed #666;
}
.ProBlock p {
	margin-top: 0.5em;
}
.ProDivider {
	border-bottom: 2px dashed #666;
}
div.ProContact {
	 padding: 10px;
	 background-color:#CCCCCC;
}
.companyinfo {
	color:#7A7A7A;
	text-align:left;
	line-height:1.4em;
}
.ProMail { margin:0; padding:0; line-height:1em; }
.imageBox { }
.arrows li {
	line-height:170%;
	font-size:110%;	
	background-position: 0 .6em;
	padding-left: .8em;
	background-image: url(bullet.gif);
	background-repeat:no-repeat;
}
.mailto {
	padding-right: 18px;
    background-color: transparent;
    background-image: url(mail.png);
    background-repeat: no-repeat;
	background-position: center right;
	background-attachment:scroll;
}
.offpage {
	text-indent:-6000px;
}
.extrapad { margin-bottom:1.75em; }
.dropcap {
	float:left;
	color:#CCCCCC;
	background-color:#FDFDFD;
	font-size:4em;
	line-height:1em;
	font-weight:bold;
	padding: 0em 0.1em 0.2em 0.1em;
	margin: 0 0.2em 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:normal;
}
div.question { min-height:5em; }
.question p{ 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
}