/*html*/
html, body {
	margin:0;
	padding:0;
	font-family:Segoe UI, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-style:italic;
	color:#293039;
	clear:none;
	margin-top:0;
}
a, a:link, a:active, a:visited {
	color:#006cba;
	text-decoration:none;
}
a:hover {
	color:#006cba;
	text-decoration:underline;
}
label {
	display:block;
	font-weight:normal;
	font-size:1.3em;
}
#survey label {
	color:#333;
	display:block;
	font-weight:normal;
	font-size:1.2em;
	margin-top:15px;
}
#contact-info label {
	display:block;
	font-weight:normal;
	font-size:1.3em;
	margin:4px;
	clear:none;
}
fieldset {
	width:50%;
}
input[type="text"] {
	background-color:#fff;
	border:1px solid #CCC;
	color:#333;
	padding:4px;
	width:300px;
	height:20px;
	margin-bottom:10px;
	margin-left:6px;
	font-size:1.0em;
	-moz-box-shadow:0 1px 5px rgba(0,0,0,.2);
	-webkit-box-shadow:0 1px 5px rgba(0,0,0,.2);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
input[type="text"]:focus {
	border:1px solid #999;
	-moz-box-shadow:0 2px 8px rgba(0,0,0,.3);
	-webkit-box-shadow:0 2px 8px rgba(0,0,0,.3);
}
textarea {
	background-color:#fff;
	border:1px solid #CCC;
	color:#333;
	margin-bottom:10px;
	margin-left:6px;
	padding:4px;
	width:100%;
	font-size:1.0em;
	-moz-box-shadow:0 1px 5px rgba(0,0,0,.2);
	-webkit-box-shadow:0 1px 5px rgba(0,0,0,.2);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	resize:vertical; 
}
textarea:focus {
	border:1px solid #999;
	-moz-box-shadow:0 2px 8px rgba(0,0,0,.3);
	-webkit-box-shadow:0 2px 8px rgba(0,0,0,.3);
}
input[type="submit"] {
	border:none;
	background:url(../images/send_hover.png);
	background:url(../images/send.png);
	float:right;
	width:72px;
	height:40px;
	margin-right:-20px;
}
input[type="submit"]:hover {
	background:url(../images/send_hover.png);
	cursor:pointer;
}
ol li {
	margin-bottom:10px;
}
iframe {
	border:5px solid white;
	-moz-box-shadow:0 2px 8px rgba(0,0,0,.3);
	-webkit-box-shadow:0 2px 8px rgba(0,0,0,.3);
}

/*header*/

#header {
}
#header-center {
	width:900px;
	height:183px;
	margin:0 auto;
	position:relative;
	z-index:2;
}
#header-center img {
	display:inline;
	text-align:center;
}
#header-anim {
	display:none;
}
#logo {
	margin-top:-20px;
}
#slogan {
	color:#000;
	font-size:2.7em;
	font-style:italic;
	text-align:center;
	text-shadow:0 0 0 #fff;
	float:right;
	width:384px;
	height:75px;
	position:relative;
	left:-120px;
}
#slogan span {
	font-weight:bold;
	font-size:1.1em;
}
#aaa {
	display:none;
}

/*navigation*/

#nav {
	display:none;
}

/*body*/

#body {
	background-color:#FFF;
	margin-top:;
	font-size:1.5em;
}
.item {
	background:url(/images/item_bg.png) repeat-x top;
	background-color:#FFF;
}
.item-text-narrow {
	width:600px;
}
.center {
	color:#666;
	width:800px;
	margin:0 auto;
	padding:20px; padding-left:0;
}
.center-wide {
	color:#666;
	width:900px;
	margin:0 auto;
	padding:20px; padding-left:0;
}
.item-img {
	border:1px solid #CCC;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-box-shadow:0 2px 8px rgba(0,0,0,.3);
	-webkit-box-shadow:0 2px 8px rgba(0,0,0,.3);
	float:left;
	height:210px;
	margin-right:24px;
}
.item-img img {
	border:5px solid white;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin:0;
	padding:0;
}
.aside {
	background:url(../images/aside_bg.png) repeat-x top;
	background-color:#f0f0f0;
	border:1px solid white;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow:0 1px 5px #ccc;
	-webkit-box-shadow:0 1px 5px #ccc;
	float:right;
	width:300px;
	margin-right:-20px;
}
.aside ul li {
	padding:5px; padding-left:22px;
	margin:0; margin-left:-4px;
	list-style:none;
	font-size:1.1em;
}
.aside ul li:hover {
	background:url(../images/arrow_right.png) no-repeat left;
}
.aside .active {
	background:url(../images/arrow_right.png) no-repeat left;
}
.aside .active a:hover {
	text-decoration:none;
	cursor:default;
}
.breadcrumb {
	margin-bottom:8px;
}
.breadcrumb img {
	margin:0 4px;
}
.message {
	background-color:#f0f0f0;
	border:1px solid #CCC;
	padding:10px;
}
.error {
	background-color:#ffdada;
	border:1px solid #b62e2e;
	padding:10px;
	color:#ba0000;
	font-weight:normal;
	font-style:italic;
	font-size:1.4em;
}
.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
	clear:none;
}

/*footer*/

#footer {
}
#footer-center {
	width:800px;
	margin:0 auto;
}
#footer-phone {
	display:none;
}
#footer-cert {
	display:none;
}
#copyright {
	color:#000;
	clear:both;
	text-align:center;
	font-size:1.2em;
}
#copyright p {
	display:none;
}