/************************** DEFAULTS **************************/
body {
	background-color: #e5e7e9;
	text-align:center;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}
body,td,th, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	font-weight: normal;
}
#container {
	width: 858px;
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;	
}
a img {
	border: 0px;
}

/****** LINKS & TEXT ******/
a:link {
	color: #141414;
	text-decoration: underline;
}
a:visited {
	color: #141414;
	text-decoration: underline;
}
a:hover {
	color: #929292;
	text-decoration: underline;
}
a:active {
	color: #141414;
	text-decoration: underline;
}

#footText a:link {
	color: #c5c5c5;
	text-decoration: none;
}
#footText a:visited {
	color: #c5c5c5;
	text-decoration: none;
}
#footText a:hover {
	color: #666666;
	text-decoration: underline;
}
#footText a:active {
	color: #c5c5c5;
	text-decoration: none;
}

.navDivide a:link {
	text-decoration: none;
}
.navDivide a:visited {
	text-decoration: none;
}
.navDivide a:hover {
	text-decoration: none;
}
.navDivide a:active {
	text-decoration: none;
}

.midTextHead {
	font-weight: bold;
}

/************************** HEADER & NAVIGATION **************************/



/************************** MIDDLE BODY **************************/

H1 {
	font-size: 1.3em;
	font-weight: normal;
	margin-top: 16px;
	margin-bottom: 14px;
	color: #343434;
}

/****** DIVS ******/
.navBox, .navBoxParts, .navBoxOver, .navBoxPartsOver {
	display: block;
	width: 195px;
	height: 19px;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 0px;
	border-bottom: 1px solid #d9d9d9;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #484848;	
	letter-spacing: .1em;
	background-image: url(images/navArrow.gif);
	background-color: #ffffff;
	background-repeat:no-repeat;
	background-position: 210px 7px;
	cursor: pointer;
}
* html div.navBox, * html div.navBoxParts,  * html div.navBoxOver,  * html div.navBoxPartsOver{
    width: 225px; /* for IE5 and IE6 in quirks mode */
    w\idth: 195px; /* for IE6 in standards mode */
	padding-top: 4px;
}
.navBoxOver, .navBoxPartsOver {
	background-color: #f0eff3;
}

.navBoxOn {
	background-image: url(images/navArrowDown.gif);
	background-position: 207px 10px;	
}

.subNav {
	text-align:left;
	border-bottom: 1px solid #d9d9d9;
	padding: 4px 0px 4px 0px;
}
.subNav div {
	margin-left: 40px;
	padding: 1px 0px 1px 0px;
}

#navAboutUs {
	border-top: 1px solid #d9d9d9;
	margin-top: 25px;
}

#contentBody {
	width: 586px;
	padding: 17px;
	text-align: left;
}
* html div#contentBody {
    width: 620px; /* for IE5 and IE6 in quirks mode */
    w\idth: 586px; /* for IE6 in standards mode */
}
#contentBody P {
	margin-top: 0px;
	margin-bottom: 10px;
}
#flashcontent {
	border: 1px solid #d9d9d9;
	margin-top: 10px;
}
#footText {
	padding: 20px;
	padding-top: 20px;
	color: #c5c5c5;
	text-align:left;
	line-height: 12px;
}
#paraText, #paraTextModel {
	margin-top: 15px;
	margin-bottom: 15px;
	line-height:normal;
}
#paraTextModel {
	border-top: 1px dashed #d9d9d9;
	clear: both;
	margin-bottom: 10px;
}
.serviceBio {
	text-align: center;
	width: 195px;
	height: 230px;
	vertical-align:middle;
}
.showModelImage {
	width: 151px;
	float: left;
}
.showModelText {
	margin: 15px 0px;;
	float: right;
	width: 415px;
}
/****** TABLES ******/
#containTable{
	width: 858px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
#pageDivide{
	width: 846px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/**** TABLE COLUMNS ****/
td#pageBorderLeft {
	width: 6px;
	background-image: url(images/pageBorderLeft.gif);
}
td#pageContent {
	width: 846px;
	background-color: #FFFFFF;
}
td#pageBorderRight {
	width: 6px;
	background-image: url(images/pageBorderRight.gif);
}
td.navDivide {
	width: 225px;
}
td.vertDivide {
	background: #d9d9d9 url(images/divideSpace.gif) repeat-y; 
	width: 1px;
}
td.contentDivide {
	width: 620px;
}
td.horzDivide {
	background: #d9d9d9 url(images/divideSpace.gif) repeat-x; 
	width: 846px;
	height: 1px;
}
td#splashFooter {
	background: #c4c5c7 url(images/splashFootBack.gif) repeat-x;
	height: 118px;
	width: 846px;	
	text-align:left;
	vertical-align:top;
}
td#footer {
	height: 20px;
	width: 846px;	
}

/*** IMAGES ***/
#footNumOne {
	margin-left: 17px;
}
#footPreOwned {
	position:absolute;
	margin-top: 12px;
	margin-left: 33px;
}
.subImage {
	float: right;
	margin: 0px 0px 0px 7px;
}

/************************** FOOTER **************************/



