/* CSS Document */
/*Padding Classes*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.move
{
padding-left:15px;
}
/*Padding Classes Over Here*/

/*Image Classes*/
.header {
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
}
.middlebox_left_part {
	background-image: url(images/middlebox_left_part.jpg);
	background-repeat: repeat-y;
}
.middlebox_right_part {
	background-image: url(images/middlebox_right_part.jpg);
	background-repeat: repeat-y;
}
.middlebox_bottom_part {
	background-image: url(images/middlebox_botttom_part.jpg);
	background-repeat: repeat-x;
}
.middlebox_top_part {
	background-image: url(images/middlebox_top_part.jpg);
	background-repeat: repeat-x;
}
.footer_bg {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
}
.footer_img
{
	background-image: url(images/footer_img.jpg);
	background-repeat:no-repeat;

}


/*Image Classes Over here*/

/*Link Classes*/
.other a:link , .other  a:visited , .other a:active
{
	font-family:Arial, Helvetica, sans-serif;
	color: #4D6193;
	font-size:12px;	
	text-decoration:none;
	font-weight:bold;
	font-style:italic;

}
.other a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;	
	text-decoration:none;
	font-weight:bold;
	font-style:italic;

}
.title a:link , .title a:visited , .title a:active
{
	font-family:Arial, Helvetica, sans-serif;
	color: #4D6193;
	font-size:18px;	
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
}
.title a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:18px;	
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;

}

a:link, a:visited , a:active
{
	font-family:Arial, Helvetica, sans-serif;
	color: #4D6193;
	font-size:12px;	
	text-decoration:none;
	font-weight:bold;

}
a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;	
	text-decoration:none;
	font-weight:bold;

}


/*Link Classes Over Here*/
/*Font Classes*/
.content a:link , .content a:visited , .content a:active
{
color:#000000;

font-family:Verdana;
font-size:12px;
font-weight:600;
}
.content a:hover{
color:#1C7FB6;

font-family:Verdana;
font-size:12px;
font-weight:600;
}
.bodytext
{
font-family:Verdana;
font-size:12px;
text-decoration:none;
}

/*List Related 
ul  li
{
list-style:none;
}*/
/* ID Based Classes*/
#header
{
margin-left:50px;
margin-top:48px;


}
/* Jquery Classes*/
#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em; 
}

#nav a{
display:block;
padding:0px 5px;
color:#FFFFFF;
text-decoration:none;
font-family:Verdana;
font-size:11px;
vertical-align:top;

}

#nav a:hover{
color:#CC9900;
}

#nav li{
list-style:none;
display:inline;
float:left;
padding-top:2px;
padding-right:2px;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width:12em;
top:1.5em;

}

#nav li ul a{
display:inline;
width:12em;
height:auto;
float:left;
background:#C4C5C7;
color:#000000;
list-style:none;
display:inline;
border:1px solid #000000;
}
#nav li ul a:hover{
color:#1C7FB6;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:12em;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;

}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}
/* Jquery Classes Over here*/
/*Live Clock Class */ 

#clock {
	width:auto;
	height:auto;
	float:left;
	font-size:14px;
	color:#1C7FB6;
	margin-left:6px;
	margin-right:6px;
	font-family:Verdana;

}


/*Live Clock Class Over  */

.totalviews
{
font-family:Verdana;
font-size:12px;
text-decoration:none;
color:##4D6193;
}