/*chrome-frame*/

#placeholder {
	position:absolute;
	z-index:9000;
}

/*html*/
html, body {
	background-color:#0d52a1;
	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 {
	width:500px;
}
#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 {
	background:url(/images/header_bg.png) repeat-x bottom;
	background-color:#0f2c55;
}
#header-center {
	width:900px;
	height:183px;
	margin:0 auto;
	position:relative;
	z-index:2;
}
#header-center img {

}
#header-anim {
	width:568px;
	height:0;
	margin:0 auto;
	overflow:visible;
	position:relative;
	left:-80px;
	z-index:1;
}
#logo {
	cursor:pointer;
	float:left;
	width:337px;
	height:168px;
	position:relative;
	top:14px;
	left:-40px;
	z-index:2;
}
#slogan {
	color:#FFF;
	font-size:2.7em;
	font-style:italic;
	text-align:center;
	text-shadow:1px 1px 3px #0f2b56;
	float:left;
	width:384px;
	height:75px;
	margin-top:60px; margin-left:30px;
	position:relative;
	z-index:2;
}
#slogan span {
	font-weight:bold;
	font-size:1.1em;
}
#aaa {
	background:url(/images/logo_aaa_top.png);
	width:101px;
	height:56px;
	float:left;
	margin-top:10px; margin-left:30px;
}
#award-logo {
	background:url(/images/autochex.png);
	width:93px;
	height:93px;
	float:left;
	margin-top:60px; margin-left:30px;
}

/*navigation*/

#nav {
	background:url(/images/nav_bg.png) repeat-x;
	color:#FFF;
	height:49px;
	font-size:1.8em;
}
#nav ul {
	margin:0 auto;
	padding:0;
	width:980px;
	text-align:right;
}
#nav ul li {
	background:url(/images/nav_hover.png) no-repeat bottom;
	background-position:50% 160%;
	display:inline;
	list-style:none;
	margin:0;
	padding:13px; padding-right:8px;
	position:relative;
	top:10px;
	text-shadow:1px 1px 3px black;
	-webkit-transition: background 1s linear;
}
#nav ul li:hover {
	background:url(/images/nav_hover.png) no-repeat bottom;
	-webkit-transition: background 0.2s linear;
}
#nav ul li a {
	color:#CCC;
	text-decoration:none;
	-webkit-transition: color 1s linear;
}
#nav ul li a:hover {
	color:#FFF;
	-webkit-transition: color 0.1s linear;
}
#nav ul .selected {
	background:url(/images/nav_pointer.png) no-repeat bottom;
	font-weight:bold;
}
#nav ul .selected:hover {
	background:url(/images/nav_pointer.png) no-repeat bottom;
	font-weight:bold;
}
#nav ul .selected a {
	cursor:default;
	color:#FFF;
}

/*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 {
}
.item-text-nowrap {
	width:490px;
	float:right;
	clear:none;
}
.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 {
	background:url(/images/footer_bg.png) repeat-x top;
	background-color:#0d52a1;
}
#footer-center {
	width:800px;
	height:290px;
	margin:0 auto;
}
#footer-phone {
	background:url(/images/footer_phone.png) no-repeat;
	width:363px;
	height:70px;
	float:left;
	margin-top:30px;
}
#footer-cert {
	float:right;
	margin-top:30px;
}
#footer-cert img {
	border:0;
}
#copyright {
	color:#006cba;
	clear:both;
	text-align:center;
	font-size:1.2em;
}