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

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset.css */

html, body {
height: 100%;
}


body {
	background: #000000;
	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: #000000;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.oneColFixCtrHdr #container {
	width: 773px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #28313c;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
		min-height: 100%;
	
}
.oneColFixCtrHdr #header {
	background: #000000;
	color:#FFFFFF;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
padding-top: 10px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
	color:#CCCCCC;
}
.oneColFixCtrHdr #mainContent p{

	color:#ffffff;
		font-family: Arial, Helvetica, sans-serif;
}


.oneColFixCtrHdr #mainContent li{
	line-height:5px;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: url(images/check.png);
	margin-left:35px;
	margin-bottom:25px;

}
.oneColFixCtrHdr #container #mainContent #wrapper li{
margin-bottom:25px;
}

.oneColFixCtrHdr #mainContent h1{
margin-bottom:15px;
	color:#ffffff;
	font-size:18px;
		font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #footer {
	background:#28313c;
	min-height: 100%;
	color: #CCCCCC;
	font-size: 12px;
	letter-spacing: .1em;
	line-height: 1.5em;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 30px;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #container #header #phone {
	width: 500px;
	text-align: right;
	margin-bottom:35px;
	color: #999999;
	margin-top:23px;
}
.oneColFixCtrHdr #container #header #navbar {
	width: 526px;
text-align: right;margin-bottom:18px;

}
.oneColFixCtrHdr #container #header #logo {
	width: 225px;
	margin-top:15px;
}
.oneColFixCtrHdr #container #mainContent #wrapper {
	margin: 15px;
padding-bottom:20px;
}




.oneColFixCtrHdr #container #mainContent #wrapper p {
	line-height: 2.1em;
}
.oneColFixCtrHdr #container #mainContent #wrapper .dotted-line {
	background-image: url(images/dotted-line.png);
	background-repeat: repeat-x;
	height: 1px;
	margin-top:25px;margin-bottom:25px;
}
.row {position:relative;width:100%; clear:both;}
.cell {float:left;	color:#ffffff;
		font-family: Arial, Helvetica, sans-serif;}.oneColFixCtrHdr #container #mainContent #wrapper .leftcol {
	margin-left: 15px;
}
