﻿/* CSS Document */

/*   main layout   */
body{
	margin: 0;
	padding: 0;
	background-color:#000000;
	font-family:Tohoma, Arial, Helvetica, sans-serif;
	line-height: 120%;
	color:#333333;
	}
a {
	text-decoration:none;
	color:#496D71;
	}
a:hover {
	color:#284248;
	font-weight: bold;
	}
a img{
	border: 0;
	}
.bg_area01{
	height:215px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color:#FFFFFF;
	text-align: center;
}
.bg_area02{
	height:40px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color:#FFFFFF;
}
.bg_area02 p{
	margin: 0;
	padding: 0;
	}
.wrapper{
	width: 775px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

#top_menu{
	text-align:right;
	margin: 0px 0;
	padding:0;
	float:right;
	font-size: 80%;
	height:40px;
	}
*html #top_menu{
	margin:  0;
}
#top_menu li{
	float: left;
	margin: 10px 10px;
	list-style-type:square;
	font-family:Tohoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	list-style-position: outside;
	}
#main_menu{
	margin: 0;
	padding:0;
	background-image: url(images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position:right;
	width: 775px;
	height: 40px;
	font-size: 90%;
	}
#main_menu li{
	float: left;
	margin: 0px;
	padding: 9px 23px 0;
	background-image: url(images/menu_bg.jpg);
	background-repeat: no-repeat;
	height: 31px;
	/*width: 135px;*/
	list-style: none;
	font-family:Tohoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
#main_menu li a{
	float: left;
	color:#FFFFFF;
	display: block;
	height: 31px;
	/*width: 138px;*/
	padding:0;
}
#top_menu li a{
	color:#FFFFFF;
}
#main_menu li a:hover, #top_menu li a:hover{
	color:#FF0000;
	display: block;
}
#footer{
	font-size: 70%;
	color:#FFFFFF;
	}
#footer a{
	color:#FFFFFF;
	}
#fla{
	}
.contena{
	text-align: left;
	padding: 20px;
	background-color: #FFFFFF;
	font-size: 80%;
	height: 100%;
	}
.contena_left{
	float:left;
	width:455px;
	}
.contena_right{
	float:right;
	width:250px;
	}
.gry{
	background: #333333;
	padding: 5px;
	text-align: center;
	color:#FFFFFF;
	}
.gry h2{
	color:#CCCCCC;
	}
.gry_top{
	background:#CCCCCC url(images/gry_top.gif) no-repeat;
	width:250px;
	height:11px;
	}
.gry_bottom{
	background:#CCCCCC url(images/gry_bottom.jpg) no-repeat bottom;	
	padding: 0 13px 11px;
	}
.gry_bottom img{
	border: solid 2px #666666;
	margin: 5px 0;
	}
.gry h1 {
    font-size: 22px;
    color: #F33A35;
    margin-top: 10px;
    margin-bottom: 10px;
}
.gry_bottom h2{
	margin: 5px 0;
	color:#284248;
}
.contena_in01{
	border-top: solid 1px #CCCCCC;

	}
	
h1{
	margin: 0;
	padding: 0;
	color:#FF0000;
	font-size: xx-large;
	font-family:Tohoma, Arial, Helvetica, sans-serif;
	}
h2{
	color:#4B7283;
	font-size: 160%;
	color:#699887;
	font-family:Tohoma, Arial, Helvetica, sans-serif;
	}
h2.impact{
	color:#FF0000;
	font-size: 200%;
	}

p{
	font-family:Arial, Helvetica, sans-serif;
	}
p.top{
	width:100%;
	text-align: right;
	font-weight: bold;
	margin-top: 0;
	}
.centre{
	text-align:center;
	}
h2.centre a{
	text-decoration:underline;
	}
#form_box{
	width: 400px;
	background-color: #F0F0F0;
	padding: 20px 0;
	border: solid 1px #CCCCCC;
	float: right;
	height: 100%;
}
.form_val{
	font-weight: bold;
	float:left;
	text-align: left;
	height: 15px;
	}
.form_head{
	font-weight: bold;
	width: 120px;
	float: left;
	text-align: right;
	padding: 5px 15px 5px ;
	height: 15px;
	}
.form_data{
	width: 230px;
	float: left;
	padding: 5px 0 5px 15px;
	height: 15px;
	}
.form_data02{
	width: 230px;
	float: left;
	padding: 5px 0 5px 15px;
	}
#submit_bottun{
	text-align: center;
	margin-top:30px;
	}
.float_break{
	clear: both;
	}
.image_right{
	float: right;
	margin: 20px 0 20px 20px;
	}
.image_left{
	float: left;
	margin: 0px 20px 20px 0px;
	border: solid 2px #666666;
	}
#f_button_01{
	float:left;
	height: 125px;
	margin: 60px 0 20px 0;
	}
#f_button_02{
	float:left;
	height: 125px;
	margin: 10px 0 20px 15px;
	}
#f_button_03{
	float:left;
	height: 125px;
	margin: 60px 0 20px 15px;
	}
dt{
 font-weight:bold;
 margin: 7px 0 5px;
 }
dd{
	margin: 0;
	}
.clear{
	clear:both;
	}
.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.trilogo {
	font-family: Braggadocio, Arial, Helvetica, sans-serif;
}

/* Update November 2009 to flash images on contact pages*/

#flashImages #f_button_01{
	float: left;
	height: 125px;
	margin: 40px 0 20px 250px;
}
#flashImages #f_button_02{
	float:left;
	height: 125px;
	margin: 40px 0 20px 100px;
}
#flashImages #f_button_03{
	float:right;
	height: 125px;
	margin: 40px 100px 20px 15px;
}