/* CSS Document */

/*
------------------------------------------------------
	ALL
------------------------------------------------------
*/
html{
	scrollbar-base-color:			#F4F4F4;
	scrollbar-arrow-color:			#666666;
	scrollbar-track-color:			#F4F4F4;
	scrollbar-shadow-color:			#999999;
	scrollbar-lightshadow-color:	#FFFFFF;
	scrollbar-darkshadow-color:		#666666;
	scrollbar-highlight-color:		#FFFFFF;
	scrollbar-3dlight-color:		#F4F4F4;
	
}

body{
	margin:							0px;
	padding:						0px;
	font-family:					Verdana, Arial, Helvetica, sans-serif;
	font-size:						12px;
	color:							#333333;
	margin:							0px;
	padding:						0px;
	line-height: 18px;
}

a:link,
a:active,
a:visited{
	color:					#666666;
	text-decoration:		none;
}

a:hover{
	color:					#333333;
	text-decoration:		none;
}

.PageContainer{
	width:					100%;
}

form{
	float:					left;
	margin:					0px;
	padding:				0px;
}
input, textarea, select{
	font-family:			Verdana;
	font-size:				10px;
	color:					#333333;
	border:					solid;
	border-color:			#BDBFC1;
	border-width:			1px;
	margin:					0px 0px 3px 0px;
}
.selectboxin {
	padding-top: 10px;
	padding-bottom: 5px;
	line-height: 20px;
	height: 20px;
	padding-left: 10px;
}
.txtboxtxt {
	background-position: center;
	line-height: 45px;
	height: 45px;
	margin-bottom: 67px;
}
.newbox {
	border: 1px solid #FFFFFF;
}




/*
------------------------------------------------------
	MAIN BACKGROUNDS
------------------------------------------------------
*/


/*
------------------------------------------------------
	MASTHEAD
------------------------------------------------------
*/


/*
------------------------------------------------------
	FLASH
------------------------------------------------------
*/

.Flash{
	position: 				relative;
	z-index:				500;
	float:					left;
	width:					730px;
	padding:				0px 0px 10px 0px;
	overflow:				hidden;
}

.Flash1{
	position: 				relative;
	z-index:				500;
	width:					730px;
	margin:					0px 0px 0px 0px;
	padding:				0px 0px 10px 0px;
	overflow:				hidden;
}

/*
------------------------------------------------------
	CONTENT
------------------------------------------------------
*/

.Content{
	position:				absolute;
	z-index:				499;
	clear:					both;
	float:					left;
	width:					730px;
	background:				#FFFFFF;
	padding:				0px 0px 10px 0px;
}

.Content .Inner{
	float:					left;
	margin:					0px 0px 0px 10px;
}



/*
------------------------------------------------------
	LEFT
------------------------------------------------------
*/

.Left{
	float:					left;
	width:					161px;
	background-image:		url(images/left_background.jpg);
	background-repeat:		repeat-y;
	font-size: 10px;
}

.Left .Top{
	width:					161px;
	padding:				8px 0px 6px 0px;
	background-image:		url(images/lefttop_background.jpg);
	background-repeat:		no-repeat;
	background-position:	top;
	text-transform:			uppercase;
	font-size:				11px;
	font-weight:			bold;
	color:					#FFFFFF;
	text-align:				left;
}

.Left .List{
	text-align:				left;
	padding:				3px 0px 3px 15px;
	font-weight:			bold;
	background-image:		url(images/leftmenu_solid.jpg);
	background-repeat:		no-repeat;
	background-position:	15px 20px;
	/*text-transform:			capitalize;*/
}

.Left .Item{
	text-align:				left;
	padding:				5px 12px 5px 10px;
	font-weight:			normal;
	background-image:		url('../images/leftmenu_dashed.jpg');
	background-repeat:		no-repeat;
	background-position:	0px bottom;
}
.Left .List .select
{
color:#9B3C96;
}

.Left .Item .Current{
	font-weight:			bold;	
	color:					#9B3C96;
}

