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

html {
	font-family: Arial, sans-serif;
	font-size: 12px;
	/*background-color: #e2e4e5;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;*/
	background: #FFF;
}

body {
	max-width: 800px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

a:link {
	color: #ec7305;
}

a:focus, a:active, a:visited {
	color: #ec7305;
}

h1 {
	width: 720px;
	background: url(images/logo.jpg);
	background-repeat: no-repeat;
	padding-left: 80px;
	padding-top: 40px;
	display: block;
	height: 40px;
	font-size: 32px;
	font-weight: normal;
	color: #ec7305;
	border-bottom: thin solid #ec7305;
}

h2 {
	font-size: 22px;
	font-weight: normal;
	color: #ec7305;
	padding: 0px;
	margin: 0px;
}

h3 {
	width: 90%;
	font-size: 16px;
	font-weight: normal;
	color: #6b6b6a;
	border-bottom: 1px solid #6b6b6a;
	padding: 0px;
	margin: 0px;
}

p {
	width: 90%;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 20px;
	text-align: justify;
	line-height: 20px;
}

ul {
	line-height: 20px;	
}

img {
	
	display: block;
	margin-left: auto;
	margin-right: auto;

/* This adds the border */
	padding:8px;
	border:solid;
	border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
	border-width: 1px 2px 2px 1px;
	background-color:white;
}



.img-normal {
display: block;
	float: left;

/* This adds the border */
	padding:8px;
	border:solid;
	border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
	border-width: 1px 2px 2px 1px;
	background-color:white;	
	margin-right: 5px;
	margin-bottom: 20px;
}

.img-sane {
margin-left: auto;
margin-right: auto;
	padding:8px;
	border:none;
	float: left;
}

#nav {
	float: left;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	width: 100px;
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
}

#nav li {
	font-weight: bold;
	font-size: 14px;
	height: 22px;
}

#nav li a {
	font-weight: normal;
}

#news {
	float: left;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	width: 315px;
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	padding-bottom: 20px;
	padding-top: 5px;
}

#news li {
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	color: #6b6b6a;
	border-bottom: 1px dashed;
	display: list-item;
}

#news li a {
	color: #6b6b6a;
	font-weight: bold;
	text-decoration: none;
	width: 315px;
	display: block;
}

#news li a:hover {
	background-color: #F60;	
}

.breadcrumbs {
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 10px;
}

.full-column {
	width: 700px;
	overflow: auto;
	padding: 0px;
	margin: 0px;
	float: right;
}

.column-half {
	width: 350px;
	overflow: auto;
	padding: 0px;
	margin: 0px;
	float: right;
}

.footer {
	width: 700px;
	overflow: auto;
	padding: 0px;
	margin: 0px;
	float: right;
	border-top: 1px solid #999;
}

.footer p {
	width: 90%;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: left;
	line-height: 14px;
	font-size: 12px;
	color: #999
}


.contact-left {
font-weight: normal;
color: #ec7035;
font-size: 13px;
line-height: 20px;
}

.text {
width: 300px;	
font-family: Arial, sans-serif;
font-size: 12px;
font-weight: normal;
}

.textarea {
width: 304px;	
font-family: Arial, sans-serif;
font-size: 12px;
font-weight: normal;
}

.orange {
color: #ec7035;	
}
