/* CSS Document */


body{
	background-image:url(/images/bg.gif);
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color:#000000;
	font-weight: normal;
	text-align: left;
}

#container{
	margin-left: auto;
	margin-right: auto;	
	width: 750px;
	text-align: left;
	padding-bottom: 0px;


	
}

#top_bar{
	position:relative;
	margin-top:68px;
	padding-bottom:8px;
	float:left;
	color:#000000;
	font-size: 22px;
	text-align:left;
	width:450px;
	font-family:"Times New Roman", Times, serif;
	border-bottom:1px solid #ff0000;
	
}

#top_nav{
	position:relative;
	text-align:right;
	font-size:12px;
	margin-top:73px;
	padding-bottom:3px;
	font-family:"Times New Roman", Times, serif;
	color:#666666;
	width:300px;
	float:right;
	border-bottom:1px solid #ff0000;
}

#top_nav a:link{color: #666666; text-decoration: none; font-weight: normal;}
#top_nav a:visited{color: #666666; text-decoration: none; font-weight: normal;}
#top_nav a:hover{color: #666666; text-decoration: underline; font-weight: normal;}
#top_nav a:active{color: #666666; text-decoration: none; font-weight: normal;}



#home_pic{
	margin-top:28px;
	position:relative;
	float:left;
}

#red_box{
	float:right;
	position:relative;
	width:223px;
	height:258px;
	margin-top:27px;
	border:1px solid #cccccc;
	background-color:#FF0000;
	
}


#gray_right{
	position: relative;
	float:right;
	width:224px;
	height:27px;
	background-color:#CCCCCC;
	border:1 px solid #cccccc;
	
}

#clickbox{
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px;
	width: 160px;
	height: 18px;
	z-index: 5000;
}



#content_home{
	position: relative;
	float:left;
	background-image:url(/images/gray_bg.gif);
	background-repeat:repeat-y;
	width:750px;
	padding-top: 20px;
	padding-bottom: 100px;
	
}

.content_left{
	position:relative;
	float:left;
	width:511px;
}
.content_left a:link{color: #000000; text-decoration: none; font-weight: bold;}
.content_left a:visited{color: #000000; text-decoration: none; font-weight: bold;}
.content_left a:hover{color: #000000; text-decoration: underline; font-weight: bold;}
.content_left a:active{color: #000000; text-decoration: none; font-weight: bold;}

.content_right_home{
	position:relative;
	float:right;
	width:210px;
}

.content_right_home ul {	 
        list-style-image: url(/images/arrow_bullet.gif);
	float: left;  
	margin: 0px;
	padding-left: 15px;
	padding-right: 10px;
	margin-left: 10px;
	padding-bottom: 25px;
	
  
  }
.content_right_home li {	
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 7px;
	font-size: 12px;
	color:#666666;
	
}

.content_right_home a:link{color: #666666; text-decoration: none; font-weight: normal;}
.content_right_home a:visited{color: #666666; text-decoration: none; font-weight: normal;}
.content_right_home a:hover{color: #666666; text-decoration: underline; font-weight: normal;}
.content_right_home a:active{color: #666666; text-decoration: none; font-weight: normal;}
h1{
	font-size: 16px;
	margin-bottom: 10px;
	margin-top:0px;
	color: #666666;
	font-family:"Times New Roman", Times, serif;
}
h2{
	font-size: 15px;
	margin-bottom: 5px;
	margin-top:0px;
	color: #666666;
	font-family:"Times New Roman", Times, serif;
}
h3{
	font-size: 12px;
	font-weight: bold;

	
}



 
#footer{
	width: 749px;
	border-top:1px solid #ff0000;
	color:#666666;
	font-size: 12px;
	font-weight: normal;	
	padding-top: 3px;
	padding-bottom:50px;
	text-align:left;
	line-height: 1.2em;
	margin-bottom: 0px;
	float:left;
	background-image:url(/images/gray_bg.gif);
	background-repeat:repeat-y;
	font-family:"Times New Roman", Times, serif;
	
	
}

#footer a:link{color: #666666; text-decoration: none; font-weight: normal;}
#footer a:visited{color: #666666; text-decoration: none; font-weight: normal;}
#footer a:hover{color: #666666; text-decoration: underline; font-weight: normal;}
#footer a:active{color: #666666; text-decoration: none; font-weight: normal;}

.foot_left{
	float:left;
	width:450px;
}

.foot_right{
	float:right;
	width:299px;
	text-align:right;
	
}

#email{
float:right;
margin-right:35px;
}

