@import "dropdown.css";

* {
	margin:0;
	padding:0;
}

html {
	text-align:center;
	background:#F3F3F3;
}

body {
	font:62.5% Verdana, Arial, Helvetica;
	text-align:left;
	color:#333;
	width:95em;
	margin:0 auto;
	background:#FFF;
	padding:1.3em;
	background:#FFF url(../images/body_bg.gif) bottom repeat-x;
	border:0.1em solid #EAEAEA;
}

p {
	font-size:1.2em;
	line-height:1.5em;
	margin:1em 0;
}

a {
	color:#004D85;
	text-decoration:none;
}

p a, td a, th a {
	background:url(../images/link_underline.gif) bottom repeat-x;
	padding-bottom:0.1em;
}

ul {
	list-style:none;
}

#masthead {
	width:100%;
	height:10em;
	position:relative;
	margin-bottom:0.3em;
	background:url(../images/masthead_bg.png) repeat-x;
/*	line-height:14em; */
}

#masthead h1 {
	font-size:5em;
	font-family:"trebuchet ms";
	margin-left:2.5em;
	padding-top:0.5em;
	color:#FFF;
}

#masthead h1 a {
	color:#FFF;
}

#masthead sup {
	font-size:0.5em;
}

#mastheadLogo{
	z-index:11;
	position:absolute;
	height:8em;
	top:50%;
	margin-top:-4em;
	left:1em;
	width:8em;
	
}

#mastheadBox {
	background:url(../images/masthead_box.gif) left center no-repeat;
	z-index:11;
	position:absolute;
	height:8em;
	top:50%;
	margin-top:-6.0em;
	left:32.5em;
	width:55em;
	padding:3em 1em 1em 3.5em;
}

#mastheadBox h2 {
	line-height:1em;
	color:#F60;
	font-size:1.2em;
}

#mastheadBox p {
	padding:0.25em 0 0;
	margin:0;
}

#breadCrumbs {
	clear:both;
	padding:0.5em 2em;
	margin-top:0.3em;
	background:#EAEAEA url(../images/breadcrumbs_bg.gif);
}

#breadCrumbs li {
	display:inline;
}

#breadCrumbs li a {
	margin-right:0.5em;
	padding-right:1em;
	background:url(../images/breadcrumbs_bullet.gif) right 0.7em no-repeat;
}

#breadCrumbs li a:hover, #footer li a:hover {
	text-decoration:underline;
}

/* Main Column */

#mainContent {
	width:76em;
	padding:2em 1em 2em 1em;
	float:left;
}

#mainContent2 {
	width:100%;
	padding:2em 1em 2em 1em;
	float:left;
}

#mainContent h2 {
	color:#333;
	font-size:1.5em;
}

#mainContent p + h2 {
	margin-top:1.5em;
}

#mainContent h3 {
	font-size:1.25em;
}

#mainContent blockquote {
	padding:0 2em;
	font-style:italic;
	font-size:0.9em;
	color:#444;
	border-left:4px solid #F90;
}

#mainContent ul {
	color:#F90;
}

#mainContent li {
	background:url(../images/li_bullet.gif) left center no-repeat;
	font-size:1.2em;
	padding-left:1em;
	margin:0 0 0.5em 1em;
	color:#333;
}

#suckerfish {
	width:100%;
	height:10em;
	font-family:monaco, courier;
}

/* Main Column Table

#mainContent table {
	margin-top:1.5em;
}

#mainContent thead th {
	background:#EAEAEA;
}

#mainContent td {
	padding:0.5em;
	background:#F4F4F4;
}

#mainContent td:hover {
	background:#EAEAEA;
}

#mainContent th {
	padding:0.5em;
	background:#F4F4F4;
	color:#004D85;
}

#mainContent th strong {
	color:#F60;
}
 */
/* Form */

fieldset {
	padding:1em 1em 0.5em;
	border:1px solid #EAEAEA;
	margin-top:0em;
	background:#F7F7F7;
}

label {
	display:block;
	padding-bottom:0.5em;
	font-weight:bold;
}
/*
input, textarea {
	border:1px solid #CCC;
	padding:0.25em;
	width:20em;
}
*/
textarea {
	width:36em;
	height:9em;
	font:1.2em Verdana, Arial, Helvetica, sans-serif;
}

input:hover, input:focus, textarea:hover, textarea:focus {
	border-color:#999;
}

