@charset "utf-8";
/* CSS Document */

body {
background-image:url(../_images/bg.png);
color:#7f7d78;
background-position:center;
background-repeat:repeat-y;
background-color:#011a2e;
}

#breadcrumb {
	background:url(../_images/footer.jpg) repeat-x;
	height:20px;
	margin-left:0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 3px;
}

.l5 {
	margin-left: 5px;
}


#footer {
	margin-top:15px;
	background-image:url(../_images/footer.jpg);
	background-repeat:repeat-x;
	padding: 10px;
	font-family:'Helvetica', Arial, Verdana;
	border-top:1px #ccc solid;
	display:block;
}
#search {
	line-height: 30px;
	float: none;
	clear: none;
	margin-left: 605px;
	margin-top: -25px;
}


#dvmaincontainer
{
	background-color: #FFFFFF;
	width:920px;
	margin-top:15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0.1px;
	padding-bottom: 10px;
	overflow: auto;
}

.container {
	width:900px;
	top: 50px;
	border:1px solid #a3a09e;
	margin-top: 10px;
	margin-left:10px;
	padding: 0px;
}
/* Navigation Section */
#nav {
	padding: 8px 0px 00px 0px;
	font:Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	background-color:#333333;
	height: 30px;
	background-image: url(../_images/topbg.gif);
}
#nav a{
margin-left:8px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;
color:#999;
text-decoration:none;
}

#nav a.active {
color:#FFFFFF;
}

#nav a:hover {
color:#FFFFFF;
border-bottom:2px solid #FFFFFF;
border-top:2px solid #FFFFFF;
}

/* feature */
#feature {
	background:#FFFFFF url(../_images/feature.png) repeat-x;
	display:block;
	border:1px solid #a3a09e;
	padding:20px;
	overflow:auto;
	min-height:200px;
}

#main {
	background-color:#FFFFFF;
	display:block;
	border:1px solid #FFFFFF;
}
#header {
}
/* SIDEBAR */
#sidebar{
	float: left;
	width: 180px;
	margin-right: 25px;
	position: relative;
	background:url(../_images/feature.png) repeat-x;
}

*{
	margin: 0;
	padding: 0;
}

#sidebar ul{
	list-style: none;
}

#sidebar>ul{
	border: 1px solid #eee;
}

#sidebar ul li h2{
	background: url(../_images/inactiveBg.png);
	height: 24px;
	padding-left: 10px;
	line-height: 24px;
	font-size: 1em;
	font-weight: normal;
	color: #3e3e3e;
}

#sidebar ul li ul li{
	font-size: 11px;
	padding: 3px 0px 0px 0px;
	line-height: 20px;
	padding-left: 10px;
}

#sidebar ul li ul li a{
	color: black;
	font-weight: bold;
	font-size:14px;
}

#sidebar h2{
margin:0px 0px 0px 0px;
}
/*jQUERY CSS*/

#sidebar>ul{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-opera-border-radius: 5px;
}

h2.selected{
	background: url(../_images/activeBg.png) repeat-x  !IMPORTANT;
	color: white !IMPORTANT;

}

/* Corners */
#tl {
	background:url(../_images/tl.png) no-repeat;
	top:0px;
	left:0px;
	position:relative;
	margin:0px;
	padding:0px;
	z-index:1000;
	height:auto;
	width:auto;
}

#br {
 background:url(../_images/br.png) no-repeat;
	bottom:0px;
	right:0px;
	position:relative;
	margin:0px;
	padding:0px;
	z-index:100;
	width:auto;
	height:auto;
}
#image {
margin-left:400px;
background-image:url(../_images/image.jpg);
	width: 500px;
	height: 103px;
}
#logo {
	background-image:url(../_images/logo2.png);
	width: 400px;
	height: 103px;
	float: left;
}

/*
Text style
*/

h2 {
	margin:0px 0px 10px 0px;
	font-size:36px;
	font-family:Helvetica, Arial, Sans-serif;
	color:#000000;
	line-height:39px;
	letter-spacing:-1px;
}
h3 {
	margin:10px 0px 5px 0px;
	font-size:14px;
	line-height:21px;
	font-family:Helvetica, Arial, Sans-serif;
	color:#000000;
}
h4 {
	color:#007de2;
	margin:0px 0px 0px 0px;
}

.button {
	background:#32312f url(images/button_bg.jpg) repeat-x;
	padding:5px 10px 5px 10px;
	color: #ffffff;
	text-decoration: none;
	border:1px solid #32312f;
	text-transform:uppercase;
	font-size:9px;
	line-height:25px;	
}
.button:hover {
	background:#007de2 url(_images/button_bg_o.jpg) repeat-x;
	border-color:#007de2;
}

.separator {
	border-top:1px solid #e3e3e3;
	margin-top:40px;
	padding-top:40px;
}

a {
color:#26689f;
}

a.srollover {
display: block;
width: 100px;
height: 24px;
background: url(../_images/button.png) 0 0 no-repeat;
text-decoration: none;
}

a:hover.srollover {
 background-position: -100px 0;
}

.ml200 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 180px;
}

#pdf {
	height:30px;
	width:30px;
	border:none;
	background-image: url(../_images/pdf.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#card img{
background:url(../_images/pdf.png);
border:none;
}

.transparent {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#roll{
margin:0px 0px 0px -5px;
	width: 600px;
	position: relative;
	background:url(../_images/feature.png) repeat-x;
}

#roll ul{
	list-style: none;
}

#roll>ul{
	border: 1px solid #eee;
}

#roll ul li h2{
	background: url(../_images/inactiveBg.png);
	height: 24px;
	padding-left: 10px;
	line-height: 24px;
	font-size: 1em;
	font-weight: normal;
	color: #3e3e3e;
}

#roll ul li ul li{
	font-size: 13px;
	padding: 3px 0px 0px 0px;
	line-height: 20px;
	padding-left: 10px;
	min-height:400px;
	overflow:scroll;
}

#roll ul li ul li a{
	color: black;
	font-weight: bold;
	font-size:14px;
}

#roll h2{
margin:0px 0px 0px 0px;
}
/*jQUERY CSS*/

#roll>ul{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-opera-border-radius: 5px;
}
h20 {
	font-weight:bold;
	font-size:18px;
}#block {
	background-image: url(../_images/block.png);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: top;
	height: 214px;
	width: 400px;
	padding-top: 8px;
	left: 633px;
	top: 312px;
}
#cse-search-results {
	background: transparent;
}
.notice {
	color:#000;
	font-size: 18px;
	background:#FFFFFF url(../_images/feature.png) repeat-x 6px;
	display:block;
	border:1px solid #a3a09e;
	padding:20px;
	overflow:auto;
	min-height:100px;
}

