﻿/*** TYPOGRAPHY ***/
	img { border:0; }
	body, td { font:13px Arial, Helvetica, San-Serif; color:#fff; }
	h1 { color:#bd1a2c; font-size:30px; font-weight:normal; }
	h2 { font-size:17px; font-weight:normal; }
	p { margin:0px; }
	a { color:#f00; }
	a:hover { color:#f55; }
	ul { margin:0px; padding:0px; padding-left:15px; }

	.bullet { background:url(images/bullet_white.gif) 0px 4px no-repeat; padding-left:13px; }
	h2.bullet { background-image:url(images/bullet_white.gif); background-position:0px 5px; }
	a.bullet { background-image:url(images/bullet_red_2.gif); }
	li { list-style-image:url(images/bullet_red_1.gif); }
	h2.background-heading { background:url(images/subheading_bg.gif) 0px 0px no-repeat; height:27px; width:292px; overflow:hidden; text-indent:25px; color:#bd1a2c; line-height:27px; }

/*** LAYOUT ***/
	html, body, form { height:100%; }
	body { margin:0px; }

	/*** HOME ***/
	#home-top-container { background:#242424 url(images/home_top_bg.jpg) repeat-x top left; }
	#home-bottom-container { background:#fff url(images/home_bottom_bg.jpg) repeat-x top left; }
	.home-centered-container { width:750px; margin-left:auto; margin-right:auto; }
	#home-menu-container { height:61px; max-height:61px; text-align:center; }
	#home-menu-container table { margin-left:auto; margin-right:auto; }
	#home-3-columns { background:url(images/home_content_bg.jpg) no-repeat top left; width:750px; min-height:288px; }
	#home-3-columns td { font:13px Arial, Helvetica, San-Serif; color:#fff; vertical-align:top; }
	.home-content-height1 { min-height:162px; }
	.home-content-height2 { height:68px; }
	.home-content-width1 { margin-left:14px; }
	.home-content-width3 { margin-right:14px; }
	.home-content-width1,
	.home-content-width2,
	.home-content-width3 { padding-top:5px;padding-left:35px; padding-right:20px; padding-bottom:10px; }
	#home-footer { text-align:center; color:#888; font:10px Verdana, Sen-Serif; padding:20px; }
	#home-footer a { color:#888; text-decoration:none; }
	#home-footer a:hover { text-decoration:underline; }
	
	/*** SUBPAGE ***/
	#subpage-top-container { background:#383838 url(images/subpage_top_bg.jpg) repeat-x top left; }
	#subpage-bottom-container { background:#fff url(images/subpage_bottom_bg.jpg) repeat-x top left; }
	.subpage-centered-container { width:750px; margin-left:auto; margin-right:auto; }
	#subpage-menu-container { height:61px; max-height:61px; text-align:center; }
	#subpage-menu-container table { margin-left:auto; margin-right:auto; }
	#subpage-footer { text-align:center; color:#888; font:10px Verdana, Sen-Serif; padding:20px; }
	#subpage-footer a { color:#888; text-decoration:none; }
	#subpage-footer a:hover { text-decoration:underline; }
	#subpage-heading { margin-bottom:20px; position:relative; z-index:1; }
	#subpage-content { position:relative; z-index:2; }
	#subpage-layout-table { width:750px; }
	#subpage-left-column { vertical-align:top; padding-left:44px; padding-top:4px; padding-right:30px; padding-bottom:31px; background:url(images/subpage_left_column_bg.gif) no-repeat 0px 4px; }
	#subpage-right-column { vertical-align:top; width:495px; }
	#subpage-content-container { margin-top:4px; margin-left:0px; margin-right:50px; margin-bottom:30px; }