body {
	font: 12px Verdana, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	color: #737477;
	background: #dadcdd url('../images/body-bg.gif') repeat-x;
}
 
a {
	color:#606060;
}
a:hover {
	color:#808080;
}
a:visited {
	color:#606060;
}

img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

input {
	margin: 5px;
}

#page {
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;
	height: 100%;
	padding: 9px 0 91px;
	position: relative;
}

/*header start*/
#header {
	height: 100%;
	padding: 72px 73px 9px 72px;
	position: relative;
	z-index: 90;
}
	
.inner-page #header {
	padding-top:60px;
}

#header:after {
	content: "";
	display: block;
	width: 100%;
	overflow: hidden;
	height: 0;
	clear: both;
}

/*logo start*/
.logo {
	margin: 0;
	position: absolute;
	z-index: 100;
	width: 452px;
	height: 79px;
	left: 72px;	
	top: 300px;
}

.logo-home{
	display:none;
}
.inner-page .logo {
	width: 331px;
	height: 51px;
	left: 72px;
	top:41px;
}

.inner-page .logo a {
	background: url(../images/inner-logo.gif) no-repeat;
	width: 331px;
	height: 51px;
}

.logo a {
	display: block;
	text-indent: -9999px;
	width: 452px;
	height: 79px;
	overflow: hidden;
	position: relative;
	background: url('../images/logo.png') no-repeat;
	cursor: pointer;
}

/*logo end*/
/*header end*/
#header p {
	float: left;
	margin: 11px 0 0;
	font-size: 9px;
	color: #000000;
}

.inner-page #header p {
	float: right;
}

#header p a {
	color: #808285;
	text-decoration: underline;
}

#header p a:hover {
	text-decoration: none;
}

#search {
	position:absolute;
	top:49px;
	right:0px;
	padding-right:55px;
	width:326px;
	float:right;
	text-align:right;
}
	#search div#language {
		padding-top:4px;
		padding-right:20px;
		height:20px;
		line-height:20px;
		font-size:10px;
		float:left;
	}
		#search div#language a.other {
			color:#981b1e;
		}
	#search form {
		margin:0px;
		height:20px;
	}
		#search input {
			float:left;
			border:1px solid #808080;
		}
		#SearchForm_SearchForm_action_results {
			background:#6D6F71;
			font-weight:bold;
			color:#FFFFFF;
			border:1px solid #808080;
		}

#navigation {
	margin-top:0px;
	margin-bottom:-9px;
	margin-left:0px;
	margin-right:-20px;
	padding: 0;
	list-style: none;
	float: right;
	width: 350px;
}

.inner-page #navigation {
	clear: both;
	margin-top: 49px;
}

#navigation li {
	float: left;
	padding: 0 30px 0 32px;
	line-height: 23px;
	background: url(../images/navigation-divider.gif) no-repeat;
	font-weight: bold;
	font-size: 13px;
	position: relative;
}
#navigation.es_ES li {
	padding: 0 8px 0 8px;
	font-size:10px;
}

#navigation li.first, #navigation > li:first-child {
	background: none;
}

#navigation li a {
	text-decoration: none;
	color: #808285;
	text-transform:uppercase;
}

#navigation li a.active,
#navigation li.hover a,
#navigation li:hover a {
	color: #231f20;
}

#navigation li.hover ul,
#navigation li:hover ul {
	display: block;
}

#navigation ul {
	margin: 0;
	padding: 9px 0 0;
	list-style: none;
	position: absolute;
	left: 0;
	top: 23px;
	width: 134px;
	z-index: 100;
	display: none;
}
#navigation.es_ES ul {
	left: -80px;
	width: 284px;
}

#navigation ul li {
	background: #6d6f71;
	font-size: 11px;
	padding: 0;
	line-height: 24px;
	float: none;
	text-align: center;
	height: 100%;
}

#navigation ul li a {
	display: block;
	color: #fff !important;
	height: 100%;
	text-transform:uppercase;
}

#navigation ul li a:hover {
	background: #939598;
}

#address {
	position:absolute;
	bottom:0px;
	padding-right:21px;
	clear:both;
}

#content {
	overflow: hidden;
	height: 100%;
	padding: 0 73px 0 72px;
}

.banner-art {
	overflow: hidden;
	height: 100%;
	position: relative;
}

#content div.wrapper {
	display: block;
	margin-top:9px;
	padding: 7px;
	background: #fff;
	width:839px;
	height:232px;
	border: 1px solid #b3b5b8;
	z-index:0;
}

.banner-art h2 {
	margin: 0;
	position: absolute;
	left: 73px;
	top: 43px;
	height: 67px;
	text-indent: -9999px;
	overflow: hidden;
	width: 294px;
	background: url(../images/banner-art-head.png) no-repeat;
}

.nav {
	padding: 0;
	list-style: none;
	text-align: center;
	line-height: 32px;
	background: #231f20;
	border: 1px solid #838487;
	margin: 8px 0 0;
}

.nav li {
	display: inline;
	padding: 10px 21px 10px 28px;
	background: url(../images/nav-divider.gif) no-repeat 0 6px;
	font-weight: bold;
	font-size: 11px;
}
.nav.es_ES li {
	padding: 10px 6px 10px 13px;
	font-size:10px;
}

.nav li:first-child {
	background: none;
	padding-left: 21px;
}

.nav li a {
	text-decoration: none;
	color: #fff;
	text-transform:uppercase;
}

.nav li a.active,
.nav li a:hover {
	color: #9d9fa2;
}

.items {
	overflow: hidden;
	height: 100%;
	margin: 9px 0 0;
	border: 1px solid #babcbe;
	background: #fff;
	padding: 10px 0;
}

