﻿/*-- Fonts --*/

	@font-face {
		font-family: 'alternate_gothic_fs_no_2Rg';
		src: url('/~/media/Fonts/AlternativeGothic/AlternateGothicNo2-webfont-eot.eot');
		src: url('/~/media/Fonts/AlternativeGothic/AlternateGothicNo2-webfont-eot.eot?#iefix') format('embedded-opentype'),
			 url('/~/media/Fonts/AlternativeGothic/AlternateGothicNo2-webfont-woff.woff') format('woff'),
			 url('/~/media/Fonts/AlternativeGothic/AlternateGothicNo2-webfont-ttf.ttf') format('truetype'),
			 url('/~/media/Fonts/AlternativeGothic/AlternateGothicNo2-webfont-svg.svg') format('svg');
		font-weight: normal;
		font-style: normal;
	}

	@font-face {
		font-family: 'Chunk';
		src: url('/~/media/Fonts/Chunk/Chunkfive-webfont-eot.eot');
		src: url('/~/media/Fonts/Chunk/Chunkfive-webfont-eot.eot?#iefix') format('embedded-opentype'),
			 url('/~/media/Fonts/Chunk/Chunkfive-webfont-woff.woff') format('woff'),
			 url('/~/media/Fonts/Chunk/Chunkfive-webfont-ttf.ttf') format('truetype'),
			 url('/~/media/Fonts/Chunk/Chunkfive-webfont-svg.svg') format('svg');
		font-weight: normal;
		font-style: normal;
	}

/*-- Common Styles --*/

textarea {
	resize: none;
}

