/* CSS Document */

body{
padding:0px;
margin:0px;
font:12px/16px Georgia, "Times New Roman", Times, serif;
color:#7D7D7D;
background:url(images/bg1.gif) repeat;
}

td{
font:12px/16px Georgia, "Times New Roman", Times, serif;
color:#7D7D7D;
font-weight:normal;
}

div, h1, h2, h3, h4, p, img, ul, ol, li, form, input, textarea{
	padding : 0;
	margin : 0;
	}
p{
	padding : 0 0 8px 0;
	margin : 0;
	}
ul {
	list-style : none;
	}
img {
	outline : none;
	border : none;
	}
a {
	outline : none;
	text-decoration : none;
	}



/*-------------------       Layout      --------------*/
.fontSize14{ font-size:14px; line-height:20px;}
.fontSize18{ font-size:18px; line-height:24px;}
.fontSize30{ font-size:30px; line-height:36px;}

.redText{ color:#FF0000;}
.whiteText{ color:#fff;}

.yellowLink{ color:#D9B600; text-decoration:underline; font-weight:bold;}
.yellowLink:hover{ color:#fff; text-decoration:underline; font-weight:bold;}

.whiteLink{ color:#fff; text-decoration:none; }
.whiteLink:hover{ color:#fff; text-decoration:underline; } 

.orangeLink{ color:#E73316; text-decoration:none; }
.orangeLink:hover{ color:#fff; text-decoration:underline; } 

.grayText{ color:#383838;}

.grayLink{ color:#A09D9D; text-decoration:underline; }
.grayLink:hover{ color:#fff; text-decoration:none;  } 

.boxLink{
color:#E73316;
font-weight:bold; 
padding:0 8px 0 25px;
display:inline;
background:url(images/arrow.gif) center left no-repeat;
}
.boxLink:hover{
color:#fff;
font-weight:bold; 
padding:0 8px 0 25px;
display:inline;
background:#181818 url(images/arrow.gif) center left no-repeat;
}

.smallFont1{ font-size:11px; color:#D9D5D5;}
.dotLine{background:url(images/dot.gif) bottom left repeat-x;}

.border{ border:#fff 3px solid;}
.pageHeading{ font-size:22px; padding:0 0 10px 0; line-height:30px; font-weight:normal; color:#fff;}
.heading2{ font-size:18px;  line-height:22px; font-weight:normal; color:#E9E9E9;}
#download{
color:#272727;
font-size:14px;
line-height:18px;
background:url(images/download-bg.gif) top right no-repeat;
}
#download div{ padding-right:20px;}

#topMenu{ height:43px; margin-left:15px;}
#topMenu a{
font-size:13px;
line-height:18px;
color:#fff;
display:block;
float:left;
padding:2px 0 4px 30px;
margin-right:10px;
}
#topMenu a:hover, #topMenu a.active{ 
color:#D78214;
background:url(images/menu_bullet.gif) center left no-repeat;
}

#search{
width:315px;
height:269px;
background:url(images/search_bg.gif) top left no-repeat;
}


.panelHeading{
font-size:24px;
line-height:30px;
color:#FFFFFF;  
}

.panelBoxOuter, #news{
padding:0 10px 0 0px;
}
.panelBoxOuter li, #news li{
display:block;
padding:6px 0 6px 0;
background:url(images/line.gif) bottom left repeat-x;
}
.panelBoxOuter li a{
display:block;
padding:0 0 0 28px;
color:#7D7D7D;
height:1%;
background:url(images/bullet.gif) left top no-repeat;
}
.panelBoxOuter li a:hover{ color:#F95A27; background:url(images/bullet.gif) left bottom no-repeat; padding:0 0 0 29px;}

.panelBoxOuter div{
padding:6px 0 6px 23px;
}
.panelBoxOuter div a{ color:#FFFFFF;}
.panelBoxOuter div a:hover{ color:#FFDE26;}

#news li a{
display:block;
padding:0 0 8px 28px;
color:#7D7D7D;
height:1%;
background:url(images/bullet2.gif) left top no-repeat;
}
#news li a:hover{ color:#FFC300;}
#chat{ margin:4px 0 15px 0;}
#chat td{  color:#282828;}
#chat .heading td {font-size:11px; padding:0 0 6px 0;}
.chatContent td {background:#FA692D url(images/orange_bg.gif) top left repeat-x; padding:2px 1px; }
.chatContent .grayLink{color:#282828; text-decoration:none;}
.chatContent .grayLink:hover{color:#fff; text-decoration:underline;}
.chatContent img{ border:#282828 1px solid;}
.chatContent .visit{ background:#434343 url(images/visit-bg.gif) top left repeat-x;}



/*--------------------  footer ------------------------------*/

#footer{  color:#6B6B6B; padding:30px 0 30px 0;}
#footer a{ color:#CA8547; padding:0 6px 0 6px; }
#footer a:hover{ color:#fff; text-decoration:underline;}
 
