/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	background-color:#eceae5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
/*	color:#75736c;	*/
	color:#5b5954;
	margin:10px;
	text-align:center;
}
a:link,a:visited {
/*	color:#75736c;	*/
	color:#5b5954
}
a:hover,a:active {
	color:#780610;
	text-decoration:none;
}

#wrap {
	width:770px;
	font-size:90%;
	background-color:#FFFFFF;
	margin:0 auto;
	padding-bottom:20px;
	text-align:left;
}

#clientLinks {
	background-color:#eceae5;
	margin:0;
	padding:10px 0 5px 0;
	text-align:right;
	font-size:80%;
}
#clientLinks li {
	list-style:none;
	display:inline;
	padding:0 10px;
	border-left:1px solid #75736c;
}
#clientLinks li.first {
	border-left:none;
}
#clientLinks a {
	text-decoration:none;
}

#header {
	padding:10px 20px;
	margin-top:20px;
}
img#logo {
	margin-top:10px;
}

#mainNav {
	list-style:none;
	background:url(../images/nav_bg.gif) repeat-x #c9c2b5;
	margin:0 20px;
	border-bottom:1px solid #a25a60;
	text-align:center;
}
#mainNav li {
	float:left;
	padding:6px 20px;
	background:url(../images/nav_dividers.gif) repeat-y top left;
	text-align:center;
}
#mainNav li.first {
	background:none;
}
#mainNav li a:link, #mainNav li a:visited {
	color:#780610;
	text-decoration:none;
	font-weight:bold;
}
#mainNav li a:hover, #mainNav li a:active {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
#mainNav:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#mainGraphic {
	margin:0 20px;
}

#content {
	margin:0 20px;
	background:url(../images/subNav_bg.gif) repeat-y;
}
#content p, #content h1 {
	margin-bottom:10px;
	clear:both;
}
#content h1, #content h2 {
	color:#780610;
	font-size:150%;
}
#content h3 {
	color:#405B8A;
	font-size:150%;
}
#content h4 {
	color:#780610;
	font-size:125%;
}
#content ul {
	margin:0 0 10px 30px;
}
#content:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#leftColumn {
	width:230px;
	float:left;
}
#leftColumn img {
	display:block;
	margin:20px 0 0 20px;
}
#leftColumn blockquote {
	margin:20px;
	font-weight:bold;
	font-size:130%;
	text-align:right;
}
#rightColumn {
	width:480px;
	margin:20px 0;
	float:right;
}
#oneColumn {
	padding:20px 50px;
}

dl.subNav {
	margin:20px;
}
dl.subNav dt {
	font-size:120%;
	font-weight:bold;
	color:#780610;
	margin-bottom:10px;
}
dl.subNav dd {
	margin-bottom:5px;
	padding-left:10px;
}

#btmBar {
	list-style:none;
	background:url(../images/nav_bg.gif) repeat-x #c9c2b5;
	margin:0 20px;
	padding:6px 0;
	border-bottom:1px solid #a25a60;
	text-align:center;
}
#btmBar dt, #btmBar dd {
	display:inline;
	color:#a25a60;
	padding:0 10px;
}
#btmBar a:link, #btmBar a:visited {
	color:#a25a60;
	text-decoration:none;
}
#btmBar a:hover, #btmBar a:active {
	color:#000000;
	text-decoration:none;
}

#footer {
	width:770px;
	margin:0 auto;
	text-align:left;
}
#footer dl {
	font-size:80%;
	float:left;
	margin-top:10px;
	width:192px;
}
#footer dt {
	font-weight:bold;
	border-bottom:1px solid #75736c;
	padding-bottom:3px;
}
#footer dd {
	margin-top:3px;
}
#footer:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.rowBox {
	margin-bottom:10px;
}
.rowBox:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

ul.bullet li {
	list-style-image:url(../images/bullet.gif);
}
.testimonial {padding-right:10px;
}
.shadeform	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url(../images/shadeform.gif);
		text-align: left;
		WIDTH: 250PX;
		BORDER: #000000 1px solid;
}

/* =========================== */
/* IE HACKS */

/* Hides from IE-mac \*/
* html #mainNav {height: 1%;}
* html #content {height: 1%;}
* html #footer {height: 1%;}
* html .rowBox {height: 1%;}
/* End hide from IE-mac */


/* IE7 Hacks */
html > body #content, html > body #mainNav {
	height:auto;
	max-height:12000px;
}