.Left .Bottom{
	width:					161px;
	height:					12px;
	background:				#FFFFFF url(images/leftbottom_background.jpg) no-repeat top;
	padding:				8px 0px 6px 0px;
}



/*
------------------------------------------------------
	SECTION
------------------------------------------------------
*/
/*
------------------------------------------------------
	SECTION
------------------------------------------------------
*/
.Article{
	color:					#010101;
	background-image:		url(images/article_background.jpg);
	background-repeat:		repeat-x;
	background-position:	bottom;
	padding:				0px 0px 15px 0px;
	margin:					0px 0px 15px 0px;
	text-align: left;
}

.Article .ArticleTitle{
	color:					#AD45A4;
	font-weight:			bold;
	font-size:				12px;
	background:				none;
	text-transform:			none;
	margin:					0px 0px 10px 0px;
}

.Article .Copy{
	font-size: 11px;
	color: #333333;
}

.Article .Download a:link,
.Article .Download a:active,
.Article .Download a:visited,
.Column .Copy .Download a:link,
.Column .Copy .Download a:active,
.Column .Copy .Download a:visited{
	color:					#666666;
	text-decoration:		none;
}

.Article .Download a:hover,
.Column .Download a:hover{
	color:					#333333;
	text-decoration:		none;
}

.Article .Size,
.Column .Size{
	color:					#ED171F;
	padding:				0px 12px 0px 0px;
	background-image:		url('../images/download.gif');
	background-repeat:		no-repeat;
	background-position:	right;
}

.Article ul{
	margin-left: 10px;
}

.Article li{
	list-style-image:		url(images/liimg.gif);
	margin:					5px 0px 5px 10px;
}

.Column{
	margin:					0px 0px 0px 10px;
}

.Column .ColumnTitle{
	color:					#ED171F;
	font-weight:			bold;
	font-size:				10px;
	background:				none;
	text-transform:			none;
	padding:				0px 0px 5px 0px;
	background-image:		url('../images/leftmenu_solid.jpg');
	background-repeat:		repeat-x;
	background-position:	bottom;
}

.Column .Copy{
	text-align: left;
}

.Column .Copy a:link,
.Column .Copy a:active,
.Column .Copy a:visited{
	color:					#ED171F;
	text-decoration:		none;
}

.Column .Copy a:hover{
	color:					#333333;
	text-decoration:		none;
}

.Column .Item{
	padding:				3px 0px 2px 0px;
}

.Column .Dash{
	background-image:		url('../images/article_background.jpg');
	background-repeat:		repeat-x;
	margin:					1px 0px 1px 0px;
	padding:				1px 0px 1px 0px;
}


.Column .Break{
	background-image:		url('../images/title_background.jpg');
	background-repeat:		repeat;
	margin:					5px 0px 5px 0px;
	padding:				5px 0px 5px 0px;
}

/*
------------------------------------------------------
	FOOTER
------------------------------------------------------
*/
.Footer{
	clear:					both;
	width:					760px;
	padding:				0px 0px 10px;
	font-size: 10px;
}

.Footer .Bar{
	float:					left;
	width:					760px;
	height:					40px;
	background-image:		url(images/footer_bg.jpg);
	position:				top;
	background-repeat: no-repeat;
}

.Footer .Bar .Items{
	padding:				7px 0px 0px;
	text-align: center;
}



/*

.Footer{
	width:					100%;
	padding:				0px 0px 10px;
	background-color: #9B3C96;
	clear: both;
	line-height: 25px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}



.Footer .Bar{
	float:					left;
	width:					730px;
	height:					59px;
	background-repeat:		none;
	position:				top;
}

.Footer .Bar .Items{
	padding:				12px 0px 0px 0px;
}*/

#rightsideNews {
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}
/*
------------------------------------------------------
	HOMEPAGE STYLES FOR CURRENT LOOK
------------------------------------------------------
*/

.Content .homepageInner{
	float:					left;
	margin:					0px 0px 0px 5px;
	padding:				0px;
}

