/* CSS Document */

body {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #444444;
	background:url(/img/bg_gradient_vslice.png) repeat-x 0 0;
	text-align:center;
}
#container {
	position:relative;
	padding: 0px 10px;
	width:960px;
	background-color:#FFFFFF;
	text-align:left;
	margin: 0 auto;
}
/********************************************************
	HEADINGS	*/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 { /* PAGE HEADER OR GROUP NAME */
	font-size: 26px;
	color: #555555;
}
h2 { /* SUB HEADER OR LIST VIEW HEADER */
	font-size: 22px;
	color: #777777;
}
h3 { /* not yet defined */
	font-size:18px;
}
h4 { /* SIDEBAR HEADER */
	font-weight: bold;
	font-size:12px;/* everything else is same as standard body text */
}
/********************************************************
	LINKS	*/

a, a:link {
	text-decoration: underline;
	color: #777777;
}
a:hover {
	color: #ED1C24;
}
a:active, a:visited {
	/* not yet defined */
	color: #666666;
}
/********************************************************
	HEADER	*/

#header {
	background: url(/img/header_topbar.png) no-repeat 10px 0px;/*padding-top: 6px;*/
}
#logo {
	border-top:6px #000000 solid;
	padding-top: 22px;
}
/********
 UTILITY NAVIGATION */
 
 #nav_utility {
	margin: 0;
	padding:0;
	/*padding: 20 0 0 10px;*/
border-top: 6px solid #ee1c24;
}
#nav_utility ul, #nav_utility li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#nav_utility a:link, #nav_utility a:visited {
	float: left;
	line-height: 14px;
	/*font-weight: bold;*/
margin: 4px 10px 0px 10px;
	text-decoration: none;
	color: #999;
}
#nav_utility a:link#current, #nav_utility a:visited#current, #nav_utility a:hover {
	border-top: 4px solid #ee1c24;
	/*padding-top: 2px;*/
margin-top:0px;
	background: transparent;
	color: #000;
}
#nav_utility a:hover {
	color: #000;
}
#user_info {
	margin-top: 15px;
	margin-bottom: 15px;
	line-height:1.25;
	color:#aaaaaa;
}

/********************************************************
	CONTENT	*/

#content {
	padding-top:20px;
	background:url(/img/shadowbar_hr.png) no-repeat top center;
}

/****************
	PRIMARY NAV	*/
	
#primary_nav li {
	margin: 0px;
	display: inline;
	list-style-type: none;
	font-size:16px;
	line-height: 20px;
	padding-right:40px;
}

#primary_nav a {
	text-decoration: none;
}

#primary_nav strong a {
	color: #444444;
}

/********************************************************
	SIDEBAR	*/
.sidebar_module {
	margin-bottom: 20px;
}


/********************************************************
	FOOTER	*/

#footer {
	padding-top: 20px;
	background:url(/img/shadowbar_hr.png) no-repeat top center;
	margin-top: 40px;
}

#footlinks li
{
display: inline;
list-style-type: none;
margin:0;
/*padding-right: 20px; */
}

#footlinks ul {
	margin: 0;
}

#footlinks li.separator {
	padding: 0px 12px;
}

#footlinks li a {
	text-decoration: none;
}

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

#footlinks p {
	color: #777777;
	margin: 0;
}

#footer_closer {
	background: url(/img/footer_bottomline.png) 0 0 no-repeat;
	height:2px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/********************************************************
	MODULES	*/

.module {
	background: url(/img/module_hr.png) 0 0 repeat-x;
	padding-top:7px;
}

.cta_link {
	font-style: italic;
}

.cta_link a {
	text-decoration: none;
}

.cta_link a:hover {
	text-decoration: underline;
}

p.baseline {padding-top:12px;}


/********************************************************
	OVERRIDES/FIXES	*/

p.nomar, ul.nomar {
	margin: 0;
}

li {
	margin-left:20px;
}

div.tabs {
	/* fixes float bug with admin-view edit tabs overlaid on content */
	overflow: hidden;
}
#header-inner {
	overflow: hidden;
}
.ui-tabs {
	padding:0;
}
.ui-tabs .ui-tabs-nav {
	padding: 0 0 0 10px;
}
.ui-tabs .ui-tabs-panel {
	padding:20px 0 0 0;
}
.ui-widget-content {
	border: 0px none;
}
.ui-tabs .ui-widget-header {
	border-top: 0px none;
	border-left: 0px none;
	border-right: 0px none;
}