.items .cont {
	background: url(../images/items-bg.gif) repeat-y 285px 0;
	overflow: hidden;
	height: 100%;
	padding: 0 0 0 10px;
}

.qa {
	float: left;
	width: 112px;
	height: 200px;
	background: #fcfcfc url(../images/qa-bg.jpg) no-repeat 0 100%;
	padding: 0 18px 0 140px;
}

.qa h2 {
	margin: 26px 0 0;
	font-size: 14px;
	color: #58595b;
}

.items  p {
	margin: 7px 0 0;
	font-size: 11px;
	line-height: 13px;
	text-align: left;
}

.consult {
	float: left;
	width: 140px;
	height: 200px;
	background: #fcfcfc url(../images/consult-bg.jpg) no-repeat 0 100%;
	padding: 0 18px 0 112px;
	margin: 0 0 0 11px;
	display: inline;
}

.consult h2 {
	margin: 20px 0 0;
	font-size: 14px;
	line-height: 16px;
	color: #58595b;
}

.call {
	float: left;
	width: 150px;
	height: 200px;
	background: #fcfcfc url(../images/call-bg.jpg) no-repeat 0 100%;
	padding: 0 20px 0 100px;
	margin: 0 0 0 11px;
	display: inline;
}

.call h2 {
	margin: 20px 0 0;
	font-size: 14px;
	line-height: 16px;
	color: #981b1e;
}

.call p {
	padding-right: 11px;
}

.call p span {
	color: #981b1e;
}

#footer {
	margin: 13px 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
	background: #fff;
	border: 1px solid #aeb0b3;
	line-height: 26px;
	color: #828486;
}

#footer li {
	display: inline;
	font-size: 11px;
	padding: 7px 26px 4px 30px;
	background: url(../images/footer-bg.gif) no-repeat 0 4px;
}

#footer li.first {
	background: none;
	padding-left: 26px;
}

#footer li a {
	text-decoration: none;
	color: #828486;
}

#footer li a:hover {
	text-decoration: underline;
}

.main {
	overflow: hidden;
	height: 100%;
	margin: 15px 0 0;
	padding: 8px;
	border: 1px solid #abadb0;
	background: #fff;
}

.main .bg {
	overflow: hidden;
	height: 100%;
	padding: 29px 46px 20px 71px;
	background: #fcfcfc url(../images/main-bg.gif) repeat-x;
}

.main .items {
	float: right;
	width: 263px;
	margin: 0;
}

.main .items .cont div {
	margin: 0;
}

.main .items .cont .qa {
	width: 90px;
	height: 180px;
	padding-left: 153px;
	padding-right: 0;
	background-image: url(../images/inner-qa-bg.jpg);
}
.main .items .cont .qa h2 {
	margin-top: 16px;
}

.main .items .cont .qa p {
	text-align: left;
}

.main .items .cont .consult {
	width: 115px;
	padding-left: 112px;
	padding-right: 16px;
	margin-top: 4px;
	border-top: 2px solid #d9dbdc;
}

.main .items .cont .call {
	width: 153px;
	padding-left: 90px;
	padding-right: 0px;
	margin-top: 4px;
	border-top: 2px solid #d9dbdc;
}

.content {
	float: left;
	width: 346px;
	text-align:left;
}

.content h1 {
	font-size:20px;
}

.content h2 {
	margin: 16px 0 0;
	padding-bottom: 2px;
	font: bold 29px/32px "Times New Roman", Times, serif;
	color: #58595b;
}

.content p {
	margin: 0;
	font-size: 11px;
	padding: 16px 0 0;
	line-height: 16px;
	font-weight:normal;
}
	.content p.question {
		font-weight:bold;
	}
	.content span.date {
		text-transform:capitalize;
	}
	
#search-box{
	float:right;
	display:block;
}

.searchResults p.searchQuery {
	color:#333;
	margin-bottom:10px;
}

 ul#SearchResults {
	margin-bottom:20px;
	margin-left:0px;
	padding-left:30px;
	list-style-type:none;
	list-style-image:url(../images/icon_justice.gif);
}
	ul#SearchResults li {
		padding-top:0px;
		padding-bottom:30px;
	}
		ul#SearchResults li a.searchResultHeader {
		}

/* Form Styling */

.content div.input button { 
	float:right;
	text-align:right;
}
.content .reset { 
	margin-left:143px; 
}
.content div.input {
	clear:both;
	padding:5px 0 5px 0;
}
.content div.input label {
	width: 100px;
	float: left;
	text-align: left;
	margin-right: 17px;
	display: block;
}
.content form { 
	margin-top:10px;
	padding-top:15px;
	padding-left:0px;
	clear:both;
}
	.content form fieldset {
		padding-left:0px;
		border:none;
	}
		.content form div {
			margin-bottom:6px;
		}
			.content form label {
				display:block;
				width:100px;
				height:30px;
				line-height:30px;
				float:left;
			}
			.content form input {
				width:195px;
				border:1px solid #808080;
			}
			.content form textarea {
				display:block;
				margin-top:6px;
				width:300px;
				clear:both;
				border:1px solid #808080;
			}
			.content form #EditableTextField14 label, 
			.content form #EditableTextField21 label, 
			.content form #EditableTextField7 label,
			.content form #EditableTextField26 label,
			.content form #EditableTextField36 label {
				padding-bottom:20px;
				width:auto;
				line-height:14px;
			}
			.content form input.action {
				background:#6D6F71;
				width:auto;
				float:none;
				font-weight:bold;
				color:#FFFFFF;
				border:1px solid #808080;
			}