﻿/* GENERAL 
-------------------------------------------------------------------------------------------------- */

html { 
  padding:0px; margin:0px;
}


body {
  padding:0px; margin:0px; background-color:#fff;
  text-align:center; height: 778px;
}
   
img {
	border: 0px;
}

h1 {
	font-size: 14px; font-weight: bold; font-family: Arial; color: #4e5c06;}

p {
	font-size: 14px; font-weight: normal; font-family: Arial; color: #4e5c06;
}

ul {
	font-size: 14px; font-weight: normal; font-family: Arial; color: #4e5c06;margin:0px 25px 0px 50px;

}

blockquote {width:187px; margin: 0px 0px 5px 15px;}

table {margin:0px 0px 0px 25px;}

/* LAYOUT 
-------------------------------------------------------------------------------------------------- */

#wrapper{width:843px; height:auto; margin: 0 auto;text-align:left; }
	
#header {width:843px; height: 272px; margin-top:0px;}

#contentDefault {width:843px;  height:900px; padding:0px; margin:0px; background-color:#75d6ff; }
#contentResources {width:843px;  height: 725px; padding:0px; margin:0px; background-color:#75d6ff; }
#content {width:843px;  height: 610px; padding:0px; margin:0px; background-color:#75d6ff; }
/*height:610px;*/
#footer { color:#999999; text-align:center; font-size:12px; }
#footer a{ color: #000000;}

#left {
	width: 220px; height: 491px; float: left; margin: 0px 20px 0px 0px;
}

#center {width:363px; height: auto; margin:0px 0px 0px 0px;float:left}
	.top {width: 100%; height: 17px; margin:0px; padding:0px;}
		 
	#content_top {height: 270px; width: 363px; background-image:url('../images/center.gif');}
	#content_top h1 {font-size:13px; font-family:Verdana, Tahoma, Arial;color:#374756;margin:0px 15px 10px 15px;text-align:center;}
	#content_top p {font-size:11px; font-family:Verdana, Tahoma, Arial;color:#374756;margin:0px 15px 0px 20px;}

	#content_middle {height: 315px; width: 363px; background-image:url('../images/center.gif');}
	#content_middle h1 {margin:0px 15px 10px 15px;font-size:13px; font-family:Verdana, Tahoma, Arial;color:#374756;text-align:center;}
	#content_middle p {font-size:11px; font-family:Verdana, Tahoma, Arial;color:#374756;margin:0px 15px 0px 20px;}
	
	#content_bottom {height: 200px; width: 363px; background-image:url('../images/center.gif');}
	#content_bottom h1 {margin:0px 15px 10px 15px;font-size:13px; font-family:Verdana, Tahoma, Arial;color:#374756;text-align:center;}
	#content_bottom p {font-size:11px; font-family:Verdana, Tahoma, Arial;color:#374756;margin:0px 15px 0px 20px;}
	
	
	.bottom {width:100%; height: 16px; background-image:url('../images/bottom.gif');margin: 0px 0px 5px 0px;}

#right {width: 216px; height: 550px; float: right; margin: 0px 15px 0px 0px;}
	#right p {margin:0px 20px 15px 0px; text-align:right;}
	#contact {height: 168px; margin: 5px 0px 0px 15px; font-size:11px; font-family:Verdana, Tahoma, Arial; color:#000000;}
	
 	#contact h1{ padding:0px; margin:0px 0px 2px 0px; color: #333333;}
	#tell {font-size:11px; font-family:Verdana, Tahoma, Arial; color:#000000;}
	#testimonial {background-image:url('../images/center2.gif');font-family:verdana, arial;font-size:12px;line-height:18px;height:400px;}
		
#template{width:600px;float:right;margin: 0px 0px 0px 0px;}
	#template h1 {margin:0px 25px 10px 0px;font-size: 16px; font-weight: bold; font-family: Arial; color: #4e5c06;text-align:right;}
	#template h2 {margin:10px 25px 10px 25px;font-size: 14px; font-weight: bold; font-family: Arial; color: #4e5c06;text-align:left;}
	#template h3 {margin:10px 25px 10px 25px;font-size: 12px; font-weight: bold; font-family: Arial; color: #4e5c06;text-align:left;}
	#template p {margin:10px 25px 0px 25px;font-size: 14px; font-weight: normal; font-family: Arial; color: #4e5c06;line-height:20px;text-align:left;}
	#content_main {background-image:url('../images/center3.gif');text-align:center;}
	#content_main h1 {text-align:center;}
	#content_main h2 {margin:10px 25px 10px 25px;font-size: 14px; font-weight: bold; font-family: Arial; color: #4e5c06;text-align:left;}

	
/* TABLE 
-------------------------------------------------------------------------------------------------- */
table.rates {
    border-spacing: 0px;
    border-collapse: collapse;
}
table.rates th {
    text-align: left;
    font-weight: normal;
    padding: 0.1em 0.5em;
    border-bottom: 2px solid #FFFFFF;
    
}
table.rates td {
    text-align: right;
    border-bottom: 2px solid #FFFFFF;
    padding: 0.1em 0.5em;
    background: #e4f8ff;
}

table.rates thead th {
    background: #687EAB;
    color: #FFFFFF;
    text-align: center;
}

table.rates thead th {
    background: #57bde7;
    color: #FFFFFF;
    text-align: center;
}

table.rates th.Corner {
    text-align: left;
}}
	
