/*******************************************************************/
/*                                                           RESET */
/*******************************************************************/
body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, form, input, label { padding: 0px; margin: 0px; }

body {
  font-family: Arial, Helvetica, sans-serif;
	color: #413D34;
	font-size: 13px;
	line-height: 135%;
}

/*******************************************************************/
/*                                                          GLOBAL */
/*******************************************************************/
.clear { clear: both;}
.hide { display: none; }
.red { color: #CC0000; }
.green { color: #009900; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.small-text { font-size: 11px; }
img.right { float: right; margin-left: 5px; margin-top: 5px; margin-bottom: 5px; }
img.left { float: left; margin-right: 5px; margin-top: 5px; margin-bottom: 5px; }

.normal { font-weight: normal; color: #333333; }
.normal-color { color: #333333 !important; }

img { border: none; }
a img { border: none; }
a { color: #339900; text-decoration: underline; font-weight: bold;}
.img-desc { text-align: center; font-style: italic; font-size: 11px; }

hr { display: none; }
.hr-line { height: 1px; overflow: hidden; background-color: #CCCCCC; }

/***************/
/* OVERLAPPING */
/***************/
.overlap,
.overlap * { display: block; position: relative; overflow: hidden; }
.overlap span { position: absolute; left: 0px; top: 0px; background-position: left top; background-repeat: no-repeat; }
a.overlap span,
.overlap a span { cursor: pointer; }
h1.overlap { overflow: hidden; }
h2.overlap { overflow: hidden; }

/*********/
/* TABLE */
/*********/
table {font-size: 85%; margin-bottom: 1em; page-break-inside: avoid;}
table caption { font-weight: bold; text-align: left; font-style: italic; font-size: 110%; }
table th { font-weight: bold; font-style: normal; text-align: center; background-color: #F1F1F1; }
table th, table td { border-bottom: 1px solid #CCCCCC; padding: 2px 4px;}
table .center { text-align: center; }
table .right { text-align: right; }
table .top { vertical-align: top; }
table .bottom { vertical-align: bottom; }

/*******************************************************************/
/*                                                          LAYOUT */
/*******************************************************************/
#content-wrapper {}
#content-wrapper-content {}

#left-column {}
#left-column-content { padding-top: 18px;}

#right-column { display: none;}
/*******************************************************************/
/*                                                          HEADER */
/*******************************************************************/
#header {}
#logo {}
#logo * { height: 27px; width: 273px; }
#logo span { background-image: url(/img/logo-ground-loss.gif); }

#header-title-home {display: none;}
#header-title-www-groundloss-com { display: none; }
/*******************************************************************/
/*                                                            MENU */
/*******************************************************************/
#menu {display: none;}

/*******************************************************************/
/*                                                     LEFT COLUMN */
/*******************************************************************/
#left-column ul { margin-left: 1.3em; margin-bottom: 0.5em; }
#left-column p { line-height: 150%; margin-bottom: 0.5em; }
#left-column h3 { font-size: 13px; font-weight: bold; margin-top: 1em;}
/***************/
/* PAGE BORDER */
/***************/
#page-content-border-top { display: none;}
#page-content-border-middle { }
#page-content-border-bottom {display: none; }

/**********/
/* TITLES */
/**********/
#left-column h1 { font-size: 14px; margin-bottom: 0.3em;}
#left-column h2 { font-size: 14px; margin-top: 1.5em; margin-bottom: 0.5em; color: #333333; }
#left-column h1, #left-column h1 *,
#left-column h2, #left-column h2 * { height: 14px; }

h2#title-problem { margin-top: 0px; }
#title-problem, #title-problem * { width: 83px; }
#title-problem span { background-image: url(/img/title-problem.gif); }

#title-solution, #title-solution * { width: 90px; }
#title-solution span { background-image: url(/img/title-solution.gif); }

#title-program-ground-loss, #title-program-ground-loss * { width: 223px; }
#title-program-ground-loss span { background-image: url(/img/title-program-ground-loss.gif); }

#title-practical-engineering-experiences, #title-practical-engineering-experiences * { width: 349px; }
#title-practical-engineering-experiences span { background-image: url(/img/title-practical-engineering-experiences.gif); }

#title-theoretical-background, #title-theoretical-background * { width: 255px; }
#title-theoretical-background span { background-image: url(/img/title-theoretical-background.gif); }

#title-program, #title-program * { width: 223px; }
#title-program span { background-image: url(/img/title-program.gif); }

#title-application, #title-application * { width: 118px; }
#title-application span { background-image: url(/img/title-application.gif); }

#title-references, #title-references * { width: 110px; }
#title-references span { background-image: url(/img/title-references.gif); }

#title-download, #title-download * { width: 110px; }
#title-download span { background-image: url(/img/title-download.gif); }

#title-about, #title-about * { width: 62px; }
#title-about span { background-image: url(/img/title-about.gif); }

#title-theory, #title-theory * { width: 74px; }
#title-theory span { background-image: url(/img/title-theory.gif); }

/*******************************************************************/
/*                                                          FOOTER */
/*******************************************************************/
#footer {display: none;}
/*******************************************************************/
/*                                                     THEORY PAGE */
/*******************************************************************/
.expression { font-family: "Times New Roman", Times, serif; font-style: italic; font-size: 110%; }
#page-theory h2 { border-bottom: 1px solid #CCCCCC; padding-bottom: 3px; line-height: 100%; }

/*******************************************************************/
/*                                                    CONTACT PAGE */
/*******************************************************************/
#contact-form {}
#contact-form label { display: block; width: 65px; float: left; }
#contact-form div { margin-bottom: 5px; }
#contact-form textarea { width: 400px; height: 100px; }
#contact-form .button-submit { margin-left: 65px; }