/* Global Resetting */
html{
	width:100%;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#747474;
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#f5f5f5;
	margin:0;
}
a img{
	border:0;
}
img{
	border:0;
}
.clear{
	clear:both;
}

/* Layout */
#wrapper{
	width:800px;
	margin:0 auto;
}
#Header{
	margin-left:0px;
	line-height:0;
}

#left{
	float:left;
	width:261px;
}
#Content{
	float:left;
	width:536px;
	
}
#Content .main{
	padding:20px;
	line-height:22px;
}
#Content p{
		text-align:justify;
}

#ContentContainer{
	margin-left:1px;
}

h1{
	color:#18a2b6;
	margin:0;
	font-size:20px;
	line-height:20px;
}
h2{
	color:#b5b5b5;
	margin:0;
	font-size:14px;
}

/* Menu */
.menu{
	margin:0;
	text-align:right;
	color:#FFF;
	font-size:14px;
}
.menu a:link{
	color:#FFF;
	text-decoration:none;
}
.menu a:visited{
	color:#FFF;
	text-decoration:none;
}
.menu .current{
	background-color:red;
	padding:5px 30px 5px 0;
	margin:1px 0;
}
.menu .link{
	background-color:#b5b5b5;
	padding:5px 30px 5px 0;
	margin:1px 0;
}
.menu .link:hover{
	background-color:red;
}

.menu .bottom{
	background-color:#cecece;
	height:30px;
}

/* styles */
.intro{
	border-bottom:1px solid #18a2b6;
	border-top:1px solid #18a2b6;
	padding:10px 5px;
	margin:15px 10px 5px 10px;
	color:#156976;
	font-size:14px;
	font-style:italic;
	text-align:center;
}

#left .contact_title{
background-color:red;
color:#FFFFFF;
font-size:14px;
padding:10px;
text-align:center;
}
#left .contact{
	color:#5a5a5a;
	font-size:11px;
}

#left .contact input.submitbtn{
	background-color:red;
	border:0;
	border:none;
	padding:5px;
	color:#FFF;
	width:150px;
	border:1px solid #900;
}

ul li{
	line-height:16px;
	padding:3px 0;
}

ul.tik{
	list-style-type:none;
	padding:0;
	margin:0;
}
ul.tik li{
	background-image:url(../images/tik.jpg);
	padding-left:30px;
	background-repeat:no-repeat;
}

/* part modified by BW */
#pop_up{
display:block;
visibility: hidden;
background-color:#E0E0E0;
border:1px solid #9FA0A8;
left:40%;
padding:10px;
position:absolute;
width: 250px;
top:36%;

}
#pop_up h3 {
float:left;
padding-bottom: 10px;
}
#pop_up form {}
#pop_up .form_style span{
padding-right:25px;
}
#pop_up .form_style{
clear:both;
float:right;
padding-bottom:12px;

}
#pop_up .style_submit{
clear:both;
float:right;
	
}
#pop_up a{
color:red;
float:right;
font-size:11px;
padding:3px;

}
#pop_up a:hover {
background-color: red;
color: #000;
}

