/***************************************************************
*  File         : alladin.css                                  *
*  Purpose      : style info for Alladin.com                   *
*  Date Created : 04/19/2009                                   *
****************************************************************/

/******************
*  global styles  *
*******************/
body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #c8c8c8;
	color: #000000;
	margin: 0;
	text-align: center; /*IE6 centering */
}
body#pop-up {
    text-align:left;
	background-color: #ffffff;
}
#global { /*all others centering */
	margin: auto;
	width: 980px;
	text-align: left; /*IE6 centering */
}
#container {
	background: #fff url(images/bg.jpg) repeat-y top left;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 980px;
	height: 100%;
	background-image: url(images/bg.jpg);
}
#containerTwo {
	background: #fff url(images/bg2.jpg) repeat-y top left;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 980px;
	height: 100%;
	background-image: url(images/bg2.jpg);
}
a:link, a:visited, a:active {
	color: #993300;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
a:hover {
	color: #993300;
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
}
h1 {
	color: #009933;
	font-weight: bold;
	font-size: 26px;
	margin-top: 0px;
	margin-bottom: 12px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #006633;
	margin-top: 0px;
	margin-bottom: 2px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #006633;
	margin-top: 12px;
	margin-bottom: 12px;
}
.green {
    color: #006633;
	font-weight: bold;
}
sup {
	vertical-align: top;
	vertical-align: text-top;
	font-weight: normal;
	font-size: 10px;
 .font-size: 12px;
}
img {
	border: none;
}
ul {
	list-style-type: disc;
	padding-left: 0px;
	margin-left: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
}
li {
}
ol {
	padding: 0px;
	margin: 5px 0px 10px 22px;
}
p {
	margin: 15px 0px;
}
.footnote {
	font-size: 11px;
}
/******************
*  header styles  *
*******************/

#index #banner {
	margin: 0px;
	padding-top: 10px;
	height: 175px;
	width: 980px;
	font-size: 10px;
	font-weight: bold;
	color: #fefefe;
	background: url(images/banner.jpg) no-repeat top left;
}
#article #banner {
	margin: 0px;
	padding: 0px;
	height: 160px;
	width: 980px;
}
#TICKER {
	overflow:hidden;
	width:930px;
	background-color: #000;
	color: #33ff33;
	font-size: 12px;
	margin: 0px 25px;
}
/*******************
*  main styles     *
********************/

#contentBody {
	margin: 0px;
	padding: 0px 15px;
	background: url(images/navbar_bg.jpg) no-repeat top left;
	height: 100%;
	width: 950px;
	_margin-top: -5px;
}
#contentBodyTwo {
	margin: 0px;
	padding: 0px 15px;
	background: url(images/navbar_bg2.jpg) no-repeat top left;
	height: 100%;
	width: 950px;
	_margin-top: -5px;
}
#content {
	margin-left: 190px;
	width: 500px;
	padding: 30px 0px;
}
/*******************
*  navbar styles   *
********************/

#navbar {
	padding-left: 179px;
	color: #fff;
	font-weight:bold;
	height: 26px;
	font-size: 11px;
}
#navbar a, #navbar a:link, #navbar a:visited, #navbar a:active {
	color: #fff;
	font-weight:bold;
	font-size: 11px;
	text-decoration: none;
	padding: 6px 13px;
	background: url(images/nav_divider.gif) no-repeat right 8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#navbar a:hover {
	color: #2cdd2c;
	font-weight:bold;
	font-size: 11px;
	text-decoration: none;
}
#navbar .last a {
	background: none;
}
/* Begin CSS Drop Down Menu */

#menuh-container {
	position: absolute;
}
#menuh {
	width:100%;
	float:left;
}
#menuh a {
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
}
#menuh li ul li a:link, #menuh li ul li a:visited, #menuh li ul li a:active	/* menu at rest */ {
	background: #115a21;
	width: 140px;
	height: 15px;
	text-align: left;
}
#menuh li ul li a:hover	/* menu on mouse-over  */ {
	background: #115a21;
	width: 140px;
	height: 15px;
	text-align: left;
}
#menuh li ul li.first a, #menuh li ul li.first a:link, #menuh li ul li.first a:visited, #menuh li ul li.first a:active, #menuh li ul li.first a:hover {
	padding-top:7px;
	.padding-top:8px;
}
#menuh li ul li.last a, #menuh li ul li.last a:link, #menuh li ul li.last a:visited, #menuh li ul li.last a:active, #menuh li ul li.last a:hover {
	height: 25px;
}
#menuh ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
#menuh li {
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	float: left;
}
#menuh li ul li {
    float: none;
	.margin-top: -1px;
}
#menuh ul ul {
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-0.9em 0 0 -1em;
}
div#menuh li:hover {
	cursor:pointer;
	z-index:100;
}
div#menuh li:hover ul ul, div#menuh li li:hover ul ul {
	display:none;
}
div#menuh li:hover ul, div#menuh li li:hover ul {
	display:block;
}
/*******************
*  sidebar styles  *
********************/

#sidebar {
	float: right;
	width: 231px;
	padding-top: 5px;
	font-size: 12px;
}
#sidebar .section {
	border-top: 1px solid #afaeae;
	padding: 6px 15px;
}
#sidebar .sectionTv {
	border-top: 1px solid #afaeae;
	padding: 5px 10px;
}

#sidebar .sectionTv .content {
    background:url(images/this_old_house_bg.jpg) top left repeat-y;
	padding: 2px 24px;
}

#sidebar .sectionTv .content h2 {
    font-size: 20px;
}

#sidebar .sectionTv .content p {
    margin: 8px 0;
}
    
/*******************
*  index styles    *
********************/

#index #content .section {
	background: url(images/divider.gif) no-repeat bottom left;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
#index #content .left {
	float: left;
	width: 240px;
}
#index #content .right {
	margin-left: 260px;
}
/*******************
*  article styles  *
********************/

#article #content a, #article #content a:link, #article #content a:visited, #article #content a:active, #article #content a:hover {
    font-size: 14px;
}
#article #content li {
    padding-bottom: 10px;
}
/*******************
*  footer styles   *
********************/

#footer {
	margin: 0px 15px;
	color: #ffffff;
	background-color: #115a21;
	text-align: center;
	padding: 1px;
}
#footer p {
	margin: 20px 0px;