.header-title
{
	font-family: 'alternate_gothic_fs_no_2Rg', Arial;
	font-size: 25px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

input.form-input,
textarea.form-input,
select.form-input
{
	font-size: 13px;
	height: 20px;
	border: 1px solid #aaa;
	padding-left: 5px;
	margin-right: 5px;
	font-family: 'Trebuchet MS', helvetica, sans-serif;
}

select.form-input
{
	height: 27px;
}

label.form-label
{
	display: block;
	margin-top: 3px;
}

div.form-box
{
	padding: 5px;
	border: 1px solid #aaa;
	line-height: 25px;
	font-size: 13px;
}

.error-label {
	color: red;
}

/*-- Buttons --*/

div#colA.wide button,
div#colA.wide input[type=submit]
{
	font-family: 'alternate_gothic_fs_no_2Rg', Arial;
	font-size: 16pt;
}

div#colA.wide button.small-font,
div#colA.wide input[type=submit].small-font
{
	font-family: 'alternate_gothic_fs_no_2Rg', Arial;
	font-size: 14pt;
	
}

	div#colA.wide input[type=submit].small-font .ui-button-text,
	div#colA.wide button.small-font .ui-button-text
	{
		padding: 5px 10px 5px 10px;
	}

/*-- Common Table --*/

table.common-table
{
	width: 100%;
	border-spacing: 0px;
}

	table.common-table td
	{
		vertical-align: top;
	}

		table.common-table td hr
		{
			height: 1px;
			border: 0;
			background-color: #ccc;
		}

		table.common-table td.common-header-item
		{
			margin-top: 20px;
			border-bottom: 1px solid #aaa;
			font-size: 13px;
			color: #555;
			font-weight: bold;
		}

	table.common-table tr.common-row
	{
		vertical-align: top;
	}

		table.common-table td.common-item
		{
			border-bottom: 1px solid #aaa;
			padding-top: 10px;
		}

		table.common-table td.common-item-no-border
		{
			padding-top: 10px;
		}


		table.common-table td.spacer
		{
			padding-top: 4px;
			padding-bottom: 4px;
			font-size: 0px;
		}

		table.common-table td.common-item .image-result-container
			{
				width: 50px;
				height: 50px;
				border: 1px solid #bbb;
				float: left;
				background-color: #fff;
			}

				table.common-table td.common-item .image-result-container .product-thumbnail
				{
					height: 40px;
					width: 40px;
					margin: 5px;
					background-position: center;
					background-repeat: no-repeat;
					background-size: contain;
					
				}


/*-- Block UI Javascript Defaults --*/

#cart-message
{
	min-width: 300px;
	display: none;
    border: 1px solid black;
	padding: 10px 50px 10px 50px;
    background: url('/Images/offline/background-pattern.jpg') center top repeat;
    width: 800px;
}

	#cart-message .message-block
	{
		font-family: 'alternate_gothic_fs_no_2Rg', Arial;
		font-size: 34px;
		text-transform: uppercase;
		padding-bottom: 10px;
		padding-top: 10px;
		font-weight: normal;
	}

	#cart-message button
	{
		margin-top: 20px;
		display: none;
		font-size: 24px;
	}


/*-- Sections --*/

div.section-10
{
	width: 10%;
	float: left;
}

div.section-20
{
	width: 20%;
	float: left;
}

div.section-25
{
	width: 25%;
	float: left;
}

div.section-30
{
	width: 30%;
	float: left;
}

div.section-40
{
	width: 40%;
	float: left;
}

div.section-50
{
	width: 50%;
	float: left;
}

div.section-60
{
	width: 60%;
	float: left;
}

div.section-70
{
	width: 70%;
	float: left;
}

div.section-75
{
	width: 75%;
	float: left;
}

div.section-80
{
	width: 80%;
	float: left;
}

div.section-90
{
	width: 90%;
	float: left;
}

/*-- Spacers --*/

.spacer-5
{
	font-size: 0px;
	height: 5px;
}

.spacer-7
{
	font-size: 0px;
	height: 7px;
}

.spacer-10
{
	font-size: 0px;
	height: 10px;
}

.spacer-20
{
	font-size: 0px;
	height: 20px;
}

.spacer-25
{
	font-size: 0px;
	height: 25px;
}

.spacer-50
{
	font-size: 0px;
	height: 50px;
}

.spacer-75
{
	font-size: 0px;
	height: 75px;
}

/*-- Padding --*/

.padding-5
{
	padding: 5px;
}

.padding-10
{
	padding: 10px;
}

.padding-15
{
	padding: 15px;
}

.padding-20
{
	padding: 20px;
}

/*-- Floating --*/

.clear
{
	clear: both;
}

.zero
{
	height: 0px;
	padding: 0px;
	margin: 0px;
}

.right
{
	float: right;
}

.left
{
	float:left;
}

/*-- Basic Element Styles --*/

.strong
{
	font-weight: bold;
}

.read-only
{
	background-color: #eaeaea;
}

hr.dotted-line
{
	border: 0;
	border-top: 1px dotted #aaa;
	height: 1px;
	width: 95%;
}

.hand,
.pointer
{
	cursor: pointer;
}

.inline-block
{
	display: inline-block;
	*display: inline;
}

.debug-border
{
	border: 1px solid black;
}

.middle, .center
{
	vertical-align: middle;
	text-align: center;
}

.top {
	vertical-align: top;
}

.text-right
{
	text-align: right;
}

.text-left
{
	text-align: left;
}

.strong
{
	font-weight: bold;
}

.margin-auto {
	margin-left: auto;
	margin-right: auto;
}

.no-select
{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*-- Font Specifics --*/
	
.gothic-large
{
	font-family: 'alternate_gothic_fs_no_2Rg', Arial;
	font-weight: normal !important;
	font-size: 34px !important;
	text-transform: uppercase !important;
}

.gothic-small
{
	font-family: 'alternate_gothic_fs_no_2Rg', Arial;
	font-weight: normal !important;
	font-size: 20px !important;
}

.gothic-extra-small
{
	font-family: 'alternate_gothic_fs_no_2Rg', Arial;
	font-weight: normal !important;
	font-size: 16px !important;
}

.ui-button-text
{
	font-family: 'alternate_gothic_fs_no_2Rg', Arial;
	font-size: 16pt;
}

button.small-font
{
	font-family: 'alternate_gothic_fs_no_2Rg', Arial;
	font-size: 14pt;
	
}

	button.small-font .ui-button-text
	{
		padding: 5px 10px 5px 10px;
	}

h2 .h2-small-text
{
	font-size: 10px;
}

/*-- ERROR HANDLING WITH JQuery Validate --*/

div.error 
{
	color: red;
}

input.error, 
select.error, 
textarea.error, 
button.error
{
	border: 1px solid darkred !important;
}

.hide, .hidden
{
	visibility: hidden;
	display: none;
	margin: 0 !important;
	padding: 0 !important;
}

/* CSS RESET */
html, body, h1, h2, h3, h4, h5, h6, p, table, th, td, form, fieldset, ul, li, blockquote, img, a, input, select
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	list-style: none;
}


/* GLOBAL TAG STYLES */
html, body
{
	height: 100%;
	width: 100%;
}

body
{
	font-family: "Trebuchet MS", trebuchet, arial, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #333;
	background: url('/Images/offline/background-pattern.jpg') center bottom repeat;
}

a
{
	color: #900;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	text-transform: none;
}

	a:hover
	{
		color: #000;
	}

/*-- Page Layout --*/

	#page
	{
		width: 1080px;
		margin: 0 auto;
		text-align: left;
		background: url('/Images/offline/bkg_content_home.jpg') top left repeat-y #e3e3e3;
	}

	#content
	{
		padding-top: 26px;
		padding-bottom: 112px;
	}

	#footer
	{
		margin-top: -50px;
		width: 1079px;
		position: absolute;
		height: 110px;
		background: url('/Images/offline/bkg_footer.png') top left no-repeat transparent;
	}

/* PAGE */

	#page a.home_link
	{
		position: relative;
		float: left;
		display:block;
		top: 40px;
		left: 40px;
		width: 540px;
		height: 110px;
		z-index: 10000;
	}

		#page a.home_link span
		{
			display: none;
			width: 0px;
			height: 0px;
		}

	#page a.footer_home_link
	{
		position: absolute;
		bottom: 0px;
		left: 100px;
		width: 220px;
		height: 100px;
		z-index: 10000;
	}

		#page a.footer_home_link span
		{
			display: none;
		}

/* TOP NAVIGATION */
#topnav
{
	height: 45px;
	background: url('/Images/offline/bkg_topnav.jpg') top left no-repeat;
	position: relative;
}

	
	#topnav ul
	{
		float: right;
		position: absolute;
		top: 20px;
		right: 100px;
	}

	#topnav li, #topnav a
	{
		display: block;
		float: left;
		text-transform: uppercase;
	}

	#topnav li
	{
		border-right: 1px solid #afafaf;
		line-height: 1;
		color: #afafaf;
		padding: 0 11px;
	}

		#topnav li.overlay a:hover
		{
		}

	#topnav a
	{
		color: #afafaf;
		position: relative;
		z-index: 2000;
	}

		#topnav a:hover
		{
			text-decoration: underline;
		}

/*More Sites */
#morevfwsitesFooterTop
{
}

#footer_nav a.overlayhover
{
	color: #333;
}

#footer_nav .morevfwsites
{
	display: none;
	position: absolute;
	top: -125px;
	left: 252px;
	height: 163px;
	width: 205px;
	bottom: 14px;
	right: -1px;
	z-index: 1000;
	background: url('/Images/offline/bkg_footerMoreSites.png') no-repeat;
	z-index: 2;
}

	#footer_nav .morevfwsites a
	{
		display: block;
		position: relative;
		top: 12px;
		left: 2px;
		float: left;
		color: #666;
		width: 150px;
		margin: 5px 0px 0px 0px;
		z-index: 9999;
	}

		#footer_nav .morevfwsites a:hover
		{
			color: #000;
		}

#footer_nav ul li.overlay a
{
	position: relative;
	z-index: 9999;
}

#topnav a.overlayhover
{
	color: #666;
}

#morevfwsitesTop
{
	height: 175px;
	width: 205px;
	position: relative;
	top: -30px;
	left: 23px;
	background: url('/Images/offline/bkg_MoreSitesMenuSolid.png')no-repeat;
}

#topnav .morevfwsites
{
	display: none;
	position: absolute;
	width: 235px;
	top: 10px;
	left: 164px;
	padding-bottom: 8px;
	z-index: 1000;
}

	#topnav .morevfwsites a
	{
		display: block;
		position: relative;
		top: -163px;
		left: 32px;
		color: #666;
		width: 150px;
		margin: 10px 32px 0 0;
		text-transform: none;
		background-color: transparent;
	}

		#topnav .morevfwsites a:hover
		{
			color: #000;
			background-color: transparent;
		}
/*
	#morevfwsitesMiddle { position: relative;  top: -30px; left: 0px; height: 90px; width: auto; background:url('https://www.vfw.org/Uploadedimages/SiteAssets/Images/backgrounds/bkg_MoreSitesMenuMiddle.png') repeat-y;}
	#morevfwsitesBottom { height: 18px; width: 205px; position: relative; top: -30px; left: 23px; background:url('https://www.vfw.org/Uploadedimages/SiteAssets/Images/backgrounds/bkg_MoreSitesMenuBottom.png')no-repeat; }
	*/

/* HEADER */
#header
{
	height: 110px;
	background: url('/Images/offline/Header-Background.png') repeat-x top left;
	position: relative;
}

	#header #header-logo {
		position: absolute;
		top: 0px;
		left: 50px;
		width: 512px;
		height: 110px;
		background: url('/Images/offline/VFW-Store-Logo.png') no-repeat top left;
	}

	#header #search
	{
		position: absolute;
		top: 67px;
		right: 72px;
		font-family: Trebuchet MS;
		width: 325px;
	}

	#header #searchform_search
	{
		float: left;
		height: 30px;
		padding-left: 20px;
	}

		#header #searchform_search #txtSearch
		{
			color: #000;
			height: 17px;
			padding: 2px 5px;
			width: 210px;
			background: url('/Images/offline/bkg_pr_searchform_search.gif') top left no-repeat;
			border: 0px;
			cursor: text;
		}

	#header #searchform_select
	{
		width: 135px;
		float: left;
		margin-top: 2px;
	}

		#header #searchform_select #ddlSearchFolders
		{
			width: 135px;
			z-index: 1;
			font-size: 11px;
			padding: 2px 1px 2px 0;
		}

	#header #mainnav, #header #marquee
	{
		z-index: -1;
	}

	#header .searchform_submit
	{
		margin: -5px 0 0 0;
		padding: 0;
		float: left;
		width: 52px;
		height: 27px;
		background: url('/Images/offline/btn_search_submit.gif') top left no-repeat;
	}

		#header .searchform_submit:hover
		{
			cursor: pointer;
		}

	#header a:hover
	{
		text-decoration: underline;
	}

	/* UTILITY NAV */
	#header #utilitynav ul
	{
		float: right;
		position: absolute;
		top: 17px;
		right: 90px;
	}

	#header #utilitynav li, #header #utility_nav a
	{
		display: block;
		float: left;
	}

	#header #utilitynav li
	{
		border-right: 2px solid #afafaf;
		line-height: 15px;
		position: relative;
		font-family: Arial;
		color: #afafaf;
		padding: 0 11px;
		text-transform: uppercase;
		font-size: 1.2em;
		letter-spacing: 0.5px;
		font-weight: bold;
	}

	#header #utilitynav li:last-child
	{
		border-right: 0px;
	}


	#header #utilitynav a
	{
		font-family: Arial;
		color: #afafaf;
		padding: 0 9px;
		text-transform: uppercase;
		font-size: 1em;
		letter-spacing: 0.5px;
		font-weight: bold;
		position: relative;
		z-index: 100;
	}

