/*
 * File: basic.css
 * Description: Handles All the CSS for the site
 * Version: 07/10/2010
 * Author: Brian Gebel
 * Author Url: http://www.lostpropaganda.net/
 *
 */
 
/* -------------------------------------------------------
	Reset Elements
------------------------------------------------------- */
p {}
td {}
a:link {}
a:visited {}
a:hover {}
a:active {}
/* -------------------------------------------------------
	Global Elements
------------------------------------------------------- */
body { 
	color: #282828; 
}
/* -------------------------------------------------------
	Global Class Elements
------------------------------------------------------- */
.number_list {
	list-style: decimal;
}
/* -------------------------------------------------------
	Menu Elements
------------------------------------------------------- */
a.menu:link { 
	color: #fff; 
	font-size: 10pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	text-decoration: none; 
}
a.menu:visited { 
	color: #fff; 
	font-size: 10pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	text-decoration: none; 
}
a.menu:hover { 
	color: #dabe90; 
	font-size: 10pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	text-decoration: none; 
}
a.menublack:link { 
	color: #000; 
	font-size: 10pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	line-height: 23px; 
	text-decoration: none; 
}
a.menublack:visited { 
	color: #000; 
	font-size: 10pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	line-height: 23px; 
	text-decoration: none; 
}
a.menublack:hover { 
	color: #a40000; 
	font-size: 10pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	line-height: 23px; 
	text-decoration: none; 
}

/* -------------------------------------------------------
	Body Elements
------------------------------------------------------- */
a.bodylink:link { 
	color: #c01c1c; 
	font-size: 10pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	text-decoration: none; 
}
a.bodylink:visited { 
	color: #c01c1c; 
	font-size: 10pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	text-decoration: none; 
}
a.bodylink:hover { 
	color: #dabe90; 
	font-size: 10pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	text-decoration: none; 
}

/* -------------------------------------------------------
	Home Page Elements
------------------------------------------------------- */
a.fhome:link { 
	color: #a40000; 
	font-size: 10pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	text-decoration: none; 
}
a.fhome:visited { 
	color: #a40000; 
	font-size: 10pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	text-decoration: none; 
}
a.fhome:hover { 
	color: #a40000; 
	font-size: 10pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	text-decoration: none; 
}

/* -------------------------------------------------------
	Application Elements
------------------------------------------------------- */
a.application:link { 
	color: #a40000; 
	font-size: 12pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	text-decoration: none; 
}
a.application:visited { 
	color: #a40000; 
	font-size: 12pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	text-decoration: none; 
}
a.application:hover { 
	color: #a40000; 
	font-size: 12pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	text-decoration: none; 
}
/* -------------------------------------------------------
	Item Specific Elements
------------------------------------------------------- */
.body_font {
	font-size: 11pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	line-height: 18px; 
}
.body_font_14pt { 
	font-size: 14pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	line-height: 18px; 
}
.body_font_bold { 
	font-size: 11pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	line-height: 18px; 
}
.page_description_font { 
	color: #fff; 
	font-size: 10pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	line-height: 18px; 
}
.title_page_description_font { 
	color: #fff; 
	font-size: 14pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	line-height: 18px; 
}
.menu_Font { 
	color: #fff; 
	font-size: 10pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	line-height: 20px; 
}
.tenpt_black_bold { 
	font-size: 10pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	line-height: 18px; 
}
.footer { 
	font-size: 8pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	line-height: 18px; 
}
.body_font_gold { 
	color: #fd9902; 
	font-size: 11pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	line-height: 18px; 
}
.black_header_large { 
	color: #000000; 
	font-size: 16pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold;
}
.red_header { 
	color: #a40000; 
	font-size: 12pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
}
.red_11pt { 
	color: #a40000; 
	font-size: 11pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
}
.red_10pt { 
	color: #a40000; 
	font-size: 10pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
}
.linked_image { 
	border-color: #585858; 
	border-width: 1px; 
}
.white_header { 
	color: #fff; 
	font-size: 12pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
}
.white_10pt_bold { 
	color: #fff; 
	font-size: 10pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
}
.red_bold { 
	color: #ea0000; 
	font-size: 10pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
}
.red_header_14pt { 
	color: #a40000; 
	font-size: 14pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	line-height: 24px; 
}
.error_font { 
	color: #ea0000; 
	font-size: 10pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
}
.black_menu { 
	color: #000; 
	font-size: 10pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
}
/* -------------------------------------------------------
	Frank O'rourke Design Elements
------------------------------------------------------- */
a.frankorourkedesign:link { 
	color: #585858; 
	font-size: 8pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	line-height: 18px; 
	text-decoration: none; 
}
a.frankorourkedesign:visited { 
	color: #585858; 
	font-size: 8pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	line-height: 18px; 
	text-decoration: none; 
}
a.frankorourkedesign:hover { 
	color: #585858; 
	font-size: 8pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	line-height: 18px; 
	text-decoration: none; 
}
/* -------------------------------------------------------
	The End
------------------------------------------------------- */