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

body { 
	margin:0px;
	padding:0px;
	background-color:#000000;
	width:100%;
	height:100%;
}

a:link { color:#000; }
a:visited { color:#000; }
a:hover { color:#000; }
a:active { color:#000; }


/* BG's 
------------------*/

#top { background:url(../img/top.jpg) no-repeat top; height:637px; }
#middle { background:url(../img/bg_tile.jpg) repeat-y top; }
#wrapper { background:url(../img/bg_tile.jpg) repeat-y top; }
#wrapper-blog { background:url(../img/bg_tile.jpg) repeat-y top; margin-top:0px; }


/* Content
------------------*/
#content {
	padding-top:165px;
	width:440px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	text-align:justify;
}

#content-blog {
	padding-top:165px;
	width:440px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:16px;
}





/*
#creditfooter { display:none; }
.feedburnerFeedBlock ul {
list-style: none;
margin: 5 0 0 0 ;
padding: 0;
}
.feedburnerFeedBlock li {
margin: 0;
padding:10px 0 10px 0 ;
border-bottom:1px solid #CCC;
} 
*/
.fdpoweredby { display:none; }



/* Seal
------------------*/

#seal { 
	float:right;
	background:url(../img/mantranlogo.gif) no-repeat bottom;
	height:20%;
	padding-left:230px;
 }
 
/* Classes
------------------*/
.float-l { float:left; padding:10px; }
.float-r { float:right; padding:10px; }
.heading { font-size:24px; font-weight:bold; border-bottom:1px solid #000; padding-bottom:5px; margin-bottom:10px; }

.title {
	color:#000;
	font-weight:bold;
	padding-bottom:10px;
}

.caption { font-style:italic; }

/* Iframe
------------------*/
.iframe {
 	scrollbar-face-color:#682b0f; 
 	scrollbar-track-color:#edc67b;
}




#three-col {
}

#three-col ul {
	list-style:none;
	margin:0px;
	padding:0 30px 0 0;
	font-size:12px;
}



/* Main nav
------------------*/
.menu_wrapper {
margin:265px 0px 0px 50px;
padding-bottom:0px;
float:left;
}

#main_nav {
	color:#FFF;
	float:left;
	display:block;
	text-transform:uppercase;
	font-size:12px;
}

#main_nav ul {
	list-style:none;
	/*padding:265px 0px 0px 50px;*/
	margin:0px;

}

#main_nav li {
	padding:5px 0 5px 0;
}

#main_nav a:link, #main_nav a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#main_nav a:hover, #main_nav a:active {
	color:#eaeaea;
	text-decoration:underline;
}

/* Menu */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width:131px;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 110px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	padding: 0px;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { 
	color:#000000;
} /* Hover Styles */
		
li ul li a { 
	padding:0px 5px 0 10px;
} /* Sub Menu Styles */

.subMenu { 
	background:url(../img/menu_frame.jpg) no-repeat top; 
	padding:10px 0px 4px 0px; 
	width:150px; 
	height:165px;
	position:absolute;
	z-index:200;
	float:right;
}
		
li:hover ul, li.over ul { display: block; } /* The magic */

.norm { 
	list-style:disc;
	float:none;
	width:350px;
	padding-left:40px;
}