/************************************************************************
*   																	*
*   					  MOGUL MIND STYLE SHEET						*
*																		*
*   				  Copyright 2008, Mogul Mind Inc.					*
*   					     www.mogulmind.com							*	
* 																		*		
************************************************************************/

body {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #333;
	background-color: #BEBCB8;
	margin: 0px;
}
img {
	border: 0px;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

/*********** Navigation ***********/

a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #00ABE0;
}
a:hover {
	text-decoration: underline;
	color: #00ABE0;
}

a.pdf { background: url(http://images.apple.com/global/elements/icons/iconpdf12x12.gif) 0 0.4em no-repeat; display: block; padding-left: 20px; }
a.html { background: url(http://images.apple.com/global/elements/icons/iconhtml12x12.gif) 0 0.4em no-repeat; display: block; padding-left: 20px; }
a.dl { background: url(http://images.apple.com/global/elements/icons/icondl11x10.gif) 0 0.4em no-repeat; display: block; padding-left: 20px; }
a.zip { background: url(http://images.apple.com/global/elements/icons/iconzip12x12.gif) 0 0.4em no-repeat; display: block; padding-left: 20px; }
a.keynote { background: url(http://images.apple.com/global/elements/icons/iconkeynote12x12.gif) 0 0.4em no-repeat; display: block; padding-left: 20px; }
a.audio { background: url(http://images.apple.com/global/elements/icons/iconaudio12x12.gif) 0 0.4em no-repeat; display: block; padding-left: 20px; }

#navblock, #navblock2 {
	background-color: #EEEEEE;
	border: 1px solid #999;
	height: auto;
	width: 190px;
	color: #333;
	line-height: 26px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top: 4px;
	margin-right: 5px;
	float: left;
	overflow: hidden;
}

#navblock2 {
	clear: left;
}

#navblock a, #navblock2 a {
	color: #333;
}

/********* Header *************/
#header {
	height: 119px;
	width: 100%;
	top: 0px;
	background-image: url(http://images.mogulmind.com/global/elements/misc/bg_header.gif);
	background-repeat: repeat-x;
}
#header_nested {
	height: 119px;
	width: 935px;
	margin-right: auto;
	margin-left: auto;
}
#header_right {
	height: 90px;
	width: 450px;
	position: relative;
	top: -90px;
	left: 485px;
	color: #999;
}
.textfield_effect    {
	border: 1px solid #999;   
	font-size: 11px;    
	color: #333;    
	width: 165px;    
	height: 15px;    
}

.textfield_effect:focus    {    
	border-color: #00ABE0;    
	border-width: 1px;    
}
#container #content #text_content {
	background-color: #EEEEEE;
	border: 1px solid #999;
	height: auto;
	width: 698px;
	color: #333;
	padding: 10px;
	margin-top: 4px;
	overflow: hidden;
}

#container {
	width: 100%;
	height: auto;
	background-color: #E6E6E6;
	border-top: 1px solid #999;
	overflow: hidden;
}
#container #content {
	width: 927px;
	padding: 4px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	background-color: #F4F4F4;
	border-top: none;
	border-bottom: none;
	overflow: hidden;
}
#container #simple {
	width: 915px;
	padding: 10px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	background-color: #F4F4F4;
	color: #666;
	border-top: none;
	border-bottom: none;
	overflow: hidden;
}

.breadcrumb {
	line-height: 16px;
	vertical-align: middle;
	padding-top: 4px;
}

#footer_cont {
	background-color: #333;
	height: 25px;
	width: 100%;
	position: relative;
	border-top: 1px solid #999;
	font-size: 10px;
	color: #F4F4F4;
	line-height: 25px;
}

/************* News Ticker **************/
.ticker{
	background-color: #EEEEEE;
	border: 1px solid #999;
	height: 27px;
	width: 922px;
	color: #333;
	line-height: 26px;
	padding-left: 5px;
	overflow: hidden;
}

.ticker a, .ticker a:link, .ticker a:visited, .ticker a:active {
	text-decoration: none;
	color: #333;
}
.ticker a:hover {
	text-decoration: underline;
	color: #333;
}