.homeContentBorderRight {
border-right:				1px solid #999999;
text-align:					left;

}

.homeContentTitle {
	color:					#666666;
	font-weight:			bold;
	font-style:				normal;
	font-size:				12px;
	font-family: Tahoma, Arial, "times New Roman", Verdana;


}

/*p {
	margin: 				0px 0px 0px 0px;
	padding:				0px 0px 10px 0px;
}*/
p {
	font: normal 11px/17px "lucida grande", verdana, sans-serif;
	margin: 0;
	padding: 7px 0;
	color: #666;
	text-align: left;
}

.alignRight {
text-align:right;

}

.alignCenter {
text-align:center;

}


h1.homePageHeader {
	background-position:	top; 
	font-family:			verdana;
	font-size:				12px;
	color:					#9D3F95;
	text-align:				left;
	font-weight:			bold;	
	margin: 				0px 0px 5px 0px;
	padding:				0px 0px 0px 0px;
	}



/*-------------------*/
#topnav {
	width: 87%;
	float: left;
	padding-top: 20px;
	font-weight: bold;
	text-align: right;
	font-size: 10px;
	font-family: Tahoma, Arial, "times New Roman", Verdana;
}
.box {
	width: 200px;
}
.rightimg {
	float: right;
	width: 20px;
	display: block;
}

ul
	{
	padding: 0;
	margin: 0 0 0.7em;
	}
.toprated-list li a strong
	{
	color: #FFFFFF;
	list-style-image: url(images/bullets.jpg);
	list-style-type: square;
	}
	
.toprated-list li a:hover strong
	{
	color: #FFFFFF;
	}
.toprated-list li {
	color: #443;
	list-style-type: none;
}
#approved ul li {

    background : transparent url(images/bg-approved.gif) no-repeat left top;

}
#approved ul li a {

     color : #9D3F95;
     display : block;
     padding : 9px 5px 0px 20px;

}
#approved ul li a:hover {

    * background : #D0D0D0 url(images/bg-approved.gif) no-repeat top left;

}
li {
	font: normal 11px/16px "lucida grande", verdana, sans-serif;
	padding: 0;
	color:#666;
	list-style-type: none;
	list-style-image: url(images/liimg.gif);
}
compnew {
	width: 145px;
	padding-left: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.newsshow {
	font-size: 11px;
	line-height: 16px;
}
#hnews {
	color: #AF3F95;
	line-height: 13px;
}
.Title{
	text-align:				left;
	text-transform:			uppercase;
	font-size:				2em;
	font-weight:			bold;
	color:					#9B3C96;
	background-image:		url(images/title_background.jpg);
	background-repeat:		repeat;
	margin:					0px 0px 10px;
	line-height: 1.2em;
}
.Article-tab {

	color:					#010101;
	padding:				0px 0px 15px 0px;
	margin:					0px 0px 15px 0px;
	text-align: left;
}
.Article-tab .ArticleTitle {

	color:					#AD45A4;
	font-weight:			bold;
	font-size:				12px;
	background:				none;
	text-transform:			none;
	margin:					0px 0px 10px 0px;
}
.Article-tab .Copy {

	font-size: 11px;
	color: #333333;
}
.Article-tab ul {

	margin-left: 10px;
}
.Article-tab li {

	list-style-image:		url(images/liimg.gif);
	margin:					5px 0px 5px 10px;
}
.imageborder {
	text-align: center;
	margin-top: 2px;
	margin-bottom: 5px;
}
.bigsymbol {
	font-size: 2em;
	color: #AD48A6;
	font-family: "Times New Roman", Times, serif;
}
.highlight {
	color: #B300B3;
}
.custbtn {
	color: #000000;
	border: 1px solid #000000;
	background-color: #EFEFEF;
	font-weight: bold;
}
.copyrightsL {
	text-align: left;
	width: 50%;
	float: left;
	padding-left: 15px;
}
.copyrights {
	text-align: right;
	float: right;
	width: 40%;
	padding-right: 10px;
}
