* {
	margin: 0;
}
html, body {
	height: 100%;
}
h2 {
	font: bold 15px Trebuchet MS, Verdana, Arial;
	color: #FFFFFF;
}
h1 {
	font: bold 17px Trebuchet MS, Verdana, Arial;
	color: #FFFFFF;
}
a:link, a:visited {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
body {
	font: 11px Verdana, Arial;
	background: url(images/bg.jpg) #448bcb repeat-x;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #FFFFFF;
}
#content a:link img, #content a:active img, #content a:visited img {
	border: 2px solid #FFFFFF;
}
#content a:hover img {
	border: 2px solid #4085C6;
}
#header {
	width: 1000px;
	height: 133px;
	margin: 0 auto;
}
#logo {
	height: 113px;
	margin: 10px 0 0 75px;
	float: left;
}
#call {
	height: 26px;
	width: 450px;
	background:url(images/call.jpg) no-repeat;
	float: right;
	margin: 5px 15px 0 0;
	padding: 5px 0 5px 50px;
	font: bold 22px Trebuchet MS, Verdana, Arial;
	color: #FFFFFF;
	vertical-align: middle;
}
#navigation {
	width: 500px;
	height: 42px;
	margin: 30px 15px 0 0;
	float:right;
}
.normal {
	word-spacing: normal;
}
#middle {
	width:950px;
	margin: 0 auto;
}
#content {
	margin: 0 auto;
	width: 690px;
	float: left;
	margin: 20px 0 0 0;

	min-height: 320px;
}
#picture {
	margin: 0 auto;
	width: 690px;
	float: left;
	margin: 10px 0 0 0;
	text-align: center;
}
#sidebar {
	width: 240px;
	float: right;
	padding: 5px;
	float: right;
	margin: 20px 0 0 0;
}
img {
	behavior: url(iepngfix.htc);
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -32px;
}
.push {
	height: 32px;
}
.footer {
	height: 32px;
	background: url(images/footerbg.gif) repeat-x;
	color: #FFFFFF;
	font: 0.9em Verdana, Arial;
	text-align: center;
}
a.footer {
	color: #FFFFFF;
	text-decoration: underline;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/*--------------navigation-----------------*/
#nav {
	font: bold 19px Trebuchet MS, Verdana, Arial;
}
#nav li, #nav a {
	display:block;
}
#nav li {
	float:left;
	list-style:none;
	display:inline;
	margin: 0 20px 0 0;
}
#nav a:hover {
	color: #C31900;
}
#nav a {
	color: #000000;
	text-decoration:none;
}
#nav li.current, #nav a.current {
	color: #4085C6;
	text-decoration:none;
}
/*--------------contact-----------------*/
li.widget {list-style: none}
table.contact {
	background: url(images/contact.png) no-repeat;
	width: 650px;
	height: 165px;
	color: #1C4F90;
	behavior: url(iepngfix.htc);
	font: 11px Verdana, Arial;
	text-align: left;
}
input, textarea {
	font: 11px Verdana, Arial;
}