@charset "utf-8";
/* CSS Document */


body{ font-family:Arial, Helvetica, sans-serif; margin:50px 0 20px; overflow-y:scroll;}

#wrapper{ width:940px; margin: 0 auto}

#header{ height:90px; width:940px}

.border1{ border-bottom:2px solid #d3d3d3}
.border2{ border-bottom:2px solid #97bd56}

#logo{ margin:0 308px; border:none}

/*content area*/

#content{ width: auto}


a:link {
	color: #0057a6;
}
a:visited {
	color: #0057a6;
}
a:active,
a:hover {
	color: #7dac2c;}
	
#homepage{ 
margin: 0 auto;
width:820px; 
}

#homepage ul li{ 
color:#0057a6; 
}
 #homepage ul li span{ font-size:12px; font-weight: normal; }
 
#homepage li{ 
color:#0057a6;
background:url(images/bullet.png) no-repeat scroll 8px 9px; 
font-weight:bold; 
font-size:15px;
list-style: none; 
margin-bottom:30px;
margin-top: 0px;
padding:5px 3px 5px 25px;
}


#homepage li a:link {
	color: #0057a6;
}
#homepage li a:visited {
	color: #0057a6;
}
#homepage li a:active,
#homepage li a:hover {
	color: #7dac2c;}

#homepage .left{ float:left; width:250px}
#homepage .mid{ float:left}
#homepage .right{ float:right; margin-right:100px}



/*footer*/

#footer{
border-top:2px solid #d3d3d3;
color:#0057a6; height:125px;
text-align: center
} 

#footer-nav {
color:#0057a6; 
margin:10px auto; 
width:417px; clear:both 
}

#footer-nav li {
border-right:1px solid #0057a6; 
list-style: none; 
float:left;
display:block; 
padding:0 4px; 

text-decoration:none; 
}

#footer-nav li:last-child{ 
border:none
}
	
#footer-nav li a {
display:block;
color:#0057a6; 
font-size:11px;text-decoration:none; 
}

#footer-nav li a:visited {
color:#0057a6;
}

#footer-nav li a:hover {
color:#7dac2c;
text-decoration: underline;
}

.clear{ clear:both}

.social{ 
margin: 40px auto;
width:196px;
height: 20px;
}

.facebook{float:left}
.google{ float:left;width:100px}



/**inner page**/

h1{ 
color:#0057a6;
background:#e8eff7;  
font-size:20px; 
font-weight:normal; 
padding:5px 15px; 
margin:0 0 10px
}

h2{ 
color:#2e2e2e;
border-bottom:2px solid #97bd56;
font-size:13px;  
font-weight:normal;
padding:5px 15px;
}

#inner-top{ height:150px; width:438px; margin: 0 auto;}

#inner-top ul li{  color:#000; }

#inner-top li{
font-size:13px ;
margin-top: 0px;
padding:5px 0 0 0; text-decoration:none 
}

#inner-top li a:link {
	color: #000;
}
#inner-top li a:visited {
	color: #000;
}
#inner-top li a:active,
#inner-top li a:hover {
	color: #000;}

#inner-top .left{ float:left; width:130px}
#inner-top .mid{ float:left}
#inner-top .right{ float:right; margin-right:27px}

p{ margin:0}



/*Categories*/
#category{ font-size:13px; margin:20px}


/*title*/
#category .tittle{ font-weight:bold;}

#category .tittle a:link { 
color: #0057a6;
background:url(images/bullet.png) no-repeat scroll 0 3px;
margin-left: -15px;
padding-left: 15px;
	
}
#category .tittle a:visited {
	color: #0057a6;
}
#category.tittle a:active,
#category .tittle a:hover {
	color: #7dac2c;}


#category .url{  color: #008000	}



#categories {}