@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	}
.clear {
	clear: both;
	}
body {
	background: #8E8E8E url(../images/top.gif) no-repeat center top;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	}
#wrapper {
	width: 990px;
	margin: 0px auto;
	background: url(../images/bg.gif) repeat-y left top;
	}
#header {
	width: 960px;
	min-height: 100px;
	margin: 0px auto;
	background: #000000 url(../images/articletop.jpg) no-repeat left top;
	}

/****************************************************** NAVIGATION ***************************************************************/
#navigation {
	position: relative;
	width: 960px;
	margin: 0px auto 0px auto;
	background-color: #000000;
	}

#navigation:after{ /*Add margin between menu and rest of content in Firefox*/
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
		}

#navigation ul {
		border-top: 1px solid #666666;
		width: auto;
		text-align: left; 
		}

#navigation ul li {
		display: block;
		float: left;
		}

#navigation ul li a {
		display: block;
		width: auto;
		padding: .75em;
		line-height: .75em;
		background-color: #333333;
		border: 1px solid black;
		color: #ffffff;
		text-decoration: none;
		text-align: center;
		font-size: .75em;
		font-weight: bold;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		}
#navigation ul li a:hover { 
		background-color:#666666;
		}

/*************** Style for Drop Down Menu *****************/

.dropmenudiv {
		margin-top: -4px; 
		position: absolute;
		top: 0px;
		border: 1px solid #000;
		border-bottom-width: 0;
		line-height:18px;
		font-size: 12px;
		font-weight: normal;
		z-index:100;
		background-color: #333333;
		width: 200px;
		visibility: hidden;
		filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
		}

.dropmenudiv a {
		width: auto;
		display: block;
		text-indent: 3px;
		border-bottom: 1px solid #000; 
		padding: 2px 0;
		text-decoration: none;
		font-weight: bold;
		color: #ffffff;
		}
* html .dropmenudiv a{ /*IE only hack*/
		width: 100%;
		}
.dropmenudiv a:hover{ 
		background-color:#666666;
		}
/*********************************************************** PAGE CONTENT ********************************************************/
h4#pageheader{
	width:960px;
	margin: 0px auto;
	background-color: #0000EE;
	padding: 4px 0px;
	}
h4#pageheader a {
	padding: 7px;
	text-decoration: none;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	}
/*********************************************************** LEFT COLUMN ********************************************************/
#col-left {
	width: 610px;
	margin-left: 25px;
	float: left;
	position: relative;
	}
#introbox {
	background-color: #fff;
	width: 600px;
        min-height:147px;
	max-height:147px;
	margin: 10px auto;
	border: 1px solid #000;
	text-align: justify;
        font-size: .9em;
	}
#introbox img {
	padding: 8px;
	float: left;
	}
#introbox h3 {
	width: 400px;
	text-align: justify;
	float: left;
	padding: 5px 10px;
	font-size: 1.2em;
	}
#introbox p {
	text-align: justify;
	width: 400px;
	margin: 0px 10px 10px 10px;
	max-height: 112px;
	overflow: hidden;
	float: left;
	}
#topthree {
	background-color: #fff;
	width: 600px;
	margin: 10px auto;
	border: 1px solid #000;
	font-size: .9em;        
	}
#topthree h2 {
	padding: 0px 0px;
	color: #0000EE;
	}
#topthree table {
	width: 98%;
	margin: 5px auto;
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#topthree table th {
	text-align: left;
	padding: 5px;
	border-bottom: 3px double #666666;
	}
#topthree table td.heading {
	padding: 8px 3px;
	}
#topthree table td.heading h4 a {
	text-decoration: none;
	}
#topthree table td.paragraph {
	text-align: justify;
	padding: 0px 8px 0px 5px;
	font-size: .8em;
	border-right: 1px solid #000;
	}

#topthree table td.rank {
	padding: 0px;
	font-size: 1.5em;
	font-weight: bold;
	color: #0000ee;
	vertical-align: top;
	}
#topthree table td.rank span {
	padding: 0px 3px 0px 5px;
	border-right: 1px solid #666666;
}
#topthree table td.pic {
	padding: 0 5px;
	vertical-align: top;
}
#topthree table td.spacer_bottom {
	border-bottom: 3px double #666666;
}
#info {
	background-color: #fff;
	width: 600px;
	margin: 10px auto;
	border: 1px solid #000;
	font-size: .9em;
	}
#info h4 {
	padding: 8px;
	}

#info p {
	padding: 5px;
	margin: 8px auto;
	}
#rss {
	background-color: #fff;
	width: 600px;
	margin: 10px auto;
	border: 1px solid #000;
	font-size: .9em;
	}
#rss ul {
	padding: 5px;
	list-style: none;
	width: 175px;
	float: left;
	}
#rss ul li {
	padding: 2px;
	}
#rss ul a {
	text-decoration: none;
	}
#rss ul a img {
	border: none;
	}
/*********************************************************** RIGHT COLUMN ********************************************************/
#col-right {
	width: 330px;
	float: left;
	position: relative;
	}
#newsletter {
	width: 320px;
	min-height:147px;
	max-height:147px;
	margin: 10px auto;
	border: 1px solid #000;
	background: #FFFFFF url(../images/newsletter.gif) no-repeat left top;
	font-size: .9em;
	line-height: 30px;
	}
#newsletter form {
	padding: 10px;
	}
#newsletter label {
	width: 100px;
	float: left;
	margin-left: 10px;
	}
#newsletter input [type=text] {
	float: left;
	}
#newsletter p {
	font-weight: bold;
	text-align: center;
	}
#featurevideo {
	background-color: #fff;
	width: 320px;
	margin: 10px auto;
	padding-bottom: 10px;
	border: 1px solid #000;
	font-size: .9em;
	}
#featurevideo h4 {
	padding: 8px;
	}
#links {
	width: 320px;
        height: 260px;
	margin: 10px auto;
        padding-top: 7px;
	border: 1px solid #000;
	font-size: .9em;
	background-color: #fff;
}
#links h4 {
	padding: 5px;
	}
#links ul {
	padding: 5px;
	list-style: none;
	}
#links ul li {
	line-height: 20px;
	}
#links ul ul.subul {
	padding-left: 25px;
	margin-top: -5px;
	}
#links ul li a {
	background: url(../images/icon.png) no-repeat left center;
	text-decoration: none;
	padding-left: 20px;
	}
#links ul li a:hover {
	color:#FF0000;
	}

/************************************************************** FOOTER ***********************************************************/
#footer {
	width: 940px;
	margin: 5px auto;
	background-color: #000;
	color: #FFFFFF;
	padding: 10px;
	font-size: .7em;
	}
#footer p {
	width: auto;
	float: left;
	}
#footer p a {
	display: block;
	float: left;
	}
#footer a#revolutiontheme {
	display: inline;
	float: right;
	margin-top: -10px;
	}
#footer a#revolutiontheme img {
	border: none;
	}
#bottom-bg {
	width: 990px;
	margin: 0px auto 3px auto;
	background: url(../images/bottom.gif) no-repeat left bottom;
	min-height: 25px;
	}
