body {
	background-color: #494949;
}
#pageSurround {
	width: 785px;
    margin: 0px auto;
    padding: 0;
	background-color: #FFFFFF;
}
TABLE.main {
    width: 100%;
    height: 100%;
    border: 4px solid #FFFFFF;
}
TR.spacer {
    height: 4px;
    background-color: #FFFFFF;
}
TD.logo {
    width: 180px;
    background-color: #AA281A;
    border-right: 4px solid #FFFFFF;
}
TD.banner {
    background-color: #566F8E;
    background-image: url(http://drgaryblake.com/images/couple.jpg);
    background-repeat: no-repeat;
    text-align: right;
}   
TR.toolbarf {
    height: 31px;
    background-color: #3D3D3D;
}
TR.toolbar {
    height: 31px;
}
TD.tbbutton {
    margin: 4px 4px 4px 4px;
    text-align: center;
    border-right: 2px dotted #595959;
}
A.tbbutton { 
    font-family: Arial,Geneva,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
    height: 100%;
    text-decoration: none; 
    padding: 8px 12px 8px 12px;
    margin: 0 1px 0 1px; 
}
A.tbbutton:link    { color: #FFFFFF; }
A.tbbutton:visited { color: #FFFFFF; }
A.tbbutton:hover   { background-color: #AA281A; }
LI {
    font-family: Arial,Geneva,Helvetica,sans-serif;
    font-size: 13px;
    color: #3D3D3D;
}
UL.small {
    padding: 0 8px 4px 8px;
    margin-left: 8px;
}
LI.small {
    font-family: Arial,Geneva,Helvetica,sans-serif;
    font-size: 12px;
    color: #3D3D3D;
}
A:link    { color: #3D3D3D; }
A:visited { color: #3D3D3D; }
A:hover   { color: #AA281A; }
P.return {
    font-family: Arial,Geneva,Helvetica,sans-serif;
    font-size: 10px;
    text-align: right;
}
P.body {
    font-family: Arial,Geneva,Helvetica,sans-serif;
    font-size: 14px;
    color: #3D3D3D;
    text-align: justify;
}
TR.footer {
    height: 16px;
    background-color: #566F8E;
}
TD.footer {
    font-family: Arial,Geneva,Helvetica,sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    padding: 0 4px 0 4px;
}
H1 {
    font-family: Arial,Geneva,Helvetica,sans-serif;
    font-size: 18px;
    color: #AA281A;
}
DIV.boxquote {
    text-align: justify;
    margin: 8px 16px 8px 16px;
    padding: 6px 8px 6px 8px;
    border: 2px solid #566F8E;    
    font-family: Arial,Geneva,Helvetica,sans-serif;
    font-size: 12px;
    font-style: italic;
}
DIV.quote {
    width: 80%;
    margin: 8px 16px 8px 16px;
    padding: 6px 8px 6px 8px;
    font-family: Arial,Geneva,Helvetica,sans-serif;
    font-size: 12px;
    font-style: italic;
}
P.phone {
    font-family: Times Roman,Times,serif;
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
}
P.address {
    font-family: Times Roman,Times,serif;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    margin-top: 0;
}
P.kcmetro {
    font-family: Times Roman,Times,serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
    color: #566F8E;
}
P.title {
    font-family: Arial,Geneva,Helvetica,sans-serif;
    font-size: 27px;
    font-weight: bold;    
    margin-bottom: 0;
}
P.subtitle {
    font-family: Arial,Geneva,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;    
    margin: 0 0 0 0;
}
P.author {
    font-family: Arial,Geneva,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;    
    margin-top: 0;
}
SPAN.red {
    color: #AA281A;
}

#topHeader {
	text-align: right;
	height: 36px;
	margin-bottom: 20px;
	padding-right: 0px;
	padding-top: 68px;	
}
.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: bold;
    text-align: center;
    background-color: #FFFFFF;
    margin: 8px 8px 0 8px;
    padding: 4px 0 4px 0;
    border: 1px solid #AA281A;
	height: 15px;
}
.boxContentLeft, .boxContentRight {
	padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 8px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.colLeft {
    background-color: #C8B99A;
    height: 800px;
	position: relative;
	left: 4px;
	width: 180px; 
	margin-left: 0px;
    padding-left: 0px;
	padding-right: 0px;
	float: left;
}
.colMid {
	position: relative;
	width: 600px;
    float: left;
}
.colRight {
	position: relative;
	width: 160px; 
	padding-left: 5px;
	right: 0px;
	float: right;
}
.boxContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3D3D3D;
    text-align: justify;
    padding: 14px 16px 14px 16px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
    height: 800px;
    background-color: #C8B99A;
	position: relative;
	left: 4px;
	width: 180px; 
	margin-left: 0px;
    padding-left: 0px;
	padding-right: 0px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 570px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #EBEDFE;
	text-align: center;
	border: 1px solid #C9CEFC;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 387px;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}