/* CSS Document */
body{
background: #f5f4f3 url(../images/index/bg.jpg) top right repeat-x;
font-family:Arial, Helvetica, sans-serif;
color: #000;
font-size: 12px;
text-align: center;
margin-top: 10px;
margin-bottom: 30px;
line-height: 20px;
}

img{
border: none;
}

input, textarea{
border:1px solid #ccc;
}
li a, p a{
color: #000;
text-decoration: none;
border-bottom: 1px dotted #000099;
font-weight:bold;
}

li a:hover, p a:hover{
color:#000;
border-bottom: 1px solid #000;
font-weight:bold;
}

p{
margin:0px;
padding:0px;
}

.clear {
 clear: both;
}

/*homepage, search, sitemap, contact us*/
#top_link{
width: 250px;
float: right;
margin-bottom: 5px;
margin-right:10px;
text-align: right;
font-size:10px;
color:#ccc;
}

#top_link ul{
	list-style: none;
}

#top_link li{
	display: inline; /*this fix the issue fo FireFox, because FF used to offset it...before it was "display: block", try using "display: inline-block", that will help maybe*/
}

#top_link li a{
	color:#fff;
	padding: 2px 8px 2px 8px;
}
#top_link li a:hover{
color:#000;
background:#fff;
padding: 2px 8px 2px 8px;
}

#bullet_none, #bullet_none a{
	text-indent: 0px;
	list-style-type:none;
	line-height:5px;
	margin-bottom:20px;
	text-align:right;
	list-style-position: outside;
	color:#333;
	text-decoration: none;
	border-bottom: none;
	font-weight:normal;
}


#bullet_none a:hover{
color:#000;
border-bottom: 1px dotted #333;
}


#bullet{
	list-style-image:url(../images/bullet.jpg);
	list-style-type:none;
	line-height:18px;
}


.style1{
color:#666;
}
.style2{
font-size:10px;
color:#000;
}
.style3{
font-size: 16px;
color:#000099;
font-weight: bold;
text-align:left;
border-bottom:1px dotted #000099;
padding:0px;
margin:0px;
}

h1{
font-size: 15px;
color:#000099;
font-weight: bold;
width: 500px;
height: 30px;
text-align:left;
}

h2{
font-size: 20px;
color:#999;
font-weight: bold;
background-color:#FFF;
margin: 0px;
padding: 10px;
}

.border{
padding:5px;
border: 1px solid #ccc;
background:#fff;
}

.border_2px{
padding:2px;
border: 1px solid #ccc;
}

#footer{
padding:0px 0 0 0;
}

#footer a{
color:#fff;
text-decoration: none;
margin-top:0px;
}

#footer a:hover{
color:#fff;
border-bottom: 1px dotted #FFF;
}

#copyright,#copyright a{
font-size:11px;
color:#999;
text-decoration: none;
margin-top:0px;
border-bottom:none;
}
#copyright a:hover{
color:#000;
border-bottom: 1px dotted #000;
}

#contact
{
background: #fff url(../images/bg-500x64.jpg) no-repeat;
width: 500px;
height: 64px;
margin-bottom: 10px;
}
#contact p
{
padding: 12px 0px 0px 90px;
}

div.div { 
display:none;
background:#fff;
margin:0 0 10px 0;
padding:40px 0 20px 0;
text-align:center;
border-bottom:1px dotted #000099;
}
div.div td{ 
text-align:center;
padding-bottom:10px;
vertical-align:top;
}
img.close{
border: none;
padding-bottom: 20px;
margin-right:10px;
margin-top: 5px;
float:right;
}
#show-hide{
float:right;
color:#fff;
background: #000066;
padding:1px 15px 3px 15px;
text-align:center;
}
#show-hide a{
color:#fff;
font-size: 10px;
border-bottom: 1px dotted #fff;
text-decoration:none;
}
#show-hide a:hover{
color:#fff;
border-bottom: 1px solid #fff;
}