a {color: #c52740;text-decoration:none;}
a:link    {color:#c52740; text-decoration:none;}
a:active  {color:#c52740; text-decoration:none;}
a:visited {color:#c52740; text-decoration:none;}
a:hover   {color:#DFB320; text-decoration:none;}

body {
    margin: 0px;
    background: #1A1A1A;/* fdf8c0 262626 e8c961 DFB320 222222 */
    font-family: verdana,arial,helvetica,san-serif;
    font-size: 12px;
    color: #333;
    line-height: 1.4;
}
/* main design */
.content_body {
    text-align: center;
/*    border-left:  1px solid #000;*/
}
.header {
    width: 800px;
    background: #fdf8c0;
    padding-top: 5px;
    text-align: left;
}
.nav_area {
    width: 125px;/* 170px 150px 135px */
    background: #fdf8c0;
}
.content_area {
    width: 445px;
    background: #FFFAD6;
    border-top:   1px solid #000;
    border-right: 1px solid #000;
    border-left:  1px solid #000;
}
.content_margin {
    margin: 10px 10px 15px 10px;
}
.left_side_area {
    width: 230px;/* 270px */
    background: #000;/* 4e5253 */
    border-top: 1px solid #000;
/*    border-right: 1px solid #000;*/
}
.footer {
    background: #000;
    font-size: 9px;
    color: #e8c961;
    text-align: center;
    line-height: normal;
}
    .footer a:link    {color: #c52740;text-decoration:none;}
    .footer a:visited {color: #c52740;text-decoration:none;}
    .footer a:active  {color: #c52740;text-decoration:none;}
    .footer a:hover   {color: #e8c961;text-decoration:none;}
.footer_margin {
    margin: 5px
}
.footer_location {
    color: #e8c961;
}
    .footer_location a:link    {color: #e8c961;text-decoration:none;}
    .footer_location a:visited {color: #e8c961;text-decoration:none;}
    .footer_location a:active  {color: #e8c961;text-decoration:none;}
    .footer_location a:hover   {color: #e8c961;text-decoration:none;}
/* main navigation */
.navigation {
    margin: 7px 5px 5px 10px;
    font-family: verdana,arial,helvetica,san-serif;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    line-height: 1.4;
}
    .navigation a:link    {color: #c52740;text-decoration:none;}
    .navigation a:visited {color: #c52740;text-decoration:none;}
    .navigation a:active  {color: #c52740;text-decoration:none;}
    .navigation a:hover   {color: #DFB320;text-decoration:none;}
.nav_location {
    font-family: verdana,arial,helvetica,san-serif;
    font-size: 12px;
    font-weight: bold;
    color: #DFB320;
}
    .nav_location a:link    {color: #DFB320;text-decoration:none;}
    .nav_location a:visited {color: #DFB320;text-decoration:none;}
    .nav_location a:active  {color: #DFB320;text-decoration:none;}
    .nav_location a:hover   {color: #DFB320;text-decoration:none;}
/* main definition */
h1 {
    margin: 0px 0px 10px 0px;
    font-family: verdana,arial,helvetica,san-serif;
    font-size: 16px;
    color: #c52740;
}
h2 {
    margin: 10px 0px 0px 0px;
    font-family: verdana,arial,helvetica,san-serif;
    font-size: 14px;
    color: #DFB320;/* e8c961 */
}
h3 {
    margin: 10px 0px 0px 0px;
    font-family: verdana,arial,helvetica,san-serif;
    font-size: 12px;
    color: #DFB320;
}
h1.float-right {
    float: right;
    width: 17em;/* 25em */
    margin: 60px 70px 0 0em;
    padding: 5px;
    background: #020202;
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    font-style: italic;
    color: #F8C545;
    text-align: center;
}
p.top {
    margin: 0;
    padding: 0em;/* 0.2em */
}
.clear {
    clear: both;
}
p {
    margin-top: 0px;
    margin-bottom: 10px;
}
ol {
    margin-top: 0px;
}
.page_anchors {
    font-size: 9px;
    color: #c52740;
    line-height: normal;
}
    .page_anchors a:link    {color: #c52740;text-decoration:underline;}
    .page_anchors a:visited {color: #c52740;text-decoration:underline;}
    .page_anchors a:active  {color: #c52740;text-decoration:underline;}
    .page_anchors a:hover   {color: #DFB320;text-decoration:underline;}
.top_anchor_link {
    font-size: 9px;
    line-height: normal;
    text-align: right;
}
.highlight {
	color: #c52740;
}
.l_margin {
	margin-left: 20px;
}
.text_normal {
	font-size: 12px;
	font-weight: normal;
}
/* services page */
.services_detail {
    margin-left:10px;
    margin-bottom: 10px;
	line-height: 1.2em;
}
.services_detail ul {
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
.services_detail li {
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 3px;
}
.services_detail_indent {
	margin-left: 20px;
}
/* FAQ */
.faq_questions {
    font-weight: bold;
}
.faq_answer {
    margin-left: 20px;
    margin-bottom: 10px;
}



