/***Misc Tags***/

* {
 margin: 0px;
 padding: 0px;
}

body {
	background: #fff url('../images/bodybg3.gif') repeat-x;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #000;
	text-align: center;
	margin: 0 0 0 0;
}
 
a img{
 border: 0px;}

a {
text-decoration: none;}

.hidden {
 text-indent: -9000px;
 background: inherit;}

 li {
  margin-left: 30px;
 }
 
/***logo tags***/

#logo {
 margin-top: 0px;
 height: 140px;}

#logo h1,#logo h2 {
font-weight:400;
letter-spacing:-2px;

}

#logo h1 {
font-size:2.7em;
padding-top:0px;
text-align:center;
color: #F58220;
}

#logo h2 {
font-size:1.3em;
text-align:center;
color: #a0a0a0;
}
	
/***MAIN CONTENT (WHITE) AREA***/

#content {
 clear: both;
 text-align: left;
 margin: 20px auto 0 auto;
 padding: 5px;
 width: 80%;}

#content h1{
 padding-right: 8px;
 font-size: 1.7em;
 text-transform: uppercase;
 text-align: left;
 letter-spacing:-1px;
 margin-bottom: 10px;
 color: #F58220;}

#content h2, #rating h2{
 padding-left: 8px;
 font-size: 1.2em;
 text-transform: uppercase;
 text-align: right;
 letter-spacing:-1px;
 margin-bottom: 10px;
 color: #F58220;}

#content p {
 font-size: 1.0em;
 line-height: 1.5em;
 color: #777777;}

#content p a{
 color: #324A97;}
 
#content p a:hover {
 color: #fff;
 background: #324A97;}

#content blockquote {
 margin: 15px;
 border: 1px solid #b0b0b0;
 padding: 10px;
 width: 500px;
 background: #f4f4f4;
 font-size: 0.8em;
 font-family: Courier, "Lucidia Console", "Times New Roman", sans-serif;
 color: #a0a0a0;}
 
#content abbr {
 border-bottom: 1px dotted #8f8f8f;}


/***Random stuff Area***/

 
#latest {
 width: 100%;
 background: #333333 url('../images/bg23.gif') repeat-x;
 font-size: 0.7em;
 padding-top: 80px;
}

#rating {
 width: 100%;
 background: #FFFFFF url('../images/bg12.gif') repeat-x;
 font-size: 1.0em;
 padding-top: 50px;
}

#container2 {
 clear: both;
 background: #333333;
 text-align: left;
 width: 650px;
 color: #fff;
 margin: 0 auto;}

#container2 h3{
 font-size: 1.2em;
 text-transform: uppercase;
 margin-left: 10px;
 letter-spacing:-1px;
 margin-bottom: 10px;
 color: #F58220;}
 
.name {
color: #c0c0c0;
}

.blocklinks {
 width: 320px;
 float: left;
 background: #333333;}

.blocklinks a.link {
  display: block;  
  padding: 10px;
  background: inherit;
  color: #fff;
  border-top: 1px dotted #a0a0a0;
}

.blocklinks a:hover.link { 
  color: #DDD;
  background: #525252;
  border-top: 1px dotted #a0a0a0;
}

.blocklinks a.nolink {
  display: block;  
  padding: 10px;
  background: inherit;
  color: #fff;
  cursor: default;
  border-top: 1px dotted #a0a0a0;
}

.blocklinks a:hover.nolink { 
  color: #DDD;
  background: #525252;
  cursor: default;
  border-top: 1px dotted #a0a0a0;
}

.bottomnav {
 background: #333333;
 width: auto;
 padding: 10px;}

.bottomnav a.link {
  padding: 5px;
  background: inherit;
  color: #fff;
}

.bottomnav a:hover.link { 
  color: #DDD;
  background: #525252;
}

.bottomnav a.current {
  padding: 5px;
  background: inherit;
  color: #fff;
  font-weight: bold;
}

.bottomnav a:hover.current { 
  padding: 5px;
  color: #fff;
  background: inherit;
  font-weight: bold;
}


#articles {
 width: 320px;
 float: right;
 background: #333333;}
	
/***FOOTER***/

#footer {
 width: 100%;
 clear: both;
 text-align: center;
 background: #333333;
 font-size: 0.8em;
 margin-top: 105px;
 color: #a0a0a0;}
 
 
 form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:inherit;
  margin: 0;
  padding: 0;
  min-width: 500px;
}

form fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
  font-size: 1.0em;
  color: #555555;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
	font-weight: bold;
	color: #64AED8;
}

form label, form label.first, form label.radio { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	font-size: 1.0em;
	color: #555555;
	width: 35%; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	font-weight: bold;
}

div.emptyLabel { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 35%; 
	padding: 0 5px; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
}

form label.radio {
	margin: 0 5px 5px;
}

form label.first {
	margin-bottom: 0px;
}

form input, form textarea, .inputErr, .radioErr, .news {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	vertical-align: text-bottom;
	
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
.inputErr, .radioErr {
	border-color: #F58220;
}

.textErr {
	color: #F58220;
}

.radioErr {
	border: none; 
}

.newsDate {
 vertical-align: top;
 color: #F58220;
 font-size: 1.2em;
 line-height: 1.5em;
}

div.quizA {
	font-size: 0.75em;
}
label.quizALabel {
	width: 22%;
}
div.questionClear {
	padding-bottom: 0.75em;
	clear: both;
	text-align:right;
	font-size: 0.7em;
}
label.difItem {
	width: 3em;
	font-size: 0.8em;
}
label.difLabel {
	width: 4em;
	font-size: 0.8em;
}
div#difgrp label.difLabelFirst{
	margin-left: 10px;
}
div#difgrp label.difLabelLast{
	margin-left: 3px;
}
div#errorList ul li {
	margin-top: 5px;
}
div#errorList ul li:first-child {
	margin-top: 10px;
}
div#errorList ul li:last-child {
	margin-bottom: 10px;
}
div.errorText {
	display:none;
	color: #F58220;
	font-size: 0.8em;
}
div.errorText label {
	margin-right: 8px;
}

#navigationTop #navigationItems{position: absolute; left: 10%; height: 34px; padding-top: 106px; width:80%; margin-left: auto; margin-right: auto;}

#navigationTop #navigationItems ul {margin: 0; padding:0;}
#navigationTop #navigationItems li {margin: 0 0px 0 0; padding:0; float: left; list-style-type: none;}
#navigationTop #navigationItems li a {
 display: block;
 text-align: center;
 width: 95px;
 height: 34px;
 line-height: 34px;
 text-decoration: none;
 color: #a0a0a0;
 text-transform: uppercase;
 font-size: 0.7em;
 background-image:url('../images/tab.png');
 background-position:bottom left;
 background-repeat:no-repeat;
}
#navigationTop #navigationItems li a:hover {color: #fff; background:#333;}
#navigationTop #navigationItems li a.active, #navigationTop li a.active:hover {color: #000; background-image:url('../images/tab.png'); background-position:top left;}
.floatr { float: right; }
img#xrayhomer { border: none; left: 10%; position: absolute; margin-left: -43px; }