/*********
	ROOT
**********/
body {
	background: #fff url(../images/bg_repeat.png) repeat-x top;
	color: #434343;
	font-family: 'Lucida Sans Unicode','Lucida Grande',sans-serif;
	font-size: 12px;
	position: relative;
}
.rootContainer {
}
.templateWrapper {
	margin: 0 auto;
	width: 1300px;
}
#headerWrapper { 
	background: url(../images/topbar.png) no-repeat center top;
	height: 63px;
	margin: 0 auto;
	position: relative;
}
#header {
	height: 63px;
	margin: 0;
	padding: 0;
	width: 510px;
}
#header a {
	display: block;
	float: left;
	height: 63px;
	margin-left: 150px;
	text-indent: -9999px;
	width: 510px;
}
#search {
	float: right;
	position: absolute;
		right: 155px;
		top: 4px;
	width: 215px;
}
#search_q {
	background: none;
	border: 0;
	color: #878787;
	font-size: 11px;
	height: 30px;
	line-height: 30px;
	width: 182px;
}
#search_submit {
	background: none;
	border: 0;
	cursor: pointer;
	height: 30px;
	padding: 0;
	width: 25px;
}
#nav {
	margin: 0 auto;
	width: 1300px;
}
#nav ul { 
	margin:0; 
	padding: 0;
	position: relative; 
	z-index: 9999;
}
#nav #submitATipButton{
	width: 10px;
	height: 10px;
	border: solid thin red;
	float: right;
	position: absolute;
	right: 155px;
	top: 75px;
}
.navItem, .navItem .link {
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 38px;
	text-indent: -9999px;
}
	.navItem .link { float: none; }
	#navLeft { 
		background: url(../images/nav_left.png) no-repeat center top;
		width: 162px;
	}
	#navRight {
		background: url(../images/nav_right.png) no-repeat center top;
		width: 409px;
		text-indent: 40px;
	}
	#navAboutSenatorCoburn, #navAboutSenatorCoburn .link {
		background-image: url(../images/nav_about.png);
		width: 94px;
	}
	#navConstituentServices, #navConstituentServices .link {
		background-image: url(../images/nav_constserv.png);
		width: 199px;
	}
	#navLegislationIssues, #navLegislationIssues .link {
		background-image: url(../images/nav_issues.png);
		width: 191px;
	}
	#navPressRoom, #navPressRoom .link {
		background-image: url(../images/nav_pressroom.png);
		width: 132px;
	}
	#navContactSenatorCoburn, #navContactSenatorCoburn .link {
		background-image: url(../images/nav_contact.png);
		width: 113px;
	}
	.navItem.highlighted, .navItem.highlighted .link { background-position: center bottom; }
.nav_subTop {
	background: url(../images/drpdn_top.png) no-repeat center top;
	display: none;
	height: 8px;
	width: 277px;
	z-index: 9999;
}
	.nav_subTop.visible { display: block; }
.navItem ul { 
	background-position: left bottom;
	background-repeat: no-repeat;
	display: none; 
	min-height: 180px;
	width: 277px;
	z-index: 9999;
}
	#navAboutSenatorCoburn ul {
		background-image: url(../images/drpdn_btm_about.png);
	}
	#navConstituentServices ul {
		background-image: url(../images/drpdn_btm_constserv.png);
	}
	#navLegislationIssues ul {
		background-image: url(../images/drpdn_btm_issues.png);
	}
	#navPressRoom ul {
		background-image: url(../images/drpdn_btm_newsroom.png);
	}
	#navContactSenatorCoburn ul {
		background-image: url(../images/drpdn_btm_contact.png);
	}
	.navItem ul.visible { 
		display: block; 
	}
.navItem ul li { text-indent: 0; }
	.navItem ul li.first-item {  }
	.navItem ul li.last-item { padding-bottom: 10px; }
.navItem ul li a {
	color: #2c3f4a;
	font-size: 12px;
	font-weight: normal;
	line-height: 30px;
	margin-left: 10px;
	padding-left: 12px;
	text-decoration: none;
}
	.navItem ul li a:hover {
		background: url(../images/drpdn_arrow.png) no-repeat left center;
		color: #75181d;
		text-decoration: none;
	}
#foot {
	background: #22333b;
	height: 50px;
}
#footer {
	margin: 0 auto;
	padding-top: 15px;
	text-align: center;
	width: 1000px;
}
#footer a {
	color: #c4c4c4;
	font-size: 11px;
	font-weight: normal;
	margin: 0 5px;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footerSocialnet { display: none; }
/**********
	COPY
***********/
#copyBodyContainer .header.body {
	background: url(../images/headersub_1.png) no-repeat;
	height: 62px;
	margin: 0 auto;
	padding-top: 55px;
	width: 1000px;
}
.crumbs {
	height: 35px;
	margin-left: 25px;
	width: 955px;	
}
.crumbs a {
	background-repeat: no-repeat;
	background-position: center top;
	color: #434343;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: normal;
	height: 35px;
	margin: 0 10px;
	padding-top: 10px;
	text-decoration: none;
}
	.crumbs a.home {
		background-image: url(../images/breadcrumbs_homeicon.png);
		margin: 0;
		padding: 0;
		text-indent: -9999px;
		width: 40px;
	}
	.crumbs a:hover {
		background-position: center bottom;
		color: #75181d;
		text-decoration: none;
	}
.crumbs img {
	float: left;
	margin-top: 1px;
}
#content {
	background: url(../images/subcontent_middle.png) repeat-y;
	margin: 0 auto;
	width: 1000px;
}
#content h2.header {
	background: url(../images/subcontent_top.png) no-repeat center top;
	height: 40px;
	padding-top: 15px;
	width: 1000px;
}
#content h2.header a {
	color: #f4f4f4;
	display: block;
	font-size: 18px;
	height: 55px;
	margin-left: 25px;
	text-decoration: none;
}
	#content h2.header a:hover { text-decoration: none; }
#content #copy {
	float: left;
	min-height: 600px;
	width: 732px;
}
#content #copy .copycontent {
	margin: 0 35px;
	padding-bottom: 25px;
}
#content #sidebar {
	float: left;
	margin-left: 26px;
	min-height: 1px;
	width: 242px;
}
#sidebar .header.sidebar { display: none; }
#sidebar .nav ul {
	margin: 0;
	padding: 0;
}
#sidebar .nav ul li {
	background: url(../images/relatedlinks_icon.png) no-repeat 32px 4px;
	height: 33px;
}
#sidebar .nav ul li a {
	color: #434343;
	font-size: 12px;
	font-weight: normal;
	margin-left: 53px;
	text-decoration: none;
}
#sidebar .nav ul li a:hover { 
	color:#75181d;
	text-decoration: none;
}
#copyBodyContainer .footer {
	background: url(../images/subcontent_bottom.png) no-repeat center top;
	height: 18px;
	margin: 0 auto;
	padding-bottom: 30px;
	width: 1000px;
}

#copyBodyContainer .element .footer {
	background: none;
	height: auto;
	width: 662px;
}
