@charset "utf-8";
/* CSS Document */


/*******************/ 
/*   BEGIN RESET   */
/*******************/

	/*http://meyerweb.com/eric/tools/css/reset/
	----------------------------------------------------------------------*/
	
	html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
	body{line-height:1;}
	ol,ul{list-style:none;}
	blockquote,q{quotes:none;}
	blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
	:focus{outline:0;}
	ins{text-decoration:none;}
	del{text-decoration:line-through;}
	table{border-collapse:collapse;border-spacing:0;}

@font-face {
	font-family: 'DINNext';
	src: url('../fonts/DINNextLTPro-Regular.eot');
	src: local('DINNextLTPro-Regular'), url('../fonts/DINNextLTPro-Regular.ttf') format('truetype'); /* non-IE */  
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container { 
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
} 
#header { 
	background: #fff;
	height: 143px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	border-bottom: 2px solid #333;
} 
#header a.home{
	height: 113px;
	width: 780px;
	display: block;
}
#sidebar {
	float: left;
	width: 200px;
	height: 150px;
	background: #0076bd;
	padding: 368px 10px 15px 20px;
	background-image: url(../images/left.jpg);
}
#sidebar a {
	font-weight: 600;
	color: #e41715;
}
#mainContent {
	float: left;
	padding: 0 20px;
	width: 510px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

#mainContent p, 
#mainContent address
{
	font-size: 13px;
	margin-bottom: 2em;
	line-height: 161%;
}

#mainContent address {
	margin-left: 40px;
}

#mainContent h1 {
	font-size: 32px;
	margin-bottom: 0.1em;
	line-height: 161%;
	font-family: "DINNext";
}

#mainContent h2 {
	font-size: 28px;
	margin-bottom: 0.4em;
	line-height: 161%;
	font-family: "DINNext";
}

#mainContent h3 {
	font-size: 20px;
	margin-bottom: 1em;
	line-height: 161%;
	font-family: "DINNext";
}

#mainContent h4 {
	font-size: 16px;
	margin-bottom: 1em;
	line-height: 161%;
	font-family: "DINNext";
}

#footer { 
	padding: 0 10px 0 20px;
	background:#DDDDDD; 
} 
#footer p {
	margin: 0;
	padding: 10px 0;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}

ul.navigation {
	float: left;
	background-color: #fff;
	margin-bottom: 0px;
}
	
ul.navigation li {
	float: left;
	font-size: 9px;
}

ul.navigation li a {
	float: left;
	display: block;
	height: 20px;
	padding: 5px 20px 3px 20px;
	text-decoration: none;
	border-bottom: 2px solid #fff;
	color: #456;
	font-size: 12px;
}
	
ul.navigation li a:hover {
	border-bottom: 2px solid #df2874;
	color: #df2874;
}

ul.list {
	list-style: disc;
	font-size: 13px;
	margin-bottom: 2em;
	line-height: 161%;
	margin-left: 30px;
	padding-left: 10px;
}

	ul.list li {
		margin-bottom: 1.6em;
		line-height: 161%;
	}

ol.list {
	list-style:decimal;
	font-size: 13px;
	margin-bottom: 2em;
	line-height: 161%;
	margin-left: 30px;
	padding-left: 10px;
}

	ol.list li {
		margin-bottom: 1.6em;
		line-height: 161%;
	}	
	
dl.list {
	list-style:decimal;
	font-size: 13px;
	margin-bottom: 2em;
	line-height: 161%;
	margin-left: 30px;
	padding-left: 10px;
}

	dl.list dt {
		margin-bottom: 0.6em;
		line-height: 161%;
		font-weight: 600;
	}	
	
		dl.list dd {
			margin-bottom: 1.6em;
			line-height: 161%;
		}	
	
fieldset {
	border: 1px solid #ccc;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 1em;

}
	
fieldset div {
	float: left; width: 400px;
	margin-left: 80px;
	margin-bottom: 1em;
}
	
fieldset label {
	float: left; width: 120px;
	font-size: 13px;
}

fieldset input {
	float: left; width: 200px;
	font-family: "Courier New", Courier, monospace;	
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}