@charset "utf-8";
/* CSS Document */
html, body {
	margin:0; 
	padding:0;
	height:100%;
	text-align: center; /* for IE */
}
a {
	color:#fff;
}
a:hover {
	color:#05A1C0;
}
body {
	font: 100% "Times New Roman", Times, serif;
	color:#fff;
	background: #000;
	margin-top:20px;
	margin-bottom:20px;
	font-weight:bold;
}

p { 
	margin: 0 0 10px; 
}
hr {
	border: 0;
	color: #666666;
	background-color:#666666;
	height: 1px;
	width: 100%;
	text-align: left;
}
input{
	color: #fff;
	background: #000;
	border: 1px solid #666666;
	overflow:auto;
}
textarea{
	color: #fff;
	background: #000;
	border: 1px solid #666666;
	overflow:auto;
}
#container { 
	width: 100%; 
	height: 100%; 
	display: table; 
}
#position { 
	display: table-cell; 
	vertical-align: middle; 
}
#holder {
	width:875px;
	margin: 0 auto;
	text-align:left;
	background-image:url(../images/bg_lines.gif);
	background-repeat:repeat-y;
	padding:0;
}

#content {
	padding:0 20px 0 20px;
	margin:0 365px 0 0;
}

#divider {
	padding:0 20px 0 20px;
}

#sidebar {
	float:right;
	width:345px;
	padding:20px 0 10px 0;
}

#nav {
	text-align:justify;
	padding:0 20px 0 25px;
}

#footer {
	width:875px;
	height:61px;
	padding:0;
	margin:0;
	background-image:url(../images/footer_bg.gif);
	background-repeat:no-repeat;
	background-color:#000000;
}	

#copyright {
	font-family:Lucida Console, Monaco5, monospace;
	font-weight:normal;
	font-size:10px;
	color:#333333; 
	text-align:right;
	background-color:#000000;
	text-align:center;
}
#icons {
	padding: 19px 0 0 20px;
}
#ewire {
	padding: 20px 24px 0 0;
}

.iconlabel{
	font-family:Lucida Console, Monaco5, monospace;
	font-weight:normal;
	font-size:12px;
	color:#05A1C0;
	text-transform:uppercase;
	padding-left:0px;
	padding-top:2px;
	width:245px;
}
.title{
	font-size:28px;
	font-weight:lighter;
	color:#05A1C0;
	padding:10px 0 5px 5px;
}
.bodycontent {
	font-size:16px;
	padding-left:8px;
	line-height:23px;
}
.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;
}
