@charset "utf-8";
/* CSS Document */


body {
	padding:0px;
	padding-top:20px;
	margin:0px;
	background-image:url(../images/layout/bodybg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}



#wrap {
	width:990px;
	margin:auto;
	border: 1px solid #FFFFFF;
	margin-bottom:20px;
	-moz-box-shadow: 0 0 10px 3px #999;
	-webkit-box-shadow: 0 0 10px 3px #999;
	box-shadow: 0 0 10px 3px #999;
	-moz-border-radius: 3px 3px 10px 10px;
	border-radius: 3px 3px 10px 10px;
}


.custombullet ul li {
color:#444444;
padding:6px 0 6px 16px;
}

.clear {clear:both;}

#top {
	height:132px;
	background-image:url(../images/layout/topbg.jpg);
	background-repeat:no-repeat;
}

#topmenu {
	height:26px;
	background-image:url(../images/layout/topmenu-bg.png);
	background-repeat:repeat-x;
}

	#topmenu ul {
		margin:0;
		padding:0;
	}
	
	#topmenu li {
		border-right:1px dotted #CCCCCC;
		float:left;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
	}
	
	#topmenu li a:link {
		color:#FFFFFF;
		display:block;
		float:left;
		font-size:14px;
		height:22px;
		padding-left:12px;
		padding-right:12px;
		padding-top:4px;
		text-align:center;
		text-decoration:none;
		text-transform:capitalize;
	}
	
	#topmenu li a:visited {
		color:#FFFFFF;
		display:block;
		float:left;
		font-size:14px;
		height:22px;
		padding-left:12px;
		padding-right:12px;
		padding-top:4px;
		text-align:center;
		text-decoration:none;
		text-transform:capitalize;
	}
	
	#topmenu li a:hover {
		background-image:url(../images/menubgover.jpg);
		background-repeat:repeat-x;
		background-color:#A20000;
	}

#banner {
	height:167px;
	background-image:url(../images/layout/bannerbg3.jpg);
	background-repeat:no-repeat;
}

#mainwrap {
/*	height:600px;*/
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	padding:20px;
	font-size:12px;
	line-height:19px;
}

#mainwrap p {
	color:#666;
	padding:10px 0px;
}


	#maincontent {
		float:left;
	}
	
	#maincontent2 {
		clear:both;
	}

	h1 {
		color:#A20000;
		font-size:22px;
		padding-bottom:5px;
		border-bottom:1px solid #ccc;
		font-family:"Times New Roman",Sans-serif;
	}
	
	h2 {
	  color:#A20000;
	  font-size:16px;
	  margin-bottom:-5px;
	  margin-top:21px;
	  padding-bottom:0;
	}
	
	
/*box styles*/

#refbox {
	border:1px dotted #ccc;
	margin:20px;
	padding:20px;
}

.dottedtb {
	border-bottom:1px dotted #333333;
	border-top:1px dotted #333333;
	margin:20px 0;
	padding:10px;
}

.dottedtb650 {
	border-bottom:1px dotted #333333;
	border-top:1px dotted #333333;
	margin:20px 0;
	padding:10px;
	width:650px;
}


#close-asgets {
	width:270px;
	border:1px solid #900;
	background-image:url(../images/close-asgetsbg.png);
	background-repeat:repeat-x;
	padding:10px;
	width:270px;
	float:right;
	margin:20px;
}


#footerwrap {
	clear:both;
	border-top:1px solid #CCCCCC;
	color:#999999;

}

#footerwrap a:link, #footerwrap a:visited {
	color:#999;
}


/* Ticker */

.tickercontainer { /* the outer div with the black border */
border: 1px solid #888;
background: #fff;
background-image:url(../images/tickerbg.png);
background-repeat:repeat-x;
height: 27px; 
margin: 0; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 750px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 5px 0 0;
padding: 0;
background: #fff;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 10px Verdana;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 
