/* How To Master CSS ~ Template Stylesheet 
 * A combination of the layout of chapter 17 and 18 is 
 * used to create the centering effect of the wrapper, the side
 * columns are removed in this template
 */
body, html {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	height:100%;
}
#wrapper {
	width:770px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	min-height:100%;
	background-color:#AFC0D0;
	margin-bottom:-59px;
	border: solid 2px #CCCCCC;
}
/* commented backslash hack v2 \*/ 
html, body { 
	height:100%; 
} 
* html #wrapper { 
	height:100%; 
}
/* end hack */
#clearfooter {
	height:60px;
	clear:both;
}
#footer { 
	width:770px; 
	height:30px; 
	
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	color:#CCC;
	font-size:10px;
	padding-top:10px;
	clear:both;
}
#top1 {
	height:209px;
	width:770px;
	background-image:url(../images/top1.jpg);
}
#top2 {
	height:21px;
	width:770px;
	background-image:url(../images/bar.gif);
}
.bar {
	height:21px;
	font: Veranda;
    text-size:10px;
    text-align:center;
    color: #000000;
	width:100%;
	background-image:url(../images/bar.gif);
	border-bottom:1px solid white;
}
#main_menu {
	position:absolute;
	top:208px;
	height:30px;
	width:520px;
}
#main_menu a{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	padding-left:20px;
	padding-top:6px;
	background-image:url(../images/);
	background-repeat:no-repeat;
	background-position:0px 10px;
	height:28px;
	display:block;
	font-size:12px;
	float:left;
	margin-left:10px;
	
}
#main_menu a:hover {
	
	text-decoration: underline;
}
#main_menu .active {
	color:#00FF9F;
}
#logo {
	position:absolute;
	top:0px;
	margin-left:26px;
	height:40px;
	width:192px;
	padding-left:11px;
	padding-top:175px;
	color:white;
	font-size:12px;
	font: Veranda;
	font-weight:italic;
}
#sublogo {
	color:white;
	font-size:10px;
	font: Veranda;
	font-weight:italic;
	margin-left:1px;
	margin-top:5px;
}
#submenu {
	position:absolute;
	left:205px;
	height:40px;
	width:240px;
	top:0px;
}
#box_right{
    width:440px;
    height: 400px;
    font: Veranda;
    text-size:10px;
    text-align: justify;
    color: #000000;
    padding:10px;
    margin-left: 20px;
    float:left;
    }
.box_right{
    width:340px;
    height: 400px;
    font: Veranda;
    text-size:10px;
    text-align: justify;
    color: #000000;
    padding:10px;
    margin-left: 20px;
    float:left;
    }

#box_left{
    width:200px;
    height: 400px;
    font: Veranda;
    text-size:10px;
    color: #000000;
    padding:10px;
    margin-left: 10px;
    border: solid 1px #ffffff;
    float:left;
    }

.box_left{
    width:300px;
    height: 400px;
    font: Veranda;
    text-size:10px;
    color: #000000;
    padding:10px;
    margin-left: 10px;
    float:left;
    }
.box_image{
    width:80px;
    height: 100px;
   background: #ffffff;
    font: Veranda;
    text-size:10px;
    text-align: center;
    color: #000000;
    padding:5px;
    margin-left: 20px;
    margin-top:10px;
    float:left;
    
    }
    
.box{
    width:160px;
    height: 400px;
    font: Veranda;
    text-size:10px;
    text-align:left;
    color: #000000;
    padding:10px;
    margin-left: 10px;
    float:left;
    }
.box1{
    width:210px;
    height: 400px;
    font: Veranda;
    text-size:10px;
    text-align:left;
    color: #000000;
    padding:10px;
    margin-left: 10px;
    float:left;
    }
.form_box {
    font: Veranda;
    text-size:10px;
    text-align:left;
    color: #000000;
   width:300px;
   height:400px;
   margin-left:130px;
   margin-top:70px;
   float: left;
   }
.p {
    padding: 0px;
    margin:0px;
    }

#submenu a{
	padding-left:15px;
	margin-left:10px;
	display:block;
	float:left;
	height:30px;
	padding-top:12px;
	font-size:10px;
	text-transform:uppercase;
	color:#999;
	text-decoration:none;
	background-repeat:no-repeat;
}
#submenu a:hover {
	color:#666;
}
#homelink {
	background-image:url(../images/link_home.gif);
	background-position:0px 12px;
}
#contactlink {
	background-image:url(../images/link_contact.gif);
	background-position:0px 14px;
}
#sitemaplink {
	background-image:url(../images/link_sitemap.gif);
	background-position:0px 12px;
}
h3 {
	font-size:12px;
	font-weight:bold;
	color:black;
}
h2 {
	color:#BB4A00;
	font-size:12px;
	margin-bottom:5px;
}
#content {
	padding:10px;
	font-size:80%;
}