/* 
'-------------------------------------------------------------------
'	© 2003-2004 nCubed
'	Support for all of nCubed's products may be found at:
'	http://www.nCubed.com/Support/
'-------------------------------------------------------------------
 */

 body {
	background-color: #FFFFFF;
	color: #786D67;
	margin: 25px;
	background-image:  none;
}

#homeWelcome {
	margin: 18% 10% 10% 25%;
	margin: 18% auto auto 25%;
	width: 113px;
	height:118px;
}

/* 
dispaly: none; no longer needed with the addition of the JS Flash script.
*/
#homeServices {
	width: 550px;
	margin: auto;
}


p, div, ul, ol, li, table, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #786D67;
	font-size: 11px;
	font-size/* */:/**/12px;
	font-size: /**/12px;
}

a,
a:link, 
a:visited {
	color: #000000;
	text-decoration: underline;
	background-color: transparent;
}

a:hover,
a:active {
	color: #FF5000;
	text-decoration: none;
	background-color: transparent;
}

/* get rid of the underlines for the named anchors on
the headers */
h1 a,
h2 a,
h3 a,
h4 a {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, th {
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
}

h1 {
	color: #030303;
	font-size: 15px;
	font-size/* */:/**/16px;
	font-size: /**/16px;
}

h2 {
	color: #666666;
	font-size: 15px;
	font-size/* */:/**/16px;
	font-size: /**/16px;
}

h3 {
	color: #666666;
	font-size: 13px;
	font-size/* */:/**/14px;
	font-size: /**/14px;
}

h4, h5, h6 {
	color: #666666;
	font-size: 11px;
	font-size/* */:/**/12px;
	font-size: /**/12px;
}


blockquote, p {
	line-height: 1.6em;
}

img {
	display: block;
	border: none;
	margin: 0;
	padding: 0;
	background-color: transparent;
}

li {
		line-height: 1.6em;
}

/* keep nested ol's in ul's from taking on image styles. */
ol li {
	list-style-image: none;
}

dd {
		line-height: 1.6em;
}
dt {
	font-weight: normal;
	margin-bottom: 1em;
}

dd {
	margin-bottom: 1.2em;
}

p.noFlash {
	margin: 20px auto; 
	border: 1px solid dashed; 
	padding: 7px;
	text-align: center;
}