/* CSS  Document */

body {
	margin-top:0px;
	font-family:Verdana;
	font-size:12px;
	}

img {
	border:0px;
}	

.header {
	background: url(../img/banner.jpg) no-repeat; 	
	width:1000px;
	height:214px;
	margin-bottom:3px;
}

#header_left {
	float:left;
	position:relative;
	left:40px;
	top:9px;
}

#header_right{
	float:right;	
	position:relative;
	right:10px;
	top: 1px;
}

.wrap {
	width:1000px;
	min-height:500px;
	background: #1e4460;
}

.menu_top {
	width:917px;
	height:30px;
	margin-left:40px;
	margin-right:40px;
	text-align: center;
	
}

.menu_top p {
	color:#ebf398;	
	font: normal 1.2em Verdana;
	margin-left:23px;	
	padding-top:6px;
	margin-top:0px;
}

.menu_top a {
	color:#ebf398;	
	text-decoration:none;
}

.menu_top a:hover {
	text-decoration:underline;
}

.content{
	width:917px;
	min-height:300px;
	background: #FFFFFF;
	margin-left:43px;
	padding-left:3px;
	padding-top:3px;
}

#content{
 clear: both;
 float: right;
 width: 917px; 
 background: #FFFFFF url(../img/contentbg.JPG) repeat-y;
 margin-right: 43px;
}


#left_pic{
	float:left;
	width:270px;
}

#right_pic{
	display:inline;
}


/* Home Page */

#mid_menu{
	width:907px;
	height:30px;
	margin-left:3px;
	margin-top:3px;
	background: #4e7990;	
}

#mid_menu a{
	color:#FFFFFF;
	text-decoration:none;
}
#mid_menu p{
	color:#FFFFFF;
	font: normal 1.4em "Times New Roman", Times, serif;
	margin-left:23px;	
	padding-top:6px;
	text-align: center;
}

#bottom_content{
	width:920px;
	height:398px;
	background: url(../img/howadopt.jpg) no-repeat;
	margin-left:43px;
	background-color:#FFFFFF;
}

#bottom_content p{
	color:#5a768a;
	position: relative;
	top: 80px;
	left:490px;
	width:270px;
	margin-top:0px;
}

#bottom_content table{
	position: relative;
	top: 75px;
	left:490px;
	
}
#bottom_content img{
	border:none;	
}


/******************

inside site pages

******************/
#left_menu{
	width:207px;
	min-height:880px;
	background-color:#CCFFFF;
	float:left;
}

#left_menu img{
	border:none;
	margin-top:0px;
	margin-left: 0px;	
}

#left_menu ul{
	list-style: none;
	margin-top: 25px;
	margin-left: 0; 
	padding-left:0px;
}

#left_menu li{
	list-style: none;
	list-style-position:none;
}

#left_menu a{
	font: bold 1.1em Verdana;
	color:#333366;
	width:207px;
	line-height:40px;
	text-decoration:none;
}
#left_menu a:hover{
	font: bold 1.1em Verdana;
	background-color:#9999CC;
	color:#FFFFFF;
	width:207px;
	line-height:40px;
	text-decoration:none;
}

.indent {
	margin-left:10px;
	margin-top: 25px;
}

#right_content_container{
	width:700px;
	min-height:880px;
	float:right;
	margin-right:5px;
}
#right_content{
	width:680px;
	float:right;
}

#right_content h1{
	font-family: "Times New Roman", Times, serif;
	font-size:40px;
	font-style: normal;
	color:#6D3517;
}


#right_content h2{
	font-family: "Times New Roman", Times, serif;
	font-size:26px;
	font-style: bold;
	color:#FFA340;
}

#right_content h3{
	font-family: "Times New Roman", Times, serif;
	font-size:26px;
	font-style: bold;
	color:#81B0D5;
}

#right_content h4{
	font-family: "Times New Roman", Times, serif;
	font-size:26px;
	font-style: bold;
	color:#759B3A;
}

#right_content p{
	color:#333366;
	line-height: 18px;
}

#right_content a{
	color:#333366;
	text-decoration:underline;
}

#right_content a: hover{
	color:#333366;
	text-decoration:none;
}

#right_content ul{
	font: normal 1.1em Verdana;
	color:#333366;
	list-style: none;
	margin-left: 10px; 
}




/* THE FOOTER */

#footer {
	background-color:#1e4460 !important;
	width:1000px;
	height:40px;
	
}
#footer p {
	font: bold 1.1em Verdana;
	margin-top:15px;
	margin-right:40px;
	color:#ffffff;
	text-align:center;
	
	
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clear-fix {display: block;}
/* End hide from IE-mac */
