/* CSS Document */

body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin:0;
padding:0;
color:#2C2C2C;
background-color:#F3F1E9;
text-align:justify;
}

a:link {
	color: #1465b7;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1465b7;
}
a:hover {
	text-decoration: underline;
	color: #1465b7;
}
a:active {
	text-decoration: none;
	color: #1465b7;
}


#top_wrapper {
width:100%;
height:94px;
background-image:url(top_bg.png);
background-repeat:repeat-x;
}

#top_wrap {
width:800px;
height:94px;
margin:0 auto;
}


/*----------------------MENU-----------------*/

#foxmenucontainer{float:right; width:455px;height:30px;display:block;}

#foxmenu{position:relative;display:block;height:30px;font-size:12px;
font-family:Arial,Verdana,Helvitica,sans-serif; margin-top:64px;}

#foxmenu ul{ height:30px;margin:0;padding:0;list-style-type:none;width:auto;}

#foxmenu ul li{height:30px;display:block;float:left;margin:0 0 0 2px;}

#foxmenu ul li a{display:block;float:left;color:#fff;text-decoration:none;
padding:8px 15px 0 15px;height:20px;
background:transparent url(button.jpg) repeat-x scroll 0 0;}

#foxmenu ul li a:hover{color:#fff; height:20px;
background:transparent url(button_over.jpg) repeat-x scroll 0 0;}

#foxmenu ul li a.current,#foxmenu ul li a.current:hover{color:#000;background:#fff;}

/*----------------------------BANNER----------------------------*/

#banner {
width:800px;
height:190px;
background-image:url(banner.jpg);
background-repeat:no-repeat;
margin:0 auto;
}

/*----------------CONTENT------------------------*/

#content_wrapper {
width:800px;
height:auto;
margin:0 auto;
margin-top:10px;
margin-bottom:15px;
}

#left_box {
width:405px;
height:auto;
float:left;
}

.title1 {
padding-top:5px;
font-size:24px;
color:#323232;
font-family:"Arial";
float:left;
}

.title2 {
padding-top:5px;
font-size:24px;
font-family:"Arial";
color:#337900;
float:left;
}

#right_box {
padding-right:10px;
padding-left:5px;
padding-top:5px;
padding-bottom:10px;
width:370px;
height:auto;
float:right;
background-color:#FFFFFF;
}

.title3 {
font-size:24px;
color:#323232;
font-family:"Arial";
float:left;
}

.title4 {
font-size:24px;
font-family:"Arial";
color:#337900;
float:left;
}

.title5 {
font-size:20px;
font-family:"Arial";
color:#1465b7;
float:left;
}

#read_more {
width:370px;
text-align:right;
margin-bottom:5px;
}

/*-----------------------FOOTER-----------------------*/

#footer_wrapper {
width:100%;
height:auto;
background-color:#2C2C2C;
}

#footer_mid {
width:800px;
height:auto;
margin:0 auto;
padding-top:10px;
margin-bottom:10px;
}

#div1 {
padding-right:15px;
width:238px;
height:auto;
border-right:2px dotted #C0C0C0;
float:left;
margin-right:10px;
}

h1 {
margin:0;
padding:0;
font-size:20px;
font-family:"Arial";
color:#fff;
}

.style1 {color: #CCCCCC}

#learn {
width:81px;
height:auto;
padding-left:155px;
padding-top:5px;
}

a.learn {
display:block;
width:78px;
height:31px;
background-image:url(learn.jpg);
background-repeat:no-repeat;
}

a.learn:hover {
display:block;
width:78px;
height:31px;
background-image:url(learn_over.jpg);
background-repeat:no-repeat;
}


#div2 {
padding-right:15px;
width:238px;
height:auto;
float:left;
margin-left:10px;
}

#copyright {
width:800px;
height:60px;
margin:0 auto;
border-top:3px solid #969696;
font-size:12px;
color:#FFFFFF;
text-align:center;
padding-top:20px;}

#copyright a {
font-size:10px;
text-decoration:none;
color:#FFFFFF;
}

#copyright a:hover {
text-decoration: underline;
}

#copyright a:link {
text-decoration:none;
}



