/*******************************************************************************************************************************************************************
**	TAG
*/
body {
	padding		: 0px;
	margin		: 0px;
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 14px;
	background	: #808080;
	color		: #575E66;
}

p, h1, h2, h3, h4, h5 {
	margin		: 0px 0px 15px 0px;
}

h1 {
	font-size	: 24px;
} h2 {
	font-size	: 22px;
} h3 {
	font-size	: 20px;
} h4 {
	font-size	: 18px;
} h5 {
	font-size	: 16px;
}

a {
	font-weight	: bold;
	text-decoration	: none;
	color		: #CC3F2D;
}

a:hover {
	text-decoration	: underline;
}

a img {
	border		: none;
}

ul {
	padding		: 0px;
	margin		: 0px;
	list-style	: inside disc;
}

label {
	width		: 200px;
	margin		: 3px 5px 0px 0px;
	display		: block;
	float		: left;
	text-align	: right;
}

input[type='text']
,input[type='password']
,input[type='submit'] {
	padding		: 3px;
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 12px;
	border		: 1px solid #BBB;
}

input[type='text']
,input[type='password'] {
	width		: 200px;
	margin		: 0px 5px 5px 0px;
	background	: #FFF;
}

input[type='submit'] {
	padding		: 3px 3px 2px 3px;
	cursor		: pointer;
	font-size	: 11px;
	font-weight	: bold;
	text-transform	: uppercase;
	background	: #C3C3C3 url("/images/submit_bg.jpg") repeat-x;
}

input[type='submit']:hover {
	border		: 1px solid #FFF;
}

input[type='submit']:focus {
	color		: #CC3F2D;
}

/*******************************************************************************************************************************************************************
**	ID
*/
#header
,#banner
,#main_menu
,#body
,#footer {
	width		: 900px;
	margin		: 0px auto 0px auto;
}

#header_span {
	height		: 65px;
	background	: url("/images/header_span_bg.png") repeat-x;
	position	: relative;
	overflow	: hidden;
	z-index		: 100;
}

#header {
	height		: 50px;
	padding		: 12px 0px 12px 0px;
	font-size	: 12px;
	color		: #FFF;
}

#header a {
	text-decoration	: none;
	color		: #FFF;
}

#header a:hover {
	text-decoration : underline;
}

#header #account_links {
	float		: right;
	margin		: 6px 0px 0px 0px;
}

#header #account_links .divider {
	margin		: 0px 2px 0px 2px;
	color		: #999;
}

#header #login {
}

#header #login label
,#header #login input {
	display		: inline;
	float		: none;
}

#header #login #credentials {
	float		: left;
}

#banner_span {
	margin-top	: -15px;
	background	: url("/images/body_span_bg.jpg") top center repeat-y;
}

#banner {
	height		: 160px;
	background	: #BCC2C7 url("/images/banner_default.jpg") no-repeat;
}

#banner .logo {
	margin-left	: -20px;
	font-size	: 26px;
	font-weight	: bold;
	color		: #CC3F2D;
}

#banner .banner_text {
	width		: 210px;
	height		: 85px;
	padding		: 20px;
	margin		: 0px 20px 20px 20px;
	float		: right;
	text-transform	: uppercase;
	background	: url("/images/banner_default_text_bg.png") no-repeat;
	color		: #FFF;
}

#body_span {
	background	: url("/images/body_span_bg.jpg") top center repeat-y;
}

#main_menu {
	width		: 860px;
	height		: 30px;
	padding		: 0px 20px 0px 20px;
	background	: #000;
	color		: #FFF;
}

#main_menu ul {
	list-style	: none;
}

#main_menu ul li {
	padding		: 7px 0px 7px 32px;
	display		: block;
	float		: left;
	background	: url("/images/main_menu_li_bg.jpg") no-repeat;
}

#main_menu ul li a {
	font-weight	: bold;
	text-decoration	: none;
	text-transform	: uppercase;
	color		: #CCC;
}

#main_menu ul li a:hover
,#main_menu ul li.on a {
	text-decoration	: underline;
	color		: #FFF;
}

#main_menu ul li.first {
	padding-left: 0px;
	background	: none;
}

#main_menu ul ul {
	display		: none;
}

#sub_menu {
	margin-bottom	: 20px;
}

#sub_menu ul {
	list-style	: none;	
}

#sub_menu ul > ul {
	margin-left	: 20px;
}

#sub_menu li {
	padding-left	: 15px;
	border-bottom	: 1px solid #AAA;
	background	: url("/images/sub_menu_li_bg.png") 0px 8px no-repeat;
}

