.homepageh1 {
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 40px;
	margin-bottom: 0;
}

.homepageh2 {
	font-size: 12px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
}

body { 	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin-top: 0; 
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

#container {
	width: 780px;
	height: 350px;
	background-image: url(/image/navigation/page_background.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0 10px 0 10px;
    position: relative; /*The container must be positioned
                        /*in order to contain positioned
                        /*elements*/
    margin: 0 auto; /*This is the proper way to center an element*/
	text-align: left; /*corrects for IE hack*/
}

#header {
	height: 120px;
	width: 759px;
	layer-background-color: #FFFF00;
}

#banner {
	position: absolute;
	top: 124px;
	width: 759px;
	height: 40px;
	background-color: #86DC17;
	left: 10;
}

#nav {
	position: absolute;
	top: 164px;
	width:253px;
	padding: 0;
	left: 10px;
	z-index: 2;
}
#nav_com {
	position: absolute;
	width:253px;
	padding: 0;
	left: 10px;
	z-index: 2;
}
#content {
	position: absolute;
	top: 182px;
	left: 290px;
	width:470px;
}
#content_com {
	position: absolute;
	left: 290px;
	width:470px;
}
#boxed {
	width:200px;
	float: right;
	background-color: #DDDDDD;
	margin: 10px -10px 10px 10px;
	padding: 0px;
}

#boxed p {
	padding: 10px;
}

#footer {
	position: relative;
	width:759px;
	height:34px;
	left: -280px;
}

.hidden {
	display: none;
}

.dictate {
	background-color: #86DC17;	
}

.transcribe {
	background-color: #34A3F9;	
}

.business {
	background-color: #404040;
}

.winscribe {
	background-color: #CCCCCC;
	border-top: 2px solid #BBBBBB;	
}

.winscribe p {
	font-size: 125%;
	color: #777777;
	padding-left: 20px;
	margin-top: 55px;
}

h1 {
	font-size: 100%;
	line-height: 80%;	
	font-weight: bold;
	color: #86DC17;	
}


h2 {
	font-size: 150%;
	padding-bottom: 10px;
	font-weight: bold;
	color: #86DC17;
}

h3 {
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 40px;
	margin-bottom: 0;
}

#content a:link {
	color: #666666;
	text-decoration: none;
}

#content a:visited {
	color: #666666;
	text-decoration: none;
}

#content a:hover {
	color: #34A3F9;
	text-decoration: underline;
}

#content strong {
	color: #666666;
}

#content td {
	font-size: 10pt;
}

#content input, #content select, #content textarea {
	width: 200px;
	font-size: 9pt;
}

#form td {
	padding-bottom: 5px;
	padding-left: 10px;
}

#nav a:link {
	color: #000000;
		text-decoration: none;
}
#nav a:visited {
	color: #000000;
	text-decoration: none;
}
#nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#nav li {
	font-size: 90%;
	margin-left: 3px;
	padding-bottom: 0px;
}

.dictate li {
	list-style-image:  url(/image/navigation/bullet_dictate.gif);
}

.business li {
	list-style-image:  url(/image/navigation/bullet_business.gif);
}

.transcribe li {
	list-style-image:  url(/image/navigation/bullet_transcribe.gif);
}

.winscribe li {
	list-style-image:  url(/image/navigation/bullet_winscribe.gif);
}

.quotation {
	margin-left: 10px;
	margin-right: 25px;
	background-image:  url(/image/navigation/quote_open.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 20px;
	font-style: oblique;
	color: #666666;
}

#quote {
	position: absolute;
	top: 400px;
	left: 10px;
	width: 252px;
}

.quoter {
	position: relative;
	top: -19px;
	right: 0px;
	background-image:  url(/image/navigation/quote_close.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	text-align: right;
	font-style: oblique;
	color: #999999;
}

#quote input, #quote select, #quote textarea {
	width: 100px;
	font-size: 9pt;
}

.submit {
	background-color: #86DC17; 
	border: 1px solid #999999; 
	color: #666666; 
	font-weight: bold; 
	background-image: url(/image/navigation/form_send_bg.gif); 
	background-repeat: no-repeat; 
	background-position: right;
}

#quote td {
	padding: 7px;
	
}

.navigation {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0 0 0 15px;
}

.navigation ul {
margin: 0;
padding: 0;
}

.navigation li {
float: left;
list-style-type: none;
list-style-position: outside;
margin: 0 0 0 15px;
padding: 0;
white-space: nowrap;
}

.navigation a:link {
	color: #777777;
	text-decoration: none;
}
.navigation a:visited {
	color: #777777;
	text-decoration: none;
}
.navigation a:hover {
	color: #0099cc;
}
a:hover {
	color: #0099cc;
}