#utilitynav li.utilitynav_overlay div
{
	display: none;
	background: red;
	position: absolute;
	top: -13px;
	right: 0px;
	padding: 10px;
	z-index: 1;
}

#utilitynav li.utilitynav_overlay a
{
	text-decoration: none;
}

#header #utilitynav li.utilitynav_overlay div a
{
	position: relative;
	top: 33px;
	left: 25px;
	color: #a73a41;
	text-transform: lowercase;
	font-size: .9em;
	text-decoration: underline;
	padding: 2px;
}

#utilitynav li.utilitynav_overlay a.on
{
	width: 192px;
	height: 41px;
}

div.overlay_mid
{
	height: 96px;
	width: 291px;
	position: relative;
	top: 0px;
	left: -35px;
	background: url('/Images/offline/bkg_connectWithUs.png') no-repeat;
	z-index: 1;
}

#header #utilitynav li.utilitynav_overlay a:hover
{
	color: #666;
}
/*div.overlay_bottom.on {}*/
#header #utilitynav li .logoutButton
{
	font-size: .8em;
	display: block;
	text-align: right;
}


/* VIDEO OVERLAY */
#video_overlay
{
	z-index: 9999;
	-moz-opacity: .50;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
	background-color: #000000;
	position: fixed;
	top: 0px;
	left: 0px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	position: fixed !important;
}

/*IE6 fixes for not having positon:fixed option*/
*html #video_overlay
{
	position: absolute;
	bottom: auto;
	top: expression(eval(document.documentElement.scrollTop));
}

*html #overlay_content
{
	position: absolute;
	bottom: auto;
	top: expression(eval(document.documentElement.scrollTop)+25);
}

* html, * html body
{
	background-image: url(about:blank);
	background-attachment: fixed;
}
/* IE6 Fixed Position Jitter */


#overlay_content
{
	background: #D8CCB2;
	left: 38%;
	position: fixed;
	text-align: center;
	top: 15%;
	vertical-align: middle;
	z-index: 10000;
	width: 402px;
	height: 320px;
	padding-top: 20px;
	padding-bottom: 20px;
}

	#overlay_content #overlay_top_edge
	{
		background: url("/Images/offline/bkg_overlay_top.png") no-repeat scroll 0 0 transparent;
		position: absolute;
		top: -18px;
		width: 402px;
		height: 20px;
	}

	#overlay_content #overlay_btm_edge
	{
		background: url("/Images/offline/bkg_overlay_btm.png") no-repeat scroll 0 0 transparent;
		position: absolute;
		bottom: -18px;
		width: 402px;
		height: 20px;
	}

	#overlay_content #overlay_close
	{
		background: url("/Images/offline/bkg_overlay_closebtn.png") no-repeat scroll left top transparent;
		display: block;
		height: 31px;
		position: absolute;
		right: -31px;
		top: -18px;
		width: 31px;
	}

	#overlay_content ul
	{
		display: block;
		text-align: left;
		width: 400px;
		margin-left: 50px;
		margin-top: 10px;
	}

		#overlay_content ul li
		{
			float: left;
			height: auto;
			padding: 0px 8px 8px 0;
			width: auto;
		}

#overlay_top
{
	padding-top: 25px;
}

#overlay_bottom
{
	font-size: 11px;
	overflow: hidden;
}

