@charset "utf-8";
/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;

}
h1,h2, h3{
color:#3366CC;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.0em;
}

#container{
width:780px;
height:auto;
background:#FFFFFF;
margin:10px auto;

}



#header{
height:90px;
width:780px;
background:url(images/head.jpg);
}


#menu{
height:25px;
width:750px;
padding-left:15px;
padding-top:65px;
float:left;
margin: 0 auto;

}

#menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}

#btn a{
	display: block;
	float: left;
	text-decoration: none;
	font-size: 1.6em;
	color: #000000;
	height:25px;
	width:150px;
	font-size:16px;
	background:url('images/button.jpg') no-repeat;

}

#btn a:hover{
	display: block;
	float: left;
	text-decoration: underline;
	font-size: 1.6em;
	color:#000000;
	height:25px;
	width:150px;
	font-size:16px;
	background:url(images/buttonover.jpg);

}

#btn ul li{
float: left; 
text-align:center;
line-height:22px;
}

#btn ul li:hover{
float:left;
line-height:24px;
text-align:center;
}

#btn ul li.actual{
	background:url(images/buttonover.jpg);
	float:left;
line-height:24px;
text-align:center;
color:#000000;
	height:25px;
	width:150px;
		font-size: 16px;
		text-decoration:underline;
}


#emailimage{
	height:300px;
	width:780px;
	background:url(images/email1.jpg) repeat-x;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#emailimage h3{
	font-size: 1.0em;
	color:#000000;}

#emailtext{
	margin-left:200px;
	margin-top:60px;
	width:300px;
	height:200px;
	float:left;
	font-size:12px;

}



#emailtext ul{
list-style:none;

}

#emailtext ul li{
list-style-image:url(images/tick.gif);
}



#emailsubmit{
	width:240px;
	height:200px;
	margin-left:0px;
	margin-top:60px;
	float:right;
	margin-right: 25px;
	color:#000000;
	font-size:12px;

	text-align: center;
}

.label{	
	float: left;
	width:6em;
	text-align:right;
	clear:left;
	margin-right:0px;


}

.label2{
	clear:left;
	float: left;
	width:35px;
	text-align:right;
}

.label3{
	clear:left;
	float: left;
	width:100px;

		text-align:right;
}


#submit{
	padding-right:10px;
	text-align:center;
	clear:left;
	padding-top:20px;

}

#bodyemailsubmit{
	width:400px;
	height:200px;
	float:left;
	color:#3366CC;
	font-size:12px;
	border: 3px dashed #3366cc;
	text-align: center;
	margin-left:100px;
	margin-right:90px;
	padding:10px;
	background:#F0F0F0;
}

#sidebar{
width:150px;
float:left; 
border-right:1px solid #3366CC;
border-top:1px solid #3366CC;
background: #ffffff  ;

}

#sidebartitle{
background:url('images/menutitle.gif');
color:#ffffff ;
text-align:center;
width:151px;
font-size:20px;

}

#sidebar ul{
	width:150px;

	list-style:none;
	position:relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sidebar ul li{
	width:145px;
	height:auto;

}

#sidebar ul li a{
background:#ffffff  ;
	width:145px;
	height:auto;
	display:block;
	color:#333333;
	font-weight:normal;
	text-decoration:none;
	font-size:10px;
	line-height: 26px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	border-bottom:dashed #3366CC 1px;

}
#sidebar ul li a:hover{color:#006699; text-decoration:none; background:#99ccff;}
#sidebar ul li.home{
	width:145px;
	height:auto;
	display:block;
	color:#336699;
	font-weight:normal;
	text-decoration:none;
	font-size:10px;
	background:#99ccff;
		line-height: 26px;
			border-bottom:dashed #3366CC 1px;
			padding-left:5px;
}


#sidebarnews{
	width:148px;
	height:auto;
	padding-top:5px;
	color:#3366CC;
	font-size:12px;

	text-align: center;

}
#sidebar p{
padding:5px;
}
#sidebarnews h3{
font-weight:bold;
text-indent:5px;
}



#content{
	width:615px;
	float:left;
	height: auto;
	margin-left: 10px;
	margin-bottom:10px;
	font-size:13px;

}

#footer{
float:left;
background:url(images/footer.jpg);
width:780px;
height:60px;
margin-top:5px;
margin-bottom:5px;
}

#footer p{
font-size:12px;
padding-left:15px;
padding-top:15px;

}

#footer a{

padding-left:10px;
text-decoration:none;
color:#0033FF;
}

#footer a:hover{
padding-left:10px;
text-decoration:underline;
}
