@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
body {
	
	background:#99ccff url(../img/bg/bg-01.jpg) top repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h6 {
	padding:0px;
	margin:0px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	}

#container {
	display:block;
	position:absolute;
	
	width:1000px;
	height:inherit;
	
	left:50%;
	margin-left:-500px;
	
	margin-top:20px;
	margin-bottom:20px;
	
	background:#008000 url(../img/bg/bg-02.jpg) top repeat-x;
	}
	
#banner {
	display:block;
	position:relative;
	
	width:auto;
	
	margin-left:auto;
	margin-right:auto;
	
	top:10px;
	margin-bottom:10px;
	
	padding:10px;
	
	background:#ccff33 url(../img/bg/bg-03.jpg) top repeat-x;
	color:#000;
	}

.banner_logo {
	display:inline;
	}
	
.banner_link {
	display:inline;
	text-align:right;
	margin-left:200px;
}

#banner a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
	}

#banner a:visited {
	color:#000;
	font-weight:bold;
	text-decoration:none;
	}

#banner a:hover {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
	}
	
#banner a:active {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
	}
	
#menu {
	display:block;
	position:relative;
	
	width:auto;
	
	margin-left:auto;
	margin-right:auto;
	
	top:0px;
	margin-bottom:0px;
	
	padding:5px;
	
	background-color:transparent;
	
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-weight:bold;
	
	text-align:center;
	vertical-align:middle;
	}
	
.menu_item {
	color:#FFF;	
	
	text-align:center;
	vertical-align:middle;
	}
	

	
.menu_item a {
	color:#FFF;
	text-decoration:none;
	}
	
.menu_item a:visited {
	color:#FFF;
	text-decoration:none;
	}

.menu_item a:hover {
	color:#FFF;
	text-decoration:underline;
	}
	
.menu_item a:active {
	color:#FFF;
	text-decoration:underline;
	}

	
#col_1 {
	width:660px; 
	background-color:#99cc00; 
	
	margin-left:40px;
	
	float:left;
	}
	
#box_grey {
	width:auto;
	
	margin-bottom:0px;
	
	padding:10px;
	
	margin-left:5px;
	margin-right:5px;
	
	background:#D2FF4A url(../img/bg/bg-06.jpg) top repeat-x;
	
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	font-size:16px;
	text-align:center;
	line-height:1.4em;
	}
	
#box_grey p {
	margin-top:0px;
	margin-bottom:0px;
	}
	
#box_white {
	width:auto;
	
	margin:5px;
	
	padding:10px;
	
	background:#FFF url(../img/bg/bg-05.jpg) bottom repeat-x;
	border:1px #000 solid;
	
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	text-align:left;
	line-height:1.4em;
	}
	
.main_center {
	text-align:center;
	}
	
#box_white a, a:visited {
	color:#000;
	font-weight:bold;
	text-decoration:none;
	}

#box_white a:hover, a:active {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
	}

#col_2 {
	width:280px; 
	background-color:transparent; 
	
	float:right;
	
	padding:10px;
	color:#FFF;
	
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.2em;
	}
	
#col_2 img {
	text-align:center;
	margin-bottom:10px;}
	
.col2_quote {	
font-size:0.9em;
}

.col2_contact {	
font-size:0.85em;
}
	
.ticklist {
	font-weight:bold;
	/*list-style-image: url(../img/tick.jpg);
	list-style-position:inside;*/
	list-style-type:none;
	padding:0px;
	margin:0px;
 	} 
.ticklist li {
	background-image:url(../img/tick.jpg);
	background-repeat:no-repeat;
	background-position:30px 5px;
	padding:5px 0px 5px 54px;
	}
	
.copyright {
	font-weight:bold;
	text-align:center;
	margin:20px;
	}
	
.divider_1 {
	background-color:#669900;
	width:auto;
	height:5px;
	}
	

.divider_2 {
	background-color:#99cc00;
	width:auto;
	height:5px;
	}


