/* `Main
----------------------------------------------------------------------------------------------------*/

body {
	background: #ac2b19;
}

a {
	color: #b22d12;
	text-decoration: none;
}

a:visited {
	color:#bf8c86;
}

h1 a {
	display:block;
	width:200px;
	height:62px;
	background:url(/images/logo_red_off.gif) no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}

/* `Grid >> Header
----------------------------------------------------------------------------------------------------*/

.containerTop_All {
	background:#ab2b19 url(/images/headerbg_red.gif) repeat-x top left;
	height:65px;
	border-top:2px solid #610000;
}

.containerTop {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height:65px;
	border-right:1px solid #790000;
	border-left:1px solid #790000
}

#globalNav .slash {
	color:#ff4424;
	margin-right:5px;
}

#globalNav ul li#navRed {
	padding-top:42px;
	background:url(/images/nav_org_on.gif) no-repeat top left;
	color:#000;
}
/*
#globalNav ul li#navRed a { color:#000; }
#globalNav ul li#navRed a .slash { color:#000; }
*/


#globalSubNav .slash {
	color:#ff4424;
	margin-right:4px;
}

/* `Grid >> Colors
----------------------------------------------------------------------------------------------------*/

.topBarDark {
	width:610px;
	border-top:4px solid #b22d12;
}

.topBarDarkHalf {
	border-top:4px solid #b22d12;
}

.topBarLight {
	border-top:4px solid #ff8359;
}

/* `Grid >> "Add to" Container
----------------------------------------------------------------------------------------------------*/

.addContainerList li a { 
	background:#ff8359 url(/images/add_red.gif) no-repeat top left;
	display: block;
	height: 19px;
	width: 290px;
	text-decoration: none;
	color:#fff;
}

/* `Grid >> Search Container
----------------------------------------------------------------------------------------------------*/

#searchList a:hover {
	margin-left:-3px;
	padding:3px;
	background-color:#b22d12;
	color:#fff;
}


#searchList #eventsTab, #searchList #jobsTab {
	border-top:4px solid #ff8359;
}

#submitContainer a:hover {
	margin-left:-3px;
	padding:3px;
	background-color:#b22d12;
	color:#fff;
}

/* `Grid >> Tool Container
----------------------------------------------------------------------------------------------------*/

#toolContainerList #update {
	background:#f3f3f3 url(/images/icon_update_red.gif) no-repeat center left;
}

#toolContainerList #like {
	background:#f3f3f3 url(/images/icon_like_red.gif) no-repeat center left;
}

#toolContainerList #print {
	background:#f3f3f3 url(/images/icon_print_red.gif) no-repeat center left;
}

#toolContainerList #email {
	background:#f3f3f3 url(/images/icon_email_red.gif) no-repeat center left;
}

#toolContainerList #share {
	background:#f3f3f3 url(/images/icon_share_red.gif) no-repeat center left;
}

#toolContainerList a:link, #toolContainerList a:visited {
	color: #a62517;
	text-decoration: none;
}

#toolContainerList a#update:hover, #toolContainerList a#like:hover, #toolContainerList a#print:hover, #toolContainerList a#email:hover, #toolContainerList a#share:hover {
	background-color: #b22d12;
	color: #fff;
}


/* `Grid >> Section Container
----------------------------------------------------------------------------------------------------*/

.sectionContainer a:link {
	color:#a62517;
	text-decoration:none;
}

.sectionContainer a:hover {
	margin-left: -3px;
	padding:3px;
	background-color:#b22d12;
	color:#fff;
}

.sectionContainer .listItem li {
	padding-left: 18px;
	background-image: url(/images/icon_plus_red.gif);
	background-repeat: no-repeat;
	background-position: 0 0.1em;
}

.sectionContainerItem a:hover {
	margin-left:-3px;
	padding:3px;
	background:#b22d12;
	color:#fff;
}

/* `Grid >> Breadcrumbs
----------------------------------------------------------------------------------------------------*/

#breadcrumbs ul li a:hover { 
	padding:2px;
	margin:-2px;
	color:#fff;
	background-color:#a62517;
}

/* `Box popup 
----------------------------------------------------------------------------------------------------*/

.box a:link {
	color:#a62517;
	text-decoration:none;
}

.box a:visited {
	color:#bf8c86;
	text-decoration:none;
}

.box a:hover {
	background:#b22d12;
	color:#fff;
	padding:2px;
	margin:-2px;
}

/* `Grid >> Footer
----------------------------------------------------------------------------------------------------*/

#footer ul li a:visited {
	text-decoration: none;
	color: #a62517;
}

#footer ul li a:hover { 
	color:#fff;
}

/* `Grid >> Global Footer

----------------------------------------------------------------------------------------------------*/

.containerBottomAll {
	background:#2870de url(/images/footerbg_red.gif) repeat-x top left;
}
