/* CSS Document */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: black;
	}

input {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: black;
	}

textarea {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: black;
	}

#wrapper {
	margin: 20px auto;
	border: 1px solid black;
	background-color: white;
	width: 768px;
	position: relative;
	}
	
#wrapper hr {
	clear: both;
	width: 764px;	
	margin-left: 2px;
	}

.bigTextBox {
	display: inline;
	width: 300px;
	padding: 10px;
	top: 120px;
	float: left;
	font-size: 200%;
	color: #666666;
	}
	
.bigWideTextBox {
	padding: 10px;
	top: 120px;
	font-size: 200%;
	color: #666666;
	}

.smallTextBox {
	display: inline;
	width: 400px;
	padding: 10px;
	float: right;
	top: 120px;
	line-height: 24px;
	}

.smallTextBox ul {
	margin-left: 0;
	padding-left: 0;
	}

.smallTextBox li {
	list-style-image: url(../Images/listArrowGreen.gif);
}

.bigGray {
	font-size: 130%;
	font-weight: bolder;
	color:#333333;
	}

.divRuler {
	border: none 0;
	border-top: 1px dashed #000;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	position: relative;
	}
	
.line { 
	background: #fff url(../Images/borderLine.gif) no-repeat center bottom;
	margin: 8px auto;
	height: 1px;
	clear: both;
	width: 764px;
}

#footer {
	clear: both;
	}
	
#clientBox ul {
	margin-top: 0;
	margin-left: 8px;
	padding-left: 0;
	}
	
#clientBox li {
	list-style: none;
	display: inline;
	padding: 1px;
	}

#clientBox li img {
	border: 1px solid black;
	}
	
.vcard
{
    background-color: lightcyan;
    border: 1px dashed orange;
    padding: 4px;
}

#whyMicro
{
    font-size: x-small;
    font-family: Verdana;
    margin: 0 0 10px 6px;
}

.geo 
{
    display: none;
}

#quote
{
	padding: 5px;
}

.quotedText
{
	font-weight: bold;
	color: #333333;
	font-family: "Courier New", Courier, monospace;
}