#submit {
	color:#FFF;
	font-size:1em;
	font-weight:bold;
	width:auto;
	background:#F90 url(../images/nav_bg.gif) bottom repeat-x;
}

input#submit:hover {
	border-color:#F60;
}

/* Side Column */

#secondaryContentLeft {
	width:18em;	
	padding:0em 1em 1em 0em;
	float:left;
}

#secondaryContentRight {
	width:16em;
	padding:2em 0 1em 0em;
	float:left;
}

#inMotionPlayList {
	width:20em;
	padding:2em 0 1em 0em;
	float:left;
}

#secondaryContentLeft h2, #secondaryContentLeft p, #secondaryContentRight h2, #secondaryContentRight p , #inMotionPlayList h2, #inMotionPlayList p {
	font-size:1.2em;
}

#secondaryContentLeft h2, #secondaryContentRight h2,#inMotionPlayList h2{
	color:#F60;
}

#secondaryContentLeft h1, #secondaryContentRight h1,#inMotionPlayList h1 {
	font-size:1.8em;
	color:#F60;
	text-align:center;
	padding:0 0 0.5em 0;
}



.secondaryContentBox {
	border:1px solid #EAEAEA;
	background:#F7F7F7;
	padding:1em 1em 0.5em;
	margin-bottom:2em;
}

.secondaryContentBox span {
	color:#F60;
	font-weight:bold;
}

#secondaryContent blockquote {
	font-style:italic;
	font-size:0.9em;
	padding:0.5em 0 0 2em;
	background:url(../images/left_quote.gif) no-repeat;
}

#secondaryContent blockquote p {
	background:url(../images/right_quote.gif) right bottom no-repeat;
	padding-bottom:1em;
}

#secondaryContent blockquote span {
	margin-left:2em;
}

#secondaryContent .source {
	text-align:right;
	margin:-0.5em 0 2em;
	font-size:1em;
}

#footer {
	text-align:center;
	clear:both;
	padding:1em 0 0;
	background:url(../images/footer_hr.gif) repeat-x;
}

#footer li {
	display:inline;
	margin:0.5em;
}

/* Added by Rajeev */

#homeMain{
float: left;
width:56em;;
/*margin:0 auto; */

}

#homeMainLeft, #homeMainRight{
width:270px;
float:left;
border:2px solid #7799ff;
height:455px;
}

#homeMainLeftTop{
border-bottom:2px solid #7799ff;
}

#homeMainRightTop{
border-bottom:2px solid #7799ff;
}

#homeMainLeftTopUpper{
border-bottom:1px solid #7799ff;
}

#homeMainLeftTopLower, #homeMainLeftBottomUpper, #homeMainRightTopLower, #homeMainRightBottomUpper{
cursor:pointer;
text-align:center;
font-size:90%;
padding-top:5px;
height:65px;
font-weight:bold;
background:url(../images/masthead_bg.png) repeat-x;
}

#homeMainLeftBottomUpper, #homeMainRightBottomUpper{
border-bottom:1px solid #7799ff;
padding-top:5px;
height:65px;
background:url(../images/home_slide_bg.png) repeat-x;
}

#homeMainLeftBottomUpper h2, #homeMainRightBottomUpper h2{
font-size:200%;
color:#3366FF;
}

#homeMainLeftTopLower h2,  #homeMainRightTopLower h2{
font-size:200%;
color:#FFFFFF;
}

#homeMainLeftTopLower p,  #homeMainRightTopLower p ,#homeMainLeftBottomUpper p, #homeMainRightBottomUpper p {
margin-top:0.5em;
margin-bottom: 0em;
}

#homeMainRightTopUpper{
border-bottom:1px solid #7799ff;
}

#homeMainRightBottomLower{
height:312px;
}

#google_ad_footer
{
	float: left;
}

sup {font-size: .8em; line-height: .8;}

/*Download Table*/
#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 1.2em;	
	margin-top: 20px;
	width: 720px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #b9c9fe url('../images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #b9c9fe url('../images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}
#rounded-corner td
{
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #e8edff url('../images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #e8edff url('../images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}

/*menu */
.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}
.menu ul{
	background:#333333;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		background:#333333 url("../images/menu/seperator.gif") bottom right no-repeat;
		color:#cccccc;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #2580a2 url("../images/menu/hover.gif") bottom center no-repeat;
			color:#FFFFFF;
			text-decoration:none;
			}
	.menu li ul{
		background:#333333;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:url('../images/menu/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#2580a2 url('../images/menu/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	