#sub_menu li.last_item {
	border-bottom	: none;
}

#sub_menu a {
	padding		: 5px;
	display		: block;
	color		: #777;
} #sub_menu a:hover {
	text-decoration	: none;
}

#sub_menu li:hover {
	background	: url("/images/sub_menu_li_hover_bg.png") 0px 8px no-repeat;
} #sub_menu li:hover > a {
	color		: #576574;
}

#sub_menu li.on {
	background	: url("/images/sub_menu_li_active_bg.png") 0px 8px no-repeat;
} #sub_menu li.on > a {
	color		: #CC3F2D;
}

#body {
	width		: 860px;
	padding		: 20px;
	background	: #D5D9DC url("/images/body_bg.jpg") repeat-x;
}

#footer_span {
	background	: url("/images/body_span_bg.jpg") top center repeat-y;
}

#footer {
	width		: 860px;
	height		: 32px;
	padding		: 8px 20px 0px 20px;
	font-size	: 12px;
	background	: #BCC2C7 url("/images/footer_bg.jpg") no-repeat;
	color		: #EEE;
}


/*******************************************************************************************************************************************************************
**	CLASS
*/
.clearfix:after {
    content		: ".";
    display		: block;
    height		: 0;
    clear		: both;
    visibility	: hidden;
}

div.errors
,div.success {
	margin		: 0px 0px 15px 0px;
	padding		: 10px;
	font-size	: 12px;
}

div.errors {
	border		: 1px solid #F00;
	color		: #F00;
}

div.success {
	border		: 1px solid #090;
	color		: #090;
}

.required_field {
	font-weight	: bold;
}

.column
,.left_column
,.right_column {
	display		: block;
	float		: left;
}

.left_column
,.right_column {
	margin-bottom	: 20px;
}

.left_column {
	width		: 250px;
	margin-right: 20px;
}

.right_column {
	width		: 590px;
}

.column_content {
	height		: 100%;
	padding		: 20px;
	background	: #F4F5F6 url("/images/column_bg.jpg") repeat-x;
}

.page_title {
	width		: 590px;
	padding		: 0px 0px 10px 0px;
	background	: url("/images/page_title_bg.jpg") bottom right repeat-x;
}

.page_title span {
	padding		: 0px 30px 0px 0px;
	font-size	: 19px;
	font-weight	: bold;
	background	: #BDC3C8 url("/images/page_title_edge.jpg") bottom right no-repeat;
}

.event {
	margin-bottom	: 20px;
	font-size	: 12px;
}

.event .event_name {
	margin		: 0px;
	font-weight	: bold;
	font-size	: 15px;
}

.event .event_date {
	margin		: 0px;
	font-weight	: bold;
}

.event .event_info {
	margin		: 0px;
}

.logo_box {
	width		: 194px;
	height		: 99px;
	padding		: 3px;
	margin		: 20px 20px 0px 0px;
	float		: left;
	overflow	: hidden;
	background	: url("/images/logo_box_bg.png") no-repeat;
}

.last_logo_box {
	margin-right	: 0px;
}

.filters {
	padding		: 10px;
	border		: 1px solid #CCC;
	background	: #EEE;
}

.filters {
	margin		: 20px 0px 20px 0px;
	font-size		: 10px;
	text-transform	: uppercase;
}

.filters .filter_label {
	margin		: 0px 0px 5px 0px;
	font-size		: 11px;
	font-weight		: bold;
	color		: #999;
}

.filters a
,.filters span {
	padding		: 4px;
	margin		: 0px 4px 4px 0px;
	display		: block;
	float		: left;
	text-decoration	: none;
	border		: 1px solid #999;
	border-radius			: 5px;
	-moz-border-radius		: 5px;
	-webkit-border-radius	: 5px;
	color		: #999;
}

.filters a:hover
,.filters span {
	border		: 1px solid #CC3F2D;
	background	: #CC3F2D;
	color		: #FFF;
}

ul.article_menu {
	padding		: 0px;
	margin		: 30px 0px 0px 0px;
	list-style	: none;
}

ul.article_menu li {
	margin		: 0px 4px 4px 0px;
	display		: block;
	float		: left;
}

ul.article_menu li a {
	padding		: 4px;
	border		: 1px solid #CC3F2D;
	text-decoration	: none;
	color		: #CC3F2D;
}

ul.article_menu li a:hover {
	background	: #CC3F2D;
	color		: #FFF;
}
