/* TAG STYLES */

body
{
	background-color: #CCCCCC;
}

h1
{
	color: #A81818;
	font-size: 1.25em;
	font-weight: bold;
	font-family: Helvetica, Arial; 
	margin: 0px 0px 10px 0px;
}

h2
{
	color: #A81818;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Helvetica, Arial; 
	margin: 0px 0px 0px 0px;
}

h3
{
	color: #A81818;
	font-size: 0.9em;
	font-weight: bold;
	font-family: Helvetica, Arial; 
	margin: 0px 0px 0px 0px;
}

/* END OF TAG STYLES */

/* DIV ID STYLES */

div#page_holder
{
	width: 985px;
	margin: 0px auto 0px auto;
}

div#flash_header
{
	margin: 0px 0px 0px 3px;
}

div#content_holder
{
	background: #FFFFFF url(../layout_images/main_vertical_border.gif) 0 0 repeat-y;
}

div#display_content
{
	padding: 8px 30px 30px 40px;
}

div#menu_column
{
	float: left;
	width: 210px;
	margin: 0px 15px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div#content_column
{
	float: left;
	width: 685px;
}

div#center_column
{
	float: left;
	width: 450px;
	margin: 0px 25px 0px 0px;
}

div#right_column
{
	float: left;
	width: 210px;
}

div#footer
{
	color: #BBBBBB;
	font-size: 0.8em;
	padding: 10px 40px 15px 40px;
}

div.item_display_box
{
	width: 200px;
	margin: 0px 0px 15px 0px;
}

div.item_display_box div.item_display_box_outside_border
{
	border: solid 1px #333333;
}

div.item_display_box div.item_display_box_inside_border
{
	border: solid 3px #FFFFFF;
}

/* END OF DIV ID STYLES */

/* LINK CLASSES */

a.footer_link
{
	color: #BBBBBB;
	text-decoration: none;
}

a.footer_link:hover
{
	color: #A00500;
}


/* END OF LINK CLASSES */

/* LIST CLASSES AND STYLES */

ul.main_menu
{
	margin: 0px 0px 20px 0px;
}

ul.main_menu li
{
	margin: 0px 0px 2px 0px;
}

ul.main_menu li a.main_item
{
	color: #FFFFFF;
	display: block;
	width: 170px;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	padding: 0px 0px 0px 30px;
	background: #333333 url(../layout_images/menu_plus.gif) 0 0 no-repeat;
	text-decoration: none;
}

ul.main_menu li a.main_item:hover
{
	background-color: #A81818;
}

ul.main_menu li a.main_item_active
{
	color: #FFFFFF;
	display: block;
	width: 170px;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	padding: 0px 0px 0px 30px;
	background: #A81818 url(../layout_images/menu_plus.gif) 0 0 no-repeat;
	text-decoration: none;
}

ul.main_menu li a.sub_item
{
	color: #FFFFFF;
	display: block;
	width: 146px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 0px 24px;
	background: #333333 url(../layout_images/menu_arrow.gif) 0 0 no-repeat;
	text-decoration: none;
}

ul.main_menu li a.sub_item:hover
{
	background-color: #A81818;
}

ul.main_menu li a.sub_item_active
{
	color: #FFFFFF;
	display: block;
	width: 146px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 0px 24px;
	background: #A81818 url(../layout_images/menu_arrow.gif) 0 0 no-repeat;
	text-decoration: none;
}

ul.footer_menu
{
	margin: 0px 0px 10px 0px;
}

ul.footer_menu li
{
	display: inline;
	margin: 0px 20px 0px 0px;
}

ul.footer_menu li a
{
	font-size: 1.1em;
	font-weight: bold;
	color: #A00500;
	text-decoration: none;
}

ul.footer_menu li a:hover
{
	color: #888888;
}

/* END OF LIST CLASSES AND STYLES */

/* IMAGE CLASSES */

img.rdd_footer_image
{
	float: right;
}

div.item_display_box div.item_display_box_inside_border img
{
	width: 192px;
	height: 77px;
	display: block;
}

/* END OF IMAGE CLASSES */

/* PARAGRAPH STYLES */

p.quote_content
{
	font-size: 0.85em;
	font-style: italic;
	line-height: 1.7em;
}

p.quote_person
{
	text-align: right;
	font-size: 0.85em;
	margin: 5px 0px 5px 0px;
}

p.quote_link
{
	text-align: right;
}

p.quote_link a
{
	font-size: 0.85em;
	color: #A00500;
	text-decoration: none;
}

p.quote_link a:hover
{
	color: #888888;
}

.red
{
	color: #FF0000;
}

/* END OF PARAGRAPH STYLES */

/* FORM STYLES */

form 
{
	margin: 0px 0px 20px 0px;
}

form p
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

form p label
{
	font-weight: bold;
	display: block;
	color: #333333;
	margin-bottom: 3px;
}

form p input.textfield
{
	color: #000000;
	width: 20em;
	height: 1.5em;
	padding: 1px 0 0 3px;
	border:1px #cccccc solid;
	background: url("../layout_images/form_field_bg.gif") #f6f6f6 top repeat-x;
}

form p input.error
{
	color: #000000;
	width: 20em;
	height: 1.5em;
	padding: 1px 0 0 3px;
	border:1px #FF857F solid;
	background: url("../layout_images/form_field_bg_error.gif") #F8C3C0 top repeat-x;
}

form p input.filefield
{
	color: #000000;
	width: 20em;
	height: 1.5em;
	padding: 1px 0 0 3px;
	border:1px #cccccc solid;
	background-color: #F6F6F6;
	background: url("../layout_images/form_field_bg.gif") #f6f6f6 top repeat-x;
}

form p input.file_error
{
	color: #000000;
	width: 20em;
	height: 1.5em;
	padding: 1px 0 0 3px;
	border:1px #FF857F solid;
	background: url("../layout_images/form_field_bg_error.gif") #F8C3C0 top repeat-x;
}

form p textarea.comment_box
{
	color: #000000;
	width: 32em;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 3px;
	border:1px #cccccc solid;
	background: url("../layout_images/form_field_bg.gif") #f6f6f6 top repeat-x;
}

form p textarea.comment_box_error
{
	color: #000000;
	width: 32em;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 3px;
	border:1px #FF857F solid;
	background: url("../layout_images/form_field_bg_error.gif") #F8C3C0 top repeat-x;
}

form p select
{
	height: 1.5em;
	border:1px #cccccc solid;
	padding-top: 1px;
	height: 1.7em;
	background-color: #f6f6f6;
}

form p .select_list
{
	height: 250px;
	width: 300px;
	border:1px #cccccc solid;
	background-color: #f6f6f6;
}

form p input.submit_button
{
	margin: 0px 0px 0px 0px;
}

form h2
{
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	margin: 0px 0px 0px 0px;
}

form div.form_field_holder
{
	padding: 5px;
	background-color: #EFF8FF;
	margin-bottom: 10px;
}

/* END OF FORM STYLES */