/* MAIN NAVIGATION */
#mainnav
{
	height: 32px;
	background: url('/Images/offline/bkg_mainnav_sub.jpg') top left no-repeat;
	position: relative;
	z-index: 900;
}

	#mainnav ul
	{
		position: absolute;
		top: 9px;
		right: 115px;
		float: right;
		z-index: 1000;
	}

		#mainnav ul li
		{
			position: relative;
			height: 32px;
			z-index: 1100;
		}

	#mainnav li, #mainnav a
	{
		display: block;
		float: left;
		z-index: 1100;
	}

	#mainnav a
	{
		color: #afafaf;
		padding: 0 14px;
		font-size: 14px;
		letter-spacing: -.05px;
		letter-spacing: 0.5px;
		text-transform: uppercase;
		font-weight: bold;
		z-index: 1100;
	}

	#mainnav li.on a, #mainnav li a.on, #mainnav li a:hover
	{
		color: #fff;
		z-index: 1100;
	}

	#mainnav ul ul
	{
		display: none;
		position: absolute;
		top: 23px;
		right: -28px;
		padding: 5px 0 25px 0;
		width: 275px;
		background: url('/Images/offline/bkg_topnav_sub_2.png') bottom right no-repeat;
		z-index: 1200;
		float: none;
	}
		#mainnav ul ul.left
		{
			left: -23px;
		}

		#mainnav ul ul li, #mainnav ul ul li a
		{
			float: none;
			display: block;
		}

	#mainnav ul li.on ul li
	{
		height: auto;
		border-bottom: 1px solid #600;
		margin: 0 35px 0 25px;
	}

		#mainnav ul li.on ul li a
		{
			color: #fff;
			text-transform: uppercase;
			padding: 3px 12px;
			display: block;
			font-size: 11px;
			background: #900;
		}

			#mainnav ul li.on ul li a:hover
			{
				color: #de9d58;
				background: url('/Images/offline/bkg_topnav_item_on.gif') top left no-repeat;
			}

	#mainnav ul ul#mainnav_2
	{
		position: absolute;
		top: 23px;
		right: -105px;
	}

	#mainnav ul ul#mainnav_3
	{
		position: absolute;
		top: 23px;
		right: -65px;
	}

	#mainnav ul ul#mainnav_4
	{
		position: absolute;
		top: 23px;
		right: -60px;
	}

	#mainnav ul ul#mainnav_5
	{
		position: absolute;
		top: 23px;
		right: -50px;
	}

	#mainnav ul ul#mainnav_6
	{
		position: absolute;
		top: 23px;
		right: -65px;
	}

	#mainnav ul ul#mainnav_7
	{
		position: absolute;
		top: 23px;
		right: -28px;
	}


/* MARQUEE */
#marquee
{
	position: relative;
	display: block;
	width: 1080px;
	text-align: center;
	vertical-align: bottom;
	background: url("/Images/offline/bkg_camo.jpg") no-repeat #e3e3e3;
	z-index: 800;
}

#marquee.short
{
	height: 15px;
	background-position: bottom;
}

#marquee_overlay
{
	background: url('/Images/offline/marquee_overlay.png') no-repeat;
	width: 1001px;
	height: 218px;
	position: absolute;
	top: 0px;
	left: 56px;
}

*html #marquee_overlay
{
	background: url('/Images/offline/marquee_overlay.gif') no-repeat;
}

.marqueeImg, #marqueeImg
{
	margin: 0 0 0 -15px;
}

#home_marquee_links
{
	background: url('/Images/offline/clear.gif') repeat;
	width: 632px;
	height: 300px;
	position: absolute;
	top: 32px;
	left: 113px;
}

	#home_marquee_links a
	{
		display: block;
		height: 100%;
		width: 100%;
	}

#joinDogtag_chain
{
	position: absolute;
	top: 186px;
	left: 986px;
	height: 163px;
	width: 92px;
	z-index: 1000;
	background: url("/Images/offline/bkg_joinPageDogTagChain.png") no-repeat;
}


/* CONTENT */

	#content #colA_left
	{
		float: left;
		width: 237px;
	}

	#content #colA_left_wide
	{
		float: left;
		width: 575px;
	}

	#content #colA_right
	{
		float: left;
		width: 237px;
	}

	#content #colA .listPod
	{
		float: left;
		width: 290px;
		margin-bottom: 20px;
	}

		#content #colA .listPod h2
		{
			border-bottom: 1px solid #333;
			margin: 0 25px 10px 0;
		}

		#content #colA .listPod ul
		{
			margin: 0 35px 0 0;
		}

	#content .section
	{
		float: left;
		width: 277px;
		margin: 0 0 15px;
	}

	#content .section_wide
	{
		float: left;
		width: 564px;
		margin: 0 0 10px;
	}

	#content .section h2
	{
		color: #14100E;
		font-size: 15px;
		padding: 0 0 5px 0;
		text-transform: uppercase;
		margin: 0 0 5px 0;
		border-bottom: solid 1px #808080;
	}

	#content .section_spacer
	{
		width: 10px;
		height: 100px;
		float: left;
	}

	/*#content #colA ul
	{
		margin-bottom: 10px;
	}

		#content #colA ul li
		{
			clear: both;
			background: url('/Images/offline/icn_star_sub_gray.png') no-repeat left top;
			padding: 0 0 0 12px;
		}

			#content #colA ul li a, ul li a
			{
				font-weight: bold;
			}*/

	#content #colA ol li
	{
		clear: both;
		list-style-type: decimal;
		display: list-item;
		padding: 0 0 0 12px;
	}

/* THUMBPODS */
#colA .thumbpod_single
{
	width: 600px;
	float: left;
	margin-bottom: 20px;
}

	#colA .thumbpod_single table
	{
		margin-left: 10px;
	}

	#colA .thumbpod_single a img, #colA .thumbpod_single img
	{
		width: 78px;
		float: left;
		display: block;
		padding: 4px 5px 0 0;
	}

	#colA .thumbpod_single h3, #colA .thumbpod_single p
	{
		float: left;
		margin: 0 0 0 10px;
		width: 495px;
	}

#colA .thumbpod_double
{
	width: 290px;
	float: left;
	margin-bottom: 20px;
}

	#colA .thumbpod_double a img
	{
		width: 78px;
		float: left;
		display: block;
		padding: 4px 0 0 0;
	}

	#colA .thumbpod_double h3, #colA .thumbpod_double p
	{
		float: left;
		margin: 0 0 0 10px;
		width: 175px;
	}

/* @TODO: remove all instances of bulleted link list IDs */
ul#bulleted-link-list li, ul.bulleted-link-list li
{
	background: url('/Images/offline/icn_star_sub_gray.png') no-repeat left top;
	padding: 0 0 0 12px;
}

	ul#bulleted-link-list li a, ul.bulleted-link-list li a
	{
		font-weight: bold;
		text-transform: uppercase;
	}

#pod ul#bulleted-link-list,
.pod ul.bulleted-link-list
{
	margin: 0 0 0 15px;
	float: left;
}

	#pod ul#bulleted-link-list li,
	.pod ul.bulleted-link-list li
	{
		Background: url('/Images/offline/icn_star_pod_gray.gif') no-repeat left top;
		padding: 0 0 0 12px;
		margin: 0 0 3px 0;
	}

		#pod ul#bulleted-link-list li a,
		.pod ul.bulleted-link-list li a
		{
			font-weight: bold;
			text-transform: uppercase;
		}

