/*** general ***/
body {
	margin:10px;
	padding:0;
	font-family:Arial;
	font-size:14px;
	color:#000;
}
h1 {
	font-size:14px;
	font-weight:bold;
	color:#516263;
	margin:5px 0;
	padding:0
}
p {
	margin:0;
	padding:0;
	line-height:125%;
}

/*** Header ***/
div#header {
	width:100%;
	height:70px;
	background:#fff;
}	
div#header div#header-bg {
	width:950px;
	height:100%;
	margin:0 auto;
}
div#logo-wrapper {
	float:left;
}
div#logo-wrapper img {
	display:block;
}

/*** content ***/
div#content-wrapper {
	width:100%;
	background:#fff;
}
div#content {
	float:left;
	margin-top:15px;
	padding-left:20px;
	width:720px;
}
div#content p {
	margin:10px 0;
}
div#content-wrapper div#content-body {
	width:950px;
	margin:0 auto;
	min-height:450px;
  	height:auto !important;
  	height:450px;
}
div#breadcrumbs {
	padding:15px 0 5px 15px;
	border-bottom:solid 2px #ccc;
	color:#333;
	font-weight:bold;
}
div#breadcrumbs a{
	color:#333;
	text-decoration:none;
	font-weight:bold;
}

/*** Footer ***/
div#footer-wrapper {
	width:100%;
	background:#fff;
}
div#footer-wrapper div#footer {
	width:950px;
	margin:0 auto;
	color:#999;
	font-size:12px;
}
div#footer a {
	color:#999;
	text-decoration:none;
}
div#footer a:hover {
	text-decoration:underline;
}
div#footer span#links {
	text-align:center;
}
/*** contact form ***/

table#contact-form textarea {
	font-family:Arial;
	border:solid 1px #010101;
	overflow:auto;
	width:202px;
	height:70px;
}
table#contact-form input.inpt-txt {
	width:202px;
	border:solid 1px #010101;
}
table#contact-form span.small-txt {
	font-size:10px;
}
table#contact-form input.btn {
	border:solid 1px #333;
	background:#ccc;
	width:100px;
	color:#000;
}
table#contact-form input.btnHover {
	border:solid 1px #333;
	background:#333;
	color:#fff;
	width:100px;
}