/*Credits: santosh setty */
/*URL: http://webdesigninfo.wordpress.com */
*{
	margin:0;
	padding:0;
	border:0;
}

body{
	background:#4096EE;
	font:12px verdana;
	color:#fff;
}

a:link { 
	color: #FFFFFF;
	text-decoration: none;
	}
a:visited { 
	color: #FFFFFF;
	text-decoration: none;
	}
a:hover { 
	color: #CCCCCC;
	text-decoration: none;
	}
a:active { 
	color: #FFFFFF;
	}

.clear{
	clear:both;
}
#wrapper{
	width:780px;
	margin:0 auto;
}
#header{
	width:780px;
	height:109px;
	background:url(img/header_bg.gif) repeat-x;
}
.logo{
	width:249px;
	height:109px;
	float:left;
}
.logo h2{
	display:none;
}
.email{
	width:468px;
	height:60px;
	float:right;
	margin:0 5px 0 0;
	color:#333;
}
.menu{
	position:relative;
	padding:0 0 0 24px;
	margin:0 auto 0 auto;
	height:52px;
	list-style:none;
	width:780px;
	background:#4096EE;
	line-height:42px;
}
.menu li{
	float:left;
	list-style:none;
	margin:0 5px;
}
.menu li a{
	float:left;
	display:block;
	color:#ffffff;
	text-decoration:none;
	font-family:sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:0 0 0 12px;
	height:52px;
	cursor:pointer;	
}
.menu li a b{
	float:left;
	display:block;
	padding:0 24px 0 12px;
}
.menu li.current a{
	color:#ffffff;
	background:url(img/menu_hover_left.gif) no-repeat;
	background-position:left;
}
.menu li.current a b{
	color:#ffffff;
	background:url(img/menu_hover_right.gif) no-repeat;
	background-position:right;
	height:52px;
	line-height:32px;
}
.menu li a:hover{
	color:#ffffff;
	background:url(img/menu_hover_left.gif) no-repeat;
	background-position:left;
	line-height:34px;
}
.menu li a:hover b{
	color:#ffffff;
	background:url(img/menu_hover_right.gif) no-repeat;
	background-position:right;
	height:52px;
}
#banner{
	width:780px;
}
#container{
	background:#242426;
	width:780px;
	font:12px verdana;
	color:#aeffeb;
}

#container2{
	background:#242426;
	width:810px;
	font:12px verdana;
	color:#aeffeb;
	min-height: 400px;
	padding-left:10px;

}

.left{
	width:550px;
	float:left;
	padding:20px 0 5px 10px;
}
.left ul {
	list-style-position:inside;
}

.left h2{
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#bad709;
	margin:8px 0 5px 0;
}
.left p{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	line-height:22px;
	margin:20px 10px;
}
.divider{
	background:url(img/divider.gif) no-repeat center center;
	width:5px;
	height:252px;
	float:left;
}
.right{
	width:215px;
	float:right;
}
.right h2{
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#bad709;
	margin:10px 0 10px 10px;
}
.right p{
	margin:5px 0 5px 14px;
}
#footer{
	width:780px;
	height:40px;
	font-size:11px;
	font-family:Verdana;
	color:#333;
}
#footer a{
	font-size:11px;
	font-family:Verdana;
	color:#333;	
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer ul{
	list-style:none;
	margin:6px auto;
	text-align:center;	
}
#footer li{
	display:inline;
	list-style:none;
	font-size:11px;
	font-family:Verdana;
	color:#333;	
}
#footer li a{
	font-size:11px;
	font-family:Verdana;
	color:#333;
	text-decoration:none;
	padding:0 10px;
}
#footer li a:hover{
	text-decoration:underline;
}
#footer p{
	font-size:11px;
	font-family:Verdana;
	color:#333;
	text-align:center;
	margin:5px 0 0 0;	
}

ul#files{ list-style:none; padding:0; margin:0; }
ul#files li{ padding:50px; margin-bottom:2px; width:250px; margin-right:10px;}
h3 { color:#ffffff; }
h4 { color:#ffffff; }
h5 { color:#ffffff; }

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #4096EE;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: white;
margin: 3px 8px;
}

#middle {
	background: url(img/ym_r3_c1.jpg) repeat-y;
	width: 528px;

	padding-top:5px;
	color:#333333;

}

#top {
	background: url(img/ym_r1_c1.jpg) no-repeat;
	width: 528px;
	height: 23px;
	color:#ffffff;
	font-size:13px;

	padding-top:5px;

}

#top2 {
	background: url(img/ym_r2_c1.jpg) no-repeat;
	width: 528px;
	height: 124px;
	color:#ffffff;
	font-size:14px;
}


#bottom1 {
	background: url(img/ym_r5_c1.jpg) no-repeat;
	width: 421px;
	height: 102px;
	color:#333333;
	font-size:10px;
}

#bottom2 {
	background: url(img/ym_r5_c2.jpg) no-repeat;
	width: 107px;
	height: 102px;
	color:#333333;
	font-size:10px;
}

#bottom3 {
	background: url(img/ym_r6_c1.jpg) no-repeat;
	width: 528px;
	height: 23px;
	color:#333333;
	font-size:10px;
}

#decode {
	padding-left: 15px;
}
