/* CSS Document */

html { overflow: scroll; } 

body {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#000000; 
	background-color:#FFFFFF;
	text-align:justify;
	height:1000px;
	line-height:1.4em;
}

#main { 
	width:980px; 
	margin:0 auto;
	padding:0;
}

.visible {visibility:visible;}
.invisible {visibility:hidden;}

#share {margin-bottom:30px; }

h1, h3, h4 {
	font-family:Arial, Verdana, Helvetica, sans-serif; 
}

h4 {
	font-size:110%;
}

div.header { 
	background-color:#FFFFFF; 
	background-image:url(/images/header.jpg); 
	background-repeat:no-repeat; 
	height:110px; 
	border:0;
	margin-bottom:20px;
} 

div.sidebar { 
	float:left;
	width:160px;
	padding:0;
/*	margin-left:10px; */
	padding-top:15px; /*match the h1, h3 margin-top within the content div */
	font-size:80%;
}

div.callmeButton {
	margin:0 auto;
	width:230px;
	padding:15px 15px 0 15px;
}

#payment div.callmeButton {
	padding-top:0px;
}

div.sidebar ul { 
	list-style-type:none; 
	margin:0; 
	padding:0;
	text-align:center;
}

div.sidebar li {
	margin:5px 5px 15px 5px;
/*
	background-color:#999999;
	border-bottom:thick groove blue;
	border-right:thick grove blue;
	border-top:thick groove yellow;
	border-left:thick groove yellow; */
}

div.sidebar a , .askEmphasis { 
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-weight:bold;  
	color:#3232CA;  
	
}

.askEmphasis { white-space:nowrap; }

div.sidebar a {
	display: block;
	width:130px;
	padding:5px;
	border: 1px solid #3232CA;
	background: #d7f1fe;
}

div.sidebar a:hover {
	color: #C60; 
	border: 1px solid #C60;
	background:#FFFFCC;

}

/*
div.sidebar a {
	width:130px;
	padding:5px;
	border:1px solid blue;	
	background-color:#d7f1fe;
}

div.sidebar a:hover, div.sidebar a:focus, div.sidebar a:active { color:#C60; } 

*/

.selected {color:#C60; }

div.content {
	padding:0;
	margin-left:180px;
	width:680px;
}

.clearboth {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

.clearright {
	clear: right;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

.clearleft {
	clear: left;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}



.content p , .rollover p {margin-top:6px; margin-bottom:4px;}


.content li {margin-bottom:10px; }

.examplePopup {
	padding-left:60px;
}

/* Styles for popup information boxes */

#security_alerts li { position:relative; }

.rollover { 
	position:absolute; 
	display:block; 
	text-align:justify; 
	border:1px solid #C60; 
	background: #e1eaf3; 
	width:680px; 
	padding:10px; 
	z-index:10;
}

.rollover_small { 
	position:absolute; 
	display:block; 
	text-align:justify; 
	border:1px solid #C60; 
	background: #e1eaf3; 
	padding:10px; 
	z-index:10;
}




/* Styles for the click button images */

div.bigButton , span.bigButton { text-align:center;}
div.bigButton a:hover , div.bigButton a:active , span.bigButton a:hover , span.bigButton a:active {background-color:#FFFFFF;}

/* Testimonial styles */

p.testimonial {position:relative; left:0px; margin-top:20px;}

p.testimonialName{position:relative; left:225px; margin-bottom:30px;}


/* Styles for the right column */

.rightColumn {width:150px;}

/* temporary table 



/* GoToAssist styles */

div.helpBox {float:right; width:218px;}

.submitButton { width=98px; height:104px; border:none; }

/* Picture styles */

div.picture {float:right; width:140px;}

div.bio p {width:535px; }
div.bio { margin-bottom: 20px;}

#footer { margin-top:40px;}


