 h1{
	font-family:"Times New Roman", Times, serif;
	color:#000;
	margin:0px;
	line-height:normal;
	font-weight:normal;
	padding:8px 0px 0px 0px;
	font-size:30px;
	}
h2{
	font-family:"Times New Roman", Times, serif;
	color:#474b4e;
	margin:0px;
	line-height:normal;
	font-weight:normal;
	padding:0px;
	font-size:27px;
	}
#tabsAndContent{
	position:relative;
	width:971px;
	margin:0 auto;
}
#tabsAndContent ul, #tabsAndContent li{
	padding: 0
}

ul#tabsNav{
	float: left;
	width: 200px;
	list-style: none;
}

ul#tabsNav li{
	background: url(../images/tabsNavBg.png) no-repeat center #a8a8a8;
}

ul#tabsNav li:hover{
	background: url(../images/tabsNavHover.png) no-repeat center #eee;
}

ul#tabsNav *:focus {
	 outline: none
}

ul#tabsNav li.active{
	background: url(../images/tabsNavActive.png) no-repeat center #fff;
}

ul#tabsNav li.active a{
	color: #303030;
	font-weight:bold;
}

ul#tabsNav li a{
	padding: 1em 15px;
	margin: 0 0 1em 0;
	display: block;
	width: 170px;
	text-decoration: none;
	/*color: #7e7e7e;
	font: 11px/20px Georgia;
	text-transform: uppercase;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#636363;
}

ul#tabsNav a:hover{
	color: #0a0a0a
}

ul#tabContent{
	margin: 1em 0 0;
	background: url(../images/tabContent.gif) no-repeat top right#fff;
	min-height: 180px;
	width: 720px;
	float: left;
	list-style: none;
	padding: 0 25px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#tabContent>li{
	width: 720px;
	list-style: none;
	padding: 0 25px 20px 0;
}

#tabContent li ul li{
	list-style: none;
}

#tabContent li ul li a{
	display: block;
	border-bottom: 1px solid #e7e7e7;
	padding: 10px 0;
}

#tabContent li ul li a:hover{
	background: url(../images/tabContentHover.png) no-repeat center bottom;
}

form{
	padding: 30px;

}

form input{
	background: url(../images/searchInputBg.png) repeat-x #ddd;
	border: 2px solid #cbc6c9;
	border-right: 0;
	padding: 5px;
	margin-right: 0;
	color: #fff;
	font: 16px Georgia, "Times New Roman", Times, serif;
}

#searchSubmit{
	border-left: 0;
	border-right: 2px solid #cbc6c9;
	margin-left: 0;
	position: relative;
	left: -3px;
	color: #00416c;
}

#searchSubmit:hover{
	background: url(../images/tabContentHover.png) no-repeat center;
	color: #003459;
	cursor: pointer;
}