.tab_1, .tab_2, .tab_3, .tab_4, .tab_5, .tab_6, .tab_7, .tab_8, .tab_9, .tab_10
{
	display: none;
	position: relative;
}

.tabs
{
	float: left;
	width: 100%;
	background: url('/Images/offline/tabs_btm_bdr.gif') repeat-x bottom;
	margin: 10px 0 10px 0;
}

	.tabs div
	{
		float: left;
		margin: 0 0 2px 0;
		height: 24px;
		padding: 0 0 0 8px;
	}

		.tabs div.ON
		{
			background: url('/Images/offline/bkg_tab_left.png') no-repeat;
		}

		.tabs div a
		{
			text-transform: uppercase;
			font-weight: bold;
			font-size: 12px;
			height: 19px;
			padding: 5px 0 0 0;
			float: left;
			height: 24px;
			padding: 5px 15px 0 0;
		}

		.tabs div.ON a
		{
			color: #FFF;
			background: url('/Images/offline/bkg_tab_right.png') no-repeat right;
			float: left;
			height: 19px;
		}

/* Press Rooom tabs*/
.pressroom_tabs
{
	float: left;
	width: 100%;
	background: url('/Images/offline/tabs_btm_bdr.gif') repeat-x bottom;
	margin: 10px 0 0 0;
}

	.pressroom_tabs li
	{
		float: left;
		margin: 0 0 2px 0;
		height: 24px;
		padding: 0 0 0 8px;
	}

		.pressroom_tabs li.ON
		{
			background: url('/Images/offline/bkg_tab_left.png') no-repeat left;
		}

		.pressroom_tabs li a
		{
			text-transform: uppercase;
			font-weight: bold;
			font-size: 12px;
			height: 19px;
			padding: 5px 0 0 0;
			float: left;
			height: 24px;
			padding: 5px 15px 0 0;
		}

		.pressroom_tabs li.ON a
		{
			color: #FFF;
			background: url('/Images/offline/bkg_tab_right.png') no-repeat right;
			float: left;
			height: 19px;
		}

/* Sub Nav tabs*/
.subnav_tabs
{
	float: left;
	width: 100%;
	background: url('/Images/offline/tabs_btm_bdr.gif') repeat-x bottom;
	margin: 10px 0 10px 0;
}

	.subnav_tabs li
	{
		float: left;
		margin: 0 0 2px 0;
		height: 24px;
		padding: 0 0 0 8px;
	}

		.subnav_tabs li.ON
		{
			background: url('/Images/offline/bkg_tab_left.png') no-repeat left;
		}

		.subnav_tabs li a
		{
			text-transform: uppercase;
			font-weight: bold;
			font-size: 12px;
			height: 19px;
			padding: 5px 0 0 0;
			float: left;
			height: 24px;
			padding: 5px 15px 0 0;
		}

		.subnav_tabs li.ON a
		{
			color: #FFF;
			background: url('/Images/offline/bkg_tab_right.png') no-repeat right;
			float: left;
			height: 19px;
		}

/*-- Column Definition --*/

#colA
{
	width: 750px;
	float: left;
	padding: 0px;
	margin-left: 50px;
	position: relative;
	min-height: 200px;
	z-index: 1;
}

#colA.wide
{
	width: 980px;
	margin-left: 50px;
	padding: 0px;
}

#colB
{
	margin-left: 20px;
	width: 200px;
	float: left;
	min-height: 200px;
}

/* COLUMN A */


*html #colA
{
	height: 400px;
}

	#colA h1
	{
		background: url('/Images/offline/bkg_h1.gif') top right repeat-x;
		color: #fff;
		height: 17px;
		font-size: 11px;
		line-height: 1;
		text-transform: uppercase;
		margin: 13px 0;
	}

		#colA h1.standard
		{
			background: transparent;
			text-transform: uppercase;
			color: #14100E;
			font-size: 18px;
			line-height: 16px;
			padding-bottom: 2px;
			height: auto;
		}

	#colA #h1_left_myVFW
	{
		background: url('/Images/offline/bkg_sub_h1_myVFW.gif') top left repeat-x;
		width: 211px;
		display: block;
		float: left;
		color: #14100e;
		font-size: 20px;
		line-height: 1;
		text-transform: uppercase;
	}

	#colA #h1_left,
	h1 span.column-bar
	{
		background: url("/Images/offline/bkg_sub_h1_left.gif") no-repeat scroll right top transparent;
		color: #14100E;
		display: block;
		float: left;
		font-size: 20px;
		line-height: 16px;
		padding-bottom: 2px;
		text-transform: uppercase;
		padding-right: 18px;
	}

	#colA #h1_left_assist
	{
		background: url("/Images/offline/bkg_sub_h1_assistance.gif") no-repeat scroll right top #F2E5D4;
		color: #14100E;
		display: block;
		float: left;
		font-size: 20px;
		font-weight: bold;
		line-height: 16px;
		padding-bottom: 1px;
		text-transform: uppercase;
		width: 135px;
	}

	#colA #h1_left_contribute
	{
		background: url("/Images/offline/bkg_sub_h1_contribute.gif") repeat-x scroll left top transparent;
		color: #14100E;
		display: block;
		float: left;
		font-size: 20px;
		line-height: 1;
		text-transform: uppercase;
		width: 135px;
	}

	#colA #h1_left_community
	{
		background: url("/Images/offline/bkg_sub_h1_community.gif") repeat-x scroll left top transparent;
		color: #14100E;
		display: block;
		float: left;
		font-size: 20px;
		line-height: 1;
		text-transform: uppercase;
		width: 135px;
	}

	#colA #h1_left_events
	{
		background: url("/Images/offline/bkg_sub_h1_events.png") repeat-x scroll left top transparent;
		color: #14100E;
		display: block;
		float: left;
		font-size: 20px;
		line-height: 1;
		text-transform: uppercase;
		width: 170px;
	}


	#colA #h1_left_voice
	{
		background: url("/Images/offline/bkg_sub_h1_voice.gif") repeat-x scroll left top transparent;
		color: #14100E;
		display: block;
		float: left;
		font-size: 20px;
		line-height: 1;
		text-transform: uppercase;
		width: 130px;
	}

	#colA #h1_left_myVFW
	{
		background: url("/Images/offline/bkg_sub_h1_myVFW.gif") repeat-x scroll left top transparent;
		color: #14100E;
		display: block;
		float: left;
		font-size: 20px;
		line-height: 1;
		text-transform: uppercase;
		width: 90px;
	}

	#colA #h1_left_vet_service
	{
		background: url("/Images/offline/bkg_sub_h1_vet_service.gif") repeat-x scroll left top transparent;
		color: #14100E;
		display: block;
		float: left;
		font-size: 20px;
		line-height: 1;
		text-transform: uppercase;
		width: 295px;
	}

	#colA #h1_left_leg_service
	{
		background: url("/Images/offline/bkg_sub_h1_leg_service.gif") repeat-x scroll left top transparent;
		color: #14100E;
		display: block;
		float: left;
		font-size: 20px;
		line-height: 1;
		text-transform: uppercase;
		width: 310px;
	}


	#colA #h1_left_press
	{
		background: url("/Images/offline/bkg_sub_h1_press_room.png") repeat-x scroll left top transparent;
		color: #14100E;
		display: block;
		float: left;
		font-size: 20px;
		line-height: 1;
		text-transform: uppercase;
		width: 135px;
	}

	#colA #h1_left_convention
	{
		background: url("/Images/offline/bkg_sub_h1_convention.gif") repeat-x scroll left top transparent;
		color: #14100E;
		display: block;
		float: left;
		font-size: 20px;
		line-height: 1;
		text-transform: uppercase;
		width: 350px;
	}


