@charset "UTF-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	background-color: #232323;
	background-image: url(images/labrynth.gif);
	background-repeat: repeat-x;
	background-position: center 100px;
	background-attachment: fixed;
}

#container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: thin solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	background-color: 232323;
}

#container a {
	color: #0088ff;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container a:hover {
	color: #999999;
	text-decoration: none;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #AEBDCA;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #AEBDCA;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #AEBDCA;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #AEBDCA;
	margin: 0px;
	padding: 0px;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #AEBDCA;
	margin: 0px;
	padding: 0px;
}


hr {
	float: left;
	width: 100%;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

#header {
	background-image: url(images/D4L_logo_web_2011.jpg);
	background-repeat: no-repeat;
	background-position: 20px;
	height: 120px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 0px;
}

#menuTop {
	font-weight: bold;
	color: #0088ff;
	text-align: center;
	border-top-style: solid;
	border-bottom-style: solid;
	height: 30px;
	padding-top: 10px;
	background-color: #232323;
	border-right-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin: 0px;
}

#menuTop a {
	color: #CCCCCC;
	text-decoration: none;
	padding-right: 7px;
	padding-left: 7px;
}

#menuTop a:hover {
	color: #0088ff;
	text-decoration: none;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* padding keeps the content of the div away from the edges */
	list-style-image: url(images/bullet.gif);
	font-size: 9pt;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#sidebar1 a {
	font-weight: bold;
	color: #0088ff;
	text-decoration: none;
}

#sidebar1 a:hover {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

#mainContent {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	list-style-image: url(images/bullet.gif);
	padding-top: 15;
	padding-right: 10;
	padding-bottom: 10;
	padding-left: 10;
	margin-top: 0;
	margin-right: 325;
	margin-bottom: 0;
	margin-left: 0;
}

#toolsContent {
	border-right-style: none;
	border-left-style: none;
	list-style-image: url(images/bullet.gif);
	padding-top: 15;
	padding-right: 10;
	padding-bottom: 10;
	padding-left: 10;
	border-top-style: none;
	border-bottom-style: none;
	margin: 0;
	float: left;
	width: 900px;
}


#footer {
	font-size: 8pt;
	text-decoration: none;
	text-align: center;
	color: #CCCCCC;
	width: 900px;
	padding: 0;
	border-top-style: solid;
	background-color: #232323;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-top-color: #999999;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
label
{
	width: 8em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	font-size: 9pt;
	color: #666666;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	font-style: italic;
	text-align: right;
	float: right;
	padding: 10px;
}

.banner-head {
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 2px;
	text-align: center;
}

.strap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
	text-align: right;
	float: right;
	margin: 0px;
	padding: 10px;
	width: 800px;
}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999999;
	text-align: left;
	float: left;
	margin: 0px;
	font-style: italic;
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	margin: 0px;
}

.name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	text-align: right;
	margin: 0px;
	font-style: italic;
	float: right;
}
.style1 {font-weight: bold}
.style2 {font-size: 10pt}


sup,sub{font-size:.7em}
input,select,textarea,option{font-family:inherit;font-size:inherit}
.g-doc,.g-doc-1024,.g-doc-800{font-size:100%}
.ss-base-body{font-size:.8em}
.ss-textarea{max-width:99%}
.ss-choice-item{margin:0;line-height:1.3em;padding-bottom:.5em}
.ss-form-entry input{vertical-align:middle;margin-top:0;font-size:10pt}
.g{color:#666}
.i{display:inline}
.ss-form-desc{font:inherit;width:99%;margin:0}
.ss-q-title{display:block;font-weight:bold}
.ss-q-help{display:block;color:#666;margin:.1em 0 .25em 0}
.ss-q-long{max-width:90%}
.ss-form-entry{margin-bottom:1.5em;zoom:1;}
.ss-choices{list-style:none;margin:.5em 0 0 0;padding:0}
.ss-powered-by{display:block;clear:left;color:#666;margin:1em 0.2em 0.2em}
.ss-powered-by a:link,.ss-powered-by a:visited{color:#666}
.ss-terms{display:block;clear:left;margin:1em 0.2em 0.2em}
.ss-required-asterisk{color:#0088ff}
.ss-section-title{background-color:#eee;padding:0.4em;margin:2em -0.4em 0}
.ss-section-description{margin-top:0.5em}
.ss-no-ignore-whitespace{white-space:pre-wrap;white-space:-moz-pre-wrap;word-wrap:break-word}
.ss-page-title{margin:0;padding:0}
.ss-confirmation-header{font-size:140%;padding-bottom:1em}
.ss-gridnumbers{text-align:center;border-bottom:1px solid #d3d8d3}
.ss-gridnumber{display:block;padding:0.5em 0 .5em}
.ss-gridrow{text-align:center;color:#666;border-bottom:1px solid #d3d8d3;padding:.5em .25em}
.ss-grid-row-even{background-color:#fff}
.ss-grid-row-odd{background-color:#f2f2f2}
.ss-gridrow-leftlabel{padding:0 1em}
.ss-grideditor-columns input{line-height:150%}
.ss-grideditor-editor .ss-magiclist-ul span.ss-header{font-weight:bold;padding-right:1em}
.ss-grid .errorbox-component .errorbox-good,.ss-grid .errorbox-component .errorbox-bad{display:none}
.ss-scalerow{text-align:center;border:1px solid #d3d8d3;border-left:0;border-right:0;padding:.5em .25em}
td.ss-leftlabel{text-align:right;padding-left:0;font-size:10pt}
td.ss-rightlabel{text-align:left;padding-right:0;font-size:10pt}
label{display:block;cursor:pointer}
ul label{display:inline}
hr{border:0;height:1px;background-color:#ddd}
table{border-collapse:collapse}
.ss-response-cell{background-color:#fff;border:1px solid #ccc;padding:.1em .5em}
.ss-responses-header{background-color:#969696;color:#fff;padding:.2em .5em}
.ss-form-container{width:45em;background-color:#fff;border:1px solid #ccc;margin:0 auto;padding:1em}
.ss-confirmation-banner{background-color:#ffff87}
.ss-old-form-response{background-color:#ffff3d;font-weight:bold}
.errorbox-bad{border:2px solid #c43b1d;background-color:#ffe6cc;padding:2px}
.errorheader{color:#c43b1d}
.ss-no-ignore-whitespace{*white-space:pre}

