* {
	padding:0px;
	margin: 0px;
}
body {
	font-size:90%; line-height:130%; background-color:#fff;
	color:#000000;
	font-family:Verdana,sans-serif;
	font-size:0.75em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}
a img {border: none;}
a {color: #0057B1;}
a:hover {text-decoration: none;}

ul{	padding-left:20px;list-style:circle;list-style-image:url('../images/li.gif');}

#images {background-image:url(../images/hp-backgrounds.png);}
#foterimages { background-image: url(../images/bg1.png);}



/* CSS Document */
#container {
	margin:0px auto;
	width:975px; 
	font-size:1.083em;
}

/* header start  */

#header {
	position:relative;
	height:80px;
	width:100%;		
	background:#fFF;
}

#logo {
	position:absolute;
	background:#ffffff url(../images/rits.png) no-repeat;
	width: 200px; 
	height: 60px;	
}
#logo span {
	display:none;
}

#ps {
    position:absolute;
	top:40px;
	height: 20px;
	width: 461px;
	left:30px;
}
#punchline{
	position:absolute;
	top:5px;
	left:450px;
	height:80px;
	width:600px;
	
}
/*header end*/

/*menu start*/
#menu {
	position:relative;
	height:64px;
	width:100%;
	background:#0033CC;
	z-index:5;
}

#primary_menu
{
	background: #ffffff url('../images/pmenu_bg.png') no-repeat;
	margin: 0px auto; 
	height: 68px; 
	width: 975px;
	
	position:relative;
}

#pm_main
{
	padding-left:30px;
	height: 38px;
}
#pm_sub ul
{
	list-style-type:none;
	list-style-image:none;

}
#pm_main ul
{
	list-style-type:none;
	list-style-image:none;
}
#pm_main li
{
	float:left;
	margin:2px 10px 0 0;
	margin-top:2px;
	background:url('../images/pm_sep.png') no-repeat scroll right  ;
	padding:0px 18px 0 12px;
	text-align:center;
	vertical-align:middle;
	height: 34px;
}

#pm_main li a
{
	color:#fff;
	height: 34px;
	display:block;
	float:left;
}

#pm_main li a
{
	color:#fff;
	text-decoration:none;
	font-size:1em;
	font-weight:bold;
	
}

#pm_main li a:hover
{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:1em;
}


#pm_main li a:hover
{
	background:url('../images/tab_bg_active.png') no-repeat scroll right top;
}

#pm_main li a:hover b
{
	background:url('../images/tab_bg_active_left.png') no-repeat scroll left top;
}

#pm_main li.active a
{
	background:url('../images/tab_bg_active.png') no-repeat scroll right top;
}

#pm_main li.active a b
{
	background:url('../images/tab_bg_active_left.png') no-repeat scroll left top;
}

#pm_main li a b
{
	padding:0 10px;
	display:block;
	padding-top: 7px;
	
}
#pm_sub
{
	float:right;
	margin-right:10px;
}
#pm_sub li
{
	float:left;
	margin:2px 5px;
	
}

#pm_sub li a
{
	color:#E0E7EF;
	font-weight:bold;
	font-size:1em;
}

/* meanu end*/


#body {
	position: relative;	
	width:100%;
}

#footer {
	position:relative;
	
	height:30px;
	width:975px;
}

