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

body  {
	height:100%;
	font: 100% Helvetica, Verdana, Arial, sans-serif;
	background:#3a0c0c;
	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: #414042;
}

img { border:0;}

#container { 
	width: 1020px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	position:relative;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index:1;	
	background:#414042;
	
	height: 100%;
    height: auto !important;
    min-height: 100%;
} 

li { font-size:12px; line-height:15px;}
p { line-height:15px;}



#header { 
	padding:0 68px 0 70px;
	margin:0;
}

#flashHeader {
	background:#231f20;
	padding:12px 0 0 12px;
}

 #wrapper {
	height: 100%;
	min-height: 100%;
	padding:0 65px 0 70px;
	margin:0;
	background-image:url('../images/rep-2col.jpg');
	background-repeat:repeat-y;
}


#mainContent {
	min-height:100%;
	float: right; /* since this element is floated, a width must be given */
	width: 607px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin:0;
	margin: 0px 18px 5px 0px;
}

#mainContent p { font-size:12px; }

#mainContent h2 { margin:0 0 18px 0; padding:0;}
#mainContent h3 { font-size:14px; color:414042; margin:0; padding:0}

#wbox { padding:30px 30px 10px 30px;}

#sidebar {
	/*border:1px solid #000;*/
	display: inline;
	width:260px;
	margin: 0 610px 0 0;
	padding:0;
}

#sidebar #scontent {
	padding:25px 40px 25px 40px;
}

#sidebar h2 { margin:0 0 18px 0; padding:0;}
#sidebar h3 { margin:0 0 5px 0; padding:0; font-size:14px; color:#FFFFFF; font-weight:normal;}
#sidebar p { font-size:11px; color:#FFFFFF;}
#sidebar a { font-size:12px; color:#FFFFFF; text-decoration:none; }
#sidebar a:hover { text-decoration:underline; }
#sidebar ul { margin:0; padding:0; list-style:none; }
#sidebar li { line-height:18px; list-style:none; }

/* MENU STYLES */
#menu {padding:0 50px 0 53px;}

#mwrapper{
	width:915px;
	background:#6f1414;
	padding:10px 0px 10px 0px;
}

#tblPad { padding:0px 40px 0px 40px}

#linefoot {
	margin:0 68px 0 68px;
	background:#231f20;
	height:15px;
}

#footer { 
	background:#3a0c0c;
	height:110px;
	width:1020;
	color:#FFFFFF;
	font-size:11px;
	line-height:12px;
	font-weight:lighter;
}

#footer #copy {
	padding:25px;
}

#footer #disclaimer {
	text-align:center;
	margin-left:300px;
	padding:25px;
}

.clearfloat { 
	clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px;
}

#verdictsTbl {
	font-size:11px;
}

#verdictsTbl th { font-size:14px; font-weight:bold;}