#contribute_banner
{
	margin-top: 60px;
}


#colA h2
{
	color: #14100E;
	font-size: 15px;
	padding: 10px 0 5px;
	text-transform: uppercase;
}

span#h2_right
{
	display: block;
	float: left;
}

span#h2_all
{
	display: block;
	float: right;
	font-size: 12px;
	font-weight: bold;
	margin-top: 3px;
}

	span#h2_all a
	{
		text-transform: uppercase;
	}

#colA h3
{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

#colA span.red
{
	color: #990000;
	text-transform: uppercase;
}

#colA span.gray
{
	color: #231f20;
	text-transform: uppercase;
}

#colA #intro, #colB #intro
{
	font-size: 14px;
	margin: 0 0 15px;
}

#colA p
{
	margin: 0 0 15px 0;
}

#colA ul#bulleted-list li
{
	background: url('../Images/icn_star_red.png') no-repeat scroll left top transparent;
	padding: 0 0 0 12px;
}

#colA a.more
{
	font-weight: bold;
	text-transform: uppercase;
}

#colA .space-bottom
{
	display: block;
	margin: 0 0 20px 13px;
}

#colA .left
{
	display: block;
}

#colA div#single div
{
	margin: 0 0 5px 0;
	float: left;
	clear: both;
	width: 100%;
}

	#colA div#single div img
	{
		margin: 0 5px 20px 0;
		float: left;
	}

#colA div#double
{
	margin: 15px 0;
}

	#colA div#double div
	{
		float: left;
		width: 295px;
		margin: 0 0 15px 0;
	}

		#colA div#double div img
		{
			float: left;
			margin: 0 5px 0 0;
		}

		#colA div#double div p
		{
			margin: 0 20px 0 0;
		}

div#double div a
{
	font-weight: bold;
	text-transform: uppercase;
}

/* SEARCH BOX ON SEARCH RESULT PAGE */
#colA #search
{
	margin: 0 0 15px 0;
	float: left;
}

	#colA #search #searchform_search
	{
		width: 250px;
		float: left;
		height: 21px;
		padding: 5px 0 3px 0;
	}

		#colA #search #searchform_search input
		{
			color: #000;
			height: 21px;
			padding: 2px 5px;
			width: 240px;
			background: url('/Images/offline/bkg_pr_searchform_search.gif') top left no-repeat;
			border: 0px;
			cursor: text;
		}

#colA #searchform_select
{
	width: 200px;
	float: left;
	margin-top: 2px;
}

#colA .searchform_submit
{
	margin: -2px 0 0 0;
	padding: 0;
	float: left;
	width: 51px;
	height: 28px;
	background: url('/Images/offline/btn_searchresults_submit.gif') top left no-repeat;
}

#colA #signup-online
{
	margin: 15px 0 0 0;
}

	#colA #signup-online img
	{
		float: left;
		margin: 0 5px 0 0;
	}

	#colA #signup-online h3
	{
		margin-top: 10px;
		float: left;
	}

/*Article Detail */
.articleImage
{
	margin: 0 5px 5px 10px;
}

.articleDate
{
	text-align: right;
}

/*-- COLUMN B --*/

*html #colB
{
	height: 400px;
}

	#colB h3 span.grey
	{
		color: #231f20;
		text-transform: uppercase;
		font-size: 14px;
		display: block;
	}

	#colB h3
	{
		font-size: 12px;
		margin: 0 6px 5px 13px;
	}

	#colB h2
	{
		text-transform: uppercase;
		font-size: 1.3em;
	}

		#colB h2 span
		{
			text-transform: none;
			font-weight: normal;
			font-size: 1.1em;
		}

	#colB span.red
	{
		color: #990000;
		text-transform: uppercase;
		margin: 0 0 0 15px;
		display: block;
	}

	#colB ul#bulleted-list
	{
		margin: 0 0 0 15px;
	}

		#colB ul#bulleted-list li
		{
			background: url('../Images/icn_star_red.png') no-repeat scroll left top transparent;
			padding: 0 0 0 12px;
		}

	#colB #pod-tpr,
	#colB .pod-tpr
	{
		background: url('/Images/offline/bkg_pod-tpr.gif') no-repeat top left;
		width: 100%;
		height: 17px;
	}

.pod-tab_left, .pod-tab_right
{
	display: none;
}

.pod-tpr-tabs
{
	width: 267px;
	height: 30px;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	font-size: 12px;
}

#pod-tab_left
{
	background: url('/Images/offline/bkg_pod-tab-left.gif') no-repeat left bottom;
	height: 30px;
	display: block;
	float: left;
	width: 130px;
}

#pod-tab_right
{
	background: url('/Images/offline/bkg_pod-tab-right.gif') no-repeat left bottom;
	height: 30px;
	display: block;
	float: left;
	width: 137px;
}

#pod-tab_left.ON
{
	background: url('/Images/offline/bkg_pod-tab-left-ON.gif') no-repeat left bottom;
	height: 30px;
	display: block;
	float: left;
	width: 130px;
}

#pod-tab_right.ON
{
	background: url('/Images/offline/bkg_pod-tab-right-ON.gif') no-repeat left bottom;
	height: 30px;
	display: block;
	float: left;
	width: 137px;
}

#pod-tab_right a
{
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #afafaf;
	float: left;
	margin: 5px 0 0 15px;
	outline: none;
}

#pod-tab_right.ON a
{
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	float: left;
	margin: 5px 0 0 15px;
	outline: none;
}

#pod-tab_left a
{
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #afafaf;
	float: left;
	margin: 5px 0 0 10px;
	outline: none;
}

#pod-tab_left.ON a
{
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	float: left;
	margin: 5px 0 0 10px;
	outline: none;
}


#colB #pod,
#colB .pod
{
	background: url('/Images/offline/bkg_pod.gif') no-repeat bottom left;
	padding: 0 0 10px 0;
	margin: 10px 0 10px 0;
	float: left;
	display: block;
}

	#colB #pod ul#bulleted-list li
	{
		background: url('../Images/icn_star_red.png') no-repeat scroll left top transparent;
		padding: 0 0 0 12px;
		margin: 0 0 8px 0;
	}

	#colB #pod ul li
	{
		background: url('../Images/icn_star_red.png') no-repeat scroll left top transparent;
		padding: 0 0 0 15px;
		margin: 0 0 5px 5px;
	}

	#colB #pod ol li
	{
		clear: both;
		list-style-type: decimal;
		display: list-item;
		margin: 0 0 0 15px !important;
		padding: 0 !important;
	}

	#colB #pod p,
	#colB .pod p
	{
		margin: 0 13px 13px 15px;
	}

	#colB #pod img,
	#colB .pod img
	{
		float: left;
		margin: 0 5px 15px;
	}

	#colB #pod .date
	{
		margin: 0 0 15px 0;
		font-weight: bold;
	}

		#colB #pod .date p
		{
			margin: 0 0 0 15px;
			font-weight: bold;
		}

#colB .imgAd
{
	float: left;
	display: block;
	margin-bottom: 10px;
}

/*Contacts */
#ServiceOfficerContactList span.label, #StateContactList span.label
{
	font-weight: bold;
}

/* POD PANELS */
.pod_panel
{
	margin: 0 15px;
}

	.pod_panel h4
	{
		text-transform: uppercase;
		border-bottom: 1px solid #a17e62;
		margin: 5px 10px;
		background: url('../Images/accordian_arrow_off.png') no-repeat scroll right top transparent;
	}

		.pod_panel h4.on
		{
			background: url('../Images/accordion_arrow_on.gif') no-repeat scroll right top transparent;
		}

		.pod_panel h4 a
		{
			font-size: 13px;
			text-transform: uppercase;
		}

			.pod_panel h4 a.on
			{
				color: #000;
			}

.pod_panel_content
{
	display: none;
	margin: 10px 10px 20px;
}

#colB #pod .pod_panel_content p
{
	margin: 0;
	padding: 5px 0 10px;
}

#colB #pod .pod_panel_content ol, #colB #pod .pod_panel_content ul
{
	margin: 0;
	padding: 0;
}

#colB #pod .pod_panel_content li
{
	margin: 0 0 5px;
	padding: 0 0 0 15px;
}


#pod_social
{
	padding: 3px 15px;
}

	#pod_social a
	{
		display: block;
		float: left;
		margin-right: 7px;
	}

#pod #pod_social a img
{
	float: none;
	margin: 0;
}

#pod #hr
{
	border-bottom: 1px solid #a17e62;
	height: 1px;
	display: block;
	clear: both;
	margin: 0 10px 15px;
}

/* SEARCH BOX WITHIN A POD */
#pod #search
{
	margin: 0 0 15px 15px;
	float: left;
}

*html #pod #search
{
	margin: 0 0 0 15px;
}

#pod #searchform_search
{
	width: 132px;
	float: left;
	height: 21px;
	background: url('/Images/offline/bkg_searchform_search.gif') top left no-repeat;
}

	#pod #searchform_search input
	{
		background: none;
		display: block;
		width: 120px;
		margin: 4px 6px 0;
		font-size: 11px;
	}

#pod #searchform_select
{
	width: 180px;
	float: left;
	margin-top: 2px;
}

	#pod #searchform_select option
	{
		width: 150px;
	}

#pod #searchform_submit
{
	margin: -3px 0 0 0;
	padding: 0;
	float: left;
	width: 51px;
	height: 28px;
	background: url('../Images/blk-go-button.gif') top left no-repeat;
	cursor: pointer;
}


	#footer a:hover
	{
		text-decoration: underline;
	}

*html #footer
{
	background: url('/Images/offline/bkg_footer_gif.gif') top left no-repeat;
}

.footer_breadcrumb
{
	position: absolute;
	top: 28px;
	left: 340px;
}

	.footer_breadcrumb a
	{
		padding: 0 5px 0 0;
		font-weight: bold;
	}

		.footer_breadcrumb a:hover
		{
			text-decoration: underline;
		}

#footer_social
{
	position: absolute;
	top: 62px;
	left: 336px;
}

	#footer_social a
	{
		display: block;
		float: left;
		width: 22px;
		height: 22px;
		padding-right: 5px;
	}

#footer_nav
{
	position: absolute;
	top: 65px;
	left: 500px;
}

	#footer_nav li, #footer_nav a
	{
		display: block;
		float: left;
	}

	#footer_nav li
	{
		border-right: 1px solid #fff;
		line-height: 1.4em;
	}

	#footer_nav a
	{
		color: #fff;
		padding: 0 15px;
		font-size: 12px;
		font-weight: bold;
	}

#footer_copyright
{
	position: absolute;
	top: 93px;
	left: 335px;
	color: #fff;
}

	#footer_copyright a
	{
		color: #fff;
		text-decoration: underline;
	}


/* GLOBAL CLASS STYLES */
.transparent
{
	background: transparent;
}

div.design_content
{
	background: transparent;
}

/* press releases */
#pr_search
{
	width: 240px;
}

	#pr_search .pr_searchinput
	{
		width: 235px;
		text-align: left;
		float: left;
		height: 21px;
		background: url('/Images/offline/bkg_pr_searchform_search.gif') top left no-repeat;
	}

	#pr_search select
	{
		float: left;
		height: 21px;
		background: url('/Images/offline/bkg_pr_searchform_search.gif') top left no-repeat;
		margin-top: 5px;
	}

	#pr_search .pr_searchform_month_select
	{
		width: 125px;
		margin-right: 3px;
	}

	#pr_search #submit
	{
		width: 51px;
		height: 28px;
		background: url('../Images/btn_searchresults_submit.gif') top left no-repeat;
		margin-top: 2px;
	}

ul.resultsListing li
{
	display: block;
	border-top: solid thin #990000;
	padding-top: 15px;
	margin-right: 15px;
}
/* form */
#form
{
	text-align: left;
	font-size: 12px;
}

	#form select
	{
		background: url('/Images/offline/bkg_pr_searchform_search.gif') no-repeat top left;
		width: 221px;
		height: 21px;
	}

	#form input
	{
		color: #ffffff;
		font: bold 'trebuchet ms',helvetica,sans-serif;
		background-color: #990000;
		border: 1px solid #aaa;
		padding: 2px 6px 2px 6px;
		cursor: pointer;
	}

		#form input.design_textfield
		{
			color: #000;
			height: 21px;
			width: 210px;
			background: url('/Images/offline/bkg_pr_searchform_search.gif') top left no-repeat;
			border: 0px;
			cursor: text;
		}

		#form input.submit_button
		{
			border: 0px;
			background: url('/Images/offline/bkg_submit_button.gif') no-repeat left;
			height: 28px;
			width: 210px;
			cursor: pointer;
		}

	#form textarea
	{
		width: 430px;
		height: 100px;
	}

	#form #usr, #form #pwd
	{
		font-size: 13px;
		font-weight: bold;
		padding-right: 5px;
	}

	#form ol.design_list_horizontal
	{
		border: none;
		margin-top: 5px;
		padding-left: 1px;
		padding-right: 3px;
		list-style: none;
	}

		#form ol.design_list_horizontal li
		{
			list-style: none !important;
		}

/* contact us */
#contactus_form
{
	text-align: left;
	font-size: 12px;
}

	#contactus_form select
	{
		background: url('/Images/offline/bkg_pr_searchform_search.gif') no-repeat top left;
		width: 210px;
		height: 21px;
	}

#contactus_left, #contactus_right
{
	float: left;
	width: 210px;
	margin-right: 15px;
}

#contactus_form input
{
	height: 21px;
	width: 210px;
	background: url('/Images/offline/bkg_pr_searchform_search.gif') top left no-repeat;
}

	#contactus_form input.submit_button
	{
		background: url('/Images/offline/bkg_submit_button.gif') no-repeat left;
		height: 56px;
	}

#contactus_form textarea
{
	width: 430px;
	height: 100px;
}

/* convention */
.twitter_feed
{
	font-size: 12px;
	color: #000000;
}

	.twitter_feed a
	{
		font-size: 11px;
		font-weight: bold;
		color: #990000;
		text-transform: uppercase;
	}

		.twitter_feed a:hover
		{
			color: Black;
		}

	.twitter_feed .twitter_date
	{
		font-size: 9px;
		color: #3e3e3e;
	}

#other_videos
{
	color: #231F20;
	font-size: 9px;
	font-weight: bold;
	margin-left: 20px;
}

#content #colA ul#other_videos li
{
	margin-bottom: 20px;
	height: 43px;
	background-image: none;
	padding: 0;
}

#other_videos a
{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#other_videos img
{
	float: left;
	padding-right: 4px;
}

/* search results */


.results-pagination
{
	margin: 10px 0 15px 0;
	font-weight: bold;
	float: left;
}

	.results-pagination p strong
	{
		color: #990000;
		text-transform: uppercase;
	}


	.results-pagination p
	{
		margin: 0 0 0 0;
	}

	.results-pagination li
	{
		float: left !important;
		margin: 0 5px 0 0 !important;
		padding: 0 !important;
		background: none !important;
		clear: none !important;
	}

#results-list a
{
	font-weight: bold;
	text-transform: uppercase;
}

#results-list li
{
	border-top: solid 1px #a17e62;
	padding: 5px 15px 5px 10px;
}

	#results-list li:first-child
	{
		border-top: solid 2px #a17e62;
	}

/* why vfw */
#ctl00_ctl00_Content_ColumnLeft_cmsWhyVFWContentBlock
{
	height: 690px;
}

/* OMS styles */
.pageHeading
{
	font-size: 16pt;
}

.errorMessage
{
	color: Red;
	font-weight: bold;
}

.successMessage
{
	color: Blue;
	font-weight: bold;
}

.informationalMessage
{
	color: #5f9ea0;
	font-weight: bold;
}

.menuTopLevel
{
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
}

.design_textfield
{
	color: #000;
	height: 21px;
	width: 210px;
	background: url('/Images/offline/bkg_pr_searchform_search.gif') top left no-repeat;
	border: 0px;
	cursor: text;
}

.design_textfield_long
{
	color: #000;
	height: 21px;
	width: 410px;
	background: url('/Images/offline/bkg_pr_searchform_search_long.gif') top left no-repeat;
	border: 0px;
	cursor: text;
}

.design_dropdown
{
	color: #000;
	height: 21px;
	background: url('/Images/offline/bkg_pr_searchform_search.gif') top left no-repeat;
	border: 0px;
	cursor: pointer;
}

#content_container
{
	min-height: 200px;
	padding: 0 50px 50px;
}

#pageHeadContainer
{
	background: url('/Images/offline/bkg_h1.gif') top right repeat-x;
	width: 720px;
	float: left;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	position: relative;
	z-index: 1;
	color: #fff;
	height: 17px;
	font-size: 11px;
	line-height: 1;
	text-transform: uppercase;
	margin: 13px 0;
}

	#pageHeadContainer #pageHeading2
	{
		background: url("/Images/offline/bkg_sub_h1_left.gif") no-repeat scroll right top transparent;
		color: #14100E;
		display: block;
		float: left;
		font-size: 20px;
		line-height: 16px;
		padding-bottom: 2px;
		text-transform: uppercase;
		padding-right: 18px;
		font-weight: bold;
	}

#pageHeadContainer2
{
	background: url('/Images/offline/bkg_h1.gif') top right repeat-x;
	width: 1000px;
	float: left;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	position: relative;
	z-index: 1;
	color: #fff;
	height: 17px;
	font-size: 11px;
	line-height: 1;
	text-transform: uppercase;
	margin: 13px 0;
}

	#pageHeadContainer2 #pageHeading2
	{
		background: url("/Images/offline/bkg_sub_h1_left.gif") no-repeat scroll right top transparent;
		color: #14100E;
		display: block;
		float: left;
		font-size: 20px;
		line-height: 16px;
		padding-bottom: 2px;
		text-transform: uppercase;
		padding-right: 18px;
		font-weight: bold;
	}
